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

.row:after {
    clear: both;
}

.w-01,
.w-02,
.w-03,
.w-04,
.w-05,
.w-06,
.w-07,
.w-08,
.w-09,
.w-10,
.w-11 {
    *display: inline;
    float: left;
    min-height: 1px;
}
.w-page {width: 1004px}
.w-01 {width: 400px}
.w-02 {width: 158px;}
.w-03 {width: 242px;}
.w-04 {width: 326px;}
.w-05 {width: 410px;}
.w-06 {width: 494px;}
.w-07 {width: 578px;}
.w-08 {width: 662px;}
.w-09 {width: 746px;}
.w-10 {width: 830px;}
.w-11 {width: 914px;}
.w-12 {width: 998px;}

/* 通用样式 */
body {
    background: #f0f0f0 url(../images/body-bg.jpg) no-repeat;
    color: #333333;
    font: normal 14px/18px "Microsoft YaHei", "SimSun", sans-serif;
}
h1 {
    text-indent: -99999px;
    height: 473px;
}
a:link,
a:visited {
    color: #333;
}

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

table {
    border-collapse: collapse;
}

th,
td {
    margin: 0;
    padding: 0;
}

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

.td_line {
    line-height: 18px;
    padding-bottom: 10px
}

.td_time {
    line-height: 18px;
    padding-bottom: 10px;
    text-align: right
}

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

.bigpic{ width:524px; float:left;  overflow:auto;}
.main_font {line-height: 40px; font-size: 20px}

.hotnews {width: 400px; line-height: 26px;}
.main_title{font-size:20px; font-weight:bold; height: 30px;}

.text-red,
.text-red a:link,
.text-red a:visited,
.text-red a:hover,
.text-red a:active
 {
    color: #cc0000;
}

.bar {
    background: transparent url(../images/bar-bg.gif) no-repeat left bottom;
    height: 40px;
    line-height: 24px;
    }
.bar h3 {
    font-size:24px;
    color:#000;
    font-weight:bold;
}

.list-box {
    line-height: 30px;
}
.list-box a {
    display: inline-block;
    width: 820px;
}
.list-box td {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.footer{ background-color:#FFF; padding:20px 100px; width:804px; margin:0 auto;  color:#999; line-height:30px; text-align:center;}

/*友情链接*/
.links{background:#dc0000;height:40px;line-height:40px;margin:0 auto;color:#fff;overflow:hidden; text-align:center; width:100%;}
.ft font{padding:0 20px;}
.links a{color:#fff;display:inline-block; margin:0 3px 0 3px}