#mainBox .new {
    margin: 0 0 80px 0;
}
#mainBox .new li{
    height: 104px;
    padding: 10px 0;
    margin-bottom: 8px;
    position: relative;
}
#mainBox .new li i{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
    background: #1546c2;
}
#mainBox .new li:hover i {
    width: 100%;
}

#mainBox .new li:hover .text h1,
#mainBox .new li:hover .text p,
#mainBox .new li:hover span{
    color: #fff;
}

#mainBox .new li .time{
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 12px 0 0 0;
}
#mainBox .new li:hover .text h1{
    transition: all 0.3s;
}
#mainBox .new li .time p{
    font-size: 18px;
    display: block;
    text-align: center;
    transition: all 0.3s;
}


#mainBox .new li .text{
    border-left: 1px #e9e9e9 solid;

}
#mainBox .new li .text h1{
    color: #666;
    font-size: 18px;
    margin-top: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#mainBox .new li .text p{
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1000px){
    #mainBox{
        margin: 4px 0 0 0;
    }
    #mainBox .new>li {
        height: auto;
        padding: 5px 0;
        display: block;
        overflow: hidden;
    }
    #mainBox .new li .time {
        font-size: 18px;
        width: 20%;
    }
    #mainBox .new li .time p {
        font-size: 14px;
    }
    #mainBox .new li .text h1 {
        font-size: 14px;
        margin-top: 12px;
    }
    #mainBox .new li .text{
        width: 80%;
    }





}
