<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news .box1{
	background: #FFFFFF;
	box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.1);
}
.news .box1 .swiper-slide{
	position: relative;
	width: auto;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 80px;
	padding: 0 10px;
}
.news .box1 .swiper-slide:not(:last-child){
	margin-right: 98px;
}
.news .box1 .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: rgba(170, 205, 6, 1);
	transition: all .6s;
}
.news .box1 .swiper-slide.active::before{
	width: 100%;
}
.news .box2{
	margin: 58px 0 92px;
}
.news .box2 .box-t form{
	width: 450px;
	height: 40px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #D9D9D9;
	padding: 0 10px 0 15px;
	display: flex;
	align-items: center;
}
.news .box2 .box-t form input{
	flex: 1;
	width: 100%;
	height: 100%;
	margin-right: 20px;
	border: none;
	outline: none;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.news .box2 .box-t form input::placeholder{
	color: #CCCCCC;
}
.news .box2 .box-c{
	margin-top: 38px;
}
.news .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}
.news .box2 .box-c .list li{
	background-color: RGBA(249, 249, 249, 1);
}
.news .box2 .pagination{
	margin-top: 75px;
}
.news-details{
	background-color: RGBA(249, 249, 249, 1);
	padding-bottom: 133px;
}
.news-details .box1{
	margin: 37px auto 0;
	background: #FFFFFF;
	padding: 70px 30px 60px;
}
.news-details .box1 .title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	/* font-size: 36px; */
	color: #222222;
	line-height: 1.33;
}
.news-details .box1 .des{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 67px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.news-details .box1 .des-l{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 13px;
	color: #999999;
	line-height: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 
	0 67px;
}
.news-details .box1 .des-r{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
}
.news-details .box1 .des-r .share{
	margin-left: 40px;
	display: flex;
	gap: 30px;
}
.news-details .box1 .des-r .share a .iconfont{
	color: RGBA(102, 102, 102, 1);
	font-size: 30px;
	transition: all .6s;
}
.news-details .box1 .des-r .share a:hover .iconfont{
	color: rgba(170, 205, 6, 1);
}
.news-details .box1 .box-c{
	padding-top: 37px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}
.news-details .box1 .box-c img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news-details .box2{
	margin: 20px auto 0;
	padding: 30px 30px 67px;
	background: #FFFFFF;
}
.news-details .box2 .title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	/* font-size: 30px; */
	color: #222222;
	line-height: 1;
}
.news-details .box2 .list{
	margin-top: 23px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.news-details .box2 .list li{
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,0.04);
	background-color: #fff;
}
.news-details .box2 .list li&gt;a{
	display: block;
	padding: 17px 20px 20px;
}
.news-details .box2 .list li .img{
	position: relative;
	padding-top: 100%;
}
.news-details .box2 .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-details .box2 .list li .text{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	letter-spacing: 2px;
	margin-top: 8px;
	transition: all .6s;
}
.news-details .box2 .list li:hover .text{
	color: rgba(170, 205, 6, 1);
}
.news-details .box3{
	margin-top: 20px;
}
.news-details .box3 .box-t{
	padding: 27px 30px 40px;
	background-color: #fff;
}
.news-details .box3 .box-t form{
	width: 960px;
	max-width: 100%
}
.news-details .box3 .box-t .title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	line-height: 48px;
}
.news-details .box3 .box-t .textarea{
	border: 1px solid rgba(217, 217, 217, .6);
	padding: 0 15px 15px;
}
.news-details .box3 .box-t #editor{
	height: 180px;
	outline: none;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 4px;
}
.news-details .box3 .box-t #editor img{
	vertical-align: bottom;
	padding: 0 3px;
}
.news-details .box3 .box-t .picture{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.news-details .box3 .box-t .picture .item{
	position: relative;
	border: 1px solid rgba(217, 217, 217, .6);
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-details .box3 .box-t .picture .item img{
	max-width: 100%;
	max-height: 100%;
}
.news-details .box3 .box-t .picture .item .close{
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%,-50%);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: RGBA(255, 0, 0, 1);
	color: #fff;
	cursor: pointer;
}
.news-details .box3 .box-t .btns{
	display: flex;
	/* justify-content: flex-end; */
	margin-top: 17px;
	gap: 10px;
}
.news-details .box3 .box-t .btns .btn{
	position: relative;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #AACD06;
	border-radius: 0px 0px 0px 0px;
	color: #fff;
	cursor: pointer;
}
.news-details .box3 .box-t .btns .btn .iconfont{
	pointer-events: none;
}
.news-details .box3 .box-t .btns .btn input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.news-details .box3 .box-t .inputs{
	margin-top: 30px;
	width: 400px;
	max-width: 100%;
}
.news-details .box3 .box-t .inputs .input{
	display: flex;
	height: 40px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #D9D9D9;
}
.news-details .box3 .box-t .inputs .input:not(:last-child){
	margin-bottom: 10px;
}
.news-details .box3 .box-t .inputs .input label{
	text-align: center;
	background-color: RGBA(241, 241, 241, 1);
	width: 100px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 38px;
}
.news-details .box3 .box-t .inputs .input label span{
	color: rgba(255, 0, 0, 1);
}
.news-details .box3 .box-t .inputs .input input{
	flex: 1;
	width: 100%;
	resize: none;
	outline: none;
	border: none;
	padding: 0 14px;
}
.news-details .box3 .box-t .inputs .input .slider-item,
.news-details .box3 .box-t .inputs .input #slider{
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
}
.news-details .box3 .box-t .inputs .input .slider-btn{
	height: 100%;
	border: none;
	border-color: #AACD06 !important;
	
}
.news-details .box3 .box-t .inputs .input .slider-btn-success{
	color: #AACD06 !important;
}
.news-details .box3 .box-t .inputs .input .slider-bg{
	background-color: rgba(170, 205, 6, 1) !important;
}
.news-details .box3 .box-t .inputs .submit{
	line-height: 38px;
	background: #F1F1F1;
	text-align: center;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	transition: all .6s;
}
.news-details .box3 .box-t .inputs .submit:hover{
	background-color: #AACD06;
	border-color: #AACD06;
	color: #fff;
}
.news-details .box3 .box-c{
	margin-top: 10px;
}
.news-details .box3 .box-c-t{
	padding: 15px 30px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	background-color: #fff;
}
.news-details .box3 .box-c .list li{
	padding: 15px 30px;
	background-color: #fff;
	margin-top: 9px;
}
.news-details .box3 .box-c .list li .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.news-details .box3 .box-c .list li .date{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #8E8E8E;
	line-height: 24px;
}
.news-details .box3 .box-c .list li .text-des{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 6px;

}
.news-details .box3 .box-c .list li .text-des img{
    	display: block;
    max-width: 100%;
}
.news-details .box3 .box-c .list li .subBox{
    padding-left: 10px;
    margin-top: 5px;
}
.news-details .box3 .box-c .list li .subBox .text-title span{
    font-weight: normal;
    color: #666;
}
.news-details .box3 .box-c .list li .subBox .text-title .text{
    color: #333333;
}
.news-details .box3 .box-c .list li .subBox img{
    display: block;
    max-width: 100%;
}
.emoji_container{
	z-index: 9999;
}
@media (max-width: 1199px) {
	.news-details .box1{
		margin-top: 30px;
		padding: 50px 30px;
	}
	.news-details .box1 .des{
		margin-top: 30px;
	}
	.news .box2{
		margin-bottom: 70px;
	}
	.news .box2 .pagination{
		margin-top: 45px;
	}
	.news .box1 .swiper-slide:not(:last-child){
		margin-right: 50px;
	}
	.news .box1 .swiper-slide{
		line-height: 60px;
		font-size: 16px;
	}
	.news-details .box1 .des-l{
		gap: 0 30px;
	}
	.news-details .box1 .des-r .share{
		margin-left: 23px;
		gap: 18px;
	}
	.news-details .box2 .list li .text{
		font-size: 16px;
		line-height: 22px;
	}
	.news-details{
		padding-bottom: 70px;
	}
}
@media (max-width:1024px) {
	.news-details{
		padding-bottom: 60px;
	}
	.news-details .box2 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.news-details .box1 .des-l{
		gap: 0 20px;
	}
	.news-details .box1 .des-r .share a .iconfont{
		font-size: 26px;
	}
	.news-details .box1 .des-r .share{
		margin-left: 5px;
	}
	.news-details .box1 .box-c{
		padding: 20px 0 0;
		line-height: 28px;
	}
	.news-details .box1 .des{
		margin-top: 15px;
	}
	.news-details .box1{
		margin-top: 20px;
		padding: 40px 25px;
	}
	.news .box2{
		margin-bottom: 60px;
	}
	.news .box2 .pagination{
		margin-top: 40px;
	}
	.news-details .box2{
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	.news-details{
		padding-bottom: 50px;
	}
	.news-details .box2{
		padding-bottom: 50px;
	}
	.news-details .box2 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.news-details .box2 .list li .text{
		font-size: 14px;
		line-height: 20px;
	}
	.news-details .box1 .des-l{
		width: 100%;
	}
	.news-details .box1 .des{
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.news .box1 .swiper-slide:not(:last-child){
		margin-right: 40px;
	}
	.news .box1 .swiper-slide{
		line-height: 50px;
	}
	.news .box2 .box-c,
	.news .box2 .pagination{
		margin-top: 30px;
	}
	.news .box2{
		margin: 50px 0;
	}
	.news .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.news-details .box3 .box-t{
		padding: 25px 25px 30px;
	}
	.news-details .box3 .box-t #editor{
		height: 150px;
	}
	.news-details .box3 .box-t .inputs{
		margin-top: 20px;
	}
	.emoji_container{
		max-width: 80vw;
	}
}
@media (max-width:500px) {
	.news-details .box3 .box-t .picture .item{
		width: 80px;
		height: 80px;
	}
	.news-details .box1 .title{
		font-size: 20px;
	}
	.news-details{
		padding-bottom: 40px;
	}
	.news-details .box3 .box-c .list li,
	.news-details .box3 .box-c-t{
		padding: 8px 15px;
	}
	.news-details .box3 .box-t{
		padding: 16px 20px 30px;
	}
	.news-details .box2 .list li&gt;a{
		padding: 15px;
	}
	.news-details .box2{
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.news-details .box1 .box-c{
		padding-top: 10px;
	}
	.news-details .box1 .des-l{
		line-height: 20px;
	}
	.news-details .box1 .des-r .share a .iconfont{
		font-size: 22px;
	}
	.news-details .box1{
		padding: 30px 20px;
	}
	.news .box1 .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.news .box1 .swiper-slide{
		line-height: 45px;
		font-size: 14px;
	}
	.news .box2 .box-c,
	.news .box2 .pagination{
		margin-top: 25px;
	}
	.news .box2{
		margin: 40px 0;
	}
}</pre></body></html>