.banner {
	padding: 0;
}

.banner img {
	width: 1920px;
	height: 800px;
	display: block;
	margin: auto;
}

.lgsq {
	text-align: center;
	padding-top: 171px;
}

.lgsq img {
	margin: 0 auto 40px;
}

.lgsq p {
	font-size: 16px;
	color: #00586E;
	font-family: "微软雅黑";
	margin: 0;
}

.item {
	margin-top: 157px;
	display: flex;
}

.item .body {
	flex: 1;
}

.item .body img {
	width: 94px;
	height: 94px;
}

.item .body .bk {
	margin-top: 121px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #666;
	line-height: 26px;
	position: relative;
	padding-left: 10px;
}

.bk::before {
	content: '';
	width: 3px;
	background: #3AEFD0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 85%;
	margin: auto;
}

.item .pic {
	width: 803px;
}

.item .pic img {
	width: 100%;
	height: 397px;
}

.item .pic div {
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #666666;
	line-height: 22px;
	opacity: 0.9;
	padding: 17px 0;
}

.item .pic div span {
	font-size: 18px;
	font-family: FZLTZCHK;
	font-weight: bold;
	color: #666;
	opacity: 0.9;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 39px;
}

.d-flex a {
	margin-right: 32px;
	margin-bottom: 32px;
	width: 351px;
}

.d-flex a:nth-child(4n) {
	margin-right: 0;
}

.d-flex a img {
	width: 351px;
	height: 296px;
}

.d-flex a h2 {
	font-size: 18px;
	font-family: FZLTHK;
	font-weight: normal;
	color: #333333;
	line-height: 26px;
	margin-top: 12px;

	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;

}

.d-flex a p {
	font-size: 11px;
	font-family: FZLTHK;
	font-weight: normal;
	color: #666666;

	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}


.d-more {
	width: 90px;
	height: 27px;
	background-color: #00586E;
	text-align: center;
	line-height: 27px;
	margin: 100px auto;
	position: relative;
}

.d-more span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	color: #00586E;
	cursor: pointer;
}

.d-more div {
	color: #00586E;
	background-color: #3AEFD0;
	/* transform: perspective(268px) rotateY(20deg); */
	transition: all .3s;
	width: 100%;
	height: 100%;
}

.d-more span:hover~div {
	color: #00586E;
	background-color: #3AEFD0;
	transform: perspective(0) rotateY(0);
}

.d-more div:hover {
	color: #00586E;
	background-color: #3AEFD0;
	transform: perspective(0) rotateY(0);
}

/* 2020/10/22 */
.btn_mask {
	position: relative;
	width: 113px;
	line-height: 30px;
	color: #00586E;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	transition: all .3s;
	border: 1px solid #3AEFD0;
	cursor: pointer;
}

.btn_mask::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #3AEFD0;
	transition: .8s;
}

.btn_mask:hover { color: #fff; }

.btn_mask:hover::after {
	width: 100%;
	color: #fff;
}

.ain_hover {
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ain_hover:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.pin_list_item {
	width: 295px;
	margin-left: 7px;
}

.img_list_new {
	width: 295px;
	height: 248px;
	overflow: hidden;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fwb { font-weight: bold; }
