/* 布局 */
.row { *zoom: 1; }
.row:before, .row:after { display: table; line-height: 0; content: ""; }
.row:after { clear: both; }

.w-00
.w-01,
.w-02,
.w-03,
.w-04,
.w-05,
.w-06,
.w-07 {
    *display: inline;
    float: left;
    min-height: 1px;
}

.w-00 {width: 1200px}
.w-01 {width: 250px}
.w-02 {width: 1140px}


.h-01 {height: 520px}


/* 通用样式 */
body {
    
    color: #666;
    font: normal 14px/18px "Microsoft YaHei", "SimSun", sans-serif;
    background: transparent url(../images/header_bg.jpg) no-repeat center top;
}

a:link,
a:visited {
    color: #555;
}

a:hover,
a:active {
    color: #bf151b;
    text-decoration: none;
}




.adorn-01 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 40px;
}

.bg-w{background-color:#fff!important}

.bk{border:1px solid #d4161a}
.bk-t{border-top:1px solid #f0f0f0}.bk-b{border-bottom:1px solid #f0f0f0}.bk-l{border-left:1px solid #f0f0f0}.bk-r{border-right:1px solid #f0f0f0}
.bkn{border:0 none transparent}
.bkn-t{border-top:0 none transparent!important}.bkn-b{border-bottom:0 none transparent!important}.bkn-l{border-left:0 none transparent!important}.bkn-r{border-right:0 none transparent!important}
/* .bg-y{background-color:#f8f3ed!important}
.bg-r{background-color:#d91524!important}
.bg-g{background-color:#f5f5f5!important}
 */



table {
    border-collapse: collapse;
}

th,
td {
    margin: 0;
    padding: 0;
}
.area_content a:link, .area_content a:visited {color: #999; font-size: 14px;}

.td_dot {
    width: 20px;
    vertical-align: top
}

.td_line {
    line-height: 21px;
    padding-bottom: 15px
}

.td_time {
    line-height: 24px;
    padding-bottom: 14px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.tb_pagebar {margin-top:15px}
.td_pagebar {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    font: bold 12px/30px "Microsoft YaHei", "SimHei", sans-serif;
    text-align: center;
}

/* 页头页脚 */
.header {
    
}

.header h1 {
    height: 450px;
    text-indent: -99999px;
}

.footer {
    border-top: #e20924 solid 5px ;
    line-height: 36px;
    font-size: 14px;
}
.main_big a {
    display: inline-block;
    width: 990px;
}

