/*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;}
body,button, input, select, textarea {font:15px/1.5 '微软雅黑';}
h1, h2, h3, h4, h5, h6{ font-size: 100%;}
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:#5193d4;}
/*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;}

/*当前位置开始*/
.currentPath{height: 57px;background: url(currentPatPic.png) no-repeat 16px center;padding-left: 40px;width: 1200px;margin: 0 auto;}
.currentPath,.currentPath a{font-size: 14px;color: #777777;line-height: 57px;}
/*当前位置结束*/

/*主体开始*/
.colMain{width: 1200px;margin: 0 auto;}
.colMainL{width: 250px;border-top: 6px solid #478ad1;background: #ffffff;padding: 0 33px;min-height: 300px;position: relative;}
.rightShadow{background: url(colMainLbg01.png) repeat-y;width: 6px;position: absolute;right: -6px;top:-6px}
.bottomShadow{background: url(colMainLbg02.png) repeat-x;width: 250px;position: absolute;left: 0;bottom:-7px;height: 7px;}

.colMainR{position: relative;}
.rightShadow02{background: url(colMainLbg01.png) repeat-y;width: 6px;position: absolute;right: -6px;top:0px}
.bottomShadow02{background: url(colMainLbg02.png) repeat-x;width: 924px;position: absolute;left: 0;bottom:-7px;height: 7px;}

.colMainL h1{border-bottom: 1px dashed #c9c9c9;line-height: 75px;height: 76px;color: #478ad1;font-size: 30px;font-weight: bold;}
.colMainL ul li a{display: block;height: 60px;line-height: 60px;font-size: 18px;color: #2c2c2c;padding-left: 32px;background:url(col.png) no-repeat left center;}
.colMainL ul li.colC a{background:url(colHover.png) no-repeat left center;color: #478ad1;}


.colMainR{width: 924px;}
.curCol{background: #478ad1 url(currentCol.png) no-repeat 34px center;padding-left: 70px;font-size: 16px;color: #FFFFFF;line-height: 46px;height: 46px;}
.colMainR ul{padding: 20px;background: #FFFFFF;min-height: 500px;}
.colMainR ul li{font-size: 14px;color: #2C2C2C;height: 48px;line-height: 48px;padding: 0 10px;border-bottom: 1px solid #dcdcdc;}
.colMainR ul li:hover{background: #f4f4f4;}
.colMainR ul li a{color:#2C2C2C;}
.colMainR ul li:hover a{color:#478ad1;}
/*主体结束*/

.height30Fg{height: 30px;}
