body{
	background-color: RGBA(243, 248, 255, 1);
}
.news .box1{
	padding: 0 0 515px;
}
.news .box1 .box-c{
	padding-top: 123px;
}
.news .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}
.news .box1 .box-c .commonNewsItem{
	width: auto;
}
.news .box1 .box-c .commonNewsItem:not(:last-child){
	margin-right: 0;
}
.news .box1 .pagination{
	margin-top: 60px;
}
.news-details .box1{
	padding: 110px 0 116px;
}
.news-details .box1 .box-c{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.news-details .box1 .box-c .l{
	width: 68.57%;
}
.news-details .box1 .box-c .l .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1.33;
}
.news-details .box1 .box-c .l .date{
	font-size: 18px;
	font-family: Rany;
	font-weight: 300;
	color: #999999;
	line-height: 1;
	margin-top: 15px;
}
.news-details .box1 .box-c .l .l-c{
	border-top: 1px solid RGBA(222, 222, 222, 1);
	border-bottom: 1px solid rgba(128, 128, 128, 1);
	margin-top: 60px;
	padding: 38px 0 64px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.news-details .box1 .box-c .l .l-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .box1 .box-c .l .l-c .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.news-details .box1 .box-c .l .l-b{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-details .box1 .box-c .l .l-b-l{
	flex: 1;
}
.news-details .box1 .box-c .l .l-b-l p:not(:last-child){
	margin-bottom: 20px;
}
.news-details .box1 .box-c .l .l-b-l a{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	transition: all .6s;
}
.news-details .box1 .box-c .l .l-b-l a:hover{
	color: rgba(10, 131, 235, 1);
}
.news-details .box1 .box-c .l .l-b .back{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 50px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	margin-left: 50px;
	transition: all .6s;
}
.news-details .box1 .box-c .l .l-b .back:hover{
	background-color: rgba(10, 131, 235, 1);
	border-color: rgba(10, 131, 235, 1);
	color: #fff;
}
.news-details .box1 .box-c .r{
	width: 26.42%;
	border: 1px solid rgba(196, 207, 219, 1);
}
.news-details .box1 .box-c .r .r-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #0A83EB;
	line-height: 80px;
	padding: 0 30px;
}
.news-details .box1 .box-c .r .list{
	border-top: 1px solid rgba(196, 207, 219, 1);
	padding: 0 30px;
}
.news-details .box1 .box-c .r .list li:not(:last-child){
	border-bottom: 1px solid rgba(196, 207, 219, 1);
}
.news-details .box1 .box-c .r .list li>a{
	display: block;
	padding: 28px 0;
}
.news-details .box1 .box-c .r .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.66;
	transition: all .6s;
}
.news-details .box1 .box-c .r .list li:hover .text-title{
	color: #0A83EB;
}
.news-details .box1 .box-c .r .list li .date{
	margin-top: 17px;
	font-size: 18px;
	font-family: Rany;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
@media (max-width:1199px) {
	.inner-Nav{
		width: 100%;
	}
	.news .box1{
		padding-bottom: 80px;
	}
	.inner-Nav{
		margin-top: 80px;
	}
	.news .box1 .pagination{
		margin-top: 0;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		padding-top: 50px;
	}
	.news-details .box1 .box-c .r{
		display: none;
	}
	.news-details .box1 .box-c .l{
		width: 100%;
	}
	.news-details .box1{
		padding: 80px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 50px;
		padding: 40px 0;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	.news-details .box1 .box-c .l .title{
		font-size: 26px;
	}
	.news-details .box1{
		padding: 70px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 45px;
		padding: 35px 0;
	}
	
	.news .box1{
		padding-bottom: 70px;
	}
	.inner-Nav{
		margin-top: 70px;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		padding-top: 45px;
	}
	.news .box1 .box-c .list{
		gap: 20px;
	}
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 20px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 24px;
	}
	.news-details .box1{
		padding: 60px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 40px;
		padding: 30px 0;
	}
	.news .box1{
		padding-bottom: 60px;
	}
	.inner-Nav{
		margin-top: 60px;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		padding-top: 40px;
	}
	.news .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 500px) {
	.news-details .box1 .box-c .l .l-b-l a{
		font-size: 14px;
	}
	.news-details .box1 .box-c .l .l-b{
		margin-top: 30px;
	}
	.news-details .box1 .box-c .l .l-b .back{
		width: 90px;
		height: 40px;
	}
	.news-details .box1 .box-c .l .l-b .back{
		margin-left: 30px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 22px;
	}
	.news-details .box1{
		padding: 50px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 30px;
		padding: 20px 0;
	}
	.news .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.news .box1{
		padding-bottom: 50px;
	}
	.inner-Nav{
		margin-top: 50px;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		padding-top: 30px;
	}
}