.mqhsbg {
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-bottom: 50px;
}

.zxhead {
	display: flex;
	flex-wrap: wrap;

}

.zxhead a {
	width: 11.5%;
	text-align: center;
	background-color: #F0F0F0;
	font-size: 18px;
	padding: 10px 0;
	margin-top: 14px;
	color: #323232;
}

.zxhead a:hover {
	background-color: #049A43;
	color: #fff;
}

.zxhead .zxxz {
	background-color: #049A43;
	color: #fff;
}

.zxhead a:not(:nth-child(8n)) {
	margin-right: calc(8% / 7);
}

.w1560 {
	background-color: #fff;

}

.mqhsbg .cen {
	width: 94%;
	margin: 0 auto;
}

.mjft {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 60px;
	align-items: center;
	margin-top: 30px;
}

.fttit {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}

.fttit::after {
	content: '';
	height: 80%;
	width: 5px;
	position: absolute;
	left: 0;
	top: 10%;
	background-color: #00A0F0;
}

.fttitt {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}

.fttitt::after {
	content: '';
	height: 80%;
	width: 5px;
	position: absolute;
	left: 0;
	top: 10%;
	background-color: #049A43;
}


.ftfl a {
	color: #000000;
	font-size: 18px;
	margin: 0 25px;
	padding: 5px 15px;
}

.ftfl .ftxz {
	background-color: #049A43;
	color: #fff;
}

.ftfl .ftxzz {
	background-color: #049A43;
	color: #fff;
}

.fttwo {
	display: flex;
	margin-top: 100px;
}

.fttwofl {
	width: 68%;
	position: relative;
}

.fttwofl .cov {
	width: 100%;
}

