div.container #title {
    border-bottom: 0;
    padding-top: 13px;
}
.agg-list.agg-list-sp{
    margin-top: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
    border-radius: 8px;
    display: inline-block;
}

.list-item{
    float: left;
    width: 292px;
    height: 250px;
    background: transparent;
    border-radius: 6px;
    padding: 20px 10px 10px 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.list-item:hover{
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);

}
.list-item .item-img{
    width: 247px;
    height: 160px;
    overflow: hidden;
    border-radius: 6px;
    font-size: 0;
    margin: 0 auto;
}
.list-item .item-img img{
    width: 100%;
    height: 100%;
}
.list-item .item-con{
    padding: 8px 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /*padding-top: 20px;*/
    /*height: 90px;*/
}
.list-item .item-tit{
    color: #353535;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    text-align: center;

}
.list-item .item-time{
    color: #a2a3a4;
    font-size: 13px;
    line-height: 1;
    margin-top: 8px;
}
.tt .more{
    color: #a2a3a4;
    font-size: 13px;
}