/*导航区域*/
.ansnav ul{
    align-items: flex-end;
    display: flex;
}
.ansnav ul li{
    margin: 0 30px 0 0;
}
.ansnav ul li a{
    text-align: center;
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    border-bottom: 4px transparent solid;
    letter-spacing: 0;
    transition: all 0.08s;
}

.ansnav ul li a span{
    margin: 0 0 0 2px;
}
.ansnav ul li a:hover,
.ansnav ul li.active a{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    padding: 0 0 4px 0;
    /*font-family: 'comentfonttwo';*/
    border-bottom: 4px #168fff solid;
}




.titlebast {
    margin: 20px 0 16px 0;
}

.titlebast span {
    font-size: 20px;
}


/* 回答区域 */
.questionbox{
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 18px;
}
.questionbox h3{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin: 0 0 0 0;
    font-family: comentfontthree;
}
.questionbox .questioninfo{
    display: block;
    margin: 12px 0 0 0 ;
}
.questionbox .questioninfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questionbox .questioninfo span{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 12px 0 0;
    font-weight: 400;
}
.questionbox .questioninfo .ansbtn {
    width: 100px;
    line-height: 34px;
    background: #168FFF;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border: none;
}
.questionbox .questioninfo .ansbtn:hover{
    box-shadow: 0px 0px 3px #999999;
}

.ansmybox {
    display: block;
    padding: 20px 0 0 0 ;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 0px;
    overflow: hidden;
    display: none;
}

.ansmybox textarea {
    width: 100%;
    resize: none;
    border: 1px #f5f5f5 solid;
    background: #f7f9fb;
    padding: 6px 14px;
    border-radius: 2px
}

.ansmybox button {
    float: right;
    width: 100px;
    line-height: 34px;
    background: #168FFF;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    margin: 6px 0 0 6px;
}
.ansmybox button.hidebtn{
    background: #FF9D42;
}
.ansmybox .titlebast {
    margin: 0px 0 10px 0;
}
.ansmybox .titlebast span {
    font-size: 16px;
}





/*用户回答区域*/
.ansuserbox li{
    padding: 16px;
    background: #ffffff;
    margin: 20px 0 0 0;
}
.ansuserbox li .ansusertext {
    width: 100%;
    padding: 10px;
    background: #F7F9FB;
}

.ansuserbox li .ansusertext .userinfo {
    display: flex;
    align-items: center;
}

.ansuserbox li .ansusertext .userinfo .bigimg {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.ansuserbox li .ansusertext .userinfo p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    margin: 0  10px;
    color: #000000;
}
.ansuserbox li .ansusertext .userinfo span{
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}

.ansuserbox li .ansusertext .usertext {
    margin: 0 0 10px 0;
    letter-spacing: 0;
    font-size: 0;
}
.ansuserbox li .ansusertext .usertext .usertextsay{
    /*display: inline-block;*/
    /*float: left;*/
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    display: unset;
}
.ansuserbox li .ansusertext .usertext .usertextsay.closespan{
    display: inline-block;
    height: 54px;
}


.ansuserbox li .ansusertext .usertext a {
    font-weight: 400;
    font-size: 14px;
    color: #168FFF;
    line-height: 28px;
    margin: 0 0 0 2px;
}
.ansuserbox li .ansusertext .usertext a:hover{
    text-decoration: underline;
}


.ansuserbox li .ansusertext .usermun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.ansuserbox li .ansusertext .usermun span {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

#page{
    margin: 40px 0 60px 0;
}

















/*响应式区域*/
@media screen and (max-width: 1450px) {

    .titlebast {
        margin: 10px 0 14px 0;
    }

    .titlebast span {
        font-size: 18px;
    }




}
@media screen and (max-width: 1400px) {

    .titlebast {
        margin: 8px 0 10px 0;
    }

    .titlebast span {
        font-size: 16px;
    }

    .titlebast div.allbtn button {
        width: 120px;
        line-height: 40px;
        font-size: 15px;
    }

}



@media screen and (max-width: 1300px) {

    .mianbox {
        padding-top: 20px;
    }
    .ansmybox .titlebast span {
        font-size: 15px;
    }
    .ansnav ul li a:hover,
    .ansnav ul li.active a {
        font-size: 17px;
        padding: 0 0 3px 0;
        border-bottom: 3px #168fff solid;
    }

    .questionbox h3 {
        font-size: 18px;
    }
    .questionbox .questioninfo {
        margin: 10px 0 0 0;
    }



}



