<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ–°é—»pc*/
@media screen and (min-width: 800px) {
	.newsContent {
		width: 1200px;
		height: auto;
		margin: 0.9rem auto auto;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
	}
}
.newsContent .news-left {
	width: 50%;
}
.newsContent .news-left .news-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0.15rem 0;
	border-bottom: 1px solid #e8e8e8;
}
.newsContent .news-left ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.15rem 0;
	border-bottom: 1px solid #e8e8e8;
}
.newsContent .news-left ul li .news-text {
	display: flex;
	align-items: center;
}
.newsContent .news-left ul li .news-text span {
	display: inline-block;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0.02rem 0.1rem;
	font-size: 0.16rem;
	color: #dec47c;
	border: 1px solid #dec47c;
	border-radius: 0.02rem;
}
.newsContent .news-left ul li .news-text p {
	width: 4rem;
	font-size: 0.18rem;
	color: #666;
	margin: auto auto auto 0.15rem;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.newsContent .news-left ul li time {
	font-size: 0.18rem;
	color: #666;
}
.newsContent .news-left .news-top .news-title,.newsContent .news-left .news-top .news-more a {
	display: flex;
	align-items: center;
}
.newsContent .news-left .news-top .news-title img {
	width: 0.7rem;
	height: 0.19rem;
}
.newsContent .news-left .news-top .news-title span{
	font-size: 0.26rem;
	color: #333;
	font-weight: bold;
}
.newsContent .news-left .news-top .news-more span{
	font-size: 0.16rem;
	color: #999;
}
.newsContent .news-right{
	width: 47%;
}

/* è§†é¢‘ */
.video-box {
	width: 100%;
	height: 3.48rem;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.video-box video {
	width: 100%;
	height: 3.48rem;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	display: none;
}
.video-box .video-img {
	width: 100%;
	height: 3.48rem;
	position: relative;
	z-index: 999;
	background: url(../images/video_poster.png) no-repeat top center;
	background-size: cover;
	cursor: pointer;
}
.video-box .video-img img {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
}
/* æ–°é—»ç§»åŠ¨ç«¯ */
@media screen and (max-width: 800px) {
	.newsContent {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.newsContent .news-left, .newsContent .news-right {
		width: 92%;
		height: auto;
		margin: 0.5rem auto auto;
		text-align: center;
		display: block;
	}
	.newsContent .news-left ul li .news-text p {
		font-size: 0.24rem !important;
	}
	.newsContent .news-left ul li .news-text span {
		font-size: 0.22rem !important;
	}
}
/*å‹æƒ…é“¾æŽ¥pc*/ 
.link-content {
	width: 1200px;
	height: auto;
	margin: 0.9rem auto 0.5rem;
	overflow: hidden;
}
.link-content .link-title {
	display: flex;
	align-items: center;
	margin: auto auto 0.2rem;
}
.link-content .link-title span {
	font-size: 0.26rem;
	color: #333;
	font-weight: bold;
}
.link-content .link-title img {
	width: 0.69rem;
	height: 0.19rem;
}
.link-content .link-list {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.link-content .link-list a, .link-content .link-list span {
	 -webkit-touch-callout:none;  /*ç³»ç»Ÿé»˜è®¤èœå•è¢«ç¦ç”¨*/
	-webkit-user-select:none; /*webkitæµè§ˆå™¨*/
	-khtml-user-select:none; /*æ—©æœŸæµè§ˆå™¨*/
	-moz-user-select:none;/*ç«ç‹*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}
.link-content .link-list .link-item {
	margin: 0 1rem 0 0;
	position: relative;
}
.link-content .link-list .link-item h2 {
	width: 2.3rem;
	height: 0.43rem;
	line-height: 0.43rem;
/* 	margin: 0 auto;
	text-align: center; */
	background: url(../images/link_item_bg.png) no-repeat center center;
	background-size: 100% 100%;
	font-size: 0.2rem;
	font-weight: bold;
	cursor: pointer;
}
.link-content .link-list .link-item h2 span {
	background-image:-webkit-linear-gradient(bottom, #af7f48, #e3c893);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.link-content .link-list .link-item ul {
	width: 100%;
	height: 2.5rem;
	border: 1px solid #e3c893;
	display: none;
	position: absolute;
	top: 0.46rem;
	overflow-y: scroll;
}
.link-content .link-list .link-item ul li {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0.1rem 0.1rem;
	font-size: 0.18rem;
	cursor: pointer;
}
.link-content .link-list .link-item ul li a {
	color: #e3c893;
} 

/* å‹æƒ…é“¾æŽ¥ç§»åŠ¨ç«¯ */
@media screen and (max-width: 800px) {
	.link-content {
		width: 100%;
		height: auto;
		padding: 0 0.3rem;
		overflow: hidden;
	}
	.link-content .link-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.link-content .link-list .link-item {
		margin: 0 auto;
	}
	.link-content .link-list .link-item h2 {
		width: 2.2rem;
		height: 0.41rem;
		line-height: 0.41rem;
		/* padding: 0 0 0 0.5rem; */
	}
}


/* è½®æ’­æ–‡å­— */
.swiper-text{
	width: 1200px;
	height: 6.72rem;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.swiper-text .item-text {
	position: absolute;
	bottom: 5%;
	margin: 0 auto;
	text-align: justify;
}
.swiper-text .item-text h2 {
	font-size: 0.24rem;
	color: #fff;
	margin: auto auto 0.1rem;
}
.swiper-text .item-text p {
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.swiper-text{
		width: 100%;
		height: 4rem;
	}
	.swiper-text .item-text {
		left: 5%;
	}
}</pre></body></html>