.dots {
    bottom: 10px;
}

.i1 {
    padding-top: 9px;
    background: #fff;
}
.i2 {
    width: 1200px;
    margin: 0 auto;
}
.i3 {
    display: flex;
}
.i4 {
    width: 50% !important;
    flex-grow: 1;
    height: 337px;
    position: relative;
    overflow: auto;
}
.i4 ul li {
    float: left;
}
.i4 ul li img {
    width: 100%;
    height: 337px;
}
.i5 {
    width: 50%;
    flex-grow: 1;
    margin-left: 9px;
}
.i6 {
    margin-top: 2px;
}
.i7 {
    display: flex;
    height: 70px;
    padding: 15px 13px 15px 10px;
    background: #fff;
    cursor: pointer;
}
.i7:not(:last-child) {
    margin-bottom: 2px;
}
.i7:hover {
    -webkit-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
}
.i8 {
    width: 150px;
    height: 70px;
    flex-shrink: 0;
}
.i8 img {
    width: 100%;
    height: 100%;
}
.i8 .img-video {
    cursor: pointer;
}
.i9 {
    flex-grow: 1;
    min-width: 0;
    margin-left: 11px;
}
.i10 {
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i10:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #cc0000;
}
.i11 {
    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;
}

.i12 {
    display: flex;
    margin-top: 12px;
}
.i13 {
    width: 50%;
    flex-grow: 1;
}
.i14 {}
.i15 {
    margin-left: 9px;
}

.i16 {
    margin-top: 9px;
}
.i17 {
    display: flex;
    margin-top: 2px;
}
.i18 {
    width: 50%;
    flex-grow: 1;
}
.i18:not(:first-child) {
    margin-left: 9px;
}

.wk0 {
    height: 312px;
}
.wk0 ul li img {
    width: 100%;
    height: 312px;
}

.wk1 {
    padding: 26px 17px 28px 19px;
    background: #fff;
}
.wk2 {
    display: flex;
}
.wk2:not(:first-child) {
    margin-top: 23px;
}
.wk3 {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background: #ccc;
    color: #fff;
    border-radius: 3px;
}
.wk3-1 {
    background-color: #e00b0b;
}
.wk3-2 {
    background-color: #ff6633;
}
.wk3-3 {
    background-color: #ffcc33;
}
.wk4 {
    flex-grow: 1;
    margin-left: 12px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}