body {
    background: url('bottom_bg.jpg') no-repeat center bottom #2477dd;
    text-align: center; font-family:"微软雅黑"
}

.bg_t {
    width     : 100%; min-width:600px;
    height    : auto;
    background: url('top_bg.jpg') no-repeat center top;
}
.banner {
    width     : 100%;min-width:600px;
    height    : 88px;
}

.logo {
    margin     : 0px auto;
    padding-top: 70px;
}

.tit_bt{font-size:30px; font-weight:bold; color:#ffffff; text-align:center; padding-top:23px; letter-spacing:3px;}


/*正式内容*/
.content {
    padding         : 15px;
    width           : 970px;
    background-color: #fff;
    margin          : 0 auto;
}

.content .con_l,.content .con_r { width: 470px;}





.content .b_title {
    height          : 60px;
    line-height     : 60px;
    text-align      : center;
    background-color: #206bc7;
    color           : #fff;
    font-size       : 18px;
}

.content .tit {
    margin-top : 20px;
    font-size  : 16px;
    height     : 30px;
    line-height: 30px;
    text-align : left;
    text-indent: 15px;
    color      : #fff;
    background : url("./tit_bg.jpg") no-repeat left top;
}

.content .list {
    display   : block;
    width     : 100%;
    list-style: none;
}

.content .list li {
    height     : 30px;
    line-height: 30px;
    text-align : left;
    text-indent: 10px;
    border     : 1px solid #86b4ed;
    margin-top : 10px;
    background : url("./ico.jpg") no-repeat 455px 11px #f0f7ff;
}

.content .list li a {
    font-size  : 14px;
    color      : #2375db;
    font-family: "宋体";

}

.content .con_r .b_title { background-color:#ff5916;}
.content .con_r .tit { background : url("./tit_bg_h.jpg") no-repeat left top;}
.content .con_r .list li { border: 1px solid #ff5916; background : url("./ico_h.png") no-repeat 455px 11px #fef6f3;}
.content .con_r .list li a { color:#ff5916;}



.footer {
    margin-top         : 100px;
    font-size          : 14px;
    color              : #fff;
    background-color   : #206bc7;
    line-height        : 25px;
    height             : 25px;
    padding            : 5px 0;
    text-align         : center;
    /* position        : absolute;
    bottom             : 0;
    left               : 0;
    right              : 0 */
}

.footer a {
    color: #fff;
}