@charset "utf-8";
/* 全局样式 */

* {
	padding:0;
	margin:0;
}
body {
	font-size:12px;
	color:#333;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#f60;
}
ul {
	list-style:none;
}
img {
	border:0;
}
.left {
	margin-right:3px;
}
.right {
	padding-left:4px;
}
/*头部样式开始*/
#Header {
	width:960px;
	height:86px;
	margin:0 auto;
	margin-top:8px;
	position:relative;
}
#Header .logo {
	position:absolute;
	top:0;
	left:0;
}
#Header .logo a {
	display:block;
	width:400px;
	height:86px;
	background:url(../images/NewsCenterImg/logo.jpg) no-repeat;
}
#Header .RightAd {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:560px;
	height:86px;
}
#Header .RightAd a img {
	width:560px;
	height:76px;
}
/*导航样式*/
#MainNav {
	width:960px;
	height:31px;
	line-height:31px;
	margin:0 auto;
	background:url(../images/NewsCenterImg/NavBg.gif) repeat-x;
}
#MainNav ul {
	margin-left:15px;
	overflow:auto;
}
#MainNav ul li {
	float:left;
	width:80px;
	height:31px;
	line-height:31px;
	text-align:center;
}
#MainNav ul li a {
	color:#fff;
	font-size:14px;
}
#MainNav ul .current {
	background:#f8f9fd;
	height:30px;
	line-height:30px;
	margin-top:1px;
}
#MainNav ul .current a {
	color:#3c4b47;
	font-weight:bold;
}
/*子菜单*/
.SubNav {
	width:960px;
	height:31px;
	line-height:31px;
	margin:0 auto;
	margin-bottom:8px;
	background:url(../images/NewsCenterImg/SubNavBg.gif) repeat-x;
}
.SubNav ul {
	margin-left:10px;
}
.SubNav ul li {
	float:left;
	height:31px;
	line-height:31px;
	text-align:center;
}
.SubNav ul li a {
	color:#3c4b47;
	font-size:12px;
	padding:0 8px;
}
/*主内容区*/
#MainContent {
	width:960px;
	margin:0 auto;
	overflow:auto;
}
.LeftCon {
	width:700px;
	float:left;
}
.RightCon {
	width:250px;
	float:right;
}
/*第一栏--头条新闻 图片新闻等*/
.con1 {
	height:315px;
	position:relative;
}
.con1 .con1Left {
	width:378px;
	position:absolute;
	top:0;
	left:0;
}
.con1 .con1Left .ImgNews {
	width:368px;
	height:305px;
	padding:5px;
	border:#dcdcdc solid 1px;
	margin-bottom:6px;
}
.HotNews {
	width:378px;
	height:170px;
	border:#bcd8d7 solid 1px;
}
/*标题1样式*/
.title1 {
	height:24px;
	line-height:24px;
	border:#fff solid 1px;
	position:relative;
	color:#3c4b47;
	background:url(../images/NewsCenterImg/cont_left_title.gif) repeat-x;
}
.title1 span {
	display:block;
	position:absolute;
	width:100px;
	height:24px;
	line-height:24px;
	padding-left:15px;
	background:url(../images/NewsCenterImg/leader_title.gif) no-repeat 7px center;
}
.title1 a {
	position:absolute;
	right:0;
	top:0px;
	padding-right:4px;
	font-weight:normal;
}
/*标题2样式*/
.title2 {
	height:24px;
	line-height:24px;
	border:#fff solid 1px;
	position:relative;
	color:#3c4b47;
	padding-left:10px;
	color:#fff;
	background:url(../images/NewsCenterImg/cont_center_title.gif) repeat-x;
}
.title2 a {
	position:absolute;
	right:0;
	top:0px;
	padding-right:4px;
	font-weight:normal;
	color:#fff;
}
/*列表样式*/
.list {
	margin:10px;
}
.list li {
	padding:4px 5px 4px 10px;
	background:url(../images/NewsCenterImg/index_top.gif) no-repeat left center;
}
.list li span {
	float:right;
	color:#a5a5a5;
}
.list .first {
	background:none;
	padding-top:0;
	padding-bottom:0;
}
.list .first h6 {
	font-size:14px;
	color:#f00;
	margin-bottom:5px;
}
.list .first p {
	line-height:180%;
}
/*列表样式2*/
.list2 {
	margin:6px;
}
.list2 li {
	background:url(../images/NewsCenterImg/index_top.gif) no-repeat left center;
	padding:4px 5px 4px 10px;
}
.list2 li span {
	float:right;
	color:#a5a5a5;
}
/*新闻头条*/
.con1 .HeaderNews {
	width:307px;
	/*height:493px!important;*/
	height:315px;
	position:absolute;
	border:#bcd8d7 solid 1px;
	top:0;
	right:0;
}
.HeaderNews h5 {
	height:23px;
	line-height:23px;
	background:url(../images/NewsCenterImg/HeaderTitle.gif) no-repeat;
	border-bottom:#cedbd6 solid 1px;
}
.HeaderNews h5 span {
	display:none;
}
/*广告*/
.ad {
	width:700px;
	height:70px;
	margin:6px 0;
}
/*内容区2*/
#con2 {
	width:700px;
	margin:0 auto;
}
/*内容框架*/
.FrameList {
	width:700px;
	overflow:auto;
}
.FrameList .left, .FrameList .right {
	float:left;
	width:346px;
	margin-bottom:6px;
}
.FrameListBoder {
	border:#bcd8d7 solid 1px;
	height:190px;
}
/*右侧部分*/
.RightDiv {
	border:#bcd8d7 solid 1px;
	margin-bottom:6px;
}
.RightDiv p {
	padding:3px 10px!important;
	padding:4px 10px;
}
.RightDiv p input {
	width:150px;
	height:20px;
	line-height:20px;
	border:#dedede solid 1px;
}
/*页脚版权*/
#footer {
	width:960px;
	height:60px;
	margin:0 auto;
}
#footer p {
	text-align:center;
	padding:15px;
}
#footer p a {
	padding:0 6px;
}
#middleAD {
	width:700px;
	margin:0 auto;
	background:url(../images/ad2.jpg) ;
	padding-top:2px;
	padding-left:0px;
	
}
#middleAD .friendLink 
{
	
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	text-align:center;
	top:inherit;
	vertical-align:text-top;

}
