.activeBarBox {
    background-color: #148DF6;
    min-width: 1200px;
}
.searchBox{
    border-bottom: none;
}
.mainList{
    border: 1px solid #f2f2f2;
}
.mainList li{
    height: 102px;
    border-bottom: 1px solid #f2f2f2;
    padding: 24px 20px;
}
.mainList li:last-child{
    border-bottom: none;
}
.liTitle{
    font-size: 18px;
    color: #333;
    padding-left: 24px;
    background: url(../images/z2.png) no-repeat left center;
}
.liTitle:hover{
    color: #148df7;
    background: url(../images/z2.png) no-repeat left center;
}
.pl24{
    padding-left: 24px;
}
.liPosition{
    padding-left: 16px;
    background: url(../images/position.png) no-repeat left center;
    width: 183px;
}
.liTime{
    padding-left: 22px;
    background: url(../images/time.png) no-repeat left center;
    width: 178px;
}
.viewTime{
    padding-left: 24px;
    background: url(../images/view.png) no-repeat left center;
}
.c808080{
    color: #808080;
}