/* 布局 */
.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 {
    *display: inline;
    float: left;
    min-height: 1px;
}

.w-01 {width: 1004px}
.w-02 {width: 308px;}
.w-03 {width: 218px;}
.w-04 {width: 696px;}
.w-05 {width: 308px;}
.w-06 {width: 308px;}
.w-07 {width: 656px;}

h-03 {
    height: 48px;
}

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

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

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

.ac-01:link,
.ac-01:visited {
    color: #fff;
}

.ac-01:hover,
.ac-01:active {
    color: #ffffcc;
}
.ac-02:link,
.ac-02:visited {
    color: #fff;
}

.ac-02:hover,
.ac-02:active {
    color: #ffffcc;
}

.bg-y{background-color:#fff9f0!important}
.bg-w{background-color:#fff!important}
.bg-r{background-color:#d91524!important}
.bg-g{background-color:#f5f5f5!important}

.bk{border:1px solid #eee}
.bk-red{border:1px solid #d12f28}
.bk-t{border-top:1px solid #eee}.bk-b{border-bottom:1px solid #eee}.bk-l{border-left:1px solid #eee}.bk-r{border-right:1px solid #eee}
.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}



table {
    border-collapse: collapse;
}

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

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

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

.td_time {
    line-height: 17px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #888;
}

.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 {
    
}

h1 {
    height: 220px;
    text-indent: -99999px;
}

.nav {
    background: transparent url(../images/nav-bg.gif) repeat-x 0 0;
    border: 1px solid #fff;
    height: 58px;
    margin-top:165px
    
}
.nav a:link,
.nav a:visited {
    width: 124px;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    float: left;
    color: #fff;
}

.nav a:hover,
.nav a:active {
    color: #ffffcc;
    text-decoration: none;
}
.nav b {
    background-color: #fb661c;
    height: 58px;
    width: 1px;
    display: inline;
    float: left;
}

.link {
	line-height: 30px;
	height: 80px;
	font-size: 12px;
}
.link h3 {
    line-height: 56px;
    color: #fff;
    font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
}
.link span {
    margin-right: 10px;
    display:inline-block;
}
.footer {
    border-top: 3px solid #cfa972;
    padding-top: 10px;
    height: 60px;
    line-height: 24px;
    font-size: 12px;
}
