﻿.newTopBt {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px #bfbfbf solid;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.termsDiv {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.termsTop {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .termsTop img {
        display: block;
        max-width: 100%;
        min-width: 100%;
    }

.termsTop_bt {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 50%;
    left: 0px;
    margin-top: -15px;
    text-align: center;
    font-size: 26px;
}

.termsMid {
    width: 100%;
    overflow: hidden;
    background: url(../img/2.png) top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.termsMid_nr {
    width: 88%;
    overflow: hidden;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
    word-wrap: break-word;
}

.termsBot {
    width: 100%;
    overflow: hidden;
}

    .termsBot img {
        display: block;
        max-width: 100%;
        min-width: 100%;
    }

.news {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom: 10px;
    margin-top: 30px;
}

.newsImg {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .newsImg img {
        max-width: 100%;
        margin: 0 auto;
    }

.newsNt {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    margin-top: 5px;
}

.newsBot {
    width: 100%;
    overflow: hidden;
    color: #808080;
    margin-top: 5px;
}
