.is1 {
    padding-top: 9px;
    background: #fff;
}
.is2 {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
.is3 {
    width: 1200px;
    margin: 0 auto;
}
.is4 {}
.is5 {
    display: flex;
    height: 70px;
    padding: 15px 13px 15px 10px;
    background: #fff;
}
.is5:not(:last-child) {
    margin-bottom: 2px;
}
.is6 {
    width: 150px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
}
.is6 img {
    max-width: 100%;
}
.is6 .img-video {
    cursor: pointer;
}
.is7 {
    flex-grow: 1;
    margin-left: 11px;
}
.is8 {
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
}
.is9 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
    /*省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}