﻿/*-通用样式-*/
*{
	margin:0;
	padding:0;
	border:0;
}

body{
    font:12px arial,simsun,sans-serif;
	background:#d9d9d9;
}

li{
	list-style: none;
	font-size:12px;
}

.clear:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
} 
.clear {display: inline-table; +display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
.clearer{
	clear:both;
}
#wrapper{
	width:100%;
}

a {
	font-size: 12px;
	text-decoration: none;
	font-family:Arial,Helvetica;
}

.ui-tabs-hide {
    display: none;
}

.ui-els-hide{
    display: none;
}

/*-广告位-*/
.ad{
	font-size:0;
	line-height:0%;
	margin:0 auto;
}

.ad_990{
	margin:5px auto 0px auto;
	clear:both;
}

.ad_660{
	margin:5px auto;
	font-size:0;
	line-height:0%;
}
.ad_660 img{
	width:660px;
	height:70px;
}
.ad_490{
	float:left;
	margin:5px 3px 0px 2px;
	_margin:5px 2px 0px 2px;
	font-size:0;
	line-height:0%;
}
.ad_490 img{
	width:490px;
	height:70px;
	font-size:0;
	line-height:0%;
}
.ad_320{
	float:left;
	margin:5px 5px 0px 5px;
	_margin:5px 4px 0px 4px;
	font-size:0;
	line-height:0%;
}
.ad_320 img{
	width:320px;
	height:70px;
	font-size:0;
	line-height:0%;
}
.ad_320_200{
	margin:5px auto 5px auto;
	font-size:0;
	line-height:0%;
	width:320px;
}
.ad_320_200 img{
	width:320px;
	height:200px;
	font-size:0;
	line-height:0%;
}
.ad_320_320{
	margin:5px auto 0px auto;
	font-size:0;
	line-height:0%;
	width:320px;
}
.ad_320_320 img{
	width:320px;
	height:320px;
	font-size:0;
	line-height:0%;
}
.ad_240{
	float:left;
	margin:5px 3px 0px 4px;
	_margin:5px 3px 0px 3px;
	font-size:0;
	line-height:0%;
	
}
.ad_240 img{
	width:240px;
	height:70px;
	font-size:0;
	line-height:0%;
}

.ad_490_70{
	margin-top:7px;
}

.ad_490_70 img{
	display:block;
}

/*-专题摸版公用-*/
.topic_content {
	text-align: left;
	width: 990px;
	margin:4px auto 0 auto;
}
.topic_content_old {
	text-align: left;
	width: 960px;
	margin:4px auto 0 auto;
}

#page li a.cur_page {
    background: #5889a8;
    border: 0px;
	color: #fff;
	border: 1px solid #5889a8;
}