@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
a:hover{color:#00479d;}
a.color6{color: #666;}
a.color6:hover{color:#00479d;}
em{font-style: normal;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}


.width1200{width: 1200px;margin:0 auto;}
body{background-color: #f7f7f7;}
.height20{height: 20px;}
/*当前位置开始*/
.current-position{background: #fff;}
.current-position>div{background: url(current-position.png) no-repeat 3px center;padding-left: 23px;height: 40px;line-height: 40px;}
.current-position div,.current-position div a{color: #454545;font-size: 13px;}
.current-position div a:hover{color: #00479d;}
/*当前位置结束*/
.column-page{padding: 10px 10px 30px;background: #fff;}
.column-page-left ul{min-height: 400px;}
.column-page-left h1{font-size: 17px;color: #fff;height: 50px;line-height: 50px;background: #48669f;padding-left: 43px;}
.column-page-left ul{padding-top: 10px;}
.column-page-left ul li{padding: 0 10px;}
.column-page-left ul li a{display: block;line-height: 46px;font-size: 17px;height: 46px;border-bottom: 1px solid #e3e3e3;background: url(column-pic.png) no-repeat 15px center;padding-left: 35px;font-size: 17px;color: #333;}
.column-page-left ul li a.active{background: url(column-pic-hover.png) no-repeat 15px center;color: #2e5399;}
.column-page-right h2{height: 50px;background: #f5f5f5;line-height: 50px;padding-left: 5px;}
.column-page-right h2 span{height: 50px;padding: 0 25px;border-top: 2px solid #2e5399;background: #fff;font-size: 16px;color: #2e5399;}
.column-page-right ul{padding-top: 10px;}
.column-page-right ul li{font-size: 17px;line-height: 45px;border-bottom: 1px dashed #e8e8e8;background: url(list-pic.png) no-repeat left center;padding-left: 13px;}
.column-page-right ul li span{color: #999;}