/*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-family:'微软雅黑';font-size:15px;color:#333333;}
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:#333333;}
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;}

.h25{height:25px;}
.h30{height:30px;}
.w1100{width:1100px;margin:0 auto;}
.content{width:1100px;margin:0 auto;padding-top:20px;}
/*当前位置*/
.position{height:45px;line-height:45px;border-bottom:1px solid #cccccc;color:#666666;}
.column_left{width:240px;border:1px solid #cccccc;}
.column_left01{width:240px;}
.column_left span{display:block;height:60px;border-bottom:2px solid #2370ce;line-height:60px;font-size:18px;text-align:center;}
.column_left_list li{height:55px;border-top:1px solid #ececec;line-height:55px;font-size:18px;background:url(list01.png) no-repeat 15px center;padding-left:35px;}
.column_right{width:835px;border:1px solid #cccccc;}
.column_right ul li{line-height:36px;background:url(list02.png) 15px center no-repeat;padding-left:25px;}
.column_right ul li a span{float:right;margin-right:20px;color:#999999;}