.news .box1{
	padding: 100px 0;
}
.news .box1 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .box1 .box-t .indexTitle{
	width: 45%;
}
.news .box1 .box-t-r{
	max-width: 50%;
}
.news .box1 .box-t-r .swiper-slide{
	width: auto;
}
.news .box1 .box-t-r .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.news .box1 .box-t-r .swiper-slide a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	text-align: center;
	padding: 0 42px;
	width: auto;
}
.news .box1 .box-t-r .swiper-slide.active a,
.news .box1 .box-t-r .swiper-slide:hover a{
	border-color: rgba(212, 0, 12, 1);
	color: rgba(212, 0, 12, 1);
}
.news .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box1 .box-c .swiper-slide{
	position: relative;
	width: 22.85%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-top: 60px;
}
.news .box1 .box-c .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: rgba(212, 0, 12, 1);
	transition: all .6s;
}
.news .box1 .box-c .swiper-slide:hover::before{
	width: 100%;
}
.news .box1 .box-c .swiper-slide .text-box{
	margin-top: 30px;
	padding-bottom: 15px;
}
.news .box1 .box-c .swiper-slide .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .swiper-slide:hover .text-title{
	color: rgba(212, 0, 12, 1);
}
.news .box1 .box-c .swiper-slide .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	height: 52px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .swiper-slide .date{
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #888888;
	line-height: 1;
	margin-top: 40px;
}
.news .box1 .pagination{
	margin-top: 80px;
}
.news-details .box1 {
	padding: 100px 0;
}
.news-details .box1 .content1400{
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .l{
	width: 70%
}
.news-details .box1 .l .title{
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.2;
}
.news-details .box1 .l .msg{
	margin-top: 34px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 26px;
}
.news-details .box1 .l-c{
	margin-top: 40px;
	border-top: 1px solid rgba(234, 234, 234, 1);
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #444444;
	line-height: 28px;
	padding: 36px 0 56px;
	border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.news-details .box1 .l-c img{
	/*display: block;*/
	max-width: 100%;
	/*margin: 0 auto;*/
}
.news-details .box1 .l-c .share{
	margin-top: 129px;
	display: flex;
	align-items: center;
}
.news-details .box1 .l-c .share-text{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-right: 37px;
}
.news-details .box1 .l-c .share a{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #F5F5F5;
	border-radius: 50%;
	color: RGBA(212, 0, 12, 1);
}
.news-details .box1 .l-c .share a .iconfont{
	font-size: 20px;
}
.news-details .box1 .l-c .share a:not(:last-child){
	margin-right: 23px;
}
.news-details .box1 .l-b{
	margin-top: 59px;
}
.news-details .box1 .l-b .text:not(:last-child){
	margin-bottom: 30px;
}
.news-details .box1 .l-b p{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.news-details .box1 .l-b a{
	display: inline-block;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 16px;
}
.news-details .box1 .r{
	width: 320px;
	max-width: 26%;
}
.news-details .box1 .r-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #444444;
	line-height: 1;
	border-bottom: 1px solid rgba(234, 234, 234, 1);
	padding-bottom: 25px;
}
.news-details .box1 .r .list li{
	margin-top: 29px;
}
.news-details .box1 .r .list li .text-title{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-top: 23px;
}
.news-details .box1 .r .list li .date{
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #888888;
	line-height: 1;
	margin-top: 19px;
}
@media (max-width:1280px) {
	.news-details .box1 .l .title{
		font-size: 30px;
	}
}
@media (max-width:1199px) {
	.news .box1{
		padding: 70px 0;
	}
	.news .box1 .box-c .swiper-slide{
		margin-top: 40px;
	}
	.news .box1 .box-c .swiper-slide .date{
		margin-top: 30px;
	}
	.news-details .box1 .r{
		display: none;
	}
	.news-details .box1 .l{
		width: 100%;
	}
	.news-details .box1{
		padding: 70px 0;
	}
	.news-details .box1 .l .title{
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	.news-details .box1{
		padding: 60px 0;
	}
	.news .box1 .box-t{
		flex-wrap: wrap;
	}
	.news .box1 .box-t-r{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.news .box1 .box-t .indexTitle{
		width: 100%;
	}
	.news .box1 .box-t-r .swiper-slide a{
		padding: 0 20px;
	}
	.news .box1{
		padding: 60px 0;
	}
	.news .box1 .box-c .swiper-slide,
	.news .box1 .box-c i{
		width: 32%;
	}
	.news .box1 .pagination{
		margin-top: 40px;
	}
	.news-details .box1 .l .title{
		font-size: 26px;
	}
	.news-details .box1 .l-c .share{
		margin-top: 70px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .l .title{
		font-size: 24px;
	}
	.news-details .box1 .l .msg{
		margin-top: 15px;
	}
	.news-details .box1{
		padding: 50px 0;
	}
	.news .box1{
		padding: 50px 0;
	}
	.news .box1 .box-c .swiper-slide{
		margin-top: 35px;
	}
	.news .box1 .pagination{
		margin-top: 30px;
	}
	.news .box1 .box-c .swiper-slide, .news .box1 .box-c i{
		width: 48.5%;
	}
	.news-details .box1 .l-c{
		margin-top: 30px;
		padding: 30px 0;
	}
	.news-details .box1 .l-c .share{
		margin-top: 40px;
	}
	.news-details .box1 .l-b{
		margin-top: 30px;
	}
	.news-details .box1 .l-b a{
		margin-top: 10px;
	}
	.news-details .box1 .l-b .text:not(:last-child){
		margin-bottom: 20px;
	}
	.news-details .box1 .l-c .share-text{
		margin-right: 20px;
	}
	.news-details .box1 .l-c .share a:not(:last-child){
		margin-right: 20px;
	}
}
@media (max-width: 500px) {
	.news-details .box1 .l .msg{
		margin-top: 5px;
	}
	.news-details .box1 .l .title{
		font-size: 22px;
	}
	.news .box1 .box-t-r .swiper-slide a{
		height: 40px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 15px;
	}
	.news .box1,.news-details .box1{
		padding: 40px 0;
	}
	.news .box1 .box-c .swiper-slide{
		margin-top: 30px;
	}
}