@charset "gb2312";
/*----------全局*/
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html {
	scrollbar-face-color:#B4E0F7;
	scrollbar-arrow-color:#257B9D;
	scrollbar-track-color:#E6EFF2;
	scrollbar-highlight-color:#F8FBFE;
	scrollbar-3dlight-color:#5CB6E1;
	scrollbar-shadow-color:#E1EFF4;
	scrollbar-darkshadow-color:#5CB6E1;
	font-size:12px;
/*	filter:gray;*/
	/**************将网页变成黑白的颜色****************/
}
body {	
	background-repeat:repeat-x;
	padding:0px;
	margin:0 auto;
	background-color:#7f0409;

	
}

ul{
	list-style:none;
}
img{
	border:0px;
}
a{
	color:#026ea5;
	text-decoration:none;
	
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.cbody{
	width:980px;
	margin:0 auto;
	background-color:white;
}
#conttentDiv {
	margin:0 auto;
	padding:0px;
	border:solid 1px #2b5fae;

}
.margintop{
	position:relative;
	margin-top:5px;
}
.floatclear{
	clear:both;
}
input,select{
	vertical-align:middle;
}
/*-----------头部*/
.top{
	height:115px;
	overflow:hidden;
}
.toplogo{
	float:left;
	width:980px;
	background-image:url(imageslogo.gif);
	height:115px;
}
.banner{
	width:675px;
	float:left;
	padding-top:5px;
}
.banner1{
	width:674px;
	height:90px;
	border:1px solid #ff9933;
	background-image:url(imagesbaner.jpg);
}
.divImg{
	width:674px;
	height:91px;
	margin:5px 0px 0px 0px;
	border:1px solid #ff9933;
	background-image:url(imagesd.jpg);}
.leftImg{
	width:299px;
	height:75px;
	margin:0px 0px 5px 0px;
	border:1px solid #ff9933;
	background-image:url(imagesi_Img.jpg);}
.topbanner{
	margin-top:14px;
	margin-left:20px;
	float:left;
}
.toplink{
	float:left;
	margin-top:14px;
	margin-left:20px;
	width:180px;
}
.toplink ul li{
	width:90px;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
}
.top_right{ width:80px; float:right; padding-right:10px;}
.top_right ul{ width:80px;}
.top_right ul li{ height:18px; padding-top:10px;}
.top_right ul li img{ border:0px;}
.submit{
	margin-right:20px;
	width:68px;
	height:21px;
	background:url(imagesuserlogin_submit.gif) repeat-x;
	border:1px solid #D4B06A;
	font-weight:bold;
	color:#753D00;
	letter-spacing:3px;
	line-height:20px;
	font-size:12px;
}

/*----------搜索*/
.topsearch{
	height:37px;
	width:665px;
	margin-top:3px;
	float:left;
	border-right:1px solid #EEE;
	background:url(imagestopsearch_bg.gif) repeat-x;
	overflow:hidden;
}
.topsearch .title{
	height:37px;
	width:83px;
	float:left;
	background:url(imagestopsearch_title.gif) left center no-repeat;
}
.topsearch .inpbox{
	float:left;
	margin-top:4px;
	width:450px;
}
.inpbox{
	float:left;
	margin-top:0px;
	
}
.topsearch .inpbox input{
	padding-left:14px;	
	padding-right:14px;
	
	
}
.inpbox select{
	font-size:12px;
	width:100px;
}
.inpbox .searchtxt{
	height:13px;
	width:140px;
	font-size:12px;
	padding:5px 0 0px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ffd668;
	background:#ffffff;
	border: 1px red solid; 
}
.searchtxt{
	height:13px;
	width:140px;
	font-size:12px;
	padding:5px 0 0px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ffd668;
	background:#ffffff;
}
.hots {
	line-height:33px;

}

.advice {
	float:left;
	line-height:31px;
}
.advice  a{
	color:#F46614;
	font-size:13px;
	float:left;
}
.advice  a:hover{
}


/*----------内容*/
.main{
	margin-top:130px;
	width:980px;
	background:#FFF;
}
/*----------图片新闻*/
.picnews{
	padding-bottom:5px;
	clear:both;
}
.picnews ul{
	width:660px;
	margin:1px auto;
	overflow:hidden;
}
.picnews ul li{
	width:160px;
	height:130px;
	float:left;
	display:block;
	margin:5px 0px 0px 4px;
}
.picnews ul li a img{
	width:150px;
	height:100px;
	overflow:hidden;
	padding-left:5px;
	padding-top:5px;
}
.picnews ul li a span {
	display:block;
	line-height:25px;
	padding-left:20px;
}
.picnews ul li a{
	display:block;
	background:url(imagespic_bg.gif) top left no-repeat;
}
.picnews ul li a:hover{	
	text-decoration:none;
	color:#FFFFFF;
	background:url(imagespic_hover.gif) top left no-repeat;
}

.email {
	background-image:url(../images/email.jpg);
	background-repeat:no-repeat;
	width:223px;
	height:56px;
	float:left;
	margin-top:5px;
	cursor:pointer;

}

