/*列表页*/
.location{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 40px;
}
.ttpp{
    float:left;
    line-height:30px;
    font-size:12px;
    text-decoration:none;
    padding-right:6px;
    color:#6d6d6d
}
.wz{
    padding: 20px 0px 20px 30px;
}
.wz a{
	padding:0 5px;
}
.wz span{
    height: 20px;
    line-height: 20px;
}
.list_left{
    width: 220px;
    margin-right: 30px;
    margin-left: 30px;
}
.list_left .lv1{
    display: block;
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #2181df;
    color: #fff;
    font-size: 24px;
}
.lv_tp{
    display: block;
    width: 220px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px dashed #E1E1E1;
    background: url(arow-2.gif) 20px center no-repeat;
}
.lv_2{
    padding-left: 30px
}
.lv_tp a:hover{
    font-weight:bold;
    text-decoration: none;
}
.lv_bt{
    display: none;
}
.lv_bt ul li{
    height: 38px;
    line-height: 38px;
    padding-left: 50px;
    border-bottom: 1px dashed #E1E1E1;
}
.lv_bt ul li a{
	width:220px;
	height:39px;
	display:block
}
.lv_bt ul li:hover{
	background:#d7ebfa; 
}
.lv_bt ul li a:hover{
	color:#2181df;
    text-decoration: none;
}

.Active{background:url(sjbg.png) 20px  no-repeat;display:block;font-weight:bold; }
.Active a{color:#2181df; text-decoration: none}
.load{background:#d7ebfa;}
.load a{color:#2181df;}
.list_right{
    width: 690px;
    margin-bottom: 40px;
}
.list_right .list_right_tp{
    width: 690px;
    height: 45px;
    line-height: 45px;
    background: #dbeaf9;
}
.list_right .list_right_tp span{
    font-size: 18px;
    color: #333333;
    padding-left: 20px;
}
.list_right .list_right_bt{
    width: 660px;
    margin: 0 auto;
}
.list_right .list_right_bt ul li{
    line-height: 36px;
    border-bottom:1px dashed #E1E1E1;
    padding-left: 15px;
    background:url(icon_dian.gif.png) no-repeat 5px 16px;
}
.list_right .list_right_bt ul li a:hover{
    text-decoration: none;
}
.pages{
    width: 660px;
    padding: 20px 0;
    text-align: center;
}

/*文章页*/
.reportWrap{width: 950px;margin: 0 auto; border: solid 1px #d2d2d2;}
.reportWrap .arctle{width:890px; margin:0 auto; line-height:25px; color:#575757;padding-bottom: 40px;}
.reportWrap .arctle .arctle_top{padding-top:25px; padding-bottom:20px;text-align: center;}
.reportWrap .arctle .arctle_top h1{ color: #e65733; font-size: 16px;border-bottom:solid 1px #e5e5e5;padding-bottom: 10px;}
.reportWrap .arctle .arctle_top p{height: 30px;line-height: 30px;}
.reportWrap .arctle .arctle_bt {margin-bottom: 50px;}
