
.bl_tab span.tab:hover {
    border-bottom: 2px solid #0077be;
    color: #0077be;
}
.bl_tab span.cur {
    border-bottom: 2px solid #0077be;
    color: #0077be;
}
.blog_con .six_bom span{
    margin-right: 4%;
}
.task_list li{
    width:100%;
    line-height: 50px;
    height: 50px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qz_list li{
    width:97%;
    line-height: 50px;
    height: 50px;
    margin: 10px 1.5% 0;
    padding:0 30px;
    box-sizing:border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.six_cover{
    width: 150px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}
.six_cover img{
    width:150px;
    height:150px;
}
.six_info{
    width: 100%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

@media screen and (max-width:480px) {
    #city2{
        float: left;
        margin: 15px 0 0 135px;
    }
    .six_cover{
        width: 100px;
    }
    .six_cover img{
        width:100px;
        height:100px;
    }

}
