.main .newscenter {
    width: 100%;
    background: #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf
}

.main .newscenter .content {
    width: 1200px;
    background: #fff;
    padding: 50px 0px 100px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.main .newscenter .content .title {
    max-width: 800px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main .newscenter .content .title span {
    font-size: 22px;
    font-weight: bold;
    color: #35323C;
    font-family: 'MicrosoftYaHei-Bold'
}

.main .newscenter .content .title .time {
    font-size: 12px;
    color: #35323C
}

.main .newscenter .content .text {
    /* width: 800px; */
    margin: 30px 0 0 0
}

.main .newscenter .content .text p {
    font-size: 14px;
    color: #35323C;
    width: 800px;
}

.main .newscenter .content .text p img {
    display: inline-block;
}
/* .main .newscenter .content .text div img {
    max-width: 100% !important;
    height: auto !important;
} */
.main .newscenter .content .text img {
    max-width: 100%;
    height: auto !important;
}




.main .newscenter .content .pic-box {
    margin: 30px 0 0 0;
    max-width: 100%
}

.main .newscenter .content .pic-box img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .main .newscenter .content {
        width: 100%;
        padding: .533333rem .4rem
    }

    .main .newscenter .content .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main .newscenter .content .title span {
        font-size: .346667rem
    }

    .main .newscenter .content .title .time {
        margin: .3rem 0;
        font-size: .293333rem;
        -ms-flex-item-align: start;
        align-self: flex-start;
        color: #74757a
    }

    .main .newscenter .content .text {
        margin: .4rem 0 0 0;
        text-align: justify;
        max-width: 800px;
        width: 100%;
    }

    .main .newscenter .content .text span {
        font-size: .32rem
    }

    .main .newscenter .content .pic-box {
        margin: .4rem 0 0 0
    }

    .main .newscenter .content .pic-box img {
        width: 100%
    }
}

.go-top {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    bottom: 220px;
    height: 1px;
    border-radius: 0px
}

.go-top .img-box {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.go-top .img-box a {
    margin-right: 20px;
    max-width: 44px;
    max-height: 44px
}

.go-top .img-box a img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .go-top {
        display: none
    }
    .main .newscenter .content .text p {
        max-width: 800px;
        width: 100%;
    }
}

/*# sourceMappingURL=newDetaile.css.map */