.news{
	background-color: RGBA(250, 250, 250, 1);
}
.news .box1{
	padding: 98px 0 100px;
}
.news .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-c .text-box{
	width: 46%;
	padding-top: 25px;
}
.news .box1 .box-c .text-box .date{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #555;
	line-height: 1;
}
.news .box1 .box-c .text-box .text-title{
	font-weight: bold;
	color: #555;
	line-height: 1.33;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 28px;
	transition: all .6s;
}
.news .box1 .box-c:hover .text-box .text-title{
	color: rgba(211, 40, 59, 1);
}
.news .box1 .box-c .text-box .text-des{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 2;
	margin-top: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .text-box .more{
	margin-top: 70px;
	width: 160px;
	line-height: 60px;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
	border-radius: 30px;
	padding: 0 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #ECF0F3;
}
.news .box1 .box-c .text-box .more .iconfont{
	font-size: 22px;
}
.news .box1 .box-c .pic{
	width: 50%;
	border-radius: 10px;
}
.news .box2{
	padding: 65px 0 140px;
	background-color: RGBA(236, 240, 243, 1);
}
.news .box2 .box-t{
	display: flex;
	flex-wrap: wrap;
	/* gap: 18px; */
}
.news .box2 .box-t a{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
	color: rgba(178, 184, 188, 1);
	padding: 0 23px;
	transition: all .6s;
}
.news .box2 .box-t a:hover{
	color: rgba(211, 40, 59, 1);
}
.news .box2 .box-t a.active{
	color: #FAFAFA;
	border-radius: 25px;
	background: linear-gradient(-90deg, rgba(211, 40, 59, 1), #5C9FCE);	
}
.news .box2 .box-c{
	margin-top: 60px;
}
.news .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.news .box2 .box-c .list li{
	background: #F9FCFF;
	border-radius: 10px;
}
.news .box2 .box-c .list li a{
	display: block;
	padding: 43px 30px 36px;
}
.news .box2 .box-c .list li .date{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #555;
	line-height: 1;
}
.news .box2 .box-c .list li .pic{
	margin: 30px 0 33px;
	border-radius: 5px;
}
.news .box2 .box-c .list li .text-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #555;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
	height: 72px;
}
.news .box2 .box-c .list li:hover .text-title{
	color: rgba(211, 40, 59, 1);
}
.news .box2 .box-c .list li .more{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #999999;
	line-height: 1;
	margin-top: 30px;
}
.news .box2 .box-c .pagination{
	margin-top: 65px;
}
.news .box2 .box-c .pagination ul{
	justify-content: center;
}
.news-details{
	padding: 84px 0 0;
	background-color: RGBA(250, 250, 250, 1);
}
.news-details .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .l{
	width: 59.42%;
	padding-bottom: 138px;
}
.news-details .box1 .l .date{
	font-family: Rany-Bold;
	color: rgba(211, 40, 59, 1);
	line-height: 1;
}
.news-details .box1 .l .title{
	color: #555;
	margin-top: 15px;
}
.news-details .box1 .l .msg{
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-details .box1 .l .msg-l{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.news-details .box1 .l .msg-l .iconfont{
	color: rgba(240, 133, 25, 1);
	margin-right: 7px;
	font-size: 18px;
}
.news-details .box1 .l .social{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	gap: 10px;
}
.news-details .box1 .l .social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #F4F4F4;
	border-radius: 50%;
	color: rgba(195, 195, 195, 1);
	font-size: 20px;
	transition: all .6s;
}
.news-details .box1 .l .social a:hover{
	background: rgba(211, 40, 59, 1);
	box-shadow: 3px 4px 20px 0px rgba(10,84,163,0.2);
	color: #fff;
}
.news-details .box1 .l .l-c{
	margin-top: 27px;
	border-top: 2px solid rgba(244, 244, 244, 1);
	padding-top: 32px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.news-details .box1 .l .l-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .box1 .l .back{
	display: inline-flex;
	align-items: center;
	padding: 0 40px;
	height: 62px;
	border-radius: 30px;
	border: 2px solid #DEDEDE;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-top: 35px;
	transition: all .6s;
}
.news-details .box1 .l .back:hover{
	background-color: rgba(211, 40, 59, 1);
	border-color: rgba(211, 40, 59, 1);
	color: #fff;
}
.news-details .box1 .l .back .iconfont{
	margin-left: 40px;
	font-size: 20px;
}
.news-details .box1 .line{
	width: 4px;
	background-color: rgba(244, 244, 244, 1);
}
.news-details .box1 .r{
	width: 28%;
}
.news-details .box1 .r .title{
	font-weight: 400;
	font-size: 24px;
	color: rgba(211, 40, 59, 1);
	line-height: 1;
}
.news-details .box1 .r  .items{
	margin-top: 52px;
}
.news-details .box1 .r  .items .item{
	display: block;
	padding-bottom: 33px;
	border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.news-details .box1 .r  .items .item:not(:last-child){
	margin-bottom: 40px;
}
.news-details .box1 .r  .items .item .date{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #C3C3C3;
	line-height: 1;
}
.news-details .box1 .r  .items .item .text-title{
	font-weight: 400;
	font-size: 20px;
	color: #555;
	line-height: 1.6;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news-details .box1 .r  .items .item:hover .text-title{
	color: rgba(211, 40, 59, 1);
}
@media (max-width:1440px) {
	.news .box1 .box-c .text-box .text-des{
		margin-top: 30px;
	}
	.news .box1 .box-c .text-box .more{
		margin-top: 50px;
	}
}
@media (max-width:1280px) {
	.news .box1 .box-c .text-box .text-title{
		margin-top: 10px;
	}
	.news .box1 .box-c .text-box .text-des{
		margin-top: 20px;
	}
	.news .box1 .box-c .text-box .more{
		margin-top: 40px;
		line-height: 50px;
	}
}
@media (max-width:1199px) {
	.news .box1{
		padding: 70px 0;
	}
	.news .box2{
		padding-bottom: 70px;
	}
	.news .box2 .box-c .pagination,
	.news .box2 .box-c{
		margin-top: 45px;
	}
	.news .box2 .box-t a{
		font-size: 20px;
		padding: 0 16px;
		line-height: 42px;
	}
	.news .box2 .box-c .list li .date,
	.news .box2 .box-c .list li .text-title{
		font-size: 20px;
	}
	.news .box2 .box-c .list li .text-title{
		height: 60px;
	}
	.news .box2 .box-c .list li .more{
		margin-top: 30px;
	}
	.news-details .box1 .line,
	.news-details .box1 .r{
		display: none;
	}
	.news-details .box1 .l{
		width: 100%;
	}
	.news-details{
		padding-top: 70px;
	}
	.news-details .box1 .l{
		padding-bottom: 70px;
	}
}
@media (max-width:1024px) {
	.news-details{
		padding-top: 60px;
	}
	.news-details .box1 .l{
		padding-bottom: 60px;
	}
	.news .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.news .box2,
	.news .box1{
		padding: 60px 0;
	}
	.news .box2 .box-c .pagination,
	.news .box2 .box-c{
		margin-top: 40px;
	}
	.news .box1 .box-c .text-box{
		padding-top: 0;
	}
	.news .box1 .box-c .text-box .date{
		font-size: 20px;
	}
	.news .box1 .box-c .text-box .text-title{
		font-size: 22px;
	}
	.news .box1 .box-c .text-box .text-des{
		margin-top: 15px;
		font-size: 16px;
	}
	.news .box1 .box-c .text-box .more{
		margin-top: 20px;
		width: 140px;
	}
}
@media (max-width:768px) {
	.news-details{
		padding-top: 50px;
	}
	.news-details .box1 .l{
		padding-bottom: 50px;
	}
	.news .box2 .box-t a{
		font-size: 18px;
		line-height: 40px;
	}
	.news .box2 .box-c .list li .pic{
		margin: 20px 0;
	}
	.news .box2 .box-c .list li a{
		padding: 30px;
	}
	.news .box2 .box-c .list li .date, .news .box2 .box-c .list li .text-title{
		font-size: 18px;
	}
	.news .box2 .box-c .list li .text-title{
		height: 54px;
	}
	.news .box2,
	.news .box1{
		padding: 50px 0;
	}
	.news .box2 .box-c .pagination,
	.news .box2 .box-c{
		margin-top: 30px;
	}
	.news .box1 .box-c{
		flex-direction: column-reverse;
	}
	.news .box1 .box-c .text-box,
	.news .box1 .box-c .pic{
		width: 100%;
	}
	.news .box1 .box-c .text-box{
		margin-top: 25px;
	}
	.news-details .box1 .l .msg{
		margin-top: 20px;
	}
	.news-details .box1 .l .l-c{
		margin-top: 25px;
		padding-top: 20px;
	}
	.news-details .box1 .l .social,
	.news-details .box1 .l .msg-l{
		font-size: 14px;
	}
	.news-details .box1 .l .back{
		margin-top: 30px;
		padding: 0 25px;
		height: 50px;
		font-size: 14px;
	}
	.news-details .box1 .l .back .iconfont{
		margin-left: 30px;
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.news .box2 .box-c .list li a{
		padding: 25px;
	}
	.news .box2 .box-c .list{
		gap: 20px;
	}
}
@media (max-width:500px) {
	.news .box2 .box-c .list li a{
		padding: 20px
	}
	.news .box2 .box-c .list li .more{
		margin-top:15px
	}
	.news .box2 .box-c .list li .text-title{
		height: auto;
	}
	.news-details .box1 .l .back{
		margin-top: 25px;
	}
	.news-details .box1 .l .title{
		margin-top: 10px;
	}
	.news-details .box1 .l .social a{
		width: 36px;
		height: 36px;
	}
	.news-details{
		padding-top: 40px;
	}
	.news-details .box1 .l{
		padding-bottom: 40px;
	}
	.news .box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.news .box1 .box-c .text-box .more{
		line-height: 40px;
		font-size: 14px;
		width: 120px;
		margin-top: 15px;
	}
	.news .box1 .box-c .text-box{
		margin-top: 20px;
	}
	.news .box1 .box-c .text-box .text-title{
		font-size: 20px;
	}
	.news .box1 .box-c .text-box .text-des{
		margin-top: 10px;
	}
	.news .box1 .box-c .text-box .date{
		font-size: 18px;
	}
	.news .box2,
	.news .box1{
		padding: 40px 0;
	}
	.news .box2 .box-c .pagination,
	.news .box2 .box-c{
		margin-top: 25px;
	}
	.news .box2 .box-t a{
		font-size: 16px;
		line-height: 36px;
		padding: 0 14px;
	}
}