<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*header*/
.sian-header {
	height: auto;
}
/*ARTICLE*/
.banner .banner_title {
	height: 50px;
	line-height: 50px;
	z-index: 2;
	position: absolute;
	top: 18%;
	width: 100%;
	text-align: center;
}

.banner .banner_title&gt;span.text {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.banner .banner_title&gt;span.line {
	display: inline-block;
	height: 100%;
	width: 100px;
	vertical-align: top;
}

.banner .banner_title&gt;span.text img {
	height: 100%;
	width: auto;
	vertical-align: top;
}

.banner .banner_title&gt;span.line img {
	height: auto;
	width: 100%;
}

@media ( max-width : 1199px) and (min-width: 991px) {
	.banner .banner_title {
		height: 44px;
		line-height: 44px;
	}
	.banner .banner_title&gt;span.line {
		width: 90px;
	}
}

@media ( max-width : 991px) and (min-width: 768px) {
	.banner {
		height: 238px;
	}
	.banner&gt;img {
		width: 1600px;
		margin-left: -800px;
	}
	.banner .banner_title {
		height: 36px;
		line-height: 36px;
	}
	.banner .banner_title&gt;span.line {
		width: 75px;
	}
}

@media ( max-width :767px) {
	.header {
		height: auto;
	}
	.article {
		margin-bottom: 0;
	}
	.banner {
		height: 114px;
	}
	.banner&gt;img {
		width: 768px;
		margin-left: -384px;
	}
	.banner .banner_title {
		height: 22px;
		top: 10%;
	}
	.banner .banner_title&gt;span.text {
		display: block;
		margin-bottom: 10px;
	}
}</pre></body></html>