.banner .mySwiper {
	width: 100%;
	height: calc(100vh - 130px);
}

.banner .mySwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .mySwiper .swiper-slide {
	position: relative;
}

.banner .mySwiper .swiper-slide .name {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.banner .mySwiper .swiper-slide .name img {
	width: 30px;
	margin: 0 20px;
}

.banner .mySwiper .btn a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #fff;
	position: absolute;
	z-index: 999;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}

.box-1 .search {
	margin: 40px 0;
	position: relative;
}

.box-1 .search input {
	background-color: #f3f2ed;
	width: 100%;
	border: 0;
	outline: none;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.box-1 .search i {
	position: absolute;
	right: 10px;
	color: #333;
	bottom: 0;
	top: 0;
	height: max-content;
	margin: auto;
	cursor: pointer;
}

.box-1 .new-cont {
	display: flex;
	justify-content: space-between;
}

.box-1 .new-cont .left,
.box-1 .new-cont .right {
	width: 47%;
}

.box-1 .new-cont .left .new-h {
	border-bottom: 2px solid #808080;
	margin-bottom: 30px;
}

.box-1 .new-cont .left .new-h span {
	background-color: #787677;
	color: #fff;
	padding: 0 10px;
}

.box-1 .new-cont .left img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.box-1 .new-cont .left .h {
	font-size: 22px;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.box-1 .new-cont .left .tips {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.box-1 .new-cont .left .tips .time {
	color: #808080;
}

.box-1 .new-cont .left .tips .comment a {
	background-color: #333;
	color: #fff;
	width: max-content;
	line-height: 25px;
	padding: 0 6px;
	position: relative;
	margin-bottom: 10px;
	display: block;
}

.box-1 .new-cont .left .tips .comment a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #333;
	border-left: 5px solid #333;
	border-right: 5px solid #fff;
	bottom: -10px;
	left: 0;
}

.box-1 .new-cont .left .title {
	line-height: 1.7;
}

.box-1 .new-cont .right .new-h {
	border-bottom: 2px solid #808080;
	margin-bottom: 30px;
}

.box-1 .new-cont .right .new-h span {
	background-color: #be2623;
	color: #fff;
	padding: 0 10px;
}

.box-1 .new-cont .right .list {
	background-color: #f3f2ed;
	padding: 20px;
	box-sizing: border-box;
}

.box-1 .new-cont .right .list .li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.box-1 .new-cont .right .list .li:last-child {
	margin-bottom: 0;
}

.box-1 .new-cont .right .list .li a {
	width: 48%;
	position: relative;
}

.box-1 .new-cont .right .list .li a .iconfont {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.6);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}

.box-1 .new-cont .right .list .li a img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.box-1 .new-cont .right .list .li a video {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.box-1 .new-cont .right .list .li .info {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-1 .new-cont .right .list .li .info .h {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: underline;
}

.box-1 .new-cont .right .list .li .info .tips {
	color: #808080;
}

.box-2 {
	margin-top: 40px;
}

.box-2 .new-h {
	border-bottom: 2px solid #808080;
	margin-bottom: 30px;
}

.box-2 .new-h span {
	background-color: #787677;
	color: #fff;
	padding: 0 10px;
}

.box-2 .li {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.box-2 .li>a>img {
	width: 360px;
	height: 240px;
	object-fit: cover;
}

.box-2 .li .info {
	width: calc(100% - 400px);
}

.box-2 .li .info .h {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: 22px;
}

.box-2 .li .info .tips {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.box-2 .li .info .tips .comment a {
	background-color: #333;
	color: #fff;
	width: max-content;
	line-height: 25px;
	padding: 0 6px;
	position: relative;
	margin-bottom: 10px;
	display: block;
}

.box-2 .li .info .tips .comment a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #333;
	border-left: 5px solid #333;
	border-right: 5px solid #fff;
	bottom: -10px;
	left: 0;
}

.box-2 .li .info .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 2;
	color: #808080;
}

.box-3 {
	background-color: #f3f2ee;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	margin: 60px 0;
	padding: 40px 0;
}

.box-3 .max-container {
	display: flex;
	justify-content: space-between;
}

.box-3 .max-container .left {
	width: 360px;
	text-align: center;
}

.box-3 .max-container .left img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.box-3 .max-container .right {
	width: calc(100% - 440px);
	text-align: center;
}

.box-3 .max-container .right .h {
	font-size: 20px;
}

.box-3 .max-container .right img {
	width: 30px;
	margin: 20px 0;
}

.box-3 .max-container .right .title {
	text-align: left;
}