/*二级页面导航*/
.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: 334px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.main .main_l ul h3 {
    color: #0499e8;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
}

.main .main_l ul li {
    width: 304px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: left
}

.main .main_l ul li a {
    color: #666;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    display: block;
}

.main .main_l ul li span {
    float: right;
    color: #ccc;
}

.main .main_l ul li a:hover {
    color: #2d6eb0;
}


.main .main_r {
    float: right;
    width: 654px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 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: 590px;
    margin-bottom: 25px;
}

.main .main_r .wz a {
    font-size: 12px;
    color: #666;
}

.main .main_r .wz a:hover {
    color: #2d6eb0;
}


.main .main_r .weijian {
    width: 590px;
    overflow: hidden;
}

.main .main_r .weijian img {
    margin: 15px auto;
    max-width: 550px;
    width: expression(this.width > 550 ? "550px" : this.width)
}

.bt {
    border-bottom: 3px solid #F00;
}

.bt h1 {
    color: #F00;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    line-height: 50px;
}

.bt h2 {
    color: #666;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.bt h3 {
    color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}


.nr {
    width: 590px;
    overflow: hidden;
    margin-top: 20px;
}

.nr h2 {
    font-size: 18px;
    color: #333;
    width: 590px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 3px;
}

.nr .nr_txt {
    width: 590px;
    overflow: hidden;
    margin: 10px 0;
}

.nr .nr_txt p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}

.nr .nr_txt img {
    margin: 15px auto;
    max-width: 550px;
    width: expression(this.width > 550 ? "550px" : this.width)
}

.nr .nr_txt strong, .nr .nr_txt b {
    font-size: 14px;
}

.main .main_r .weijian .xyp {
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}

.main .main_r .weijian .xyp a {
    font-size: 12px;
    color: #999;
}

.main .main_r .weijian .xyp a:hover {
    color: #2d6eb0;
}