/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
a:hover{color:#ff0000;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.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;}
body,input{font-family:"微软雅黑";text-align: left;}

/*当前位置开始*/
.currentpath{background: #ededed;}
.currentpath-content{height: 40px;line-height: 40px;width: 1200px;margin: auto;background: url(currentpath.png) no-repeat 1px center;padding-left: 20px;}
.currentpath-content,.currentpath-content a{font-size: 15px;color: #454545;}
.currentpath-content a:hover{color:#ff0000;}
/*当前位置结束*/

/*中部内容开始*/
.main{width: 1200px;margin: 30px auto 25px;}
.main-left{width: 300px;}
.main-right{width: 870px;background: #f9f9f9}
.main-left h1{ text-align: center;height: 62px;line-height: 50px;font-size: 17px;color: #FFFFFF;background: url(one_list_03.png) no-repeat center;}
.main-left li a{display: block;height: 50px;line-height: 50px;border-bottom: 1px solid #e3e3e3;font-size: 17px;color: #333333;padding-left: 21px;background: url(li_bg2_03.png) no-repeat center;}
.main-left li.col-active a{color: #c12022; font-weight: bold;}
.main-left li a:hover{color: #c12022; font-weight: bold;}
.main-right{border: 1px solid #dedede;min-height: 500px;}
.main-right-title{line-height: 50px;font-size: 16px;font-weight: bold;color: #606060;background: #e9e9e9;}
.main-right-title li{padding: 0 20px;height: 50px;}
.main-right-title-active{border-top: 2px solid #1d79cc;background: #FFFFFF;}
.main-right-list{background: #f9f9f9;padding: 10px 24px 24px;}
.main-right-list li{font-size: 17px;line-height: 45px;background: url(list-pic.png) no-repeat left center;padding-left: 13px;border-bottom: 1px dashed #e8e8e8;}
.main-right-list li span{color: #999999;font-size: 15px;}
/*中部内容结束*/