.zfxxgk_right{
  padding: 20px;
}
.jcsw_list_title{
  background-color: #f4f7f5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.jcsw_list_title ul{
  width: 100%;
}
.jcsw_list_title ul li{
 float: left;
 width: 25%;
 height: 70px;
 line-height: 70px;
}
.jcsw_list_title ul .xxmc{
  width: 50%;
}
.out_list >li{
  height: 70px;
  line-height: 70px;
  margin-top: 10px;
}
.out_list >li:hover{
  background-color: #f4f7f5;
}
.inner_list li{
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  line-height: 70px;
  height: 100%;
}
.inner_list .xxmc{
  width: 50%;
  line-height: 35px;
  padding: 0 10px;
}

/*
.wj_dh{
  background-color: #f6f9ff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: left;

}
*/

.wj_dh{
    width: 100%;
	height: 42px;
	margin: 0 auto;
	background-repeat: repeat-y;
    background-color: #f6f9ff;
	background-position: center top;
    margin-bottom: 20px;
}
	
.wj_dh ul{
    height: 42px;    
}
.wj_dh ul li{
    float: left;
    line-height: 42px;
    text-align: center;
    /* padding: 0 44px; */
    height: 42px;
    position: relative;
    text-align: center;
    width: 120px;

}
.wj_dh ul li+li{
    /* padding: 0 45px; */
    background-position: center left;
}
.wj_dh ul li a{
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.wj_dh ul li.active{
    background-color: #0c67b0;
    background-image:none ;
	color: #ffffff;
}
.wj_dh ul li.active::after,
.wj_dh ul li.active::before{
    display: none;
}
.wj_dh ul li::before,
.wj_dh ul li::after{
    display: none;
    content: "";
    width: 22px;
	height: 42px;
    position: absolute;
    top: 12px;
}
.wj_dh ul li::before{
    left: 11px;
    display:none;
}
.wj_dh ul li::after{
    right: 11px;
    display:none;
}
.wj_dh ul li:hover{
    background-color: #1483d9;
    background-image:none ;

}
.wj_dh ul li:hover::after,
.wj_dh ul li:hover::before{
display: none;
}
.wj-fr{width: 100%;}
.wj-fr {
    width: 100%;
    float: right;
}

.wj-fr>p {
    background: #f4f4f4;
    margin-bottom: 25px;
}

.wj-fr>p span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3f90d0;
    line-height: 48px;
    float: left;
    padding: 0 50px;
}