.editor{
    line-height: 2;
}
/*------------ 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;
}
.about-editor .about_t{
    font-size:18px;
    color:#3f9dcc;
    font-weight:bold;
}
.about-editor p{
    margin: 0px 0 10px;
}
.about-editor .about_pic{
    margin:10px 0 40px;
}
/*-*/
.about-editor .service-list {
    margin: 20px -20px 0;
}

.about-editor .service-list li {
    width: 20%;
    padding: 0 20px 50px;
    position: relative;
    text-align: center;
}

.about-editor .service-list li:nth-child(5n+1) {
    clear: left;
}

.about-editor .service-list li a {
    max-width: 282px;
    margin: 0 auto;
}

.about-editor .service-list li .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    max-width: 196px;
    margin: 0 auto;
}

.about-editor .service-list li .text {
    text-align: center;
}

.about-editor .service-list li .name {
    font-size: 16px;
    color: #24AF6A;
    font-weight: bold;
    margin: 10px 0 0;
}

.about-editor .service-list li .description {
    letter-spacing: 2px;
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    line-height: 1.5;
}

/*-*/
/*---cemetery---*/
.cemetery_page p{
    margin: 0;
}
.intro_t{
    color:#156fb0;
    font-size:20px;
    text-align:left;
    font-weight: 600;
    letter-spacing:0.2em;
    margin:0;
}
.intro_t2{
    color: #545bb5;
    font-size:20px;
    text-align:left;
    font-weight: 600;
    letter-spacing:0.2em;
    margin:0;
}
.intro_txt{
    color: #bd6f35;
    margin: 0 0 20px;
}
/*------*/
.flow_pic {
    text-align: center;
    margin:0 auto;
}
/*------------ 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;
}

/*------------ article-editor ------------*/

.article-editor .tb01 h2 {
    font-size: 16px;
    color: #C79664;
    line-height: 1.6;
    margin: 0;
}

.article-editor .tb01 .pic {
    width: 345px;
    padding: 0 10px 0 0;
}

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

.terms-editor {
    color: #666;
    line-height: 1.75;
    margin-top: 15px;
}

.terms-editor .terms-title {
    font-size: 17px;
    font-weight: bold;
    color: #8e6944;
    margin: 0;
}
/*------------ disclaimer-editor ------------*/
.disclaimer-editor{
      line-height: 1.75;
    margin-top: 30px;  
}
/*------------ index-about-editor ------------*/

.index-about-editor {
    color: #333326;
    /*padding: 0 0 50px;*/
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.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;
    }
.about-editor .service-list li {
    width: 50%;
}
.about-editor .service-list li .text {
    text-align: center;
}
}

@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;
    }
}
