@charset "utf-8";
/*
	Style Name : Default.css
	Description: main css
	Author     : LonRe
	Email      : lonrevip at gmail.com
	QQ         : 173358853
*/

* {
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica,"宋体", sans-serif;
	font-size:12px;
	background:#fff;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica,"宋体", sans-serif;
}
a:hover {
	color:#f00;
	font-size:14px;
}

img {
	border:none;
}

.none {
	display:none;
}

.red {
	color:#ff0000;
}

#clearFloat {
	float:none;
	clear:both;
}
/* top box */
#main {
	margin:0 auto;
	text-align:center;
	width:950px;
	height:auto;
	background-color:#fff;
}

#header {
	width:950px;
	height:214px;
	text-align:left;
	background-image:url(../images/home_top.jpg)
}
#logo 
{
	width:510px;
	height:80px;
	float:left;
}
#headerUtil {
	float:right;
	padding:10px 20px 0 0;
	font-family:黑体;
	font-size:12px;
	letter-spacing: -2px;
}

#headBanner {
	margin-top:5px;
	width:940px;
	height:120px;
	padding:4px;
	border:1px #CCCCCC solid;
}

#topMenu {
	margin-top:5px;
	width:950px;
	height:32px;
	overflow:hidden;
	background:url(../images/menuBg.jpg) no-repeat left top;
}
#topMenu ul {
	margin:0 auto;
}
#topMenu ul li {
	float:left;
}
#topMenu ul li a {
	line-height:35px;
	width:100px;
	color:#fff;
	font-size:14px;
        font-weight:bolder;

}
#topMenu ul li a:hover {
	color:#FFCC33;
	font-weight:bold;
}

#content {
	margin-top:5px;
	width:950px;
}
#cLeft {
	float:right;
	width:743px;
}
#cRight {
	float:left;
	width:200px;
}
#cListLeft {
	float:right;
	width:743px;
}
#cListRight {
	float:left;
	width:200px;
}
#rollMsg {
	width:731px;
	padding-left:10px;
	border:1px #ccc solid;
	height:26px;
        background:url(../images/rollMsgBg.gif);
}
#rollMsg h3 {
	float:left;
	width:90px;
	font-size:14px;
	line-height:26px;
	padding-left:15px;
	background:url(../images/rollMsgIco.gif) no-repeat left center;
}
#rollMsg span {
	line-height:26px;
	height:26px;
}
#topNews {
	margin-top:5px;
	margin-bottom:5px;
}
#flashNews {
	float:left;
	width:275px;
}
#newNews {
	float:right;
	width:458px;
	height:218px;
	margin-left:8px;
	border:1px #ccc solid;
	overflow:hidden;
}
#newNews .ttFClass {
	font-size:18px;
	color:#f00;
	font-weight:bold;
	line-height:40px;
	background:#eee;
	margin:3px;
	overflow:hidden;
}
#newNews .ttCClass {
	font-size:13px;
	line-height:19px;
	padding:5px;
	overflow:hidden;
	text-align:left;
}
#newNews .ListClass {
	margin-left:10px;
	line-height:21px;
	height:21px;
	text-align:left;
}
#newNews .ListClass img {
	margin-right:5px;
}

.indexInfo {
	width:368px;
	height:220px;
	text-align:left;
	float:left;
	display:inline;
	overflow:hidden;
}

.indexInfo .iifTitle {
	height:28px;
	width:368px;
	line-height:28px;
	color:#999999;
	background:url(../images/infoListTitle.gif) no-repeat left top;
}

.indexInfo .iifTitle .iifName {
	font-size:13px;
	font-weight:bold;
	padding-left:16px;
	color:#000000;
	width:266px;
	float:left;
}

.indexInfo .iifTitle .iifMore {
	height:16px;
	width:42px;
	float:right;
	margin-top:0px;
	margin-right:10px;
}

.indexInfo .iifList {
	width:366px;
	height:188px;
	border:1px #ccc solid;
	border-top:none;
	font-size:12px;
	font-weight:normal;
}

.indexInfo .iifList ul {
	padding-top:5px;
}

.indexInfo .iifList li {
	line-height:20px;
	height:20px;
	padding-left:5px;	
	clear:both;
}

.indexInfo .iifList .iifIcon {
	display:inline-block;
	width:8px;
	height:8px;
	padding-top:10px;
	_padding-top:2px;
	float:left;
	background:url(../images/hotico.gif) no-repeat left center;
}

.indexInfo .iifList .iifType {
	display:inline-block;
	padding:0 5px;
	float:left;
	color:#042346;
}

