.content-box {
    padding-bottom: 20px;
}

.content-editor {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.content-editor .content-title {
    line-height: 1.5em;
    font-weight: 100;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}

.content-editor .desc {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #c1c1c1;
    font-weight: normal;
}

.content-editor .desc span {
    margin-right: 5px;
}

.content-editor .content-html {
    line-height: 1.5em;
    text-align: justify;
}

.content-editor .content-html img {
    max-width: 750px !important;
    width: 100% !important;
    margin-top: 10px;
}

@media all and (max-width: 1279px) {
    .pic-box {
        width: 90%;
    }

    .pic-box .pic-list-box li {
        width: 48%;
    }

    .pic-box .pic-list-box li a .item-img,
    .pic-box .pic-list-box li a .item-img img {
        height: 180px;
    }

    .pic-box .pic-list-box li a h5 {
        font-size: 14px;
    }
}