.yaowendongtai-page .yu-common-flex .yu-common-flex-subelement:nth-of-type(1) {
    width: 58%;
}
.yaowendongtai-page .yu-common-flex .yu-common-flex-subelement:nth-of-type(2) {
    width: 42%;
}
@media screen and (max-width:768px) {
    .yaowendongtai-page .yu-common-flex .yu-common-flex-subelement {
        width: 100% !important;
    }
}


.yaowendongtai-page .news-swiper.swiper-container {
    width: 100%;
    height: 365px;
    overflow: hidden;
}

.yaowendongtai-page .news-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.yaowendongtai-page .news-swiper a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.yaowendongtai-page .news-swiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yaowendongtai-page .news-swiper a .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    padding: 15px;
    line-height: 1;
}

.yaowendongtai-page .news-swiper a .bottom .left {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yaowendongtai-page .news-swiper a .bottom .right {
    width: 50px;
    text-align: right;
}
.yaowendongtai-page .news-swiper a .bottom .right span {
    font-size: 1.2em;
    color: #dc5535;
}

@media screen and (max-width:768px) {
    .yaowendongtai-page .news-swiper.swiper-container {
        height: 200px;
    }
}

.yaowendongtai-page .block-link-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.yaowendongtai-page .block-link-box a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    text-shadow: 3px 3px 5px #FFFFFF;
    letter-spacing: .2em;
    font-size: .4rem;
    font-family: '宋体';
    font-weight: bolder;
    color: #0851A0;
    background-size: cover;
    white-space: nowrap;
    min-height: 80px;
    background-image: url('../images/index/yaowendongtai/1_bg.png');
}
.yaowendongtai-page .block-link-box a:nth-last-of-type(1) {
    margin-bottom: 0;
    background-image: url('../images/index/yaowendongtai/2_bg.png');
}
.yaowendongtai-page .block-link-box a:hover {
    opacity: .8;
}
.yaowendongtai-page .block-link-box a img {
    max-width: 80%;
}
@media screen and (max-width:768px) {
    .yaowendongtai-page .block-link-box {
        height: 80px;
        flex-direction: row;
    }
    .yaowendongtai-page .block-link-box a {
        font-size: 20px;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    .yaowendongtai-page .block-link-box a:nth-last-of-type(1) {
        margin-left: 15px;
    }
}

.yaowendongtai-page .zhuanfang-link {
    display: block;
    position: relative;
    width: 100%;
    height: 230px;
}
.yaowendongtai-page .zhuanfang-link .img-box {
    overflow: hidden;
}
.yaowendongtai-page .zhuanfang-link .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yaowendongtai-page .zhuanfang-link .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 1;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.45);
}


.yaowendongtai-page .vr-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #095FBC;
    font-size: 18px;
    font-weight: bold;
    padding-left: 34px;
    background-image: url('../images/index/yaowendongtai/live.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.yaowendongtai-page .vr-link:hover {
    opacity: .85;
}


.vshi-list {
    display: flex;
    margin: 0 -13px;
}
.vshi-list .wrap {
    width: calc(100% / 3);
    padding: 13px;
}
.vshi-list .item .img-box {
    position: relative;
    background: #fff;
    padding-bottom: 61%;
    overflow: hidden;
}
.vshi-list .item .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vshi-list .item .img-box img:hover {
    transform: scale(1.1);
    transition: .3s;
}
.vshi-list .item .txt {
    color: #000;
    line-height: 1;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 0 1px 1px 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media screen and (max-width:768px) {
    .vshi-list {
        flex-wrap: wrap;
    }
    .vshi-list .wrap {
        width: 100%;
    }
    .vshi-list .wrap:nth-of-type(1) {
        padding-top: 0;
    }
    .vshi-list .wrap:nth-last-of-type(1) {
        padding-bottom: 0;
    }
}



#swiperZhuanti {
    padding: 0 15px;
}
@media screen and (max-width: 768px) {
    #swiperZhuanti {
        padding: 0;
    }
}