.news-list-box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: block;

}
.news-list-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.list-row{
    border: 1px solid #eee;
    margin-top: 30px;
}
.list-img-box{
    float: left;
    width: 20%;
    display: table-cell;
}
.list-img-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.title a{
    font-size: 18px;
    color: #333;
}
.time{
    color: #ccc;
    font-size: 14px;
    padding-bottom: 20px;
}
.simp{
    color: #666;
    font-size: 14px;
}
.list-row-r{
    width: 72%;
    margin-left: 3%;
    margin-top: 25px;
}
.list-row:hover{
    background: #d4faff;
}
.add_more{ display: inline-block; width:20%; line-height: 40px; height: 40px; background: #58cada; color: #fff; border-radius:5px;}
@media screen and (max-width:1024px) {
    .list-img-box{
        float: left;
        width: 30%;
    }
    .list-row-r{
        width: 60%;
        margin-left: 5%;
        margin-top: 20px;
    }
}
@media screen and (max-width:800px) {
    .list-img-box{
        float: left;
        width: 40%;
    }
    .list-row-r{
        width: 50%;
        margin-left: 5%;
        margin-top: 10px;
    }
    .add_more{ width: 100%;}
}
@media screen and (max-width:600px) {
    .list-img-box{
        float: none;
        width: 96%;
        padding: 2%;
        display:block;
    }
    .list-row-r{
        width: 96%;
        margin-left: 2%;
        margin-top: 10px;
    }
}