.news {
	background-color: #eeeff4;
	padding: 35px 0 40px;
}

.news .box1 li {
	margin-bottom: 10px;
}

.news .box1 li:nth-child(2n) {
	background-color: #fff;
}

.news .box1 li a {
	display: flex;
	justify-content: space-between;
	padding: 47px 59px 47px 50px;
}

.news .box1 li .l {
	display: flex;
	flex: 1;
	margin-right: 62px;
}

.news .box1 li .l .date {
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #111111;
	line-height: 1;
}

.news .box1 li .l .year {
	font-size: 15px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}

.news .box1 li .l .text-box {
	margin-left: 72px;
	flex: 1;
}

.news .box1 li .l .text-title {
	font-size: 22px;
	font-family: PingFang;
	font-weight: 500;
	color: #000000;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .box1 li .l .text-des {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #777777;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .box1 li .l .more {
	display: flex;
	align-items: center;
	width: 136px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #0051ac;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	justify-content: center;
	margin-top: 49px;
}

.news .box1 li .l .more .text {
	margin-right: 14px;
}
.news .box1 li a:hover .l .more{background:#CB0010;}

.news .box2 {
	margin-top: 60px;
}

.news-details .article_top {
	text-align: left;
}

.news-details {
	padding-top: 28px;
	/* background-color: #f8f8f8; */
}

.news-details .left {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

.news-details .article_top {
	padding: 50px 0 0;

}

.news-details .content1400 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	/* background-color: #fff; */
}

.news-details .article_top .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 33px;
	line-height: 1.5;
	text-align: center;
}

.news-details .article_top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #F0F0F0;
}

.news-details .article_top li:not(:last-child) {
	margin-right: 65px;
}

.news-details .article_top li .iconfont {
	padding-right: 4px;
}

.news-details .article_top li img {
	width: 20px;
	margin: 0 2px;
}

.news-details .article_content {
	padding: 39px 0  22px;font-size:16px;line-height:29px;color:#666;
	/* background-color: #fff; */
}

.news-details .article_content .text_div {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 36px;
	margin-bottom: 35px;
}

.news-details .article_content .text_div .text-title {
	font-weight: bold;
	margin-bottom: 8px;
}

.news-details .article_content .img {
	margin-bottom: 50px;
	text-align: center;
}

.news-details .article_content .img img {
	max-width: 100%;
}

.news-details .article_bottom {
	padding: 25px 0 70px;
	/* background-color: #f8f8f8; */
}

.news-details .article_bottom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-details .article_bottom li {
	width: 48.6%;
	background-color: rgba(248, 248, 248, 1);

}

.news-details .article_bottom li:nth-child(2) .text2 {
	text-align: right;
}

.news-details .article_bottom li a {
	display: block;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	padding: 18px 0;
	align-items: center;
}

.news-details .article_bottom .text1 {
	width: 73px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.news-details .article_bottom .text1 {
	color: #999999;
}

.news-details .article_bottom .text2 {
	position: relative;
	flex-grow: 1;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex: 1;
}
.news-details .article_bottom .text2 .pic{
	opacity: 0;
}
.news-details .article_bottom .text2:nth-child(2n+1) .pic{
	margin-right: 79px;
}
.news-details .article_bottom .text2:nth-child(2n) .pic{
	margin-left: 79px;
}
.news-details .article_bottom .text2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	background-color: #E7E7E7;
}

.news-details .article_bottom li:nth-child(2n) .text2:before {
	left: auto;
	right: 0;
}

.news-details .article_bottom .text2 p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-details .article_bottom .text2 .title {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #333;
	line-height: 26px;
}

.news-details .article_bottom .text2 .description {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

.news-details .article_bottom li:hover {
	background-color: rgba(0, 81, 172, 1);
}

.news-details .article_bottom li:hover .text1,
.news-details .article_bottom li:hover .text2 .title {
	color: #FFFFFF;
}

.news-details .article_bottom li:hover .text2 .description {
	color: rgba(236, 147, 154, 1);
}
.news-details .article_bottom li:hover .text2 .pic{
	opacity: 1;
}
@media (max-width: 1199px) {
	.news-content ul li {
		width: 100%;
	}

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

	.news-details .right {
		width: 100%;
		margin-bottom: 50px;
	}

	.news-details .article_top .title {
		font-size: 26px;
	}

	.news-details .article_bottom li {
		width: 100%;
		margin-bottom: 10px;
	}
	.news .box1 li .l .text-box{
		margin-left: 20px;
	}
	.news .box1 li .l{
		margin-right: 14px;
	}
	.news .box1 li a{
		padding: 30px 20px;
	}
	.news .box1 li .l .time{
		display: none;
	}
	.news .box1 li .r{
		width: 300px;
	}
}

@media (max-width: 800px) {
	.news-details .article_top .title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.news-details .article_top {
		padding: 30px 30px 0;
	}

	.news-details .article_content {
		padding: 22px 30px;
	}

	.news-details .article_content .text_div {
		margin-bottom: 20px;
	}

	.news-details .article_content .img {
		margin-bottom: 30px;
	}

	.news-details .right {
		padding: 30px 30px 0;
	}

	.news-details .article_top ul {
		justify-content: space-between;
	}

	.news-details .article_top li {
		margin-right: 0;
		/* flex: 1; */
		text-align: left;
	}
	.news .box1 li a{
		flex-direction: column-reverse;
	}
	.news .box1 li .r{
		width: 100%;
	}
	.news .box1 li .l{
		margin-top: 25px;
	}
	.news .box1 li .l .text-box{
		margin-left: 0px;
	}
}

@media (max-width: 500px) {
	.news-details .article_bottom .text2:nth-child(2n) .pic{
		margin-left: 10px;
	}
	.news-details .article_bottom .text2:nth-child(2n+1) .pic{
		margin-right: 10px;
	}
	.news-details .article_top li {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.news-details .article_top {
		padding: 20px 0px 0;
	}

	.news-details .article_top ul {
		padding-bottom: 10px;
	}

	.news-details .article_top .title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.news-details .article_content {
		padding: 22px 0px 0;
	}

	.news-details .article_content .text_div {
		font-size: 14px;
		line-height: 28px;
	}

	.news-details .article_bottom .text2 .title {
		font-size: 14px;
	}

	.news-details .article_bottom .text2 .description {
		font-size: 12px;
	}

	.news-details .article_bottom {
		padding-bottom: 40px;
	}

	.news-details .right {
		padding: 20px 20px 0;
	}

	.news-details .right .title {
		font-size: 16px;
	}

	.news-details .right .title::before {
		height: 16px;
	}

	.news-details .right li {
		padding: 20px 0;
	}

	.news-details .right .article_title {
		font-size: 16px;
		line-height: 1.5;
	}

	.news-details .right .article_description {
		line-height: 22px;
	}
	.news .box1 li .l .text-title{
		font-size: 18px;
		line-height: 1.5;
	}
	.news .box1 li .l{
		margin-top: 15px;
	}
	.news .box1 li .l .text-des{
		margin-top: 10px;
	}
	.news .box1 li .l .more{
		margin-top: 20px;
	}
	.news .box1 li .l .more{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.news .box2{
		margin-top: 30px;
	}
	.news{
		padding-bottom: 50px;
	}
}
