<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detailMorepage {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
}

.detailMorepage a {
	color: #777;
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
}

.detailMorepage&gt;a:nth-child(3) {
	padding-left: 15px;
}

.detailMorecontent {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}

.detailMore_word_word{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 35px;
}

.detailMore_word_word img{
	width: 100% !important;
	height: auto !important;
}

.detailMore_word&gt;p {
	font-size: 16px;
	line-height: 38px;
	color: rgb(51, 51, 51);
	margin-top: 15px;
}

.detailMore_word&gt;p&gt;img {
	max-width: 100%
}

.detailMore_word&gt;p:nth-child(2),
.detailMore_word&gt;p:nth-child(3) {
	margin-top: 15px;
}

.detailMore_pic {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}

.detailMore_pic img {
	max-width: 100%;
}

.detailMorecontent_other {
	padding-bottom: 60px;
}
.other_right{
	overflow: hidden;
}
.other_right&gt;div:nth-child(1){
	width: 50%;
	float: left;
}
.other_right&gt;div:nth-child(1) img{
	max-width: 100%;
}
.other_right&gt;p:nth-child(2){
	width:50% ;
	float:left ;
	font-size: 16px;
	line-height: 45px;
	color: rgb(51, 51, 51);
	padding-left: 30px;
	padding-top: 20px;
}
.other_right&gt;p:nth-child(2) img{
	width: 15px;
	margin-right: 10px;
	vertical-align: middle;
}
.detailMore_word_title{
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}
.detailMore_word_title&gt;p{
	position: relative;
	color: #333333;
}
.detailMore_word_title&gt;p::after{
	display: block;
	content: '';
	width: 100%;
	height: 9px;
	background-color: rgb(0, 51, 153);
	opacity: 0.7;
	position: absolute;
	bottom: 6px;
	z-index: -1;
}
@media (max-width:768px) {
	.detailMore_word&gt;p {
		font-size: 14px;
		line-height: 28px;
	}
	.detailMore_word {
		margin-top: 10px;
	}
	.detailMorecontent_other {
		padding-bottom: 20px;
	}
	.detailMore_pic {
		margin-bottom: 20px;
	}
	.other_right&gt;div:nth-child(1){
		width: 100%;
	}
	.other_right&gt;p:nth-child(2){
		font-size: 14px;
		line-height: 28px;
		width: 100%;
		padding-left: 0;
	}
}</pre></body></html>