
/* 搜索框 */
body{
    background-color: #f4f4f4;
}
.login_header_box{
    /*border: none;*/
    /*position: relative;*/
    /*z-index: 14;*/
    background-color: #fff;
}


/* 咨询页面样式 */
.consultBox{
    margin-top: .5rem;
    background-color: #ffffff;
    border-radius: 1rem 1rem 0px 0px;
}
.consultBox li{
    border-bottom: .5px solid #eee;
    width: 92%;
    margin: 0px auto;
    padding-bottom: 1.6rem;
    padding-top: 1.8rem;
}

.consultBox .title{
    display: block;
    color: #222;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.consultBox .time{
    font-size: 1.2rem;
    color: #777;
    margin-top: 1rem;
    /*padding-bottom: .4rem;*/
}
.consultBox .contInfo{
    font-size: 1.4rem;
    color: #444;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pageturnBox{
    border-radius: 0px 0px 1rem 1rem;
}