.support {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 
.service {
    padding: 20px;
} */

.swiper_out {
    width: 100%;
}

.swiper_out .swiper-slide {
    margin-bottom: 10px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #3682CE;
}


.swiper_out .top {
    margin-bottom: 8px;
}

.swiper_out span.fl {
    display: inline-block;
}

.swiper_out .r_img {
    width: 15px;
    height: 18px;
    line-height: 0px;
}

.swiper_out .r_img img {
    width: 100%;
}

.swiper_out .blog_content {
    background: #F9F9F9;
    border: 1px solid #CFCFCF;
    padding: 10px 15px;
}

.swiper_out .blog_content p {
    text-align: left;
    font-weight: 400;
}

.swiper_out .blog_content p.title {
    font-size: 14px;
    color: #323232;
    margin-bottom: 5px;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.swiper_out .blog_content p.zhaiyao {
    font-size: 10px;
    color: #646464;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}












.problem {
    padding: 0 20px;
}

.problem_list {
    margin-bottom: 20px;
}

.qus {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.qus_img {
    width: 6%;
    margin-right: 10px;
}

.qus_img img {
    width: 100%;
}

.qus_title {
    width: 80%;
    font-size: 18px;
    color: #323232;
}

.ans {
    display: flex;
}

.ans_img {
    width: 6%;
    margin-right: 10px;
}

.ans_img img {
    width: 100%;
}

.ans_center {
    width: 90%;
}

.ans_center p {
    font-size: 12px;
    color: #646464;
}