.qa-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

    .qa-list ul li {
        height: 40px;
        border-radius: 9px;
        text-align: center;
        line-height: 40px;
        flex: 0 0 33.3%;
        margin: 3px 0px 10px ;
        display: flex;
        justify-content: center;
    }

        .qa-list ul li a {
            background-color: #02bfd1;
            color: #ffffff;
            font-weight: bold;
            font-size: 16px;
            font-family: 'Microsoft YaHei';
            display: block;
            height: 100%;
            width: 92%;
            border-radius: 10px;
        }

/*搜索部分*/
.qa-search-wrap {
    width: 90%;
    display: flex;
    overflow: hidden;
}

    .qa-search-wrap span {
        width: 10%;
        height: 25px;
        background-color: #0c8b79;
        background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/wenda_icon.png);
        background-size: 270px;
        background-position: -137px -10px;
    }

    .qa-search-wrap input {
        outline: none;
        width: 100%;
        height: 25px;
        border: none;
        padding: 0 10px;
    }

.qa-search {
    border-bottom: 1px solid #d9d9d9;
}
/*文章部分*/
.qa-list-content li div:first-child a {
    color: #333333;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
}

.qa-list-content li div:last-child{
    margin: 8px 10px 0px 0px;
}
.qa-list-content li div:last-child a {
    font-size: 14px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.qa-list-contentTwo a {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    color: #333333;
}

    .qa-list-contentTwo a span {
        font-size: 16px;
    }

        .qa-list-contentTwo a span:last-child {
            color: #555555;
        }
/*底部*/
.qa-footer-wrap {
    border-top: 1px solid #f0efef;
    background: #fff;
    padding-top: 8px;
    font-size: 14px;
    margin:0 8px;
}

.qa-footer-call {
    height: 36px;
    width: 40%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 36px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 16px;
    color: #555555;
    margin: 7px 0 15px 0;
}
    .qa-footer-call a {
        display: block;
        width: 100%;
        height: 100%;
        color: #555555;
    }

.qa-footer > ol > li {
    float: left;
    text-align: center;
    width: 15%;
    margin-bottom: 15px;
}

    .qa-footer > ol > li > a {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        /*padding: 5px 0;*/
        /*border-radius: 5px;*/
        /*background-color: #0C8B79;*/
        /*color: #fff;*/
        /*  border: 1px solid rgba(242, 242, 242, 1);
        background-color: rgba(242, 242, 242, 1);*/
        color: #555555;
        border-radius: 3px;
        padding: 7px 0;
    }

.qa-footer {
    margin: 10px;
}

    .qa-footer > ul > li {
        box-sizing: border-box;
        border-right: 1px solid #808080;
        float: left;
        text-align: center;
        width: 50%;
    }

        .qa-footer > ul > li:last-child {
            border: none;
        }

        .qa-footer > ul > li a {
            color: #555555;
        }

/*滚动菜单代码,测试*/
.swiper-container, .swiper-containerA {
    margin: 6px;
    text-align: center;
    border-bottom: 1px solid #cccccc;

}

    .swiper-container .swiper-wrapper div:first-child a:first-child {
        display: inline-block;
        width: 100%;
        color: red;
        border-bottom: 2px solid red;
        padding-bottom: 6px;
    }

    .swiper-container a, .swiper-containerA a {
        cursor: pointer;
        color: #333333;
        display: inline-block;
        padding-bottom: 6px;
    }

/*回答主体*/
.qa-article-main {
    margin: 0px 10px 10px 10px;
    padding: 0 10px 10px;
    font-size: 14px;
}
.qa-acticle-img {
    /*position: absolute;
    margin-left: -50px;
    margin-top: -50px;*/
    position: absolute;
    margin-left: -63px;
    margin-top: -68px;
    transform: scale(.6);
}
.qa-acticle-img img {
        width: 160px;
    }
.qa-article-main > div:nth-child(2) {
    color: #333;
    font-size: 1.15rem;
    line-height: 2.13rem;
    word-break: break-all;
    font-weight: 400;
    letter-spacing: -0.4px;
    text-align: justify;
}
    .qa-article-main > div:nth-child(2) > p {
        margin-bottom: 0.65rem;
        
    }
.qa-article-main > div:nth-child(3) {
    margin: 21px 10px 6px 0px;
    color: #333;
    font-size: 1rem;
    line-height: 1.7rem;
}

.qa-article-main > div:nth-child(3) {
    font-size: 13px;
    color: #999;
    margin-right: 0;
}

.qa-article-main > div:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    margin: 0px 10px 6px 24px;
    color: #808080;
    font-size: 12px;
}
.qa-article-main > div:nth-child(5) {
    margin: 0px 4px 2px 24px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 8px;
    width: 130px;
    text-align: center;
}
    .qa-article-main > div:nth-child(5) a {
        width: 100%;
        height: 100%;
        display: block;
        color: #6B6B6B;
    }

.qa-article-time {
    color: #808080;
    font-weight: initial;
    margin: 6px 6px 0px 6px;
    display: block;
    font-size: 12px;
}

/*精选内容*/
.wendaQAnew{
    padding:0 0.3rem
}
.ques_answer {
    margin: 0 0.8rem 0.8rem;
    background-color: #fff;
    border-radius: 0.5rem;
    height: 5.5rem;
}
.question {
    display: flex;
    align-items: center;
    padding: 0.5rem 0 0 0.5rem;
}
.quesimg {
    width: 1.2rem;
    margin-right: 0.5rem;
}
.ques_title {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
.answer {
    display: flex;
    align-items: flex-start;
    padding: 0.8rem 0 0.5rem 0.8rem;
}
.answer_content {
    color: #6f6c6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 0.8rem;
}
.special_answer {
    margin: 0 0.8rem 0.8rem;
    background-color: #fff;
    border-radius: 0.5rem;
    height: 6.5rem;
    display: flex;
    padding: 0.5rem;
}
.special_img {
    width: 7.5rem;
    height: 100%;
    border-radius: 0.6rem;
    border: 1px solid #dcded9;
}
.answer_content1 {
    color: #6f6c6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 0.8rem;
    margin: 0.3rem 0;
}
.content_side {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.browsingData {
    color: #6f6c6c;
}




/*问答精选文章ul样式*/
.qa-acticle-ul li a > div {
    margin: 4px;
    color: #333333;
}

.qa-acticle-ul li qa-acticle-div > a {
   font-size:16px;
   color:black;
}

.qa-acticle-ul .qa-acticle-div > a > span {
    font-size: 16px;
    padding: 2px;
    color: #101010;
    margin-right: 3px;
}
.qa-acticle-ul li:first-child > a span:first-child {
    padding: 2px;
    color: #101010;
    margin-right: 3px;
}

        .qa-acticle-ul li:first-child>a span:last-child {
            font-size: 16px;
        }

    .qa-acticle-ul li:last-child i {
        color: #666666;
        font-style: normal;
    }

    .qa-acticle-ul li:last-child span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .qa-acticle-ul li:last-child span p:last-child{
        display:none;
    }
.qa-acticle-ul i {
    font-style: normal;
}
    .qa-acticle-ul a{
        color: #333333;
    }

    .qa-acticle-more {
        display: block;
        margin: 15px 0px;
        width: 220px;
        height: 36px;
        line-height: 36px;
        background-color: #f42f2f;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

.L_main > .LQ_content > ul > li:nth-child(5) {
    border-bottom: 1px solid #f0efef;
}