.news .box1{
	padding: 80px 0 100px;
	background-color: RGBA(250, 250, 250, 1);
}
.news .box1 .box-c{
	margin-top: 60px;
}
.news .box1 .box-c a{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-c .l{
	width: 50%;
}
.news .box1 .box-c .r{
	width: 47.14%;
	padding-top: 20px;
}
.news .box1 .box-c .r .text-title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #7335A2;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .r .text-des{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 45px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .r .date{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #7335A2;
	line-height: 24px;
	margin-top: 40px;
}
.news .box1 .box-c .r .more{
	width: 120px;
	height: 44px;
	border: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	margin-top: 75px;
	transition: all .6s;
}
.news .box1 .box-c .r .more:hover{
	background-color: #7335A2;
	border-color: #7335A2;
	color: #fff;
}
.news .box1 .box-c .r .more .icon-jiantou_youshang{
	transform: rotate(45deg);
}
.news .box2{
	padding: 86px 0 116px;
}
.news .box2 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 70px 25px;
}
.news .box2 .list .text-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 25px;
}
.news .box2 .list .text-des{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 25px;
}
.news .box2 .list li:hover .text-title{
	color: #7335A2;
}
.news .box2 .list .date{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #7335A2;
	line-height: 1;
	margin-top: 35px;
}
.news .box2 .pagination{
	margin-top: 85px;
}
.news-details .box1{
	padding: 110px 0 116px;
	background-color: RGBA(250, 250, 250, 1);
}
.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: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 1.4;
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .box-c .l .l-c{
	border-top: 2px solid RGBA(115, 53, 162, 1);
	border-bottom: 1px solid rgba(128, 128, 128, 1);
	margin-top: 45px;
	padding: 38px 0 40px;
	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;
	color: #333333;
	margin-bottom: 10px;
}
.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: #7335A2;
}
.news-details .box1 .box-c .l .l-b .back{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 50px;
	background: #7335A2;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	margin-left: 50px;
	transition: all .6s;
}
.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: 400;
	color: rgba(115, 53, 162, 1);
	line-height: 80px;
	padding: 0 30px;
	outline: 2px solid rgba(115, 53, 162, 1);
}
.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;
	color: #333333;
	line-height: 1.66;
	transition: all .6s;
}
.news-details .box1 .box-c .r .list li:hover .text-title{
	color: rgba(115, 53, 162, 1);
}
.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:1440px) {
	.news .box1 .box-c .r .text-des{
		margin-top: 25px;
	}
	.news .box1 .box-c .r .date{
		margin-top: 30px;
	}
	.news .box1 .box-c .r .more{
		margin-top: 45px;
	}
	.news .box1 .box-c .r .text-title{
		font-size: 22px;
	}
}
@media (max-width:1199px) {
	.news .box2,
	.news .box1{
		padding: 70px 0;
	}
	.news .box2 .pagination,
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.news-details .box1 .box-c .r{
		display: none;
	}
	.news-details .box1 .box-c .l{
		width: 100%;
	}
	.news-details .box1{
		padding: 70px 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;
	}
	.news .box1 .box-c .r{
		padding-top: 10px;
	}
	.news .box1 .box-c .r .date,
	.news .box1 .box-c .r .text-des{
		margin-top: 20px;
	}
	.news .box1 .box-c .r .more{
		margin-top: 25px;
	}
}
@media (max-width: 1024px) {
	.news .box1 .box-c .r .text-title{
		font-size: 20px;
	}
	.news .box2,
	.news .box1{
		padding: 60px 0;
	}
	.news .box2 .pagination,
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 26px;
	}
	.news-details .box1{
		padding: 60px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 45px;
		padding: 35px 0;
	}
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 22px;
	}
	.news .box1 .box-c a{
		flex-direction: column;
	}
	.news .box1 .box-c .l{
		width: 100%;
	}
	.news .box1 .box-c .r{
		width: 100%;
		padding-top: 15px;
	}
	.news .box2 .list{
		grid-template-columns: repeat(2,1fr);
		gap: 45px 25px;
	}
	.news .box2 .list .text-des{
		margin-top: 10px;
	}
	.news .box2 .list .date{
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .box-c .l .date{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0 20px;
		font-size: 14px;
	}
	.news .box2 .list{
		gap: 35px 25px;
	}
	.news .box2,
	.news .box1{
		padding: 50px 0;
	}
	.news .box2 .pagination,
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.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: 50px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 40px;
		padding: 30px 0;
	}
}
@media (max-width: 500px) {
	.news-details .box1 .box-c .l .l-c .text-title{
		font-size: 18px;
	}
	.news .box2 .list .text-title{
		margin-top: 15px;
		font-size: 16px;
	}
	.news .box2 .list{
		gap: 25px 20px;
	}
	.news .box2 .list .date{
		font-size: 14px;
	}
	.news .box1 .box-c .r .more{
		margin-top: 14px;
	}
	.news .box1 .box-c .r .text-title{
		font-size: 18px;
	}
	.news .box1 .box-c .r .text-des{
		margin-top: 10px;
		line-height: 1.8;
	}
	.news .box1 .box-c .r .date{
		margin-top: 10px;
	}
	.news .box2,
	.news .box1{
		padding: 40px 0;
	}
	.news .box2 .pagination,
	.news .box1 .box-c{
		margin-top: 25px;
	}
	.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: 20px;
	}
	.news-details .box1{
		padding: 40px 0;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 20px;
		padding: 14px 0;
	}
	.news-details .box1 .box-c .l .date{
		margin-top: 15px;
	}
}