.detail-more {
margin:0 auto;
}
.main-title{
    display: none;
}

.main-top{
    margin: 25px 0 0 0;
}

.stories-list li{
    float: left;
    width: calc(100% / 3 - 27px);
    margin-right: 40px;
    margin-bottom: 50px;
}
.stories-list li:nth-child(3n+3){
    margin-right: 0;
}
.pic-box{
    transition: all .2s;
}
.list-h > li a.name{
    color: #AB1032;
    font-size: 18px;
    margin: 15px 0 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
.stories-list li:hover .pic-box{
    opacity: .45;
}
.stories-list li:hover .name{
    color: #333333;
}
.stories-list li .description{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
@media screen and (max-width:700px){
    .stories-list li {
        width: calc(100% / 3 - 14px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:500px){
    .stories-list li {
        width: calc(100% / 2 - 14px);
        margin-right: 20px;
    }
    .stories-list li:nth-child(3n+3) {
        margin-right: 20px;
    }
    .stories-list li:nth-child(2n+2) {
        margin-right: 0;
    }
}
