.list-warp {
    height: 90%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0px 30px 0;
    background-color: #fff;
}
.tag_kscx{
    background: #1a439e;
    color: #fff;
    width: 22%;
    /* padding: 8px 10px; */
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.img_box{
    width: 100%;
}
.img_kscx{
    margin: 0 180px;
}
.list-warp_box{
    border-bottom: 2px solid #ccc;
    margin-top: 20px;
}
.list-warp_box p{
    font-size: 16px;
    line-height: 40px;
}