/*通用样式*/
*{ margin: 0px; padding: 0px; }
.fl { float: left; } 
.fr { float: right; } 
.clearfix { zoom: 1; } 
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both; }
img, input, button { border: none; outline: none; } 
a { color: #333333; } 
a:hover { color: #00589e; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; } 
ul { padding-left: 0px!important; } 
body { background-color: #ffffff; font-family: "microsoft Yahei"; } 
.inner { width: 1200px; margin: 0 auto; }

/*content start*/
.contentT {height: 70px;line-height: 70px; font-size: 16px; }
.position { background: url(col_bg_10.png) no-repeat left center; padding-left: 20px;float: left; }
.content .contentB { height: 100%; background-color: #fff; position: relative; }
.contentBL { width: 280px; border: 1px solid #dedede; margin-bottom: 50px; position: absolute; left: 0px; right: 0; top: 70px; bottom: -2px; }
.contentBL h3 { width: 280px; height: 50px; line-height: 50px; font-size: 16px; color: #ffffff; background-color: #1492ff; margin-bottom: 20px; padding-left: 60px; position: relative;}
.contentBL h3 span { font-size:13pt; font-weight:bolder; }
.contentBL h3 img {padding-right: 10px;}
.contentBL h3 i {width: 16px;height: 7px;background: url(col_bg_05.png) no-repeat bottom center;display: inline-block;position: absolute;left: 50%;bottom: -7px;}
.contentBR { width: 890px; background-color: #ffffff; }
.contentBR h3 { height: 40px; line-height: 40px; font-size: 16px; color: #184a96; border-bottom: 2px solid #cccccc; display: none;}
.contentBR h3 img { padding: 0 8px; }
.contentBR h3 span { font-size: 16px; color: #3d3d3d; border-bottom: 2px solid #1e79cc; padding-bottom: 8px; padding-right: 30px; }
.list01 li { font-size: 18px;color: #000000;}
.list01 li:hover a { color: #0783d0; }
.list02 ul { min-height: 500px; border: 1px solid #dedede; padding-top: 10px;padding-bottom: 20px; padding-left: 25px!important;padding-right: 25px; margin-bottom: 50px; }
.list02 li { font-size: 15px; line-height: 44px; border-bottom: 1px dashed #bfbfbf; background: url(col_bg_06.png) no-repeat left center; padding-left: 15px;}
.list02 li a { color: #000000; font-size: 16px; }
.list02 li a:hover { color: #0783d0; }
.list02 li span { font-size: 16px; color: #666666; float: right; }
/* 左侧栏目高亮 */
.lanmu_old{width: 100%; font-size:18px;background:url(col_bg_03.png) no-repeat center; background-size: 100% 120%; color:#3d3d3d; text-align:left; padding-left:60px;padding-top: 13px;padding-bottom: 13px; margin-bottom: 10px; display: inline-block;}
.lanmu_On{font-weight: bold; background:url(col_bg_04.png) no-repeat center; color:#ffffff;}
/*content end*/

/* 自适应 */
@media (max-width: 769px) {
    .inner { width: 100%; }
    .nav-base { width: 18px; height: 18px; float: right; background: url(col_pic_05.png) no-repeat; background-size: 100%; margin: 25px; margin-bottom: 0; }
    .logo-r-bg { background: url(col_pic_06.png) no-repeat; background-size: 100%; }
    .contentT {background-color: #e8e8e8;}
    .position {background: none;}
    .position span:first-child {display: none;}
    #mask { display: none;}
    .contentBL {width: 60%;border: 0px; left: unset;}
    .contentBL h3 {width: 100%;}
    .lanmu_old, .lanmu_On {background-size: cover;}
    .contentBR {width: 100%;}
    .list02 ul {border: 0px; padding: 0 4%;padding-left: 4%!important;}
    .list02 li {line-height: unset;background: none; padding: 15px 0;}
    .list02 li a {max-width: 95%;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;display: inline-block;}
    .list02 li span {float: unset;display: block;}
}
@media (max-width: 749px) {
    .lanmu_old, .lanmu_On {background-size: contain;}
}