.internal-panel.news h3{
    font-weight: 500;
}
.internal-panel.news p {
    color: #333;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}
.internal-panel.news p{
    font-size: 20px;
    line-height: 28px;
}
.videolist .item{
    margin-bottom: 30px;
}
.videolist .item .img{
    position: relative;
    cursor: pointer;
}
.videolist .item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.videolist .item .img::after {
    content: "";
    position: absolute;
    background: url(../picture1/icon_play.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.videolist .item.img::before {
    content: "";
    position: absolute;
    background: #00000033;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.mask1 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.pop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 640px;
    /* height: 464px; */
    z-index: 10;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.pop .close {
    text-align: right;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 1;
}
.pop .close img {
    display: inline-block;
    transition: 0.5s;
    width: 40px;
}
.pop .close:hover img {
    transform: rotate(90deg);
}
.prant{
    margin-top: 50px;
    padding: 80px 60px;
    background-color: #050505;
}
.prant h5{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.prant .swiper-slide img{
    height: auto;
    max-width: 100%;
}
.prant .swiper-slide {
    display: flex;
    text-align: center;
    justify-content: center;
}
.gt{
    margin-top: 80px;
}
.team{
 
    max-width: 500px;
    margin: 50px auto;
    background-color: #000;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 8px 12px 0px rgba(142, 142, 142, 0.3);
}
.team .bt{
    display: flex;
}
.team .bit{
    margin-left: 20px;
}
.team h5,.team .txt p,.team .bit p{
    color: #fff;
}
.vidgfs{
    text-align: center;
    margin-bottom: 40px;
}
.vidgfs img{
    width: 400px;
    max-height: 200px;
    object-fit: cover;
}
.videolist {
    margin-top: 50px;
}

.tupian img{
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.tupian .item{
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .vidgfs img {
        width: 100%;
    }
    .prant{
        padding: 80px 15px;
    }
    .team{
        margin: 50px 20px;
    }
 
    .video-side-cta .circle-overlay{
        width: 300px;
        height: 300px;
        right: 0px;
    }
    .video-side-cta {
        margin-top: 30px !important;
        margin-bottom: 20px;
        float: none;
        display: block;
    }
    .videolist .item img{
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
}