/*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:#355e92;}
.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{font-family:微软雅黑;}

.container{width: 1200px;margin: 0 auto;background-color: #FFFFFF;padding: 0 20px 25px 20px;}
/*当前位置*/
.currentpath{height: 46px;line-height: 46px;background:url(currentPathPic.png) no-repeat 12px center;padding-left: 32px;font-size: 13px;}


/*左侧栏目列表*/
.colLeft{width: 236px;position: relative;}
.colLeft h1{background: url(colTopBg.png) no-repeat; width: 256px;height: 49px;line-height: 44px;font-size: 16px;text-align: center;color: #FFFFFF;position: absolute;top: 0;left:-10px;}
.colLeft ul{padding-left: 57px;margin-top: 44px;width: 236px;padding-top:20px;}
.colLeft ul li{border-right: 1px solid #dddddd;width: 124px;position: relative;}
.colLeft ul li div{background: url(subColBg02.png) no-repeat;width: 24px;height: 24px;position: absolute;right:-12px;top: 8px;}
.colLeft ul li a{display:block;height: 40px;line-height: 40px;padding-right: 18px;color: #333333;padding-left: 17px;font-size: 15px;}
.colLeft ul li a:hover{color: #FFFFFF;background: url(subColBg01.png) no-repeat;}
.colLeft ul li a.colActive{color: #FFFFFF;background: url(subColBg01.png) no-repeat;}

/*右侧栏目列表*/
.colRight{padding:20px;width: 902px;}
.colRightLogo{width: 860px;}
.colRightLogo img{display: block;width: 860px;height: 120px;}
.colRight p{font-size: 15px;line-height: 30px;color: #355e92;padding-top: 20px;padding-bottom: 20px;border-bottom: 1px dashed #e8e8e8;text-indent:2em;}
.colRight p  a{color: #d30000;}
.colRight ul li{background: url(listPic.png) no-repeat left center;padding-left: 15px;border-bottom: 1px dashed #e8e8e8;font-size: 16px;line-height: 45px;}
.colRight ul li span{color: #666666;}
