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

.about-editor {
    text-align: center;
}


.about-editor .pic{
    margin-top: 40px;
}

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

.news-editor .pic img {
    padding: 0 5px 10px;
}


/*------------ notice-editor ------------*/

.notice-editor .title {
    font-size: 16px;
    font-weight: bold;
    color: #F29800;
}

.notice-editor .title:before {
    content: "\e1005";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.notice-editor .color02 {
    color: #538C15;
}

.notice-editor .line {
    display: block;
    border-bottom: 1px dotted #ACACAC;
}

.notice-editor .ul01 {
    list-style-type: decimal;
}

.notice-editor .ul01 .tit {
    font-weight: bold;
    color: #333333;
}

.notice-editor .ul01 li {
    margin-bottom: 20px;
}

.notice-editor .title02 {
    color: #333333;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #8DC220;
    margin: 0 0 85px;
}

.notice-editor .title02 span {
    display: inline-block;
    background: #fff;
    padding: 0 35px;
    position: relative;
    top: 15px;
}

.notice-editor .ul02,
.notice-editor .ul02 li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-editor .ul02 {
    margin: 0 -20px;
}

.notice-editor .ul02 li {
    width: calc((100% / 3) - 0.1px);
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}


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

.terms-editor {

}

.terms-editor .title {
    font-size: 17px;
    font-weight: bold;
    color:#0D2EA1;
}


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

.index-about-editor {
    font-size: 15px;
    color: #131130;
    line-height: 1.75;
}


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

@media screen and (max-width: 1024px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
    .about-editor .tb02 td {
        padding: 10px;
        text-align: center;
    }
    .about-editor .tb01 .pic,
    .about-editor .tb02 .pic {
        width: 100%;
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .notice-editor .ul02 {
        margin: 0;
    }
    .notice-editor .ul02 li {
        width: 100%;
        padding: 0 0 50px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .news-editor .pic img {
        padding: 0 0 10px;
    }
}
