﻿@charset 'utf-8';

body {background:url(/static/images/allbg.jpg) no-repeat center top;background-size:100%;}

/*---- Public CSS ----*/
.margin5px{margin:5px auto;}
.margin10px{margin:10px auto;}
.margin15px{margin:15px auto;}
.margin20px{margin:20px auto;}

/*---- Main CSS ----*/
.main{width:1024px;margin:0 auto;padding:0;clear:both;overflow:hidden;}


/*---- Header CSS ----*/
/* Header */
.header{width:100%;height:31px;line-height:31px;}
.header .cont{width:1024px;margin:0 auto;padding:0;overflow:hidden;clear:both;background:url(/static/images/main/header_back.png) repeat-x;}
.header .cont .user{float:left;background:url(/static/images/main/header_user.png) no-repeat; padding-left:20px;}
.header .cont .date{float:left; margin-left:10px;}
.header .cont .favorite{float:right; background:url(/static/images/main/header_favo.png) 0 -3px no-repeat; padding-left:20px;}


/* banner */
.banner{width:100%;height:280px;}

/* Nav */
.navigat{width:100%;height:100px;margin:0 auto;overflow:hidden;clear:both;}
.navigat .list{width:1024px;height:100px;margin:0 auto;padding:0;overflow:hidden;clear:both; background-color:#FF0000;}
.navigat .list li{height:50px;line-height:50px;float:left;padding:0 10px; background:url(/static/images/main/nav_liback.jpg) right top no-repeat;}
.navigat .list li a{font-size:16px;color:#000000;font-family:"\5FAE\8F6F\96C5\9ED1",Arial,Helvetica,sans-serif; font-weight:bold;}
.navigat .list li a.on,.navigat .list li a:hover{color:#FF2924;}




/* Bottom Link */
.botinfo_box{width:100%; background-color:#FAFAFA; padding:20px 0; overflow:hidden;}
.botinfo{width:600px;margin:0 auto;}
.botinfo .img{ float:left; margin-right:16px;}
.botinfo .info{ color:#919191;}




/* Bottom */
.bottom{width:100%;height:38px; line-height:38px;text-align:center;color:#A6A1A1;background-color:#EEEEEE;}
.bottom label{ margin:0 15px;}
.bottom span{color:#4A4A4A; margin:0 3px;}

/*CSS Digg style pagination*/

DIV.digg {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center; margin-top:15px;margin-bottom:10px;
}
DIV.digg A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #999; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
DIV.digg A:hover {
	BORDER-RIGHT: #FF0000 1px solid; BORDER-TOP: #FF0000 1px solid; BORDER-LEFT: #FF0000 1px solid; COLOR: #fff; background:#FF0000; BORDER-BOTTOM: #FF0000 1px solid
}
DIV.digg A:active {
	BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BORDER-LEFT: #666 1px solid; COLOR: #fff; background:#666; BORDER-BOTTOM: #666 1px solid
}
DIV.digg SPAN.current {
	BORDER-RIGHT: #FF0000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #FF0000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #FF0000 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #FF0000 1px solid; BACKGROUND-COLOR: #FF0000
}
DIV.digg SPAN.disabled {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid
}


/*title*/
.title { font-size:24px; font-weight:bold; color:#990000; line-height:225%;}

/*新闻信息*/
.newslist td{ font-size:14px;padding:1px; }
.newslist a { color:#666; background: url(/static/images/dot.png) no-repeat left center;}
.newslist a:visited{ color:#666; background: url(/static/images/dot.png) no-repeat left center;}
.newslist a:hover { color:#f30; background: url(/static/images/dot.png) no-repeat left center;}


/*左侧栏目链接*/
.leftmenu a { color:#CE8C5C;font-size:14px; display:block; height:28px;  background:url(/static/images/jt.png) no-repeat 230px center; padding-left:5px; padding-top:9px;  border-bottom:1px dashed #ccc;}
.leftmenu a:visited{ color:#CE8C5C;font-size:14px; display:block; height:28px; background:url(/static/images/jt.png) no-repeat 230px center; padding-left:5px; padding-top:9px;border-bottom:1px dashed #ccc;}
.leftmenu a:hover {color:#fff;font-size:14px; display:block; height:28px; background:url(/static/images/jt2.png) #CE8C5C  no-repeat 230px center; padding-left:5px; padding-top:9px; text-decoration:none; border-bottom:1px dashed #ccc;  }

.px24 { color:#fff; font-size:24px; line-height:40px;}
.font14s td { font-size:14px;}
