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

.about-editor .pic img{
    padding: 0 30px;
}

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

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

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

.index-about-editor .col{
    float: left;
    max-width: 640px;
    width: 47%;
}

.index-about-editor .txt{
    float: right;
    width: 53%;
    max-width: 750px;
    padding: 0 120px 0 0;
    box-sizing: border-box;
    line-height:  1.7;
    letter-spacing: 1px;
    max-height: 280px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-about-editor .title{
    color: #333333;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    border-left: 1px solid #333333;
    padding: 0px 0 0 20px;
    margin: 0px 0 40px 0px;
    position: relative;
    z-index: 10;
    overflow: visible;
}

.index-about-editor .title span{
    color: #D90000;
}


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

@media screen and (max-width: 1440px) {
    .index-about-editor .col{
        width: 30%;
    }
    .index-about-editor .txt{
        width: 65%;
        max-width: 100%;
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width: 900px) {
    .index-about-editor .col{
        float: none;
        width: 100%;
        padding: 0 0 30px;
        max-width: 100%;
        text-align: center;
    }
    .index-about-editor .title{
        margin: 0 0 20px;
        border: 0;
    }
}