.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%;
}

.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;
}
/* 列表页 */
.liebiao {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
}

.lb {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	padding-top: 50px;
	padding-bottom: 30px;
}

.shijian a {
	display: flex;
	align-items: center;
}

.shijian a p {
	color: #999;
	font-size: 22px;
}

.shijian1 {
	width: 60px;
	height: 1px;
	background: #B3B3B3;
	margin-left: 48px;
}

.jiantou {
	width: 38px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 58px;
	margin-left: 10px;
	transition: all 0.3s;
}

.jaintou a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jiantou a img {
	width: 20px;
	height: 17px;
}

.tu {
	width: 218px;
	height: 146px;
}

.tu a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xinwen {
	width: 960px;
}

.xinwen a h1 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all;
}

.xinwen a p {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all;
}

.jian2 {
	display: none;
}

.lb:hover .jian1 {
	display: none;
}

.lb:hover .jian2 {
	display: flex !important;
}

.lb:hover .jiantou {
	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:768px){
	.left-lb{
		display: none;
	}
	.tu {
	    display: none;
	}
	.xinwen{
		width: 100%;
	}
	.liebiao{
		padding-top: 0;
	}
	.yeshu ul li {
    margin-bottom: 10px;
}
.caidan2 a {
    width: 18%;
    text-align: center;
    font-size: 12px;
    height: 50px;
}
}