/*-------------------------侧栏:用户登录*/
.userlogin ,.vote{
	overflow:hidden;
	width:212px;
	background:#FFFFFF;
	margin:0px auto 4px auto;
}
.userlogin dl{
	clear:both;
	height:23px;
	line-height:20px;
	margin-top:7px;
}
.userlogin dl dt{
	float:left;
	display:block;
	width:66px;
	text-align:right;
}
.userlogin dl dd{
	float:left;
}
.userlogin dl dd input{
	height:13px;
	width:126px;
	font-size:12px;
	padding:3px 0 3px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#7ec5fd;
}
.userlogin dl dd img{
	vertical-align:middle;
}
.userlogin dl dd input.gdcode{
	width:52px;
}
.userlogin .ulsubmit{
	text-align:center;
	margin-top:15px;
	height:33px;
}

/*-------------------------底部:版权信息*/
.footer{
	clear:both;
	height:80px;
	width:980px;
	background-color: #FAF1FA;
}
.footer .list{
	text-align:center;
	height:20px;
	padding-top:20px;
	font-family:"黑体";
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer .list a{
	text-align:center;
	height:20px;
	padding-top:5px;
	font-family:"黑体";
	font-size:13px;
	color:black;
	font-weight:bold;
}

.footer .copyright{
	text-align:center;
	/*margin:5px auto;*/
	font-size:12px;
	color:#ffffff;
	line-height:20px;
	color:black;
}
.footer .copyright a{
	color:black;
}
.footer .copyright a:hover{
	text-decoration:underline;
	color:black;
}


/*-------------------------分页*/
.pages{

	height:25px;
	margin:12px auto 0px 10px;
	background:#ffffff;
}
.pages .pcount{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	float:left;
	border-right:2px solid #CCC;
	line-height:13px;
	margin:6px 20px 0px 2px;
	font-weight:bold;
	color:#3366CC;
	font-size:11px;
}
.pages .plist{
	float:left;
	padding-top:3px;
	line-height:17px;
}
.pages .plist input {
	float:left;
	width: 30px;
	border: 1px solid #AACCEE;
	height: 17px;
}
.pages .plist #button {
	height: 18px;
	width: 30px;
	background-color: #FF6600;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	
}
.pages .plist span { 
float:right
}

.pages .plist strong{
	color:#FFF;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	background:#F60;
	border:1px solid #C33;
	margin: 0px 3px 0px 0px;
}
.pages .plist a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000;
}
.pages .plist a:hover{
	color:#FF0000;
}


/*---------------内容页:评论*/
.comment{
	width:668px;
	border:1px solid #DDD;
	margin-top:7px;
}
.comment .commenttitle{
	width:666px;
	height:26px;
	margin:1px auto;
	background:url(imagestitle_bg_1.gif) repeat-x;
	border-bottom:1px solid #DDD;
}
.comment .commenttitle .title{
	float:left;
	margin:5px 0px 0px 12px;
	color:#999;
	display:inline;
}
.comment .commenttitle .title strong{
	letter-spacing:4px;
	color:#444;
	margin-right:10px;
}
.comment .commenttitle .gotopost{
	float:right;
	display:block;
	width:100px;
	height:23px;
}
.comment .commenttitle .gotopost a{
	width:95px;
	height:22px;
	display:inline;
	float:right;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	background:url(imagesico_gotopost.gif) no-repeat;
	margin:1px 3px 0px 0px;
}
.comment .commentbox{
	width:668px;
}
.comment .commentbox dl{
	width:636px;
	margin:10px auto 0px;
	border:1px solid #D1DDCE;
}
.comment .commentbox dl dt{
	width:636px;
	background:#F4F9F2;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
}
.comment .commentbox dl dt span{
	color:#669933;
	font-size:11px;
}
.comment .commentbox dl dd{
	font-size:14px;
	line-height:25px;
	color:#666;
}
/*---------------内容页:发表评论:标题*/
.comment .posttitle{
	width:666px;
	height:26px;
	margin:10px auto;
	background:url(imagestitle_bg_1.gif) repeat-x;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.comment .postbox{
	width:636px;
	margin:5px auto;
	overflow:hidden;
}

.comment .postbox .userbox{
	width:636px;
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{
	width:636px;
}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #CCC;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:636px;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #CCC;
	width:600px;
	height:80px;
	padding:5px;
}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}

.classbox{
	width:320px;
	clear:both;
	padding-bottom:5px;
}
.classbox dl{
	width:320px;
}
.classbox dl dt{
	height:36px;
	background:url(imagesright_title1.gif) left top no-repeat;
	line-height:40px;
	text-indent:35px;
	color:#ffffff;
	font-weight:bold;
}
.classbox dl dd{
	width:317px;
	border:1px solid #ff9933;
}
.classbox dl dd ul{
	list-style:none;
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
	width:215px;
}
.classbox dl dd ul li{
	width:215px;
	overflow:hidden;
	margin-left:8px;
	border-bottom:1px #a1dfff dotted;
	background:url(imagesico_11.gif) 3px 8px no-repeat;
	height:27px;
	line-height:27px;
	text-indent:20px;
	font-size:13px;
}
.classbox dl dd ul li a{
	width:215px;
	height:25px;
	text-decoration:none;
	color:#025c8a;
}
.classbox dl dd ul li a:hover{
	color:#FF3300;
	text-decoration:underline;
}
.classbox dl dd ul li.this a{
	background:#FFC;
	color:#FF6600;
	font-size:12px;
	font-weight:bold;
}
.flashDiv{ float:left;background:url(imagespic_ad.gif) no-repeat; width:318px; border:1px solid #fbb11e; height:110px; margin-bottom:3px; display:inline;}