/*------------ faq ------------*/

.faq-list {
    margin: 35px auto 0;
}

.faq-list li {
    cursor: pointer;
    margin: 0 0 20px;
}

.faq-list .title {
    text-align: center;
    font-size: 20px;
    width: 40px;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background: #c2ce69;
    display: table-cell;
    font-family: 'Istok Web', sans-serif;
}

.faq-question {
    color: #dc973f;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.75;
    position: relative;
    width: 100%;
    background: #fcfcfc;
    box-sizing: border-box;
    display: table;
}

.faq-question i {
    display: inline-block;
    color: #9B9B8C;
    text-align: center;
    font-size: 33px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -15px 0 0 0;
}

.faq-question .name {
    vertical-align: middle;
    width: calc(100% - 85px);
    display: table-cell;
    padding: 7px 15px;
    font-size: 18px;
}

.faq-list li.active .faq-question,
.faq-list li:hover .faq-question {
    background: #D1E06B;
    color: #176300;
    font-weight: normal;
}

.faq-list li:hover .faq-question .title,
.faq-list li.active .faq-question .title {
    color: #fff;
    background: #486546;

}
.faq-answer .title-a{
    color:#c2ce69;
}
.faq-answer {
    display: none;
    background: #f3f3f3;
    padding: 20px 0;
    color: #8B8B8B;
    position: relative;
    border-top: 1px solid #fff;
}

.faq-answer .title {
    display: inline-block;
    background: transparent;
}

.faq-answer .title span {
    border-color: #fff;
    margin: 10px auto;
}

.faq-answer .editor {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 15px;
    color: #353535;
    width: calc(100% - 70px);
}


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

@media screen and (max-width: 1100px) {
    .faq-list {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .faq-answer .editor {
        margin: 0;
        width: calc(100% - 55px);
    }
}
