<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 */
*{
	margin:0px;
	padding:0px;}
.banner{
	margin:auto;
	width:1170px;
	height:286px;
	background:url(banner.jpg);}
.tz{
	position:relative;
	margin:20px auto;
	width:960px;
	background:#007F06;}
.tz_title{
	position:absolute;
	z-index:2;
	left:-10px;
	top:-5px;
	width:120px;
	height:51px;
	line-height:40px;
	text-align:center;
	background:url(tz_title.gif);
	font-size:14px;
	color:#fff;
	font-weight:bold;}
.tz_text{
	width:940px;
	padding:50px 10px 10px 10px;
	background:#eee;
	border:1px solid #ccc;
	line-height:26px;
	font-size:12px;}
.list{
	margin:auto;
	width:960px;}
.list_1{
	width:980px;
	margin-left:-20px;}
.list_title{
	margin:30px 0 30px 20px;
	width:960px;
	height:30px;
	font-family:微软雅黑;
	font-size:24px;
	text-align:center;
	color:#e10646;}
.list_main{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	float:left;
	width:470px;
	height:315px;
	background:#00D3FF;}
.list_main_title{
	width:470px;
	height:45px;
	background:url(title_bg.gif)}
.list_main_title a{
	float:right;
	line-height:45px;
	margin-right:10px;
	color:#fff;
	font-size:14px;
	text-decoration:none;}
.list_main_title h2 a{
	float:left;
	margin-left:20px;
	line-height:45px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;}
.list_main ul{
	width:448px;
	height:250px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
	line-height:26px;
	list-style:none;
	padding:5px 10px;}
.list_main ul li a{
	color:#000;
	text-decoration:none;}
.list_main ul li a:hover{
	color:#FF3F00;
	text-decoration:underline;}
.list_main_bottom{
	width:470px;
	height:10px;
	background:url(bottom.gif);}
.footer{
	width:960px;
	margin-top:15px;
	padding:10px 0;
	text-align:center;
	clear:left;
	margin:auto;}</pre></body></html>