/*可全局通用的CSS*/
.main-header {
	height: 205px;
	background: url(../images/m_bg.gif) left bottom no-repeat;
}

.main-header .top div{
	height:125px;
}

.main-header .top .logo {
	width: 600px;
	float:left;
	background: url(../images/logo.gif) no-repeat;
}
.main-header .top .nav {
	width: 250px;
	float:right;
}

.main-header .top-menu {
	clear:both;
	height: 80px;
	color:#fff;
	position:relative;
	padding-left: 81px;
	background: url(../images/m_left.gif) left top no-repeat;
}

.main-header .top-menu .image_fly {
	position: absolute;
	top: -75px;
	left: 825px;
	z-index: 99;
}

.main-header .top-menu  a {
	color:#ffddcb;
	text-decoration: none;
}

.main-header .top-menu  a:hover{
	color: #ffffff;
}

.main-header .top-menu ul{
	display: block;
	height: 80px;
	overflow:hidden;
	padding: 0px 0px 0px 10px ;
	margin: 0px 0px 0px 0px ;
	padding-right: 6px;
	list-style-type: none;
	background: url(../images/m_right.gif) right top no-repeat;
}

.main-header .top-menu li {
	height: 80px;
	line-height: 41px;
	font-size: 14px;
	float:left;
}
.main-header .top-menu li span {
	padding: 10px 10px 10px 10px;
}

.main-header .top-menu li.current{
	padding-bottom: 35px;
	/*background: url(../images/vertical-line.gif) right 7px no-repeat;*/
}

.main-content {
	margin-top: 7px;
	height: auto;
	background: #fff url(../images/main-top-bg.gif) repeat-x;
}

.block-contents {
	clear: both;
	height: auto;
	padding: 10px 0px;
	background: url(../images/main-top-left.gif) left top no-repeat;
}

.block-contents .col-left {
	width: 585px;
	float: left;
	height: auto;
}

.block-contents .col-right {
	width:253px;
	float:right;
	height: auto;
}

.block-contents .main-left {
	width: 253px;
	float:left;
	height: auto;
}

.block-contents .main-right {
	width: 585px;
	float:right;
	height: auto;
}


.block-contents .white-space {
	clear:both;
}

.block-contents ul {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style: none;
}

.main-bottom {
	clear: both;
	height: 150px;
}

.main-bottom p {
	margin: 0px;
}

.main-bottom .top {
	clear: both;
	color:#525252;
	line-height: 25px;
}

.main-bottom .top a {
	color:#525252;
	text-decoration: none;
}

.main-bottom .top a:hover {
	color: #FF0000;
}

.main-bottom .text {
	text-align: right;
}

.items {}

.items li{
	clear: both;
	height: 23px;
	line-height: 23px;
}
.items li a {
	float: left;
}
.items li span {
	float: right;
}

/*分页*/
.pager {
	clear:both;
	display: block;
	padding: 7px;
	text-align: center;
}
.pager a {
	padding:1px 5px;
	margin: 0px 2px;
	border:#acd4fc solid 1px;
	background: #edf5f8;
	text-decoration: none;
}
.pager a:hover{
	border:#6b9ed1 solid 1px;
	background:#daf5ff;
}