.newsList{
    list-style: none;
    border-top: 1px solid #E5E5E5;
    margin-bottom: .3rem;
}
.newsList li{
    border-bottom: 1px solid #E5E5E5;
}
.newsLink{
    display: flex;
    align-items: center;
    padding: .18rem 0;
}
.newsImg{
    width: 20%;
    max-height: 130px;
    flex-shrink: 0;
    overflow: hidden;
}
.newsImg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.newsTime{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    font-size: 16px;
    color: #DEDEDE;
    line-height: 1.2;
    background-color: var(--baseColor);
    text-align: center;
    flex-shrink: 0;
}
.newsTime p strong{
    color: #FFFFFF;
    font-size: 175%;
}
.newsCen{
    flex: auto;
    overflow: hidden;
    padding: 0 3.7% 0 3%;
}
.videoText .newsTit,
.newsCen .newsTit{
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: .1rem;
    transition: all .3s;
}
.newsInfo{
    color: #666666;
    line-height: 26px;
    height: 52px;
    -webkit-line-clamp: 2;
}
.newsLink:hover .newsTit{
    color: var(--baseColor);
}
.newsLink:hover .newsImg img{
    transform: scale(1.05);
}

.picList .newsLink{
    padding: .24rem 0;
}
.picList .newsImg{
    width: 25%;
    max-height: 209px;
}
.picList .newsCen{
    padding-right: 0;
}
.picList .newsInfo{
    height: 78px;
    -webkit-line-clamp: 3;
    margin: .2rem 0;
}
.picTime{
    color: var(--baseColor);
    margin-top: .2rem;
}

.videoList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.17rem;
}
.videoList::before{
    display: block;
    content: "";
    width: calc(100% - .34rem);
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    left: .17rem;
    top: 0;
}
.videoList li{
    width: 50%;
    padding: 0 .17rem;
}
.videoLink{
    display: block;
    padding: .25rem 0;
    height: 100%;
    border-bottom: 1px solid #E5E5E5;
}
.videoImg{
    padding-bottom: 53.84%;
}
.playIco{
    display: block;
    width: 62px;
    height: 62px;
    background: url(../images/play.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.videoText{
    padding: .2rem 0 0;
}
.videoLink:hover .imgBg{
    transform: scale(1.05);
}
.videoLink:hover .newsTit{
    color: var(--baseColor);
}

.newsText{
    display: block;
}
.newsText img{
    display: block;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
}
.newsName{
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin: .15rem 0;
}
.newsMsg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.newsMsg span{
    margin: 0 .15rem;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}
.newsMsg span.time{
    background-image: url(../images/news/time.png);
}
.newsMsg span.author{
    background-image: url(../images/news/author.png);
}
.newsMsg span.views{
    padding-left: 22px;
    background-image: url(../images/news/views.png);
    background-size: 18px auto;
}
.newsPage{
    display: flex;
    justify-content: space-between;
    color: #333333;
    margin: .4rem -.1rem .2rem;
}
.newsPage p{
    max-width: 50%;
    padding: 0 .1rem;
    flex-shrink: 0;
}
.newsPage p a{
    color: #666666;
}
.newsPage p a:hover{
    color: var(--baseColor);
}

@media (max-width:1600px) {

}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .newsTime{
        width: 70px;
        height: 70px;
        font-size: 12px;
    }
    .videoText .newsTit,
    .newsCen .newsTit{
        font-size: 16px;
    }
    .picList .newsInfo{
        margin: 0;
    }
    .picTime{
        margin-top: 0;
    }
    .playIco{
        width: 42px;
        height: 42px;
    }

}
@media (max-width:991px) {
    .picList .newsInfo{
        height: 52px;
        -webkit-line-clamp: 2;
    }
    .videoList{
        margin: 0 -.1rem;
    }
    .videoList::before{
        left: .1rem;
        width: calc(100% - .2rem);
    }
    .videoList li{
        padding: 0 .1rem;
    }
    .videoLink{
        padding: .2rem 0;
    }
    .newsPage{
        display: block;
    }
    .newsPage p{
        max-width: 100%;
    }

}
@media (max-width:767px) {
    .newsImg{
        width: 30%;
        min-width: 150px;
    }
    .newsCen{
        padding-right: 0;
    }
    .newsTime{
        display: none;
    }

}
@media (max-width:640px) {
    .videoList li{
        width: 100%;
    }
    .videoList .newsInfo{
        height: auto;
    }
    .newsName{
        font-size: 18px;
    }
    .newsMsg{
        font-size: 12px;
    }

}
@media (max-width:460px) {
    .newsLink{
        display: block;
    }
    .newsImg{
        width: 100%;
        max-height: none;
        margin: 0 auto 10px;
    }
    .newsCen{
        padding: 0;
    }
    .videoText .newsTit,
    .newsCen .newsTit{
        font-size: 15px;
        font-weight: bold;
    }
    .newsInfo{
        line-height: 22px;
        height: auto;
    }
    .picList .newsImg{
        width: 100%;
        max-height: none;
    }
    .picList .newsInfo{
        height: auto;
    }

}