* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    user-select: none;
}
.gao10px {
    MARGIN: 0px auto;
    DISPLAY: block;
    HEIGHT: 10px;
    CLEAR: both;
    FONT-SIZE: 1px;
    OVERFLOW: hidden;
}
.section {
    width: 1200px;
    margin: auto;
    position: relative;
}

.bgh {
    background-color: #fff;
    width: 1250px;
    margin: auto;
}
.showmain {
    padding: 20px 0;
    /*background: #eee;*/
}

.theme-ct {
    background: #fff;
    padding: 0 20px 20px;
}

.theme-dqwz {
    background: url(../images/dqwz.png) no-repeat 0 center;
    padding: 14px 0 14px 25px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.theme-dqwz a {
    color: #333;
}

.detail {
    background: #fff;
    padding: 20px 20px 0;
}

.detail>h1 {
    font-size: 30px;
    text-align: center;
    padding: 20px 25px 30px;
}

.detail>h2 {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}

.inform {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    color: #999;
    text-align: center;
}

.inform>div {
    display: inline-block;
    margin: 0 10px;
}

.inform .fontsize {
    margin-left: 180px;
    user-select: none;
}

.inform .fontsize img, .inform .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}

.inform .fontsize .big {
    font-size: 24px;
}

.inform .fontsize .middle {
    font-size: 18px;
}

.inform .fontsize .small {
    font-size: 14px;
}

.inform .fontsize span.on {
    color: #5384c7;
}

#NewsContent {
    padding: 20px;
}

#NewsContent img {
    max-width: 100%;
}
#NewsContent p{
    line-height: 200%;
    font-size: 18px;
    color: #333;
}

.is-tipsr {
    text-align: center;
}

.is-tipsr a {
    color: black;
}
/*相关链接*/
.yqlj {
    width: 1250px;
    margin: 0 auto;
    margin-top: 20px;
    height: 30px;
    BORDER-BOTTOM: #dbdbdb 1px solid;
    BORDER-LEFT: #dbdbdb 1px solid;
    BORDER-RIGHT: #dbdbdb 1px solid;
    BORDER-top: #dbdbdb 1px solid;
    line-height: 30px;
}
.yqlj ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.yqlj ul li a{
    color: black;
}


@media (max-width: 1000px) {
    .section,.bgh{
        width: auto;
    }
    .bgh{
        background-color: #fff;
    }
    .showmain{
        padding: 0;
    }
    .theme-ct{
        padding: 0 10px 10px;
    }
    .detail{
        padding: 10px 10px 0;
    }
    .detail>h1{
        padding: 20px 0px 30px;
    }
    .inform .fontsize{
        display: none;
    }
    #NewsContent{
        padding: 10px;
    }
    .yqlj{
        display: none;
    }
}