﻿@charset "utf-8";
/*头尾所需统一样式*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
body{text-align:left;font-family:'微软雅黑';color:#333333;font-size:15px;}
a,ins{text-decoration:none;}
a{color:#333333;}
a:hover{color:#1d72c2;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.bt-box-1170{width:1170px;height:auto;margin:0 auto;}
.bt-box-1170.c1{padding:0 100px;margin-bottom:25px;min-height:300px;}


/*第一层*/
/*当前位置*/
.dqwz{margin-bottom:25px;background: #ededed;height:40px;line-height:40px;}
.dqwz1{float:left;display: block;padding-left:23px;background: url("dqwz-icon.png") no-repeat 0 center;}
.lm-left{width:300px;background: #efefef;}
.lm-md{width:20px;}
.lm-right{width:840px;border:1px solid #d4d4d4;}
.lm-fj{height:50px;line-height:50px;padding-left:45px;background: url("fj_icon.png") no-repeat 13px center #245399;color:#fff;font-size:17px;font-weight:bold;}
/*同级栏目*/
.lm-tj{}
.lm-tj li{height:45px;line-height:45px;position:relative;}
.lm-tj li:before{content:'';display:block;width:4px;height:17px;position: absolute;top:14px;left:43px;background: #b5b5b5;}
.lm-tj li.hover:before{background: #fff;}
.lm-tj li a{display: block;padding-left:55px;font-size:17px;border-bottom:1px solid #e3e3e3;}
.lm-tj li.hover a{background: #7793bd;color:#fff;}
/*当前栏目*/
.lm-dq{height:50px;line-height:50px;position: relative;font-size:17px;padding-left:33px;border-bottom:2px solid #6d8dbd;}
.lm-dq:before{content:'';display:block;width:4px;height:17px;position: absolute;top:14px;left:20px;background: #6d8dbd;}
/*栏目列表*/
.lm-lb{padding:20px;}
.lb-list{overflow: hidden;line-height:36px;position: relative;padding-left:15px;}
.lb-list:before{content:'';display:block;width:3px;height:3px;position: absolute;top:17px;left:0;background: #245399;}
.lb-list a{float:left;}
.lb-list span{float:right;}
