<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global css */
.font_small{
	font-size: 12px !important;
}
.font_big{
	font-size: 16px !important;
}
.margin_t{
	margin-top: 10px !important;
}
.color_green{
	color: #008000;
}
/* global css end */

.main_wrapper{
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
}
.main_wrapper ul{
	margin-left: 15px;
}
.main_wrapper li{
	list-style: disc;
	padding: 3px 0;
}

.crumb_box{
	margin-bottom: 10px;
	padding: 0 20px 5px 0;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
.crumb_box a, .crumb_box span{
	display: inline-block;
	padding: 0 5px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
.crumb_box a:hover{
	text-decoration: underline;
}
.crumb_box a.first{
	padding-left: 0;
}
.crumb_box i.crumb_arrow{
	background: url("/LTISystem/jsp/images/arrows-ffffff.png") -1px -2px no-repeat;
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.se_box_table{
	width: 100%;
}
.se_box_table td{
	padding: 10px 30px 20px 0;
	vertical-align: top;
}
.se_box_table .td_sec{
	padding: 10px 0 20px 30px;
	width: 430px;
}
.se_box_table img{
	float: right;
	/* margin: 0 0 10px 15px; */
	margin: -25px 0 10px 15px;
	width: 80px;
}
.se_box_table a{
	text-decoration: none;
	color: #333;
	display:block;
}
.se_box_table .se_box_tit{
	font-size: 18px;
	display: block;
	margin: 0 0 8px 0;
	line-height: 20px;
}
.se_box_table .se_box_bor{
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	height: 100%;
	color: #888;
	min-height: 90px;
	display: block;
}
.se_box_table .se_box_bor *{
	color: #888 !important;
}
.se_box_table a:hover .se_box_bor{
	border-bottom: 2px solid #008000;
	color: #555 !important;
	background: #f0f0f0;
}
.se_box_table a:hover .se_box_bor *{
	color: #555 !important;
}
.title_separate{
	margin-top: 50px;
}
.title_separate a{
	text-decoration: none;
	color: #333;
}

.main_wrapper p{
	color: #444;
	margin: 0 0 18px 0;
}

.normalp, p.normalp{
	font-size: 16px;
	line-height: 21px;
	color: #494949;
	margin: 0 0 20px 0;
}

.block_back{
	padding: 0 0 0 25px;
}

.classify_h3{
	position: relative;
	padding: 0 0 0 12px;
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	margin: 35px 0 10px 0;
}
.classify_h3 label{
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 19px;
	background: #008000;
}

.classify_ul{
	margin-left: 15px;
}
.classify_ul li{
	list-style: disc;
	padding: 5px 0;
}
.classify_ul a{
	font-size: 16px;
	line-height: 18px;
}

.float_ul li{
	float: left;
	width: 50%;
	padding: 10px 0;
}
.float_ul li a{
	font-size: 14px;
}
.circle_ul li{
	list-style: square !important;
}
.circle_ul li a{
	font-size: 12px;
	color: #444;
}

.img_p{
	line-height: 25px !important;
}
.right_img{
	display: block;
	width: 400px;
	height: 210px;
	overflow: hidden;
	float: right;
	margin: 0 0 10px 20px;
}
.right_img img, .left_img img{
	width: 100%;
}
.left_img{
	display: block;
	width: 400px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 20px 10px 0;
}

.search_result_wrapper td{
	padding: 5px 10px 5px 0;
	vertical-align: top;
}
.search_result_wrapper tr:hover{
	background: #ECF3FF;
}
.search_result_wrapper a{
	color: #fff;
}

.sign_box{
	padding-bottom: 8px;
	font-size: 11px;
	text-align: center;
}
.sign_block_blue{
	background:#3366CC;
	width:10px;
	height:10px;
	display:inline-block;
	margin-left: 15px;
}
.sign_block_red{
	background:#DC3912;
	width:10px;
	height:10px;
	display:inline-block;
	margin-left: 15px;
}
</pre></body></html>