*{
    margin: 0;
    padding: 0;
}
body{
    font-size: 12px;
    background-color: #efefef;
    color:#444444;
}
a {
    color: #444444;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
em{
    color: red;
    font-style:normal;
    font-weight: bolder;
}
li{
    list-style: none;
}
select{
    border-radius: 4px;
    font-size: 12px;
}
/*ie6下，当<li>标签中的内容是一个<a>元素并且a标签或a标签里面的子元素如：<img/>标签设置了“display:block”，此时ie6浏览器中,将不会忽略列表标签li之间的空格，表现为显示成额外的一行夹在<li>标签之间。*/
/*触发a标签或a标签子元素的haslayout*/
/*height:auto!important;height:800px;min-height:800px; 通过IE6不识别优先级的特性来实现minheight属性*/
li a{
    *height:1%;
}

input{
    border-radius: 4px;
}
.columPanel a{
    /*!*font-size: 12px;*! 20210521修改首页 暂时改为14px;*/
    font-size: 14px;
    display: block;
    padding: 8px;
    padding-left: 35px;
    color: #555356;
}
.columPanel a:hover,.columPanel a:focus{
    color:#ffbb1c
}
.columPanel li{
    position: relative;
    /*IE6下子元素绝对定位失效；设置宽度父元素设置宽度解决*/
    width:100%;
}
.columPanel img{
    position: absolute;
    top: 9px !important;
    top: 4px;
    width:12px;
}
.columPanel input{
    position: absolute;
    /*动态设置*/
    /*top: 5px;*/
    left: 15px;
    /*IE下会多出4px的间距，通过设置宽高使其自动缩放解决，如果同时设置了checkbox的width和height属性，IE6和FF中checkbox的大小会根据所设置的值缩放*/
    width:14px;
    height: 14px;
}
.searchTool{
    width:100%;
    height:40px;
    vertical-align:middle;
    font-size: 12px;

}
.searchForm{
    width:99%;
    border: 1px solid #f08947;
    border-radius: 10px;
    vertical-align:middle;
    padding-bottom: 10px;
}
.searchForm div{
    margin-top: 10px;
}
.searchForm label{
    display: inline-block;
    width: 100px;
    text-align: right;
    *display: inline;
    *zoom:1;
}
.searchForm input{
    width: 120px;
    height: 22px;
}
.searchForm select{
    height: 24px;
}
.addFilter select{
margin-right: 3px;
}
.addFilter input{
    margin-right: 3px;
}
.searchList{
    width:100%;
}
.searchList .list_item{
    width:100%;
    height:240px;
    border-bottom: 1px solid #f39f57;
}
.infoImg{
    height:165px;
    float: left;
    /*ie6*/
    width:expression(this.width > 130 ? "130px" : true);
    max-width: 130px;
    border: 1px solid #999;
    box-sizing: border-box;
}
.infoPanel{
    height:210px;
    margin-top: 20px;
    margin-left: 140px;
    /*border: 1px solid #eeeeee;*/
    width:79%;
    position: relative;
}
.contentLable{
    float:left;
    height: 20px;
    width: 100%;
    /*margin-top: 10px;*/
    position: relative;
}
.contentReal{
    position: absolute;
    left:40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width: 300px;*/
    width: 239px;
}
.contentPage{
    position: absolute;
    /*left: 340px;*/
    left: 320px;
}
.list_botom{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 5px;
    left: 0px;
}
.button{
    width:100px;
    height:30px;
    border: 1px solid  #f4615e;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    *display: inline;
    *zoom:1;
}
.red{
    background-color: #d6100b;
    color: #ffffff;
}
.white{
    background-color: #ffffff;
    color: #f4615e;
}

.infoTitle{
    height: 25px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 10px;
    /* IE6下有问题*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*设置宽度后解决 overflow在IE6下会清除浮动的问题*/
    width: 95%;
}
.infoLabel{
    width:50%;
    padding-left: 25px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infoLeftLabel{
    width:35%
}
.pointer{
    cursor:pointer;
}

label.pointer:active{
    background-color: #ffbb1c;
}

/**
alert 样式
 */
#alertFram .content{text-align:center;height:95px;line-height:95px;color:red;}
#alertFram .btn-wrap{text-align:center;height:60px;line-height:25px; border-top:1px solid #999;}
.alertFram{
    margin:0px;padding:0px;width:100%;border-radius: 10px;background-color: white;border-radius: 10px;border: 1px solid #999999;
}
.alertFram .title{
    text-align:left;padding-left:20px;line-height:60px;border-bottom:1px solid #999;
}

/*遮罩层css*/
.black_overlay
{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,0.8)!important;background-color: #000;filter:Alpha(opacity=80);
}
*html
{
    background: url(*;vpn_img) fixed;
}
*html body
{
    margin: 0;
    height: 100%;
}
/*IE6*/
*html .black_overlay
{
    position: absolute;
    left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
    top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
}
.mask_content
{
    position: relative;
    overflow: auto;
    font-size: 14px;
    font-weight: bold;
    text-align:center;width: 400px;height: 380px;margin: 0 auto;margin-top:200px;background-color: white;
    border-radius: 10px;border: 3px solid #d10000;
    z-index: 1002;
}

.searchButton{
    background: -ms-linear-gradient(top, #fffae2,#ffe4b5);/* IE 10 */

    background:-moz-linear-gradient(top,#fffae2,#ffe4b5);/*火狐*/

    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fffae2), to(#ffe4b5));/*谷歌*/

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffae2), to(#ffe4b5));      /* Safari 4-5, Chrome 1-9*/

    background: -webkit-linear-gradient(top, #fffae2, #ffe4b5);   /*Safari5.1 Chrome 10+*/

    background: -o-linear-gradient(top, #fffae2, #ffe4b5);  /*Opera 11.10+*/
}

.goPageInput{
    width: 40px!important;
}

#customColumnPanel{
    position: absolute;
    width: 1096px;
    /*!*width: 840px;*!  20210520修改*/
    /*left: 180px;  20210520修改*/
    height: 238px;
    /*height: 131px;*/
    top: 335px;
    left: 55px;
    background-position: center;
    background-repeat: no-repeat;
}