.indexInfo .iifList .iifText {
	display:inline-block;
	float:left;
}

.indexInfo .iifList .iifDate {
	display:inline-block;
	float:right;
	margin-right:4px;
	color:#aaa;
}

.infoFrame {
	width:200px;
	border:1px #B8D0DC solid;
	margin-bottom:5px;
	text-align:center;
	vertical-align:middle;
}
.leftad {
	width:200px;
	border:1px #B8D0DC solid;
	margin-bottom:5px;
	text-align:center;
	padding-top:3px;
}
.infoFrame div {
	background:#fff;
	padding:5px;
}
/* 热点列表 */
#hotNews ul li {
	line-height:20px;
	height:20px;
	padding-left:10px;
	text-align:left;
	background:url(../images/hotico.gif) no-repeat left center;
}
/* 热点列表结束 */
/* 分类列表 */
#infoFrameList ul li {
	letter-spacing:4px;
}
#infoFrameList ul li a{
	display:block;
	line-height:20px;
	width:150px;
	font-size:14px;
	border-left:4px #fff solid;
}
#infoFrameList ul li a:hover{
	border-left:4px #42609E solid;
	background:#e1e1e1;
	font-weight:bold;
}
/* 分类列表结束 */
.infoFrame h3 {
	line-height:28px;
	height:30px;
	font-size:13px;
	text-align:left;
	color:#000000;
	padding-left:8px;
	_padding-top:5px;
	_height:25px;
	background:url(../images/rollMsgBg.gif) repeat-x left top;
}
.infoFrame .infoBarIco {
	width:6px;
	height:13px;
	line-height:28px;
	display:inline-block;
	margin-right:8px;
	background:url(../images/listBar.gif) no-repeat right center;
}

#piclink {
	margin-top:5px;
	width:940px;
	padding:4px;
	border:1px #CCCCCC solid;
}
#piclink ul li
{
float:left;
margin:4px;
padding:2px;
border:1px #efefef solid;
}
#piclink img
{
width:120px;
height:38px;
}
#textlink {
	margin-top:5px;
	width:940px;
	padding:4px;
	border:1px #CCCCCC solid;
}
#textlink ul li
{
float:left;
margin:8px;
vertical-align:middle;
}
#foot {
	margin-top:8px;
	padding-top:10px;
	line-height:22px;
	height:79px;
	background:url(../images/footBg.jpg) no-repeat right center;
}
/* 页脚 */
.sub_bottom
{
color:#ffffff;
font-size:12px;
font-weight:bold;
text-align:center;
}

/* 内容 */
#contentNav {
	height:27px;
	line-height:27px;
	margin-bottom:5px;
	text-align:left;
	padding-left:25px;
	_height:22px;
	_padding-top:5px;
	background:url(../images/navBg.gif) repeat-x left top;
}
#contentNav img {
	margin-right:10px;
	line-height:27px;
	position:relative;
	top:1px;
}
#contentList
{
  width:604px;
  height:auto;
  margin-left:30px;
}
#contentListNav {
	height:27px;
	line-height:27px;
	margin-bottom:5px;
	text-align:left;
	padding-left:25px;
	_height:22px;
	_padding-top:5px;
	margin-left:40px;
}
#contentListNav a
{
font-size:14px;
}
#contentListNav a:hover
{
font-weight:bold;
}

#contentListNav img {
	margin-right:10px;
	line-height:27px;
	position:relative;
	top:1px;
}
#contentBg {
	padding:20px;
	background:url(../images/contentBg.gif) repeat left top;
}
#contentMain {
	text-align:left;
	background:#F3F7FA;
	padding:10px 40px;
	font-size:14px;
	line-height:25px;
}
#contentMain p
{
	font-size:14px;
	line-height:25px;
	width:830px;
}

#contentMain h3 {
	text-align:center;
	font-size:24px;
	padding:4px;
}
#contentMainXx {
	text-align:center;
	padding:2px 0 10px 0;
}
#contentMain iframe {
	margin-top:10px;
}
#topAd1 {
	margin-top:5px;
}
/*留言板块*/
#cGuest {
	float:right;
}
#cGuest #cGuestMain {
	width:706px;
	border:#ccc 1px solid;
	border-top:none;
	padding:6px;
}
#cGuest h3 {
	width:685px;
	height:28px;
	line-height:28px;
	padding-left:35px;
	text-align:left;
	font-size:14px;
	letter-spacing:5px;
	background:url(../images/guesttitle.gif) no-repeat left top;
}