<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bar{
	width: 100%;
	/* min-width: 1200px; */
}
.bar img{
	width: 100%;
}
.news{
	width: 80%;
	margin:10px auto 50px;
}
.news .newsone{
	width: 90%;
	padding: 50px 0 63px;
	margin-left: 5%;
	display: flex;
	float: left;
	border-bottom: 1px solid #dfe1e9;
}
.news .newsone a{
	width: 100%;
	display: flex;
}
.news .newsone .newspic{
	width: 206px;
	height: 150px;
	margin-left: 20px;
	margin-right: 30px;
	float: left;
}
.news .newsone .newspic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
.news .newsone .newsdetail{
	/* width: 789px; */
	float: left;
	width: 80%;
}
.news .newsone .newsdetail .newstitle:hover{
	color: #6f86cb;
}
.news .newsone .newsdetail .newsnr:hover{
	color: #6f86cb;
}
.news .newsone .newsdetail .newstitle{
	color: #3b3f52;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .newsone .newsdetail .newsnr{
	color: #3b3f52;
	font-size: 16px;
	line-height: 30px;
	margin-top: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	word-break:break-all
}
.news .newsone .newstime{
	width: 139px;
	height: 97px;
	border-left: 1px solid #dfe1e9;
	margin-top: 33px;
	margin-left: 15px;
	padding-left: 35px;
	float: left;
}
.news .newsone .newstime .day{
	font-size: 48px;
	color: #3b3f52;
}
.news .newsone .newstime .month{
	font-size: 16px;
	color: #a9adc0;
	font-weight: bold;
}
.fenye{
	width: 100%;
	text-align: center;
	padding: 90px 0;
	clear: both;
	/* display: flex; */
}
.fenyepage{
	margin: auto;
}
.fenye .nev,.fenye .next{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: rgb(111,134,203,0.3);
	border: 1px solid #6f86cb;
	color: #6f86cb;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	/* float: left; */
	display: inline-block;
}
.fenye .page{
	margin: 0 10px;
	/* float: left; */
	display: inline-block;
}
.fenye .page .num{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: rgb(111,134,203,0.3);
	border: 1px solid #6f86cb;
	color: #6f86cb;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	margin:0 3px;
}
.fenye .page .num.active{
	background-color: #6f86cb;
	color: #ffffff;
	font-size: 18px;
}
/* æ–°é—»è¯¦æƒ… */
.newsdetail{
	width: 80%;
	margin:10px auto;
}
.newsdetail .newtitle{
	width: 100%;
	text-align: center;
	color: #3b3f52;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	word-wrap: break-word;
	word-break: break-all;
}	
.newsdetail .newxx{
	width: 100%;
	text-align: center;
	color: #6f727f;
	font-size: 16px;
	line-height: 30px;
}
.newsdetail .newscontent{
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}	
.newsdetail .newscontent *{
	max-width: 100%;
}
/* å…¬å¸ç®€ä»‹ */
.gsjj{
	width: 80%;
	margin: 10px auto;
}
.gsjj .jjname{
	color: #3b3f52;
	font-size: 36px;
	text-align: center;
	margin-top: 60px;
}	
.gsjj .jianjie{
	/* padding: 0 150px; */
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #3b3f52;
}
.gsjj .jianjie p{
	margin-bottom: 30px;
}
.gsjj .address{
	width: 80%;
	height: 732px;
	margin: 50px auto 100px;
}
.amap-overlays{
	z-index: 11;
}
.gsjj .amap-info-outer{
	background-color: #242a4e;
	color: #ffffff;
	border-radius: 10px;
	z-index: 11;
	position: relative;
}
.gsjj .yfdddetail{
	width: 340px;
	margin-left: 10px;
}
.gsjj .yfdddetail .name{
	font-size: 16px;
	margin-top: 10px;
}
.gsjj .yfdddetail .nr{
	font-size: 18px;
}
.gsjj .yfdddetail .phone,.gsjj .yfdddetail .enail{
	font-size: 22px;
}
@media (max-width: 767px){
	.bar{
		margin-top: 80px;
	}
	.news .newsone .newspic{
		display: none;
	}
}
@media (max-width: 480px){
	.bar{
		margin-top: 66px;
	}
	.news{
		width: 100%;
	}
	.news .newsone{
		padding: 10px 0;
	}
	.news .newsone a{
		display: block;
	}
	.news .newsone .newsdetail{
		width: 77%;
		padding-right: 1%;
	}
	.news .newsone .newspic{
		margin-left: 0;
		display: none;
	}
	.news .newsone .newstime{
		width: 17%;
		margin-left: 0;
		margin-top: 0;
		padding-left: 10px;
	}
	.news .newsone .newstime .day{
		font-size: 40px;
		text-align: center;
	}
	.news .newsone .newsdetail .newstitle{
		font-size: 20px;
		overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
			display: inherit;
			    -webkit-line-clamp: inherit;
			    -webkit-box-orient: inherit;
	}
	.news .newsone .newsdetail .newsnr{
		margin-top: 3px;
		font-size: 14px;
		line-height: 26px;
	}
	.fenye{
		padding: 10px 0 0;
	}
	.fenye .page .num,.fenye .nev, .fenye .next{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.gsjj{
		width: 100%;
	}
	.gsjj .jjname{
		font-size: 28px;
	}
	.gsjj .jjname img{
		width: 140px;
	}
	.gsjj .jianjie{
		font-size: 16px;
		text-align: justify;
		width: 90%;
		margin: auto;
	}
	.gsjj .address{
		width: 100%;
		height: 450px;
		margin: 50px auto;
	}
	.gsjj .yfdddetail{
		width: 100%;
	}
	.gsjj .yfdddetail .name{
		font-size: 14px;
	}
	.gsjj .yfdddetail .nr{
		font-size: 16px;
	}
	.gsjj .yfdddetail .phone, .gsjj .yfdddetail .enail{
		font-size: 18px;
	}
}
@media only screen and (max-device-width: 619px){
	.bar{
		margin-top: 66px;
	}
	.news{
		width: 100%;
	}
	.news .newsone{
		padding: 10px 0;
	}
	.news .newsone a{
		display: block;
	}
	.news .newsone .newsdetail{
		width: 77%;
		padding-right: 1%;
	}
	.news .newsone .newspic{
		margin-left: 0;
		display: none;
	}
	.news .newsone .newstime{
		width: 17%;
		margin-left: 0;
		margin-top: 0;
		padding-left: 10px;
	}
	.news .newsone .newstime .day{
		font-size: 40px;
		text-align: center;
	}
	.news .newsone .newsdetail .newstitle{
		font-size: 20px;
		overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
			display: inherit;
			    -webkit-line-clamp: inherit;
			    -webkit-box-orient: inherit;
	}
	.news .newsone .newsdetail .newsnr{
		margin-top: 3px;
		font-size: 14px;
		line-height: 26px;
	}
	.fenye{
		padding: 10px 0 0;
	}
	.fenye .page .num,.fenye .nev, .fenye .next{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.gsjj{
		width: 100%;
	}
	.gsjj .jjname{
		font-size: 28px;
	}
	.gsjj .jjname img{
		width: 140px;
	}
	.gsjj .jianjie{
		font-size: 16px;
		text-align: justify;
		width: 90%;
		margin: auto;
	}
	.gsjj .address{
		width: 100%;
		height: 450px;
		margin: 50px auto;
	}
	.gsjj .yfdddetail{
		width: 100%;
	}
	.gsjj .yfdddetail .name{
		font-size: 14px;
	}
	.gsjj .yfdddetail .nr{
		font-size: 16px;
	}
	.gsjj .yfdddetail .phone, .gsjj .yfdddetail .enail{
		font-size: 18px;
	}
}</pre></body></html>