.news{
	background-image: url(../img/news-bg.jpg);
	background-size: cover;
}
.news .box1{
	padding: 100px 0 160px;
}
.news .box1 .box-t{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .box1 .box-t-l .zh{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}
.news .box1 .box-t-l .en{
	font-family: Rany-Bold;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 5px;
}
.news .box1 .box-t-r{
	display: flex;
	width: 510px;
	gap: 10px;
}
.news .box1 .box-t-r .input{
	height: 60px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0 25px;
	display: flex;
	flex: 1;
	align-items: center;
}
.news .box1 .box-t-r .input:first-child{
	width: 140px;
	flex: none;
	padding: 0;
}
.news .box1 .box-t-r .input select,
.news .box1 .box-t-r .input input{
	width: 100%;
	height: 100%;
	flex: 1;
	border: none;
	outline: none;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background-color: transparent;
}
.news .box1 .box-t-r .input input::placeholder{
	color: #CCCCCC;
}
.news .box1 .box-t-r .input select{
	font-family: Rany-Bold;
	font-size: 16px;
	color: #4EADE1;
	line-height: 30px;
	padding: 0 25px;
	appearance: none;
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-size: 14px 8px;
	background-position: right 20px center;
	background-color: transparent;
}
.news .box1 .box-t-r .input .icon-sousuo{
	cursor: pointer;
	color: rgba(204, 204, 204, 1);
	transition: all .6s;
}
.news .box1 .box-t-r .input .icon-sousuo:hover{
	color: #4EADE1;
}
.news .box1 .box-c{
	margin-top: 40px;
}
.news .box1 .box-c .list li:not(:last-child){
	margin-bottom: 40px;
}
.news .box1 .box-c .list li>a{
	display: flex;
}
.news .box1 .box-c .list li .pic{
	background: #FFFFFF;
	border-radius: 10px;
	width: 450px;
}
.news .box1 .box-c .list li .pic img{
	height: 100%;
	object-fit: cover;
}
.news .box1 .box-c .list li .text-box{
	background: #FFFFFF;
	border-radius: 10px;
	flex: 1;
	margin-left: 10px;
	padding: 60px 35px 30px;
}
.news .box1 .box-c .list li .text-title{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	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 .list li:hover .date,
.news .box1 .box-c .list li:hover .text-title{
	color: #3F9ED3;
}
.news .box1 .box-c .list li .text-des{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 30px;
}
.news .box1 .box-c .list li .text-box-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}
.news .box1 .box-c .list li .date{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}
.news .box1 .box-c .list li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
	border-radius: 50%;
	color: rgba(255, 255, 255, 1);
	opacity: 0;
	transition: all .6s;
}
.news .box1 .box-c .list li:hover .icon{
	opacity: 1;
}
.news .box1 .box-c .list li .icon .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.news .box1 .pagination{
	margin-top: 80px;
}
.news-details .box1{
	padding-bottom: 128px;
}
.news-details .box1 .box-c{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .box-c .l{
	width: 68.57%;
}
.news-details .box1 .box-c .l .title{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	color: #222222;
	line-height: 1.33;
}
.news-details .box1 .box-c .l .l-c{
	border-top: 1px solid RGBA(222, 222, 222, 1);
	margin-top: 65px;
	padding: 47px 0 60px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.news-details .box1 .box-c .l .l-c .msg{
	display: flex;
	flex-wrap: wrap;
	font-family:  HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	gap: 10px 117px;
}
.news-details .box1 .box-c .l .l-c .text-box{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 80px;
}
.news-details .box1 .box-c .l .l-c .text-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .box1 .box-c .l .l-b{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .box-c .l .l-b a{
	height: 60px;
	background: #F4F4F4;
	border-radius: 30px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	transition: all .6s -.2s;
}
.news-details .box1 .box-c .l .l-b a:hover{
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
	color: #fff;
}
.news-details .box1 .box-c .l .l-b .back{
	width: 210px;
}
.news-details .box1 .box-c .l .l-b a .iconfont{
	font-size: 22px;
}
.news-details .box1 .box-c .l .l-b a .icon-youjiantou1-copy{
	margin-right: 14px;
}
.news-details .box1 .box-c .l .l-b a .icon-youjiantou1{
	margin-left: 14px;
}
.news-details .box1 .box-c .r{
	width: 28.57%;
}
.news-details .box1 .box-c .r-title{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 24px;
	color: #999999;
	line-height: 1;
}
.news-details .box1 .box-c .r-c{
	margin-top: 37px;
}
.news-details .box1 .box-c .r-c a{
	display: block;
	background: #FAFAFA;
	border-radius: 10px;
	padding: 26px 30px 22px;
	transition: all .6s -.2s;
}
.news-details .box1 .box-c .r-c a:not(:last-child){
	margin-bottom: 10px;
}
.news-details .box1 .box-c .r-c a:hover{
	box-shadow: 5px 9px 30px 0px rgba(80,174,227,0.3);
	background-color: #fff;
}
.news-details .box1 .box-c .r-c .text-title{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-details .box1 .box-c .r-c .a-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.news-details .box1 .box-c .r-c .date{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	transition: all .6s -.2s;
}
.news-details .box1 .box-c .r-c a:hover .text-title,
.news-details .box1 .box-c .r-c a:hover .date{
	color: #4EADE1;
}
.news-details .box1 .box-c .r-c .icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .6s -.2s;
	color: rgba(204, 204, 204, 1);
}
.news-details .box1 .box-c .r-c a:hover .icon{
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
	color: #fff;
}
@media (max-width:1199px) {
	.news .box1{
		padding: 70px 0;
	}
	.news-details .box1 .box-c .l .l-b,
	.news .box1 .pagination{
		margin-top: 45px;
	}
	.news .box1 .box-c .list li .pic{
		width: 40%;
	}
	.news .box1 .box-c .list li .icon{
		width: 40px;
		height: 40px;
	}
	.news-details .box1 .box-c .r{
		display: none;
	}
	.news-details .box1 .box-c .l{
		width: 100%;
	}
	.news-details .box1 .box-c{
		margin-top: 50px;
	}
	.news-details .box1{
		padding-bottom: 70px;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 45px;
		padding: 40px 0;
	}
	.news-details .box1 .box-c .l .l-c .text-box{
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	.news-details .box1 .box-c{
		margin-top: 40px;
	}
	.news-details .box1{
		padding-bottom: 60px;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 40px;
		padding: 30px 0;
	}
	.news .box1{
		padding: 60px 0;
	}
	.news-details .box1 .box-c .l .l-b,
	.news .box1 .pagination{
		margin-top: 40px;
	}
	.news .box1 .box-c .list li .text-box{
		padding: 30px;
	}
	.news .box1 .box-c .list li .text-title{
		font-size: 20px;
	}
	.news .box1 .box-t-l .zh{
		font-size: 20px;
	}
	.news-details .box1 .box-c .l .l-c .msg{
		gap: 14px 50px;
	}
	.news-details .box1 .box-c .l .l-c .text-box{
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .box-c{
		margin-top: 30px;
	}
	.news-details .box1{
		padding-bottom: 50px;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 30px;
		padding: 20px 0;
	}
	.news .box1 .box-t-l{
		width: 100%;
		text-align: center;
	}
	.news .box1{
		padding: 50px 0;
	}
	.news-details .box1 .box-c .l .l-b,
	.news .box1 .pagination{
		margin-top: 30px;
	}
	.news .box1 .box-c .list li .text-des{
		margin-top: 10px;
		font-size: 14px;
	}
	.news .box1 .box-c .list li .text-box{
		padding: 20px;
	}
	.news .box1 .box-c .list li .text-box-b{
		margin-top: 20px;
	}
	.news .box1 .box-c .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.news .box1 .box-t{
		flex-direction: column;
	}
	.news .box1 .box-t-r{
		width: 100%;
		margin-top: 30px;
	}
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.news .box1 .box-t-r .input{
		height: 45px;
	}
	.news .box1 .box-t-r .input{
		padding: 0 15px;
	}
	.news .box1 .box-t-r .input select{
		padding: 0 15px;
	}
	.news .box1 .box-t-r .input:first-child{
		width: 120px;
	}
	.news-details .box1 .box-c .l .l-b a{
		height: 45px;
		font-size: 14px;
		padding: 0 20px;
	}
	.news-details .box1 .box-c .l .l-b .back{
		width: 140px;
	}
	.news-details .box1 .box-c .l .l-c .text-box{
		margin-top: 15px;
	}
}
@media (max-width: 500px) {
	.news-details .box1 .box-c .l .l-b .back{
		width: 120px;
	}
	.news-details .box1 .box-c .l .l-b a{
		height: 40px;
		padding: 0 15px;
	}
	.news-details .box1 .box-c .l .l-b a .icon-youjiantou1{
		margin-left: 8px;
	}
	.news-details .box1 .box-c .l .l-b a .icon-youjiantou1-copy{
		margin-right: 8px;
	}
	.news-details .box1 .box-c .l .l-c .text-box{
		font-size: 14px;
		line-height: 24px;
	}
	.news-details .box1 .box-c .l .title{
		font-size: 20px;
	}
	.news-details .box1 .box-c .l .l-c .text-box{
		margin-top: 10px;
	}
	.news-details .box1 .box-c .l .l-c .msg{
		font-size: 14px;
		gap: 4px 24px;
	}
	.news-details .box1 .box-c{
		margin-top: 14px;
	}
	.news-details .box1{
		padding-bottom: 40px;
	}
	.news-details .box1 .box-c .l .l-c{
		margin-top: 20px;
		padding: 14px 0;
	}
	.news .box1 .box-t-r{
		margin-top: 20px;
	}
	.news .box1 .box-c{
		margin-top: 25px;
	}
	.news .box1 .box-c .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.news .box1 .box-c .list li .text-box-b{
		margin-top: 14px;
	}
	.news .box1 .box-c .list li .icon{
		width: 30px;
		height: 30px;
	}
	.news .box1 .box-c .list li .icon .iconfont{
		font-size: 16px;
	}
	.news .box1 .box-c .list li .text-box{
		padding: 15px;
	}
	.news .box1 .box-c .list li .text-title{
		font-size: 18px;
	}
	.news .box1 .box-c .list li .text-des{
		line-height: 24px;
	}
	.news .box1 .box-c .list li .date{
		font-size: 16px;
	}
	.news .box1{
		padding: 40px 0;
	}
	.news-details .box1 .box-c .l .l-b,
	.news .box1 .pagination{
		margin-top: 25px;
	}
}