.flfoot {
	width: 90%;
	height: 70px;
	background-color: rgb(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 5%;
	color: #fff;
}

.xwfl {

	color: #fff;
	position: absolute;
	top: 5%;
	left: -6px;
	background: url(../images/xwflban.png)no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.flfoot .tit {
	font-size: 18px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;


}

.flfoot .xwtime {
	background-color: #F6A434;
	padding: 5px 20px;
	border-radius: 20px;

}

.ftfr {
	flex-grow: 1;
	width: 32%;
}



.ftfr .tt {
	background-color: #049A43;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	padding: 10px 30px;
	display: block;
}

.ftli:first-child {
	border-top: none;
}

.ftli {
	padding: 0 30px;
	height: 125px;
	display: flex;
	align-items: center;
	background-color: #009FF0;
	color: #fff;
	border-top: 1px solid #fff;

}

.ftli:hover {
	background-color: #fff;
	color: #009FF0;
	border-top: 1px solid #009FF0;
}

.ftli .hsd {
	width: 8px;
	height: 8px;
	background-color: #CCCCCC;
	border-radius: 50%;
}

.ftli p {
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	font-weight: bold;
}

.newcovcen {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 30px;
}

.newcovcen .list {
	width: 24%;


}

.newcovcen .list:not(:nth-child(4n)) {
	margin-right: calc(4% / 3);
}

.newcovcen .list .lsban {
	width: 100%;
}

.list .lsbt {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
	margin: 10px 0;
}

.list .ljyd {
	background-color: #F5F5F5;
	height: 50px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 15px;
}

.ljyd .xxico {
	margin-left: 20px;
	width: 15px;
	height: 15px;
}

.listljyd {
	background-color: #049A43;
	color: #fff;
	height: 100%;
	padding: 0 30px;
	line-height: 50px;

}

.lssum {
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* height: 50px; */
	line-height: 20px;
	height: 40px;
	min-height: 40px;
	margin: 10px 0;
}

.spftcen {
	margin-bottom: 20px;
}



.ftlist {
	display: flex;
	margin-top: 30px;
}

.ftlist:hover .ftfr .frxwbt {
	color: #00A0EE;
}

.ftlist:hover .ftfr .more {
	background-color: #009FF0;
	color: #fff;
}

.ftlist .ftban {
	width: 30%;
}

.ftlist .ftban img {
	width: 100%;
}

.ftlist .ftfr {
	flex-grow: 1;
	padding: 20px;
	padding-top: 10px;

}

.ftfr .frxwbt {
	font-weight: bold;
	color: #000000;
	font-size: 1.1rem;
	line-height: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 70%;
}

.ftfr .summ {

	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 15px;
	margin-top: 10px;
	color: #222222;
}

.ftfr .more {
	margin-top: 30px;
	display: inline-block;
	background-color: #D8D8D8;
	color: #303030;
	padding: 10px 20px;
}

.hdsp {
	width: 100%;
}

.hdsp img {
	width: 100%;
}

.ftxqtit {
	color: #333331;
	font-weight: bold;
	margin: 20px 0;
	font-size: 24px;
}

.ftxqzl {
	font-size: 15px;
	color: #B4B3C3;
}

.ftxqzl span {
	display: inline-block;
}

.fbsj {
	margin-left: 50px;
}

.xgtjcen {
	margin-top: 50px;


}

.ftcen {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 100px;


}

.xgtit {

	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.xgtit .titsp {
	position: relative;

}

.xgtit .titsp::after {
	content: '';
	height: 5px;
	width: 25px;
	background-color: #6FC07B;
	position: absolute;
	right: -30px;
	top: 8px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.xgtit .titsp::before {
	content: '';
	height: 5px;
	width: 20px;
	background-color: #FF9D5C;
	position: absolute;
	right: -25px;
	top: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tjlistcen {
	display: flex;
	margin-top: 20px;
}

.tjlistcen .tjli {
	width: 15.6666%;

}

.tjlistcen .tjli:not(:nth-child(6n)) {
	margin-right: calc(6% / 5);
}

.tjlistcen .tjli img {
	width: 100%
}

.tjli .tjxqtit {
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	height: 50px;
	min-height: 50px;
}

.bfcs {
	color: #A3A1A2;
	font-size: 14px;

}

.dtftcen {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.dtcen {
	width: 66%;
}

.qkzz {
	width: 25%;
}

.hyfl {
	display: flex;
}

.hyfl a {
	width: 14.6666%;
	text-align: center;
	font-size: 18px;
	padding: 8px 0;
	color: #000;
}

.hyfl .hyflxz {
	background-color: #049A43;
	color: #fff;
}

.hyfl a:not(:nth-child(6n)) {
	margin-right: calc(12% / 5);
}

.helscen {
	margin-top: 30px;
}

.hyli {
	display: flex;
	height: 145px;
	border-bottom: 1px dashed #E2E2E2;
	margin-top: 20px;
}

.hyli .fl {
	width: 25%;
}

.xbzl {
	height: 100%;
	width: 75%;
	padding-left: 20px;
}

.xbtit {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xbsum {
	color: #666563;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.xbfoot {
	display: flex;
	align-items: center;
	height: 50px;
	flex-direction: row;
	justify-content: space-between;
	color: #B2B1AF;
	font-size: 14px;
}

.xbftfr {
	display: flex;
	align-items: center;
}

.xbftfr img {
	margin-left: 10px;
}

.xbftfr span {
	margin-left: 10px;
}

.zkzz {
	height: 80px;
	border-top: 2px solid #F0F0F0;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.zkfl {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 28px;
	position: relative;
}

.zkfl::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #6E9C39;
	position: absolute;
	left: 0;
	top: -1.5px;
}

.zkfl img {
	width: 20px;

}

.zkfl span {
	color: #000;
	margin-left: 10px;
}

.zkfr {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.zkfr img {
	margin-left: 6px;
}

.tjzz {

	display: flex;
	border: 2px solid #F0F0F0;
	padding: 3%;
}

.tjzz .zzfl {
	width: 36%;
}

.tjzz .zzfl img {
	width: 100%;
}

.tjzz .zzfr {
	padding-left: 10px;
	width: 64%;
}

.tjzz .zzfr .zztit {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
}

.tjzz .zzfr .zzsum {
	margin-top: 6px;
	color: #959595;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zzfoot {
	padding: 0 10%;
	margin-top: 20px;
	display: flex;

	flex-direction: row;
	justify-content: space-between;

}

.zzfoot .yd {
	background-color: #498BF9;
	color: #fff;
	padding: 5px 10px;
}

.zzfoot .xz {
	background-color: #89D801;
	color: #fff;
	padding: 5px 10px;
}

.hbsxcen {
	margin-top: 20px;
}

.sxli {
	display: flex;
	height: 40px;
	align-items: center;
	padding-left: 10px;
}

.sxli .ld {

	width: 5px;
	height: 5px;
	background-color: #72A03D;
}

.sxli p {
	margin-left: 10px;
	color: #413F44;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.tjzh {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 10px;
}

.tjzh img {
	width: 100%;
}

.nwxqtit {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #333;
	margin-top: 20px;
}

.xqfbt {
	text-align: center;
	color: #B6B6B6;
	margin-top: 10px;
	font-size: 14px;
}

.xqfbt span {
	margin-left: 30px;
}

.xqcenter {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}
.bxcg{
	width: 100%;
	position: relative;
}
.bxcg img{
	width: 100%;
	}
.bxcg::after{
	content:'';
	width: 5px;
	height: 30%;
	background-color: #68B543;
	position: absolute;
	left: -30px;
	top: -10px;
}
.xwxqfrtit{
	color: #333;
	font-weight: bold;
	font-size: 28px;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	}
	.xwxqfrtit span{
		display: inline-block;
		height: 50px;
		line-height: 50px;
		border-bottom: 3px solid #2B8700;
	}