﻿.page-title {
    margin-bottom: 16px
}

.publish-time {
    text-align: center;
    margin-bottom: 70px
}

.newsdetail p {
    text-align: left;
    text-indent: 2em;
    font-size: 16px
}

.newsdetail img {
    margin-top: 50px
}

.newsdetail .back {
    margin-top: 50px;
    text-align: right
}

.newsdetail .back a {
    text-align: center;
    display: inline-block;
    width: 214px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background-color: #d7dc10;
}

.newsdetail .back a .iconfont {
    margin-right: 16px
}

@media (max-width: 991px) {
    .page-title {
        margin-bottom: 3vw
    }

    .publish-time {
        margin-bottom: 6vw
    }

    .newsdetail p {
        font-size: 3.4vw
    }

    .newsdetail img {
        margin-top: 6vw
    }

    .newsdetail .back {
        margin-top: 6vw;
        text-align: center
    }

    .newsdetail .back a {
        width: 40vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 3.4vw
    }

    .newsdetail .back a .iconfont {
        margin-right: 3vw
    }
}
