
.zs_list{
    padding-bottom: 40px;
}
.zs_list .item{
    padding: 25px 20px 25px 0px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.zs_list .item:hover{
  background: #f4f5f7;
}
.zs_list .zs_img{
    box-sizing: border-box;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
}
.zs_list img{
    width: 100%;
    height: 100%;
}
.zs_list .content{
    box-sizing: border-box;
    margin-left: 30%;
    width: 70%;
    position: relative;
}
.zs_list .title{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.zs_list .summary{
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}
    .zs_list .bottom {
        padding-top: 20px;
        color: #666;
        height: 40px;
        line-height: 40px;
    }
.zs_list .editor{
    float: left;margin-right: 50px;
}
.zs_list .editor span{
    color: #0a3c6d;
}
.button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e90025;
    color: #e90025;
    box-sizing: border-box;
}
.button:hover{
   background:#e90025 ;
   color: white;
}
.button:active{
    background:#e90025 ;
    color: white;
 }
.page{
    box-sizing: border-box;
    width: 100%;
    padding: 50px 20px;
    margin: auto;
}
.page img{
    width: 60%;
    display: block;
    margin: auto;
}


@media screen and (max-width:1200px) {
    
}
@media screen and (max-width:800px) {
    .zs_content{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .zs_list .item {
        padding: 15px 0;
    }.zs_list .zs_img {
        box-sizing: border-box;
        width: 30%;
    }.zs_list .content {
        padding-left: 10px;
    }.zs_list .title {
        font-size: 16px;
        padding-bottom: 10px;
    }.zs_list .summary {
        height: 50px;
        font-size: 14px;
        line-height: 25px;
    }.zs_list .bottom {
        font-size: 14px;
        padding-top: 10px;
    }/*.button {
        position: relative;
        font-size: 14px;
        margin-top: 10px;
        width: 70px;
        height: 25px;
        line-height: 25px;
    }*/
}
@media screen and (max-width:700px) {
    .zs_list .editor {
        float: none;
        margin-right: 0px;
        margin-bottom:5px;
    }
    /* .zs_list .bottom {
        display: none;
    } */
    .zs_list .title {
        font-size: 14px;
        padding-bottom: 10px;
    }.zs_list .summary {
        height: 36px;
        font-size: 12px;
        line-height: 18px;
    }.zs_list .bottom {
        display: none;
        /* font-size: 12px;
        padding-top: 10px; */
    }.button {
        /* display: none; */
        position: relative;
        font-size: 12px;
        margin-top: 10px;
        width: 60px;
        height: 23px;
        line-height: 23px;
    }
    .zs_list .zs_img{
        box-sizing: border-box;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ededed;
    }
    .zs_list img{
        width: 100%;
        height: 100%;
    }
    .zs_list .content{
        margin-left: 40%;
        width: 60%;
    }

}