.news {
	padding-bottom: 96px;
}

.news .box1 {
	margin: 60px 0 30px;
}

.news .box1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 48px;
}

.news .box1 ul li {
	position: relative;
	/* width: 31.3%; */
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.news .box1 ul li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: transparent;
	transition: all 0.8s;
}

.news .box1 ul li:hover::before {
	background-color: rgba(7, 118, 242, 1);
	width: 100%;
}

.news .box1 ul li .title {
	font-size: 20px;
	font-family: PingFang;
	color: #222222;
	line-height: 1;
	margin-top: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 ul li .pic img{
	width: 100%;
}
.news .box1 ul li:hover .title {
	color: rgba(7, 118, 242, 1);
}

.news .box1 ul li .des {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .box1 ul li .date {
	margin-top: 30px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	line-height: 1;
}

.news-details {
	margin-top: 40px;
}

.news-details .content1500 {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 74px;
	align-items: flex-start;
}

.news-details .left {
	width: 66.1%;
}

.news-details .left .title-div {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	margin-bottom: 40px;
}

.news-details .left .title-div .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1.5;
}

.news-details .left .title-div ul {
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 39px;
}

.news-details .left .title-div li {
	margin-right: 49px;
}

.news-details .left .title-div li:last-child {
	margin-right: 0;
}

.news-details .left .text-content .text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-bottom: 27px;
}

.news-details .left .text-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto 30px;
}

.news-details .right {
	width: 29.2%;
	background-color: rgba(250, 250, 250, 1);
	padding: 28px 45px 30px;
}

.news-details .right p {
	margin-bottom: 20px;
}

.news-details .right p a {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-details .right p a span {
	color: rgba(153, 153, 153, 1);
}

.news-details .right .back {
	margin-top: 41px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: rgba(7, 118, 242, 1);
	font-size: 16px;
}

.news-details .right .back a {
	display: block;
	color: rgba(255, 255, 255, 1);
}

@media (max-width:1199px) {
	.news .box1 ul{
		gap: 0 30px;
	}
	.news-details .content1500 {
		flex-wrap: wrap;
	}

	.news-details .left {
		width: 100%;
	}

	.news-details .right {
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width:900px) {
	.news .box1 ul{
		grid-template-columns:repeat(2,1fr);
	}
	.news .box1 ul li{
		/* width: 48%; */
	}
}
@media (max-width:800px) {
	.news-details .left .title-div .title {
		font-size: 26px;
		line-height: 1.5;
	}

	.news-details .left .title-div ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news-details .left .title-div li {
		margin-right: 0;
	}
}
@media (max-width:600px) {
	.news .box1 ul li{
		width: 100%;
	}
	.news .box1 ul li .title{
		margin-top: 20px;
		font-size: 18px;
		margin-bottom: 25px;
	}
}
@media (max-width:500px) {
	.news .box1 ul{
		gap:0 20px;
	}
	.news-details .left .title-div .title {
		font-size: 22px;
	}

	.news-details .left .title-div li {
		margin-bottom: 10px;
	}

	.news-details .left .title-div ul {
		margin-top: 20px;
	}

	.news-details .left .title-div {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news-details .left .text-content .text {
		font-size: 16px;
		line-height: 1.7;
	}

	.news-details .right {
		padding: 25px 15px;
	}

	.news-details .content1400 {
		padding: 35px 0 40px;
	}
}
