@import url("../../css/style.css");
@import url("../../video/css/video.css");
body{
    background: #fff !important;
}
.content h2{
    font-size: 32px;
}
.content h3{
    font-size: 24px;
    padding-top: 20px;
}
.news-video{
    border: 4px solid #ffc40e;
    position: relative;
    margin-top: 35px;
}
.news-video video{
    width: 100%;
    object-fit: fill;
    display: block;
}
.play_video{
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.goVideoPage{
    font-size: 18px;
    color: #898989;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    padding-left: 38px;
}
.goVideoPage:hover,.goPhotoPage:hover{
    color: #898989;
}
.goVideoPage::before{
    content: "";
    display: block;
    width: 28px;
    height: 23px;
    background: url(../img/news-shot.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.news-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 50px;
}
.news-about{
    padding: 0 60px 60px 60px;
    background: url(../img/about-cat-bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}
.news-about .news-title{
    color: #fff;
}
.news-about p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 1.6;
}
.news-about a{
    color: #efc002;
}
.news-photo{
    margin-top: 45px;
    border: 4px solid #ffc40e;
}
.news-photo img{
    width: 100%;
}
.goPhotoPage{
    font-size: 18px;
    color: #898989;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    padding-left: 37px;
}
.goPhotoPage::before{
    content: "";
    display: block;
    width: 27px;
    height: 21px;
    background: url(../img/news-photo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.content{
    padding-bottom: 30px;
}
.content .ptwo{
    padding-top: 0;
}
.content p{
    padding-bottom: 0;
}


.about-cat h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 50px;
    color: #fff;
}
.about-cat{
    padding: 0 60px 60px 60px;
    background: url(../img/about-cat-bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}
.about-cat p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 1.6;
}
.about-cat a{
    color: #efc002;
}


/* 210730 */
.news-flex{
    display: flex;
    justify-content: center;
    margin: 0 -10px
}
.news-flex img{
    display: block;
    width: 100%;
}
.news-flex .f-w{
    margin: 10px; 
}
.news-flex .f-w2{
    width: 70%; 
}
.news-flex .f-w3{
    width: calc(33.3333% - 20px);
}

@media (max-width: 992px){
    .news-title{
        font-size: 30px;
        padding-top: 30px;
    }
    .content{
        padding-bottom: 0;
        padding-top: 15px;
    }
    .about-cat p{
        font-size: 16px;
    }
    .content h3{
        font-size: 22px;
    }
    .about-cat{
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .goVideoPage,.goPhotoPage{
        font-size: 16px;
    }
    .content{
        padding-bottom: 30px;
    }
}
@media (max-width: 768px){
    .banner .container{
        padding: 0;
        width: 100%;
    }
    .content h2{
        font-size: 18px;
    }
    .content h2::before{
        top: 3px;
        height: 18px;
    }
    .content p{
        padding-bottom: 0;
        padding-top: 12px;
    }
    .news-video{
        border: 2px solid #ffc40e;
        margin-top: 12px;
    }
    .play_video{
        width: 40px;
        height: 40px;
    }
    .goVideoPage{
        margin-top: 10px;
        font-size: 14px;
        padding-left: 22px;
    }
    .goVideoPage::before{
        width: 16px;
        height: 12px;
    }
    .about-cat h3{
        font-size: 18px;
        line-height: 1.4;
        padding-top: 20px;
    }
    .about-cat{
        background: url(../img/about-cat-bg-mb.jpg) no-repeat;
        padding: 0 15px 25px 15px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .goPhotoPage{
        margin-top: 10px;
        font-size: 14px;
        padding-left: 28px;
    }
    .goPhotoPage::before{
        width: 18px;
        height: 13px;
    }
    .content{
        padding-bottom: 17px;
    }
    .about-cat p{
        padding-bottom: 0;
        padding-top: 15px;
        font-size: 14px;
    }
    .content h3{
        font-size: 16px;
        padding-top: 15px;
    }
    .news-photo{
        margin-top: 0;
        border: 2px solid #ffc40e;
    }
    .goPhotoPage::before{
        top: 4px;
        transform: translateY(0);
    }

    
    /* 210730 */
    .news-flex{
        flex-wrap: wrap;
        margin: 0;
    }
    .news-flex .f-w{
        margin: 10px 0; 
    }
    .news-flex .f-w2,.news-flex .f-w3{
        width: 100%;
    }
    .news-flex .f-w3 img{
        width: 60%;
        margin: 0 auto;
    }
}