.newsBg{
    padding: .6rem 0;
}
.newsBg .page{
    margin: 0;
}
.newsTop{
    margin: .4rem 0 .3rem;
}
.newsLeft{
    width: 47.29%;
    max-width: 780px;
}
.newsImg{
    padding-bottom: 61.57%;
    margin-bottom: .2rem;
}
.newsRight{
    width: 47.29%;
}
.newsRight .newsList{
    margin: 0;
}
.newsRight .newsList li{
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-bottom: 1px solid #D8D8D8;
}
.newsRight .newsLink{
    padding: .25rem 0;
}
.newsRight .newsList li:first-child .newsLink{
    padding-top: 0;
}
.newsList{
    list-style: none;
    margin: .3rem 0;
}
.newsList li{
    width: 49%;
    max-width: 700px;
    margin-bottom: .3rem;
}
.newsLink{
    display: block;
    padding: .15rem 0;
    background-color: #FFFFFF;
    overflow: hidden;
}
.newsTime{
    float: left;
    width: 130px;
    height: 130px;
    max-width: 1.4rem;
    max-height: 1.4rem;
    margin-right: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    transition: all .3s;
}
.newsTime strong{
    line-height: 1.1;
    font-family: "DINAlternate";
}
.newsItem{
    overflow: hidden;
}
.newsTit{
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
    margin-bottom: .1rem;
    transition: all .3s;
}
.newsCon{
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.newsLink:hover .newsTime{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.newsLink:hover .newsTit{
    color: var(--baseColor);
}
.newsLink:hover .newsCon{
    color: var(--baseColor);
}

.newsHead{
    margin: 0 0 .3rem;
    border-bottom: 1px solid #D8D8D8;
}
.newsHead .breadNav{
    margin: 0;
    margin-left: .1rem;
}
.newsHead .left{
    overflow: hidden;
}
.newsHead .title{
    line-height: 1.6;
}
.newsHead .time{
    margin: 5px 0;
}
.newsBody{
    margin: .4rem 0 .6rem;
}
.newsPage{
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    font-weight: bold;
}
.newsPage p i{
    font-size: 120%;
    font-weight: normal;
}
.newsPage p span{
    margin: 0 10px;
}
.newsPage a{
    color: #222222;
    transition: all .3s;
}
.newsPage a:hover{
    color: var(--baseColor);
}
.newsPage .item{
    width: 50%;
    padding: .2rem;
}
.newsPage .item + .item{
    border-left: 1px solid #DDDDDD;
    text-align: right;
}
.backList{
    display: block;
    width: fit-content;
    padding: .1rem .48rem;
    line-height: 30px;
    background: var(--baseColor);
    margin: .3rem 0;
    transition: all .3s linear;
}
.backList:hover{
    opacity: .9;
}

/* video */
.videoList{
    margin: 0 -.17rem;
}
.videoList li{
    width: 33.33%;
    padding: 0 .17rem;
    margin-bottom: .2rem;
}
.videoLink{
    display: block;
    cursor: pointer;;
}
.videoImg{
    padding-bottom: 57.46%;
}
.videoImg::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/product/video.png) center center no-repeat;
    background-size: 11% auto;
    z-index: 1;
}
.videoTit{
    margin: .1rem 0;
}

@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .newsBg{
        padding: .4rem 0;
    }
    .newsTop{
        display: block;
        margin: .3rem 0;
    }
    .newsLeft{
        width: 100%;
        max-width: 100%;
        margin-bottom: .2rem;
    }
    .newsTit{
        font-size: 16px;
        line-height: 30px;
        height: auto;
        margin-bottom: .1rem;
    }
    .newsRight{
        width: 100%;
    }
    .newsRight .newsLink{
        padding: .2rem 0;
    }
    .newsTime{
        width: 90px;
        height: 90px;
        margin-right: .2rem;
    }
    .newsList{
        margin: .2rem 0;
    }
    .newsList li{
        margin-bottom: .2rem;
    }
    .newsLink{
        padding: .1rem 0;
    }

    .newsHead .breadNav{
        float: none;
        margin-left: 0;
        text-align: left;
    }
    .newsHead .title{
        font-size: 20px;
        margin: .1rem 0;
    }
    .newsBody{
        margin: .3rem 0 .5rem;
    }

    .videoList{
        margin: .2rem -.1rem;
    }
    .videoList li{
        padding: 0 .1rem;
        margin-bottom: .1rem;
    }


}
@media (max-width:991px){
    .videoList li{
        width: 50%;
    }
    

}
@media (max-width:767px){
    .newsList li{
        width: 100%;
    }
    .newsPage{
        display: block;
        font-size: 14px;
        line-height: 1.6;
    }
    .newsPage .item{
        width: 100%;
        padding: .1rem .2rem;
    }
    .newsPage .item + .item{
        border-left: none;
        border-top: 1px solid #DDDDDD;
    }
    .backList{
        margin: .3rem auto;
    }

}
@media (max-width:640px){

}
@media (max-width:460px){
    .newsHead .title{
        font-size: 18px;
    }
}