<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }  /*让这些的标签内外边距都是0*/
fieldset, img {  border:none;  }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "微软雅黑","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
body { color:#4D4D4D;  font:14px '微软雅黑';} 
a{color:#4D4D4D; text-decoration:none; font-size:14px; }
i{font-style: normal;}
img{ vertical-align:middle;}

.clearfix:after,.clearfix:before{content:"";display:table;clear:both;}
.clearfix{*zoom:1}
.fll{float: left;}
.flr{float: right;}
.warp{ width:1200px; margin:0 auto;}

/*以下开始是首页面样式*/
.guide{
	height: 27px;
	line-height: 27px;
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	margin-top: 10px;
}
.guide span{
	display: inline-block;
	font-size: 14px;
	color:#444;
	padding: 0 10px;
}
.info_title{
	text-align: center;
    font-weight: bold;
    color: #0b5e94;
    padding: 30px 0 10px 0;
}
.date{
    text-align: center;
	padding-top: 4px;
    color: #666;
}
.info_cont{
	padding: 30px 20px 50px 20px;
	line-height:30px;
	font-size: 16px;
}
.info_print {
	text-align:right; 
	padding:0 0 20px 0; 
	margin-bottom:15px;
}
.info_print a {
	background:#e3e3e3; 
	color:#666666; 
	display:inline-block; 
	height:30px; 
	line-height:30px; 
	margin-left:10px; 
	text-align:center; 
	width:80px;
}
.info_print a:hover{
	color:#000;
}
/*.info_cont{
    text-indent: 2em;
}*/
.fangkuai{
	background: #3d9cc2;
    width: 8px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.xiangguan{
	font-size: 18px;
    font-weight: 800;
}
.hengxian{
	display: inline-block;
    height: 1px;
    width: calc(100% - 115px);
    background: #b6acac;
    position: relative;
    margin-bottom: 5px;
    margin-left: 15px;
}
.download{
	color: #2daadc;
    margin-left: 10px;
}



</pre></body></html>