<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.banner{
	height: 500px;
	width:1200px;
	margin-top: 20px;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}
.banner ul{
	width:6000px;
	position: absolute;
	left:0;
	top:0;
	height: 500px;
	overflow: hidden;
}
.banner ul li{
	float: left;
}
.banner ul li img{
	width: 1200px;
	height:540px;
}
.banner a{
	display: block;
	width: 80px;
	height:260px;
	position: absolute;
	top:120px;
	display: none;
}
.prev{
	background: url(../images/prev.png) no-repeat center center;
	float: left;
	left: 0;
}
.next{
	background: url(../images/next.png) no-repeat center center;
	float: right;
	right:0;
}
.banner:hover a{
	display: block;
}
.btn{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.btn span{
	display: inline-block;
	width: 21px;
	height:21px;
	background: url(../images/white.png) no-repeat center center;
	cursor: pointer;
}
.btn span.show,
.btn span:hover{
	background: url(../images/red.png) no-repeat center center;
}


.content{
	width: 100%;
	min-width:1200px;
	background: #fff;
	padding:30px 0px;
}
.left{
	border-radius: 4px;
	width: 265px;
	padding:0px 15px;
	padding-bottom: 29px;
	float: left;
	
}
.bottom-list{
	margin-top:20px;
	border-top:2px solid #f2cccb;
}
.bottom-list li{
	padding:10px 0;
	border-bottom:2px solid #f2cccb;
	text-align: center;
}
.bottom-list li a{
	color: #cc201e;
	font-size: 16px;
	display: block;
}
.bottom-list li:hover{
	background: #f6eeee;
}
.content-center{
	float: left;
	margin: 0 44px;
	width: 500px;
	position: relative;
}
.content-center h1,.right h1,.left h1,.content .sidebar h1{
	background: url(../images/icon.png) no-repeat 3px 8px;
	border-bottom:2px solid #68196d;
	font-size:20px;
	font-weight:300;
	color:#000;
	padding:5px 0;
	text-indent: 2em;
}
.content .sidebar h1{
	padding: 20px;
	background: url(../images/icon.png) no-repeat 20px 20px;
	background-color: #eee;
}
.news_more {
	height: 30px; 
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.news_more a{
	display: block;
	width:30px;
	height:30px;
	float: right;
	background: url(../images/more.png) center center no-repeat;
}
.notice{
	margin-top:25px;
}

.notice_more {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 10px;
}
.notice_more{
	margin-top: -33px;
}
.notice_more a{
	display: block;
	width:30px;
	height:30px;
	float: right;
}

.content-center table{
	width:100%;
}
.content-center table tr{
	height: 37px;
	line-height: 37px;
}
.content-center table tr td{
	border-bottom: 1px solid #eee;
}
.listtable tr td a{
    width:90%;	
}
.content-center table tr td a:hover{
	color: #68196d;
	overflow: hidden;
}

.right{
	float: right;
	width: 310px;
	position: relative;
}
.right a{
	display: block;
	margin-top:10px;
}
.right p{
	height: 230px;
	text-indent: 2em;
	overflow: hidden;
}
.right p a{
	overflow: hidden;
	font-size: 14px;
	height: 100%;
	color: #666;
	display: block;
	line-height: 20px;
}
.activity{
	margin-top: 20px;
}

.right table{
	width:300px;
}
.right table tr{
	height: 20px;
	width: 100%;
	border-bottom: 1px dashed #cc201e;
}
.right table tr td{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.right table tr td a{
	margin-top:7px;
	width: 100%;
	height:30px;
	overflow: hidden;
	font-size: 14px;
}
.right table tr td a:hover{
	color: #68196d;
	overflow: hidden;
	font-size: 14px;
}</pre></body></html>