.yzi-classify-title{
    border-left: 5px solid #c8141e;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    margin: 30px 0;
    font-size: 20px;
}
.yzi-newslist{
}
.yzi-newslist .ore-item{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc( (100% - 30px) / 4)
}
.yzi-newslist > li.ore-item:nth-child(4n){
    margin-right: 0px;
}
.yzi-newslist h2{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yzi-newslist h2 a{
    font-size: 14px;
    color: #333;
    text-decoration:  none;
}
.yzi-newslist h2 a:hover{
    color: #c8141e;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .yzi-newslist .ore-item{

    }
}
