/*系列视频*/
.series-title {
    width: 100%;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    font-size: 0.32rem;
    position: relative;
    color: #333333;
    font-weight: bold;
    background-color: #fbfbfb;
}

.series-title a {
    width: 0.18rem;
    height: 0.32rem;
    background: url(/images/v1/mg10.png) no-repeat;
    background-size: 100% 100%;
    top: 0.18rem;
    left: 0.2rem;
    display: block;
    position: absolute;
}

/*精彩视频*/
.videos-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.videos-container a {
    height: 2.72rem;
    width: 3.48rem;
    flex-shrink: 0;
    position: relative;
}

.videos-container a:nth-child(even) {
    margin-left: 0.14rem;
}

.videos-container a div {
    display: block;
    width: 3.48rem;
    height: 2.1rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.videos-container a img {
    height: 100%;
}

.videos-container a p {
    height: 0.62rem;
    line-height: 0.62rem;
    width: 100%;
    text-align: center;
    color: #484848;
    overflow: hidden;
}

.videos-container a span {
    display: block;
    height: 0.96rem;
    width: 0.96rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0.57rem;
    background: url(/images/v1/mg19.png) no-repeat center center;
    background-size: 100% 100%;
}

/*系列图片*/
.imgs-container {
    /*column-count: 2;*/
    /*column-gap: 0.14rem;*/
    font-size: 0;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.container .load-more{
    margin:0 auto;
}
.imgs-container .img-li {
    width: 3.48rem;
    margin-right: 0.14rem;
    margin-bottom: 0.2rem;
    border-radius: 0.08rem;
    display: inline-block;
}
.imgs-container .img-li:nth-child(even){
    margin-right:0;
}
/*.imgs-container .img-li:nth-child(even) {*/
    /*margin-right: 0;*/
/*}*/

.imgs-container .img-li img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 0.08rem;
}
