.she2 {
    border-left: #d0c9c9 1px solid;
    border-right: #d0c9c9 1px solid;
    box-shadow: #d0c7c7 -3px 2px 4px;
    margin-bottom: 10px;
}
.wp_paging {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: right;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
   margin-top: 30px;
    flex-wrap: wrap;
}
.wp_paging li {
    display: flex;
    height: auto;
    line-height: 25px;
    float: left;
    margin-top: 5px;
    background: #fff;
    padding: 15px;
    margin-right: 15px;
   border-bottom: dashed #dbd5d5 0px!important;
}
.wp_paging li span, .wp_paging li a {
    display: flex;
    float: left;
    margin-left: 10px;
    font-size: 16px;

}
.wp_paging li:hover a{
		color: #333333!important;
	}
/* banner图 */
.banner {
	width: 100%;
	height: 375px;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 部门建设 */
.bumenjianshe {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 80px;
}

.shezhi {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;

}

.she {
	width: 23%;
}

.she1 {
	background: url(../image/jigoushezhi/mengban.png);
	background-size: 100% 100%;
	width: 100%;
	height: 89px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;

}

.she1 h2 {
	font-size: 28px;
	font-weight: 500;
}

.zhi {
	width: 72%;
}

.zhi1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #d0d0d0 2px solid;
	padding-bottom: 15px;
}

.s-zhi1 a {
	font-size: 13px;
	color: #333333;

}

.s-zhi h1 {
	font-size: 24px;
	color: #C2361F;
}

.img {
	width: 93px;
	height: 49px;
	margin-right: 10px;
}

.img img {
	width: 100%;
	height: 100%;
}

.zhi2 ul li {
	display: flex;
	align-items: center;
}

.zhi2 ul li {
	padding: 10px 0;
	border-bottom: dashed #dbd5d5 1px;
}

.zhi2 ul li a {
	color: #333333;
	font-size: 16px;
	transition: all 0.3s;
}

.zhi2 {
	padding-top: 15px;
}

.zhi2 ul li:hover a {
	color: #C2361F;
}

.fenye {
	padding-top: 50px;
}

.fenye ul {
	display: flex;
	justify-content: center;
}

.fenye ul li {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px #8F8F8F solid;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

@media screen and (max-width:768px) {
	.banner {
		width: 100%;
		height: 260px;
	}

	.shezhi {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.she {
		width: 100%;
	}

	.zhi {
		width: 100%;
		margin-top: 15px;
	}

	.she1 h2 {
		font-size: 24px;
		font-weight: 500;
	}

	.she1 {
		background: url(../image/jigoushezhi/mengban.png);
		background-size: 100% 100%;
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
	}
	.zhi1 {
		flex-wrap: wrap;
	}
	.bumenjianshe {
	    width: 100%;
	    overflow: hidden;
	    background-color: #FFFFFF;
	    padding-top: 10px;
	    padding-bottom: 80px;
	}
}

@media screen and (max-width:425px) {
	.banner {
		width: 100%;
		height: 140px;
	}

	.s-zhi h1 {
		font-size: 20px;
		color: #C2361F;
	}
	.s-zhi,.s-zhi1{
		width: 100%;
	}
	.s-zhi1{
		padding-top: 10px;
	}

}
