/*------------ about-editor ------------*/

.about-editor-txt {
    float: left;
    width: 510px;
}

.about-editor-pic {
    float: right;
    width: calc(100% - 560px);
}

.about-editor-pic img {
    padding: 0 7px;
    float: left;
    width: calc((100% / 3) - 0.1px);
    box-sizing: border-box;
}

.about-editor-box2 {
    color: #fff;
    background: url(../../images/common/about/pic04.jpg) no-repeat;
    padding: 5%;
    -webkit-background-size: cover;
    background-size: cover;
}


/*------------ news-editor ------------*/

.news-editor-text {
    float: left;
    width: calc(100% - 670px);
}

.news-editor-pic {
    float: right;
    width: 640px;
}

/*------------ terms-editor ------------*/

.terms-title {
    margin: 0;
    color: #D80000;
    font-size: 15px;
    font-weight: normal;
    font-weight: bold;
}


/*------------ index-about-editor ------------*/

.index-about-editor {}



/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {
    .about-editor-txt,
    .about-editor-pic,
    .news-editor-text,
    .news-editor-pic {
        float: none;
        width: auto;
    }
    .about-editor-pic,
    .news-editor-pic {
        margin: 45px 0 0 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .about-editor-pic img {
        width: auto;
        padding: 0;
        float: none;
    }
}