@media screen and (max-width: 1200px) {

    .titlebast {
        margin: 14px 0 8px 0;
    }

    .titlebast span {
        font-size: 16px;
        line-height: 20px;
    }

    .navlist .text {
        font-size: 15px;
        line-height: 28px;
    }





}










@media screen and (max-width: 800px) {
    .mianbox {
        padding-top: 10px;
    }


    .titlebast span {
        font-size: 15px;
        line-height: 20px;
    }
    .titlebast div.allbtn button {
        width: 64px;
        line-height: 32px;
        border-radius: 4px;
        font-size: 13px;
        margin: 0 0 0 6px;
    }
    .titlebast em.ansbtn {
        width: 88px;
        line-height: 32px;
        font-size: 12px;
    }


    .ansmybox .titlebast span {
        font-size: 13px;
    }
    .myansbox button,
    .ansmybox button {
        width: 48%;
        line-height: 30px;
        border-radius: 4px;
        font-size: 14px;
        margin: 0 1%;
    }


    .ansnav ul li {
        width: 16.66%;
        padding: 0 4px;
        margin: 0 0px 0 0;
    }
    .ansnav ul li a {
        display: block;
        background: #efefef;
        font-size: 13px;
        padding: 8px 0;
        height: 54px;
        line-height: 20px;
        border-bottom: 2px transparent solid;
        transition: none;
    }
    .ansnav ul li a:hover, .ansnav ul li.active a {
        font-size: 14px;
        padding: 8px 0;
        line-height: 20px;
        border-bottom: 2px #168fff solid;
    }
    .ansnav ul li a span {
        margin: 0;
        line-height: 16px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .questionbox {
        padding: 14px 14px;
    }
    .questionbox h3 {
        font-size: 16px;
    }
    .questionbox .questioninfo .ansbtn {
        width: 90px;
        line-height: 30px;
        border-radius:4px;
        font-size: 13px;
    }
    .questionbox .questioninfo {
        margin: 8px 0 0 0;
    }
    .questionbox .questioninfo span {
        font-size: 12px;
        line-height: 16px;
        margin: 0 4px 0 0;
        width: 100%;
        display: inline-block;
        padding: 0 0 0 15px;
        background: url("../images/newicon2.png") no-repeat left center;
        background-size: 12px;
    }
    .questionbox .questioninfo span:nth-child(2) {
        background: url("../images/newtime.png") no-repeat left center;
        background-size: 12px;
    }
    .questionbox .questioninfo span:nth-child(3) {
        background: url("../images/newbook.png") no-repeat left center;
        background-size: 12px;
    }

    .ansuserbox li {
        padding: 12px;
        margin: 15px 0 0 0;
    }
    .ansuserbox li .ansusertext .userinfo p {
        font-size: 14px;
        margin: 0  6px;
    }
    .ansuserbox li .ansusertext .usertext .usertextsay {
        font-size: 13px;
        line-height: 24px;
    }
    .ansuserbox li .ansusertext .usertext .usertextsay.closespan {
        height: 48px;
    }
    .ansuserbox li .ansusertext .userinfo span {
        font-size: 14px;
        line-height: 14px;
    }
    #page {
        margin: 20px 0 30px 0;
    }

}

@media screen and (max-width: 768px) {
    .mainleft {
        width: 100%;
    }
}


@media screen and (max-width: 600px) {


    .ansnav ul li {
        padding: 0 3px;
    }
    .ansnav ul li a {
        padding: 12px 1px 0 1px;
        line-height: 17px;
        font-size: 13px;
    }
    .ansnav ul li a:hover, .ansnav ul li.active a {
        font-size: 13px;
        padding: 12px 1px 0 1px;
        line-height: 17px;
    }
    .ansnav ul li a span {
        font-size: 12px;
    }
    .mianbox .container {
        padding: 0 10px;
    }

}


@media screen and (max-width: 340px) {
    .titlebast span {
        font-size: 13px;
        letter-spacing: 0;
    }
    .titlebast div.allbtn {
        width: 100%;
        text-align: right;
    }
}


























