body{
	background-color: RGBA(250, 250, 250, 1);
}
.news .box1 .box-c a{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-c .pic{
	position: relative;
	width: 42.85%;
	border-radius: 10px;
}
.news .box1 .box-c .pic img{
	height: 100%;
	object-fit: cover;
}
.news .box1 .box-c .pic .time{
	position: absolute;
	left: 30px;
	top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: #E9CA56;
	border-radius: 10px;
}
.news .box1 .box-c .pic .time .date{
	font-size: 36px;
	font-family: Rany;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.news .box1 .box-c .pic .time .year{
	font-size: 18px;
	font-family: Rany;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 5px;
}
.news .box1 .box-c .text-box{
	width: 56.42%;
	border-radius: 10px;
	background-color: #fff;
	padding: 55px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news .box1 .box-c .text-box .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news .box1 .box-c:hover .text-box .text-title{
	color: #E9CA56;
}
.news .box1 .box-c .text-box .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .text-box .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #E9CA56;
	border-radius: 50%;
	color: #fff;
	margin-top: 20px;
}
.news .box1 .box-c .text-box .more .iconfont{
	font-size: 22px;
}
.news .box2{
	padding: 43px 0 140px;
}
.news .box2 .list li{
	background: #FFFFFF;
	border-radius: 10px;
	transition: all .6s;
}
.news .box2 .list li:not(:last-child){
	margin-bottom: 20px;
}
.news .box2 .list li:hover{
	box-shadow: 5px 9px 30px 0px rgba(233,233,233,0.3);
}
.news .box2 .list li a{
	display: flex;
	padding: 40px 60px 54px;
}
.news .box2 .list li .time{
	width: 70px;
}
.news .box2 .list li .time .date{
	font-size: 36px;
	font-family: Rany;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.news .box2 .list li .time .year{
	font-size: 18px;
	font-family: Rany;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 10px;
}
.news .box2 .list li .text-box{
	flex: 1;
	margin: 0 130px 0 70px;
}
.news .box2 .list li .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news .box2 .list li:hover .text-title{
	color: #E9CA56;
}
.news .box2 .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .list li .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	color: rgba(233, 202, 86, 1);
}
.news .box2 .list li:hover .more{
	color: #fff;
	border-color: rgba(233, 202, 86, 1);
	background-color: rgba(233, 202, 86, 1);
}
.news .box2 .list li .more .icon-jiantou_youshang{
	transform: rotate(45deg);
	transition: all .6s;
	font-size: 24px;
}
.news .box2 .list li:hover .more .icon-jiantou_youshang{
	transform: rotate(0);
} 
.news .box2 .pagination{
	margin-top: 60px;
}
.news-details{
	padding-top: 80px;
}
.news-details .bread-nav{
	color: rgba(153, 153, 153, 1);
	padding-top: 20px;
}
.news-details .bread-nav a{
	color: rgba(153, 153, 153, 1);
}
.news-details .box1{
	padding: 50px 0 140px;
}
.news-details .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .box-c .l{
	width: 64.28%;
}
.news-details .box1 .box-c .l .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1.2;
}
.news-details .box1 .box-c .l .date{
	font-size: 18px;
	font-family: Rany;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}
.news-details .box1 .box-c .l .l-c{
	border-top: 1px solid rgba(222, 222, 222, 1);
	border-bottom: 1px solid rgba(222, 222, 222, 1);
	margin-top: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	padding: 30px 0 60px;
}
.news-details .box1 .box-c .l .l-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .box1 .box-c .l .l-b{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	align-items: center;
}
.news-details .box1 .box-c .l .l-b-l{
	flex: 1;
	margin-right: 30px;
}
.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: #999999;
	line-height: 30px;
	transition: all .6s;
}
.news-details .box1 .box-c .l .l-b-l a:hover{
	color: #E9CA56;
}
.news-details .box1 .box-c .l .l-b-l p:not(:last-child){
	margin-bottom: 18px;
}
.news-details .box1 .box-c .l-b-r{
	width: 160px;
	height: 50px;
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	transition: all .6s;
}
.news-details .box1 .box-c .l-b-r:hover{
	background-color: #E9CA56;
	border-color: #E9CA56;
	color: #fff;
}
.news-details .box1 .r{
	width: 30.71%;
}
.news-details .box1 .r .index-title{
	line-height: 1;
}
.news-details .box1 .r .r-c{
	margin-top: 35px;
}
.news-details .box1 .r .r-c .list li{
	border: 1px solid #E8E8E8;
	transition: all .6s;
}
.news-details .box1 .r .r-c .list li:not(:last-child){
	margin-bottom: 20px;
}
.news-details .box1 .r .r-c .list li:hover{
	background-color: #fff;
	border-color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(203,203,203,0.3);
}
.news-details .box1 .r .r-c .list li>a{
	display: block;
	padding: 28px 24px;
}
.news-details .box1 .r .r-c .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.66;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-details .box1 .r .r-c .list li:hover .text-title{
	color: #E9CA56;
}
.news-details .box1 .r .r-c .list li .date{
	margin-top: 37px;
	font-size: 18px;
	font-family: Rany;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
@media (max-width:1280px) {
	.news .box2 .list li .text-title,
	.news .box1 .box-c .text-box .text-title{
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.news .box2{
		padding-bottom: 70px;
	}
	.news .box2 .pagination{
		margin-top: 50px;
	}
	.news .box1 .box-c .pic .time{
		width: 72px;
		height: 72px;
		left: 20px;
		top: 20px;
	}
	.news .box1 .box-c .pic .time .date{
		font-size: 26px;
	}
	.news .box1 .box-c .pic .time .year{
		font-size: 14px;
	}
	.news .box1 .box-c .text-box{
		padding: 30px 20px;
	}
	.news .box2 .list li a{
		padding: 30px;
	}
	.news .box2 .list li .text-box{
		margin: 0 60px;
	}
	.news .box2 .list li .time .date{
		font-size: 26px;
	}
	.news .box2 .list li .time .year{
		font-size: 14px;
	}
	.news-details{
		padding-top: 60px;
	}
	.news-details .box1{
		padding-top: 45px;
	}
	.news-details .box1 .r{
		display: none;
	}
	.news-details .box1 .box-c .l{
		width: 100%;
	}
	.news-details .box1 .box-c .l .date{
		margin-top: 20px;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 30px;
		padding: 20px 0 30px;
	}
	.news-details .box1{
		padding-bottom: 70px;
	}
}
@media (max-width: 1024px) {
	.news-details .box1{
		padding-top: 35px;
	}
	.news .box2 .list li .text-box{
		margin: 0 30px;
	}
	.news .box2 .list li .more,
	.news .box1 .box-c .text-box .more{
		width: 40px;
		height: 40px;
	}
	.news .box2{
		padding-bottom: 60px;
	}
	.news .box2 .pagination{
		margin-top: 40px;
	}
	.news-details .box1{
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .box-c .l .l-b-l a{
		font-size: 14px;
	}
	.news-details .box1 .box-c .l .l-b-l p:not(:last-child){
		margin-bottom: 10px;
	}
	.news-details .box1 .box-c .l-b-r{
		height: 40px;
		width: 120px;
		font-size: 14px;
	}
	.news-details .box1{
		padding-top: 25px;
	}
	.news .box2 .list li .text-title{
		font-size: 20px;
	}
	.news .box2 .list li .text-des{
		margin-top: 20px;
	}
	.news .box1 .box-c .text-box,
	.news .box1 .box-c .pic{
		width: 100%;
	}
	.news .box1 .box-c a{
		flex-direction: column;
	}
	.news .box2{
		padding-bottom: 50px;
	}
	.news .box2 .pagination{
		margin-top: 30px;
	}
	.news .box2 .list li a{
		padding: 20px;
	}
	.news .box2 .list li .time{
		width: 50px;
	}
	.news .box2 .list li .more{
		display: none;
	}
	.news .box2 .list li .text-box{
		margin-right: 0;
	}
	.news .box2{
		padding-top: 40px;
	}
	.news-details .box1{
		padding-bottom: 50px;
	}
}
@media (max-width: 500px) {
	.news-details .box1{
		padding-bottom: 40px;
	}
	.news-details .box1 .box-c .l .l-b-l p:not(:last-child){
		margin-bottom: 0;
	}
	.news-details .box1 .box-c .l .l-b-l{
		margin-right: 20px;
	}
	.news-details .box1 .box-c .l .date{
		margin-top: 10px;
	}
	.news-details .box1 .box-c .l .l-c{
		font-size: 14px;
		margin-top: 20px;
		padding: 10px 0 20px;
	}
	.news-details .box1 .box-c .l .l-b{
		margin-top: 20px;
	}
	.news-details .box1{
		padding-top: 20px;
	}
	.news-details{
		padding-top: 50px;
	}
	.news .box2{
		padding-top: 30px;
	}
	.news .box1 .box-c .pic .time{
		left: 10px;
		top: 10px;
		width: 60px;
		height: 60px;
	}
	.news .box2 .list li .time .date,
	.news .box1 .box-c .pic .time .date{
		font-size: 22px;
	}
	.news .box2 .list li .time .year,
	.news .box1 .box-c .pic .time .year{
		font-size: 12px;
	}
	.news .box2{
		padding-bottom: 40px;
	}
	.news .box2 .pagination{
		margin-top: 20px;
	}
	.news .box1 .box-c .text-box .text-title{
		font-size: 20px;
	}
	.news .box1 .box-c .text-box .text-des{
		margin-top: 15px;
	}
	.news .box2 .list li .text-box{
		margin-left: 10px;
	}
	.news .box2 .list li .text-des{
		margin-top: 10px;
	}
}