@charset "utf-8";
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsisMore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.crumbs {
    width: 1170px;
    margin: 10px auto;
    padding: 10px;
}
.crumbs a {
    padding: 20px 0 20px 0;
    font-size: 14px;
    color: #333333 !important;
}
.crumbs .active:before {
    color: #CCCCCC;
    content: ">";
    padding: 0 5px;
}
.crumbs .active {
    font-size: 14px;
    color: #2196f3 !important;
}
.wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #F5F6F9;
}
.wrap .container {
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
    margin: 0 auto;
    padding: 33px 0 0 0;
}
.wrap .container .play_back_li {
    list-style: none;
    text-align: center;
    width: 270px;
    cursor: pointer;
    list-style: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(205,207,208,0.3);
    border-radius: 5px;
    padding: 20px 20px 16px 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.wrap .container .play_back_li:nth-child(4n) {
    margin-right: 0;
}
.wrap .container .play_back_li .coverImg {
    width: 230px;
    height: 129px;
    background: #000000;
    opacity: 0.5;
}
.play_back_li .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
}
.play_back_li .play_back{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
}

.play_back_li .title_name {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    padding-bottom: 10px;
}
.play_back_li .time_city {
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    display: flex;
    justify-content: space-between;
}
