.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;
	}
/* 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;
}

/* 列表页 */
.liebiao {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
}

.liebiao1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lb {
	width: 23%;
	margin-bottom: 30px;
}

.lb a {
	width: 100%;
}

.rongyu {
	width: 100%;
	height: 320px;

	border: 2px solid #E6E6E6;
	transition: all 0.3s;
}

.rongyu1 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

.tupian {
	width: 155px;
	height: 223px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tupian img {
	width: 100%;
	height: auto;
}

.rongyu2 {
	width: 100%;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s;
}

.rongyu2 p {
	font-size: 14px;
	color: #fff;
}

.ming {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.kong {
	width: 23%;
}

.lb:hover .rongyu {
	border: 2px solid #177E80;
}

.lb:hover .ming {
	color: #177E80;
}

.lb:hover .rongyu1 {
	height: 80%;
}

.lb:hover .rongyu2 {
	height: 20%;
	background-color: #177E80;
}

.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%;

	}

	.tupian {
		width: 100px;
		height: 143px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.rongyu {
		width: 100%;
		height: 215px;
		border: 2px solid #E6E6E6;
		transition: all 0.3s;
	}

	.liebiao {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.yeshu ul li {
    margin-bottom: 10px;
}
}
