.common-main-t{
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    border-bottom: 1px solid #DBDBDB;;
}
.common-main-t-item{
    margin-bottom: 24px;
    margin-right: 60px;
    display: block;
    width: 245px;
    height: 250px;
}
.common-main-t-item:nth-child(4n){
    margin-right: 0px;
}
.common-main-t-item-icon{
    margin-bottom: 13px;
    width: 245px;
    height: 160px;
}
.common-main-t-item-title{
    width: 100%;
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.common-main-t-item-date{
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    color: #969696;
    font-size: 14px;
    line-height: normal;
}
.common-main-t-item-date span:last-child{
    transition: all .3s;
    color: #666;
}
.common-main-t-item:hover .common-main-t-item-date span:last-child{
    color: #DF2020;
}
#page{
    margin-top: 33px;
}
