@charset "utf-8";
/* CSS Document */
 


/*左侧边栏*/
.sub_left{width:314px;overflow:hidden;float:left;z-index:999;background: #f2f5f9;}
.sub_left_box{background: #f2f5f9;}
.sub_left .sub_navnew{width:300px;overflow:hidden;background-color:#f2f5f9;border-left: 14px solid #1061cb;margin-bottom: 0;}
.sub_left .sub_navnew li a{
    line-height: 24px;
    padding: 22px 33px 22px 33px;
    display: block;
    color: #666;
    font-weight: bold;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 16px;}
.sub_left .sub_navnew li a:hover,.sub_left .sub_navnew li a.active{color:#1061cb;background: #d9e9ff;}
.sub_left .sub_leftTitle{background: url(../images/sub_title.png) no-repeat center top; width:314px;height: 60px;}
.sub_left .sub_leftTitle h2{color:#fff;font-size:20px;font-weight: normal; margin:0 auto;text-align: center;line-height: 60px;padding:0 20px;}

.sub_left .sub_navnew .subNavs1{display: none;}

.sub_left_Other{overflow: hidden;}
.sub_left_Other_title{background: #fff;border-top:2px solid #1061cb;text-align: center;} 
.sub_left_Other_title h3{font-weight: normal;padding:17px 20px;font-size: 18px;color:#004ea2;}

.sub_left_Other_List{overflow: hidden;}
.sub_left_Other_List li a{border-bottom: 1px solid #e5e5e5;padding:23px 30px;border-left: 13px solid #f2f5f9;display: block;color:#666;font-size: 16px;}
.sub_left_Other_List li a:hover{border-left:13px solid #1061cb;}

.sub_left li .toggles {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    display: block;
    padding: 16px 0;
    width: 40px;
    cursor: pointer;
    z-index: 999;
    font-size: 28px;
    color: #bfbfbf;
    text-align: center;
}
.second_navnew{
	display:none;
}
.second_navnew dd a{
	line-height: 16px;
	font-weight:normal;
	padding: 22px 16px 22px 16px;
	text-align:center;
}