.cs-zj-rank {
    transform: translateY(-250px);
    position: relative;
    z-index: 20;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}

.cs-rank-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cs-rank-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #eeeeee;
    width: 570px;
    height: 160px;
    margin-bottom: 20px;
}

.cs-rank-list ul li .left {
    width: 249px;
    height: 158px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.38);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.cs-rank-list ul li .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cs-rank-list ul li .left p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.cs-rank-list ul li .left p img {
    margin-right: 10px;
}

.cs-rank-list ul li .tags {
    margin-left: -1px;
}

.cs-rank-list ul li .right {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    margin: 0 17px;
}

.cs-rank-list ul li .right .img {
    width: 71px;
    height: 71px;
    border-radius: 15px;
}

.cs-rank-list ul li .right .img img {
    width: 71px;
    height: 71px;
    border-radius: 15px;
}

.cs-rank-list ul li .right .img:nth-child(2) {
    width: 90px;
    height: 90px;
    background-color: #dcdcdc;
    border-radius: 15px;
}

.cs-rank-list ul li .right .img:nth-child(2) img {
    width: 90px;
    height: 90px;
    background-color: #dcdcdc;
    border-radius: 15px;
}

.bgfff {
    background: #fff;
}

.cs-rank-top {
    display: flex;
    justify-content: space-between;
    height: 62px;
    align-items: center;
    background: rgba(255, 255, 255, .3);
}

.cs-rank-top h1 {
    height: 62px;
    line-height: 62px;
    background: #fff;
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    color: #fe4d4b;
    font-weight: bold;
    position: relative;
}

.cs-rank-top h1::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    background: url('../images/cs_sj.png')no-repeat center;
    height: 62px;
    width: 20px;
}

.cs-rank-top time {
    margin-right: 27px;
    font-size: 16px;
    color: #fff;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.cs-left {
    width: 802px;
}

.cs-right {
    width: 330px;
    margin-top: 20px;
}

.cs-side-rank ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.cs-side-rank ul li {
    width: 160px;
    height: 75px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    padding: 13px 17px;
    margin-bottom: 8px;
}

.cs-side-rank ul li:nth-child(4n+1) {
    background-image: linear-gradient(to right, #fff1f7, #fffcfd);
}


.cs-side-rank ul li:nth-child(4n+2) {
    background-image: linear-gradient(to right, #f4f4ff, #fffcfd);
}


.cs-side-rank ul li:nth-child(4n+3) {
    background-image: linear-gradient(to right, #f7fffc, #fffcfd);
}


.cs-side-rank ul li:nth-child(4n+4) {
    background-image: linear-gradient(to right, #fff8f2, #fffcfd);
}


.cs-side-rank ul li:hover {
    box-shadow: 0px 0px 8px 0px rgba(195, 195, 195, 0.49);
}

.cs-side-rank ul li .time {
    margin: 0;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.cs-side-rank ul li .name {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.cs-side-rank ul li:hover .name {
    color: #fd494d;
}

.cs-side-video ul li{
    margin-top: 20px;
}

.cs-side-video ul li .img {
    display: block;
    width: 100%;
    height: 182px;
    position: relative;
}

.cs-side-video ul li:hover .img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) url('../images/cs_play.png')no-repeat center;
}

.cs-side-video ul li .img img {
    width: 100%;
    height: 182px;
}

.cs-side-video ul li p {
    margin: 0;
    margin-top: 17px;
    align-items: center;
}

.cs-side-video ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cs-side-video ul li .time{
    font-size: 14px;
    color:#888;
}