<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.substance_menu {
	padding-left: 20px;
	height: 50px;
	-webkit-box-shadow: 0 2px 13px 0 rgba(14,41,63,.2);
	box-shadow: 0 2px 13px 0 rgba(14,41,63,.2);
	line-height: 50px;
}

.substance_menu a {
	color: #015293;
	font-weight: 600;
}

.substance_menu img {
	display: inline-block;
	margin: 0 10px;
}

.substance_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	height: 70px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.substance_title.sqsf_title {
	background: 0 0!important;
}

.substance_title h3 {
	color: #015293;
	font-weight: 600;
	font-size: 20px;
}

.substance_title span {
	font-weight: 400;
}

.substance_title p {
	color: #015293;
	font-size: 14px;
	line-height: 18px;
}

.substance_title.sqsf_title .sqsf_more {
	float: right!important;
	margin-top: 10px;
	margin-right: 0!important;
	background: url(../images/iisp/icon28_004984.png) right center no-repeat!important;
	color: #015293!important;
	font-size: 16px!important;
}

.substance_content {
	min-height: 400px;
	background: #fff;
}

.substance_content .sub_cont--ul {
	padding: 0 20px;
}

.substance_content .sub_cont--ul li {
	position: relative;
	padding: 25px 0 15px 12px;
	border-bottom: 1px solid #e5e5e5;
}

.substance_content .sub_cont--ul li::before {
	position: absolute;
	top: 34px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	background: #8b8b8b;
	content: "";
}

.substance_content .sub_cont--ul li:hover a,.substance_content .sub_cont--ul li:hover p {
	color: #004984;
	text-decoration: underline;
	font-weight: 500;
}

.substance_content .sub_cont--ul li .tab-title {
	overflow: hidden;
	width: calc(100% - 105px);
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

.substance_text .article-title {
	color: #015293;
	font-size: 20px;
}

.substance_text {
	padding: 30px 20px 80px;
	min-height: 400px;
}

.substance_text .article-date {
	margin: 10px 0 15px;
	color: #666;
	font-size: 14px;
}

.substance_text .article-line {
	height: 2px;
	background: #eaeaea;
}

.substance_text .substance_text_content {
	padding: 15px 30px;
	text-align: justify;
	line-height: 1.5;
}

.substance_text .substance_text_content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.substance_text .substance_text_content img {
	display: inline-block;
}

.substance_text .substance_text_content a,.substance_text .substance_text_content a:hover {
	color: #0f83f3;
}

.substance_text .cut {
	height: 40px;
	background: url(../images/line_orange2.jpg) center center no-repeat;
}

.searchBox {
	position: relative;
	overflow: hidden;
	width: 228px;
	height: 30px;
	border: 1px solid #015293;
	border-radius: 20px;
}

#sContents {
	padding: 0 35px 0 16px;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 20px;
	background: 0 0;
	font-size: 14px;
}

#search_btname {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 16px;
	height: 16px;
	background: url(../images/iisp/icon_search.png) center no-repeat;
	background-size: 100%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.pages {
	padding: 40px 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.page_box .page_num,.page_box a {
	float: left;
	margin: 0 5px;
	padding: 5px 10px;
	height: 32px;
	min-width: 32px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: #fff;
	color: #004984;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.page_box .page_list a {
	padding: 5px;
}

.page_box .limits,.page_box .page_list {
	float: left;
}

.page_box .page_num {
	margin-right: 0;
	border: none;
	background: 0 0;
	color: #666;
	cursor: default;
}

.page_box a:hover {
	background: #f6f6f6;
}

.page_box .page_num:hover {
	background: 0 0;
}

.page_box a.current {
	border-color: #004984;
	background: #004984;
	color: #fff;
}</pre></body></html>