.wrap {
    position: relative;
    padding: 0 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.content-title {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.content-title h3 {
    color: #333;
    font-size: 24px;
}

.content-title p {
    font-size: 0;
    margin-top: 25px;
}

.content-title p img {
    display: inline-block;
    vertical-align: middle;
}

.content-title p .time {
    height: 16px;
    margin-right: 5px;
}

.content-title p .liulan {
    margin-left: 50px;
    height: 16px;
    margin-right: 5px;
}

.content-title p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}

.content-body {
    padding: 0 0 20px 0;
}

.content-body p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin: 20px 0;
}

.content-body img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.maximg img {
    max-width: 100%;
    height: auto !important
}

.right {
    text-align: right;
}

@media (max-width: 849px) {
    .wrap {
        padding: 0 2.6vw;
    }
}

@media screen and (max-width: 1024px) {
    .cont-tit {
        padding: 0 0 15px 0;
    }

    .cont-tit h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .cont-tit {
        padding: 0 0 10px 0;
    }

    .cont-tit h3 {
        font-size: 18px;
    }

    .cont-tit p img {
        height: 14px;
    }

    .cont-tit p span {
        font-size: 14px;
    }

    .content-body p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .cont-tit {
        padding: 0 0 10px 0;
    }

    .cont-tit h3 {
        font-size: 14px;
    }

    .cont-tit p img {
        height: 12px;
    }

    .cont-tit p span {
        font-size: 12px;
    }

    .content-body p {
        font-size: 12px;
        line-height: 30px;
        margin: 10px 0;
    }

    .cont-tit p .liulan {
        margin-left: 20px;
    }

}