/*共同样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,img{padding:0; margin:0;}
body{font-family:Arial, Helvetica, sans-serif;font-size: 14px; background: #f6f6f6}
ul li{list-style: none;}
a{text-decoration:none;cursor:pointer;font-family:微软雅黑;}
img{border: 0;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.container{width:1200px;height: 100%; margin:0 auto;}
.clear{clear: both;}
/*定义滚动条样式*/
::-webkit-scrollbar{width: 9px;height: 9px;background-color: #f5f5f5;}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{border-radius: 10px;background-color: rgba(0,0,0,0.1);}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{width: 10px;height: 20px;border-radius: 10px; background-color: rgba(0,0,0,.1);}
.cptColor{color: #fff;}
.bodyBg{background: #116dac}
tr,td{margin: 0; padding: 0;}
.clear{clear: both;}
/**搜索**/
/*搜索*/
.search {
    width: 480px;
    background: #fff;
    border: 2px solid #d6dfef;
    height: 45px;
    line-height: 45px;

}
.search_box {
    margin: 0 auto;
    width: 600px;
}
.search-top-box {
    background: #fff;
    padding: 100px 0 200px 0;
}
.search_time {
    line-height: 40px;
    height: 40px;
}
.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    float: left
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 360px;
    padding-left: 20px;
}

.search input.btn_srh {
    background: #295ab6;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100px;
}