<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 a{
	color:#000;
}
 a:hover,a:active,a:focus{
	color: #f68b00;
}
.d-flex {
	display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
}
.tit {
	color: #333333;
	padding-top: 50px;
	text-align: center;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

.tit span {
	border-bottom: 3px solid #000000;
	display: block;
	font-size: 28px;
	line-height: 60px;
	height: 60px;
	width: 200px;
	margin: 0 auto
}

.tit em {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666
}

.show_list {
	overflow: hidden;
}

.show_list dt {
	float: left;
	width: 19%;
	text-align: center;
	margin-right: 1.2%;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
}

.show_list dt:nth-child(5n) {
	margin-right: 0;
}

.show_list dt a span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.show_list dt img {
	border: 5px #F0F0F0 solid;
	width: 100%;
	display: block;
}

.show_list dt img:hover {
	border: 5px #eb5b05 solid
}

.show_list dt a {
	color: #000
}

.show_list dt a:hover {
	color: #eb5b05
}

.inews {
	overflow: hidden;
	font-size: 14px;
}

.inews li {
	float: left;
	width: 48%;
	margin-right: 2%;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px dotted #CCCCCC;
	overflow: hidden;
}

.inews li a {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 75%;
}

.inews li span {
	color: #999999;
	float: right;
	font-size: 12px;
}


ul.ipic li {
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
}
ul.ipic li:last-child{
	border-bottom: 0;
}
ul.ipic li img {
	display: inline-block;
	width: 120px;
	border: 5px #CCCCCC solid;
	max-height: 100%;
	margin-right: 10px;
}

ul.ipic li img:hover {
	border: 5px #f68b00 solid
}

ul.ipic li p{
	margin-bottom: 0;
}
ul.ipic li span {
	display: block;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

ul.ipic li p a {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	
}

/* å‹æƒ…é“¾æŽ¥ */

.ilink {
	margin-bottom: 20px;
	margin-top: 30px;
}

.link_title {
	border-bottom: 1px solid #1fa0da;
	line-height: 30px;
	padding: 10px 0;
	-webkit-text-size-adjust: none;
	font-weight: bold;
}

.link_title .active {
	font-weight: bold;
}

.link_list {
	margin-top: 15px;
	font-size: 12px;
	line-height: 20px;
}

.link_list a {
	margin-right: 10px;
	margin-bottom: 15px;
}
.left-type-box{
	background: #199bd5;
}
.left-type {
	color: #FFFFFF;
	background: #199bd5;
}

.left-type .t {
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	border-bottom: #1fa0da 2px solid;
}

.left-type ul a {
	color: #FFFFFF;
	display: block;
}

.left-type ul li {
	border-bottom: #1091CB 1px solid;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
}

.left-type ul li a:hover {
	background: #f68b00;
}

.left-type ul li:last-child {
	border-bottom: none;
}
.supplyTitNone .supplyTit{
	display: none;
}
.information{
	font-size: 14px;
	line-break: 2;
}
@media (max-width: 768px) {
	.tit{
		padding-top: 10px;
	}
	.tit em{
		font-size:18px;
	}
	.tit span{
		line-height: 30px;
		height: 30px;
		font-size:14px;
	}
	.show_list dt{
		width: 32%;
		margin-right:2%;
	}
	.show_list dt:nth-child(5n){
		margin-right: 2%;
	}
	.show_list dt:nth-child(3n){
		margin-right: 0%;
	}
}</pre></body></html>