.active{
	    background:#087779!important;
	    color: #fff !important;
	}
	.xinwen img{
	    display: none !important;
	}
	.xinwen1{
	
	    height: 60px;
	    overflow: hidden;
	        font-size: 16px;
    color: #999999 !important;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
	}
	.xinwen1 p,.xinwen1 a,.xinwen1 h1,.xinwen1 h2,.xinwen1 h3,.xinwen1 h4,.xinwen1 h5,.xinwen1 span,.xinwen1 text,.xinwen1 i,.xinwen1 strong{
	     color: #999999 !important;
	      font-size: 16px !important;
	       line-height: 30px !important;
	}
	.yeshu ul li{
	    width: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	   
	}
	.yeshu ul li a {
    color: #999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* banner图 */
.banner {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mingcheng {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mingcheng1 p {
	text-align: center;
	font-size: 48px;
	color: #fff;
	/*font-weight: bold;*/
	display: block;
	margin-bottom: 27px;
	font-family: zi1;
}

.mingcheng1 span {
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #004344;
	border-radius: 15px;
	padding: 8px 20px;

}

/* 二级菜单 */
.erji {
	width: 100%;
	background-color: #F5F5F5;
}

.caidan2 {
	display: flex;
}

.caidan2 a {
	width: 120px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	border-left: 1px solid #fff;
}

.yangshi {
	background-color: #177E80;
	color: #fff !important;
}

/* 列表页 */
.lebiao {
	padding-top: 60px;
	padding-bottom: 80px;
}

.liebiao1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.lb {
	width: 23%;
	height: 300px;
	border: 1px solid #E6E6E6;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.lbtu {
	width: 100%;
	height: 77%;
}

.lbtu a {
	width: 100%;
	height: 100%;
}

.lbtu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chakan {
	width: 100%;
	height: 23%;
	transition: all 0.3s;
}

.chakan a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}

.chakan a p {
	color: #333;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all;
	padding-right: 10px;
}

.chakan a span {
	color: #fff;
	font-size: 16px;
}

.lb:hover {
	border: 1px solid #177E80;
}

.lb:hover .chakan a p {
	color: #fff;
}

.lb:hover .chakan {
	background: #177E80;
}

.kong {
	width: 23%;
}

.yeshu {
	margin-top: 60px;
}

.yeshu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.yeshu ul li {
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background-color: #F5F5F5;
	margin-right: 8px;
	cursor: pointer;
}

.ac {
	color: #fff !important;
	background-color: #004344 !important;
}

@media screen and (max-width:1024px) {
	.lb {
		width: 32%;
	}

}

@media screen and (max-width:768px) {
	.caidan2 a {
		width: 18%;
		text-align: center;
		font-size: 12px;
		height: 50px;
	}

	.lb {
		width: 48%;
		height: 185px;
	}

	.chakan a span {
		display: none;
	}

	.chakan a p {
		font-size: 12px;
	}

	.lebiao {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.yeshu ul li {
    margin-bottom: 10px;
}
}
@media screen and (max-width:500px) {
	.erji .bar{
	    padding: 0;
	}
}

