@charset "utf-8";
/* 初始化 */
/*---------- import ---------*/
@import url("common.css");
@import url("page.css");
/*---------- base ---------*/
body{
	text-align:center;
}
body, td, th, select {
	font: 12px/160% Tahoma,Verdana,Arial,snas-serif;
	color: #333;
}
body, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, select{
	margin: 0px;
	padding: 0px;
}
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#C2130E;
	text-decoration:underline;
}
a:active{
	color:#C2130E;
	text-decoration:none;
}
img,a img{
	border: 0px;
}
/***************************************************************************************/
.top, .bottom{
	margin: 0px auto;
	padding:0px;
	width:1002px;
	clear:both;
}
.main{
	margin:0px auto;
	padding:0px;
	width:978px;
	overflow:hidden;
}
/***************************************************************************************/
.top{
	background-color:#FFF;
}
.top_t_bg{
	width:1002px;
	height:5px;
	background:url(../images/top_bg.gif) repeat-x 0px 0px;
	clear:both;
	overflow:hidden;
}
.top_b_bg{
	width:1002px;
	height:6px;
	background:url(../images/top_bg.gif) repeat-x 0px -6px;
	clear:both;
	overflow:hidden;
}
/* logo */
.logo{
	float:left;
}
.logo img{
	width:300px;
	height:80px;
}
/* 菜单 */
.div1{	
	position:static;
	*position:relative;	
	height:80px;
	width:682px;
	*display:block!important;
	display:table!important;
	text-align:left;
}
.div2{
	position:static;
	*position:absolute;
	display:table-cell;
	vertical-align:middle;
	*display:block;
	top:50%;
	width:100%;
}
.div3{
	position:relative;
	top:-50%;
	text-align:center;
	width:100%;
}
.menu{
	float:left;
	width:100%;
	text-align:left;
	overflow:hidden;
}
.menu ul{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:-1px;
}
.menu ul li{
	float:left;
	margin:0px;
	padding:0px 10px;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	background:url(../images/menu_b.gif) no-repeat left center;
}
/* 通栏广告 */
.ad_banner img{
	margin:10px auto 0px auto;
	width:978px;
	overflow:hidden;
}
.ad_right{
	float:left;
	width:329px;
	margin:8px 0px 0px 10px;
	display:inline; /* 解决当float和margin的方向一致时IE6下默认的margin值会加倍 */
	overflow:hidden;
}
.ad_right img{
	width:329px;
	height:75px;
	margin-top:2px;
	padding:0px;
}
/* 图片新闻 */
.pic_show{
	float:left;
	width:300px;
	margin-top:10px;
}
.pic_show dl{
	float:left;
	width:100%;
}
.pic_show dl dt{
	width:100%;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	text-align:left;
	text-indent:25px;
	color:#FFF;
	background:url(../images/pic_top.jpg) no-repeat;
}
.pic_show dl dd{
	width:300px;
	height:220px;
	background:url(../images/top_bg.jpg) repeat-x 0px -13px;
	clear:both;
	overflow:hidden;
}
/* 推荐新闻 */
.news_commend{
	float:left;
	width:329px;
	margin:10px 0px 0px 10px;
	display:inline; /* 解决当float和margin的方向一致时IE6下默认的margin值会加倍 */
	overflow:hidden;
}
/* 普通新闻 */
.news_other_l{
	float:left;
	width:300px;
	margin-top:10px;
	display:inline; /* 解决当float和margin的方向一致时IE6下默认的margin值会加倍 */
	overflow:hidden;
}
.news_other{
	float:left;
	width:329px;
	margin:10px 0px 0px 10px;
	overflow:hidden;
}
.news_other_l dl, .news_other dl{
	height:175px;	
}
.news_other_l dd, .news_other dd{
	padding:0px 0px 0px 18px;
	overflow:hidden;
	text-align:left;
	height:25px;
	line-height:25px;
}
/* 图文资讯 */
.news_pic{
	float:left;
	width:639px;
	margin-top:10px;
	overflow:hidden;
}
.news_pic dl{
	height:150px;	
}
.news_pic ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.news_pic ul li{
	float:left;
	margin:10px 0px 0px 7px;
	width:119px;
	height:114px;
	text-align:center;
	white-space: nowrap;
	display:inline; /* 解决当float和margin的方向一致时IE6下默认的margin值会加倍 */
	overflow:hidden;
}
.news_pic ul li img{
	width:117px;
	height:88px;
}
.news_pic ul li span{
	line-height:26px;
}
/* 友情链接 */
.link{
	width:978px;
	margin-top:10px;
	overflow:hidden;
	text-align:left;
}
.link a{
	color:#333;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	line-height:28px;
}
.link a:hover{
	color:#C2130E;
	text-decoration:underline;
}
.link img{
	width:88px;
	height:31px;
	margin-top:10px;
}
/* 版权所有 */
.copyright{
	width:978px;
	margin-top:10px;
	overflow:hidden;
}