<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#articleInfo18 .topBox {
	padding: 70px 0 30px;
	background: url(/images/style/18/img-topBg.png) no-repeat 0 0;
}
#articleInfo18 .topBox .text {
	margin: 0 0 0 auto;
	width: 40%;
}
#articleInfo18 .topBox .text h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	color: #004285;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo18 .topBox .text article {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
#articleInfo18 .secBox {
	padding: 0 0  15px 0;
}
#articleInfo18 .secBox .item {
	overflow: hidden;
	margin-bottom: 5px;
}
#articleInfo18 .secBox .photoBox{	display: flex;
	flex-direction: row;
	flex-wrap: wrap;}
#articleInfo18 .secBox .item h5 {
	margin-right: 20px;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	color: #d46536;
}
#articleInfo18 .secBox .item article {
	float: left;
	width: calc(100% - 220px);
	margin: 0 10px;
	padding: 0;
}
#articleInfo18 .secBox .photoBox &gt; div {
	overflow: hidden;
	margin: 10px;
	width: calc((100%/4) - 20px);
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo18 .secBox .photoBox &gt; div img{
	    height: 200px;
	    width: 100%;
	    object-fit: cover;
}
#articleInfo18 .secBox .photoBox &gt; div p{
	    width: 100%;
	    padding: 20px 0 0;
	    text-align: center;
}
#articleInfo18 .secBox .photoBox &gt; div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
	#articleInfo18 .topBox {
		position: relative;
	}
	#articleInfo18 .topBox:before {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.35);
		top: 0;
		left: 0;
		z-index: 1;
		content: "";
	}
	#articleInfo18 .topBox .text {
		position: relative;
		width: 50%;
		z-index: 2;
	}
	#articleInfo18 .secBox .photoBox &gt; div {
	margin: 10px;
	width: calc((100%/2) - 20px);
}
#articleInfo18 .secBox .photoBox &gt; div img{
    height: 170px;
}
}
@media screen and (max-width: 640px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.6);
	}
	#articleInfo18 .secBox .item h5 ,
	#articleInfo18 .secBox .item article {
		width: 100%;
	}
	#articleInfo18 .secBox .item h5 {
		margin-bottom: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.75);
	}
	#articleInfo18 .topBox .text {
		width: 80%;
	}
	#articleInfo18 .secBox .photoBox &gt; div {
		width: 100%;
	}
	#articleInfo18 .secBox .photoBox &gt; div:nth-child(3) {
		margin: 10px 0;
		width: 100%;
	}
#articleInfo18 .secBox .photoBox &gt; div img{
    height: auto;
}
}
@media screen and (max-width: 450px) {
	#articleInfo18 .topBox {
		padding: 30px 0;
	}
	#articleInfo18 .topBox .text {
		width: 95%;
	}
	#articleInfo18 .secBox .photoBox &gt; div {
		margin: 10px 0;
		width: 100%;
	}
}</pre></body></html>