.main{
	background-color: #f5f5f5;
}
.news .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news .box1 .r{
	width: 75%;
}
.news .box1 .r .list li{
	border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.news .box1 .r .list li:hover{
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
	border-color: transparent;
}
.news .box1 .r .list li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 60px 30px 30px ;
}
.news .box1 .r .list li .pic{
	position: relative;
	width: 280px;
	/* width: 29.1%; */
}
.news .box1 .r .list li .pic .date{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 8px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 20px;
	z-index: 2;
	background-color: rgba(238, 29, 35, 1);
}
.news .box1 .r .list li .text-box{
	flex: 1;
	margin-left: 40px;
}
.news .box1 .r .list li .text-title{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .r .list li:hover .text-title{
	color: #EE1D23;
}
.news .box1 .r .list li .text-des{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .r .list li .more{
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	margin-top: 45px;
}
.news .box1 .r .list li:hover .more{
	color: #EE1D23;
}
.news .box1 .r .list li .more::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #EE1D23;
	transition: all 1s;
}
.news .box1 .r .list li:hover .more::before{
	width: 100%;
}
.news .box1 .pagination{
	margin-top: 55px;
}
.news .box1{
	padding-bottom: 75px;
}
.news-d .box1{
	padding-bottom: 80px;
}
.news-d .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-d .box1 .l {
	width: 71.42%;
}
.news-d .box1 .l .date{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.news-d .box1 .l .title{
	font-size: 32px;
	font-family: Poppins;
	font-weight: 600;
	color: #333333;
	line-height: 36px;
	margin-top: 31px;
}
.news-d .box1 .l .text-box{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 28px;
}
.news-d .box1 .l .text-box .text:not(:last-child){
	margin-bottom: 30px;
}
.news-d .box1 .l .text-box img{
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}
.news-d .box1 .l .share{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}
.news-d .box1 .l .share a{
	width: 42px;
	height: 42px;
	background: rgba(230, 45, 39, 1);
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	color: #fff;
}
.news-d .box1 .l .share a:not(:last-child){
	margin-right: 20px;
}
.news-d .box1 .l .share a .iconfont{
	font-size: 20px;
}
.news-d .box1 .l .share a:nth-child(2){
	background: linear-gradient(60deg, #8F38AA, #BD3583);
}
.news-d .box1 .l .share a:nth-child(3){
	background: rgba(59, 89, 153, 1);
}
.news-d .box1 .l .share a:nth-child(4){
	background: rgba(29, 155, 240, 1);
}
.news-d .box1 .l .share a:nth-child(5){
	background: rgba(1, 122, 186, 1);
}
.news-d .box1 .l .l-b{
	margin-top: 50px;
	border-top: 1px solid rgba(221, 221, 221, 1);
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.news-d .box1 .l .l-b a{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	color: #333333;
	line-height: 1;
}
.news-d .box1 .l .l-b a .iconfont{
	font-size: 22px;
	margin-right: 4px;
}
.news-d .box1 .l .l-b a .iconfont.icon-jiantou_xiangyou_o{
	margin-right: 0;
	margin-left: 4px;
}
.news-d .box1 .r{
	width: 20%;
}
.news-d .box1 .r .r-title{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 600;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.news-d .box1 .r .list{
	margin-top: 30px;
	border-top: 1px solid rgba(8, 6, 6, 1);
	padding-top: 30px;
}
.news-d .box1 .r .list .text{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #111111;
	line-height: 22px;
	margin-top: 23px;
}
.news-d .box1 .r .list li:not(:last-child){
	margin-bottom: 47px;
}
@media (max-width:1199px) {
	.news .box1 .r{
		flex: 1;
		margin-left: 30px;
	}
	.news .box1 .r .list li .text-box{
		margin-left: 25px;
	}
	.news .box1 .r .list li a{
		padding: 30px;
	}
	.news-d .box1 .r{
		display: none;
	}
	.news-d .box1 .l{
		width: 100%;
	}
}
@media (max-width:1024px) {
	.news .box1 .r .list li a{
		flex-direction: column;
	}
	.news .box1 .r .list li .pic{
		width: 100%;
	}
	.news .box1 .r .list li .text-box{
		margin-left: 0;
		margin-top: 20px;
	}
	.news-d .box1 .l .title{
		font-size: 24px;
		margin-top: 10px;
		line-height: 1.5;
	}
	.news-d .box1 .l .text-box .text:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width:768px) {
	.news-d .box1 .l .title{
		font-size: 22px;
	}
	.news .box1 .box-c{
		flex-direction: column;
	}
	.news .box1 .r{
		flex: 1;
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	.news .box1 .pagination{
		margin-top: 20px;
	}
	.news .box1{
		padding-bottom: 30px;
	}
	.news-d .box1 .l .share a{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.news-d .box1 .l .share{
		margin-top: 20px;
	}
	.news-d .box1 .l .l-b{
		margin-top: 30px;
		padding-top: 10px;
	}
	.news-d .box1{
		padding-bottom: 50px;
	}
}
@media (max-width:500px) {
	.news-d .box1 .l .title{
		font-size: 22px;
	}
	.news .box1 .r .list li a{
		padding: 20px;
	}
	.news .box1 .r{
		margin-top: 30px;
	}
	.news .box1 .r .list li .more{
		margin-top: 20px;
	}
	.news-d .box1 .l .text-box{
		font-size: 16px;
	}
	.news-d .box1{
		padding-bottom: 40px;
	}
	.news-d .box1 .l .l-b a{
		font-size: 14px;
	}
	.news-d .box1 .l .text-box{
		margin-top: 15px;
	}
}