.tab-content{
    padding-bottom:40px;
}
.tab-content li{
    float: left;
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #ffffff;
    color: #999999;
    text-align: center;
    line-height:28px;
    border: 1px solid #DDDDDD;
    border-left-width: 0;
    cursor: pointer;
}
.tab-content li:nth-child(1){
    border-left-width: 1px;
}
.tab-content li:hover{
    color: #105AA1;
}
.selected-tab{
    background: #105AA1!important;
    color: #FFFFFF!important;
}
.unselected-tab{
    background: #ffffff;
    color: #999999;
}

.list-box{
   margin-top:10px;
}
.list-box .view{
    width: 100%;
    height: 805px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.list-box .view .top-title{
    height: 39px;
    line-height: 39px;
    background: #F9F9F9;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    box-sizing: border-box;
    padding: 0 90px 0 20px;
    border-bottom: 1px solid #DDDDDD;
}
.list-box .view .top-title span:nth-child(1){
    width: 601px;
    text-align: center;
}
.list-box .view .top-title span:nth-child(2){
    /*width: 134px;*/
    text-align: center;
}
.list-box .view .top-title span:nth-child(3){
    width:42px;
}
.list-box .view .list-content{

}
.list-box .view .list-content li{
    width:100%;
    height: 51px;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right:90px;
    line-height: 50px;
}
.list-box .view .list-content li:last-child{
    border-bottom: 1px solid #DDDDDD;
}
.list-box .view .list-content li:hover{
    background: #F9F9F9;
}
.list-box .view .list-content li span{
    float: right;
    display: inline-block;
}
.gray-text{
    color: #999;
}
.count-text{
    margin-left:159px;
    width:42px;
    text-align: center;
}
.list-box .view .list-content li a{
    display: inline-block;
    width: 601px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden; //超出的文本隐藏
    text-overflow: ellipsis; //溢出用省略号显示
    white-space: nowrap;  // 默认不换行
}

