/** 切换排序 start **/
.sortbar {
    padding: 15px 0 0;
    position: relative;
    background-color: #fff;
    min-height: 750px;
}
.sortbar .defsort, .sortbar .recentstu {
    float: left;
    display: inline-block;
    height: 35px;
    margin-bottom: -1px;
    margin-right: 20px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    color: #a3a6a9;
    line-height: 25px;
    font-size: 16px;
}
.sortbar .currentsort {
    border-bottom: 2px solid #26D9B1;
    color: #26D9B1;
}
.nav-pills li a{
        font-size: 14px;
        color: #333;
}
.top-options{
    border-bottom: 1px solid #C8CBCE;
    margin-left:43px;
    padding:0px 0px;
    /*margin-top:-8px;*/

}
.display {
    display:none;
}
.menu-content {
    min-height:528px;
    padding: 15px 45px;
    padding-top: 5px;
}
/** 切换排序 end **/

/*数据加载 start*/
.load-data-div{
    background-color:white;
    /* min-height:450px; */
    padding: 0px 0px 15px 0px;
}
.data-page{
    min-height: 360px;
}
.data-page-none{
    padding-top:130px;
}
.data-none{
    width:130px;
    height:180px;
    background:url("../../../../../asset/images/common/none.png") no-repeat;
    margin:0px auto;
    margin-top:-30px;
}
.load-data-div table{
    width:100%;
}
.load-data-div tr{
    /* height:40px; */
}
.load-data-div td{
    padding-top: 18px;
    /* float:left; */
     border-bottom:1px solid #d3d3d3;
    padding-bottom: 21px;
}
/*解决问题图标*/
.answer-icon{
    width: 30px;
    height: 24px;
    float:left;
    background:url(../../../../../asset/images/common/new_learn_icon.png) no-repeat;
}
/*未解决问题图标*/
.answer-icon-no{
     background-position: -25px -411px;
}
/*已解决问题图标*/
.answer-icon-ok{
   background-position:-25px -367px;
}
.stem-from{
    color:#b0b0b0;
    font-size:14px;
    float:left;
    padding-top: 0px;
    padding-left: 15px;
    margin: 0px;
}
.stem-from-reply{
    color:rgb(153,153,153);
    font-size:14px;
    float:left;
    padding-top: 0px;
    margin: 0px;
}
.stem-from-answer{
    padding-left: 30px;
}
.myanswer-title{
    color:#666;
    font-size:14px;
    margin-bottom: 10px;
    display: block;
}
.a-icon{
    font-size:12px;
    float:right;
    margin-left: 30px;
    margin-right: 15px;
}
.a-icon a{
    margin-left:25px;
    color: #777;
    font-size:12px;
    line-height: 10px;
}
.myanswer-icon{
    margin-top:10px;
}
.a-icon a:hover{
    color:#1ccca9;
}
.a-icon a i{
     margin-right:5px;
}
.answer-name{
    font-size: 14px;
    color: #888;
    padding-left: 15px;
    margin: 0px;
    padding-right: 5px;
}
.answer-img{
    width: 45px;
}
.answer-img-heard{
    width: 45px;
    margin-bottom: 30px;
}
.answer-info{
    padding-top: 27px !important;
    padding-bottom: 16px !important;
}
.answer-info>.answer-info-font{
    font-size:14px;
    padding: 8px 0px 0px 15px;
    margin: 0px;
    font-weight: bold;
}
.answer-info>.answer-info-font  a{

    color: #444;
   
}
.answer-info-font a:hover {
color: #1ccca9;
}
.icon-open-preview {
font-size: 16px;
}
.icon-open-discuss {
font-size: 17px;
}.icon-open-collect {
font-size: 14px;

}
.answer-title{
   color:#828080;
    font-size:16px;
}
.answer-title a:hover{
    color:#1ccca9;
}
.answer-title a{
    color: #828080;
    font-weight: bold;
}
.noborder{
      border-top: 1px solid #eaeaea;
}
.reply-icon{
    margin-top:-6px;
    margin-left:25px;
}
.reply-answer-conetent
{   
    color:#333;
}
.reply-answer-conetent p{
    min-height:25px;
    line-height:25px;
}
.reply-content{
    border:1px solid #d1d1d1;
    padding:10px 10px;
    margin-bottom: 15px;
    background-color:#F8F8F8;
    font-size:14px;
    min-height: 47px;
    line-height:25px;
    color: #9e9e9e;
}
.reply-content p{
    min-height:25px;
    line-height:25px;
    color: #9e9e9e;
    word-break: break-all;
}
.icon-open-collect{
    font-size:14px;
}
.reply-answer-conetent{
    color:#333;
}
.reply-answer-name
{
    color:#26D9B1;
}
/*数据加载 end*/