/* common */
html{
	/*font: 12px/1.5 "微软雅黑", "宋体", Arial, Verdana, sans-serif;*/
	color: #404040;
	/* background: url("../images/bg.png") #ededed left 0px repeat-x; */
}
a{text-decoration: none; color: #404040;}
a:hover{text-decoration: underline;color:#cd0300}

/* tools */
.wrap{width: 984px; margin: auto;}
.clearfix{zoom:1;}
.clearfix:after{ content: ""; display: table; clear: both; }
.fl {float: left;}
.fr {float: right;}

.border-b{ border-bottom: 1px solid #cecece; }
.text-center{   text-align: center; }

.mb-0{ margin-bottom: 0 !important;}
.mb-10{ margin-bottom: 10px !important;}
.mb-15{ margin-bottom: 15px !important;}
.mb-20{ margin-bottom: 20px !important;}
.mb-40{ margin-bottom: 40px !important; }
.pb-25{padding-bottom: 25px !important;}
.pos-r{ position: relative;}
.hot{color: #f43e32;}

.row {
    margin-bottom: 10px;
    /*margin: 0 -10px 10px 0;*/
}

.row .col-mid{
    margin: 0 10px;
}

.container {
    width: 960px;
    margin: auto;
}

.col-2 {
    width: 475px;
    /*margin-right: 10px;*/
    /*display: inline-block;
    *display: inline;
    zoom: 1;*/
}

.col-3{
    width: 313px;
}


.col-4 {
    width: 233px;
    /*margin-right: 10px;*/
    /*display: inline-block;
    *display: inline;
    zoom: 1;*/
}

/* components */
/* .bg {
    padding-top: 184px;
    background: url("../images/jgbg.jpg") top center no-repeat; 
} */

.main .wrap {
    padding-top: 10px;
    /* background-color: #fff; */
}

/* top */
.top {
    height: 34px;
    line-height: 34px;
    background-color: #ededed;
}

.top .wel {
    padding-left: 32px;
    background: url(star.png) 14px 10px no-repeat;
}

.top-bar a {
    margin: 0 8px;
}

/* nav */
.nav ul {
    /* background-color: #de352a; */
    background-color:#9B0000;
}

.nav li {
    width: 120px;
    height: 42px;
    background: url(nav-slice.png) right center no-repeat;
    line-height: 42px;
    float: left;
}

.nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-family: "黑体", sans-serif;
    text-align: center;
}

.nav li.active a,
.nav a:hover {
    /* background-color: #f84236; */
    background-color: #cd0300;
    text-decoration: none;
}

.nav li.last {
    background-image: none;
}

/* 更多 */
.more {
    padding-right: 16px;
    /* background: url("../images/more.png") right center no-repeat; */
    /* color: #707070; */
    color:#ffffff;
}

/* 面包屑 */
.crumbs{
	height: 44px;
	margin-left: -12px;
    margin-right: -12px;
	background: url(crumbs-bg.png) left center repeat-x;
}
.crumbs div{
    padding-top: 20px;
    text-indent: 52px;
    background: url(home.png) 33px 23px no-repeat;
}
.crumbs span, .crumbs a{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.crumbs a{
    padding: 0 4px;
}

/* 列表框 */
.news-box {
    border: 1px solid #bfbfbf;
}

.news-header {
    height: 42px;
    margin-bottom: 8px;
    /* border-bottom: 1px solid #1a7fcc;     */
    padding: 0 10px;
    background-color:#9B0000;
    color:#ffffff;
    /* background: url("../images/c-head.png") 6px 10px no-repeat; */
}

.news-header-title {
    position: relative;
    top: 8px;
    /* padding-left: 34px; */
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    float: left;
}
.news-header-title .news-header-subtitle{
    font-size: 13px;
    color: #9a9a9a;
}

.news-header .more {
    position: relative;
    top: 14px;
    float: right;
}
.news-body{
    
    padding: 0 10px;
}

/* 文章列表 */
.news-list {
    padding-bottom: 10px;
}

.news-list li {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.news-list .date {
    float: right;
}

.news-list .dot {
    padding: 0 2px;
    float: left;
    font-size: 40px;
    color: #9B0000;
    margin-top: -4px;
}
.news-list a{
    float: left;
}
/* 广告图 */
.adv {
    position: relative;
    display: block;
}

.adv img {
    display: block;
}

/* pager */
.pager{
    height: 31px;
    margin: auto;
    text-align: center;
}
.pager .pager-item{
    display: inline-block;
    *display: inline;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    color: #8e8e8e;
    background: url(pager-bg.png) center center no-repeat;
    overflow: hidden;
    text-decoration: none;
    zoom:1;
}
.pager .pager-item a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.pager .first,
.pager .end,
.pager .prev,
.pager .next{
    text-indent: 40px;
    text-align: right;
}
.pager .prev{
    background: url(pager-prev.png) left top no-repeat;
}
.pager .next{
    background: url(pager-next.png) left top no-repeat;
}
.pager .first{
    background: url(pager-first.png) left top no-repeat;
}
.pager .end{
    background: url(pager-end.png) left top no-repeat;
}
.pager .active{
    color: #ff001f;
}
.pager .pager-form{
    position: relative;
    display: inline-block;
    *display: inline;
    top: -10px;
    *top: 0;
    zoom:1;
}
.pager .pager-form input{
    width: 22px;
    margin: 0 4px;
    outline: none;
    text-align: center;
}

/* ranklist */
.rank-list li {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.rank-list li.last{
    border-bottom: none;
}

.rank-list .rank-top {
    display: inline-block;
    display: *inline;
    margin-right: 30px;
    margin-top: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #676767;
    zoom: 1;
    float: left;
}
.rank-list .rank-content{
    float: left;
}

.rank-list .medal {
    background-color: #f5645c;
    color: #fff;
    font-size: 16px;
}

.rank-list .rank-score {
    color: #f43e32;
    font-weight: bold;
    float: right;
}

.rank-bottom {
    height: 40px;
    line-height: 40px;
    text-align: right;
}
/* .header */
.header{
    height: 184px;
    overflow: hidden;
}
.head-nav{
    padding: 10px 0;
background-color: #fff;
width:984px;
margin:0 auto;
}
.head-nav ul{width:960px;margin:0 auto;}
.header img{display:block;/*width:984px;*/margin:0 auto;}
/* footer */
.foot {
    padding: 32px 0 0;
    background-color: #949494;
    color: #fff;
    text-align: center;
    font-family: "宋体", sans-serif;
    line-height: 24px;
}