/*------------ about-editor ------------*/
.about-editor .list,
.about-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-editor .list {
    margin: 0 -13px;
}
.about-editor .list li {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin-right: -4px;
    padding: 0 13px;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}
/*------------ products-editor ------------*/
.products-editor .list,
.products-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.products-editor .list {
    margin: 0 -13px;
}
.products-editor .list li {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin-right: -4px;
    padding: 0 13px;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}
.products-editor .list li b {
    color: #C69664;
    display: block;
    font-size: 16px;
}
/*------------ news-editor ------------*/
.news-editor .tb01 h2 {
    font-size: 16px;
    color: #C79664;
    line-height: 1.6;
    margin: 0;
}
.news-editor .tb01 .pic {
    width: 345px;
    padding: 0 10px 0 0;
}
/*------------ terms-editor ------------*/
.terms-editor {
    color: #666;
    line-height: 1.75;
}
.terms-editor .title {
    font-size: 18px;
    font-weight: bold;
    color: #C89664;
    margin: 0;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    color: #333326;
    padding: 0 0 50px;
}
.index-about-editor table .pic {
    width: 507px;
    padding: 0 15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1024px) {
    .index-about-editor table td {
        width: 100%;
        float: left;
    }
    .index-about-editor table .pic {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}
@media screen and (max-width: 900px) {
    .news-editor .tb01 .pic,
    .news-editor .tb01 .txt {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .list,
    .products-editor .list {
        text-align: center;
        margin: 0;
    }
    .about-editor .list li,
    .products-editor .list li {
        width: 50%;
        padding: 0 13px 25px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .about-editor .list li,
    .products-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
    .notice-editor h2 i {
        font-size: 30px;
    }
}
