@charset "utf-8";

/*  top style
----------------------------------------------------------------------*/
body#top{
	min-width: 1060px;
}
#wrapper {
	width: 960px;
	margin: 20px auto;
}
#wrapper .left-col {
	float: left;
	width: 575px;
}
#wrapper .right-col {
	float: right;
	width: 335px;
}
#mainv {
	position: relative;
	width: 1060px;
	height: 434px;
	margin: 0 auto;
}
#mainv #cover {
	position: absolute;
	top: 334px;
	left: 0;
	width: 1060px;
	height: 95px;
	background: url(../images/mainv-cover.png) no-repeat;
	z-index: 999;
}
#mainv #iview-timer {
	display: none !important;
}
#wrapper .banners {
	margin-bottom: 20px;
}
.news {
	margin-bottom: 20px;
}
.news .news-body {
	height: 165px;
	overflow: auto;
}
.news .news-body dl {
	padding: 12px 0;
	border-bottom: 1px dotted #ccc;
}
.news .news-body dl:first-child {
	padding-top: 0;
}
.news .news-body dl:last-child {
	border-bottom: 0;
}
.news .news-body dl dt {
	float: left;
	width: 9em;
	padding-left: 0.8em;
	background: url(../images/bullet01.png) no-repeat left 0.6em;
}
.news .news-body dl dd {
	margin-left: 9.8em;
}
.right-col h2 {
	position: relative;
}
.right-col h2 a {
	position: absolute;
	display: block;
	width: 117px;
	top: 14px;
	right: 0;
}
.right-col dl p {
	line-height: 1.8;
	margin-bottom: 10px;
}
.right-col dl {
	margin-bottom: 20px;
}