/*二级页面导航*/
.subnav {
    width: 100%;
    height: 45px;
    background-color: #2d6eb0;
}

.subnav ul {
    width: 1000px;
    margin: 0 auto;
}

.subnav ul li {
    width: 142px;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.subnav ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
}

.subnav ul li a:hover {
    background-color: #fff;
    color: #2d6eb0;
}


/*页面主体*/
.main {
    width: 1000px;
    margin: 20px auto;
}

.main .main_l {
    float: left;
    width: 170px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #fff;
    text-align: center;
    height: 390px;
    margin-left: 10px;
}

.main .main_l ul h3 {
    color: #0499e8;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
}

.main .main_l ul li a {
    color: #333;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    display: block;
}

.main .main_l ul li a:hover {
    color: #79c8f2;
    background-color: #f4f4f4;
    border-left: 1px solid #79c8f2;
}


.main .main_r {
    float: right;
    width: 810px;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
    padding-bottom: 25px;
}

.main .main_r .wz {
    font-size: 12px;
    color: #666;
    height: 24px;
    line-height: 24px;
    margin-top: 25px;
    width: 750px;
    margin-bottom: 25px;
}

.main .main_r .wz a {
    font-size: 12px;
    color: #666;
}

.main .main_r .wz a:hover {
    color: #2d6eb0;
}


.liebiao {
    width: 750px;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
}

.liebiao h1 {
    font-size: 20px;
    color: #333;
    line-height: 33px;
    margin-top: 25px;
    text-align: center;
    font-weight: normal;
}

.liebiao h4 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}

.liebiao .lb_txt img {
    margin: 0px auto;
    max-width: 750px;
    width: expression(this.width > 750 ? "750px" : this.width)
}

.liebiao .lb_txt p {
    line-height: 24px;
    text-indent: 2em;
}

.liebiao .lb_txt p i {
    font-style: normal;
    color: #ccc;
}

.liebiao .lb_txt strong, .liebiao .lb_txt b {
    font-size: 14px;
}

.fx {
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}

.sxp {
    width: 750px;
    margin-top: 15px;
}

.sxp p {
    font-size: 14px;
    color: #666;
    height: 24px;
    line-height: 24px;
}

.sxp p a {
    font-size: 14px;
    color: #666;
    height: 24px;
    line-height: 24px;
}

.sxp p a:hover {
    color: #2d6eb0;
}