.first-part-bg {
    background: url(./../image/metting-index-col-bg01.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-color: #F0EEF2;
}

.hy-index-top1bottom3 .dflex1 {
    background-color: #ffffff;
}

.hy-index-picLtxtR .list .imgs {
    width: 44.77%;
}

.hy-index-picLtxtR .list .imgs .imgsFix {
    width: calc(100% - 20px);
    left: 10px;
}

.hy-index-picLtxtR .list .imgs .imgsFix .fullImg {
    background-color: #ffffff;
}

.hy-index-picLtxtR .list .rightBox {
    border: none;
    padding: 6.7796% 3.5%;
}

.hy-index-top1bottom3 .cards {
    border: none;
    background-color: #ffffff;
}

.index-title .more {
    background-color: transparent;
}

.second-part-bg {
    background: url(./../image/metting-index-col-bg02.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-color: #F7F1E5;
    padding-bottom: 20px;
}

.txtTitle-area a.txtTitle {
    border: none;
}

.second-part-bg .hy-index-picLtxtR .listBox .list {
    background-color: #ffffff;
}

.index-title .title-ctn {
    width: 100%;
}

.index-title .more {
    width: 140px;
    transform: translateY(0);
    top: 0;
    bottom: 10px;
}

.index-title .more a {
    border: none;
}

.left1Right2PicTxt .leftOne,
.left1Right2PicTxt .rightTwo .list {
    background-color: #ffffff;
    border: none;
}


.left1Right2PicTxt .list:first-child .rightBox {
    padding: 18px 10px 18px 20px;
}


.topNews {
    position: relative;
    padding: 24px 38px;
    background: #ffffff;
    margin-bottom: 30px;
}

.topNews .gongbao {
    position: absolute;
    left: 0;
    top: 0;
    width: 142px;
    height: 100%;
    background: url(./../image/metting-index-icon-hot.png) no-repeat center top 40px;
    background-size: 64px 64px;
}

.topNews .gongbao::after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #E8E8E8;
    position: absolute;
    top: 52px;
    right: 0;
}

.topNews .ctn {
    margin-left: 145px;
    width: calc(100% - 142px);
}

.topNews .ctn .title {
    font-weight: bold;
    font-size: 32px;
    color: #6A493E;
    line-height: 40px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
}

.topNews .ctn .title:hover a {
    color: #BD0900;
}

.topNews .ctn .desc {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 32px;
    overflow: hidden;
}

/*视频区域*/
.hy-video-four {
    overflow: hidden;
}

.hy-video-four .videolist {
    display: flex;
}

.hy-video-four .videolist .videoItem {
    width: calc((100% - 100px)/4);
    padding: 10px;
    margin-right: 30px;
    float: left;
    background-color: #ffffff;
    box-shadow: 10px 10px 0px rgba(247, 223, 193, 1);
    margin-bottom: 20px;
}

.hy-video-four .videolist .videoItem:nth-child(4n) {
    margin-right: 10px;
}

.videolist .imgsFix {
    padding-bottom: 56.4%;
}

.videolist .imgsFix {
    padding-bottom: 56.4%;
}

.titleArea {
    padding: 0 10px;
}

.titleArea .title {
    font-weight: bold;
    font-size: 18px;
    color: #6A493E;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden;
    margin: 20px 0;
}

.titleArea .videoNum {
    text-align: right;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}

.playBtn {
    width: 40px;
    height: 40px;
    background: url(./../image/metting-pub-video-btn-nor.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-20px);
}

.videoItem:hover .playBtn {
    background-image: url(./../image/metting-pub-video-btn-sel.png);
}

.videoItem:hover .title {
    cursor: pointer;
    color: #AF2123;
}



.hy-list-main-container .hy-video-four .videolist .videoItem {
    border: 1px solid #E8E8E8;

}

/*带图片的卡片*/
.cardWithPic-swiper .swiper-slide {
    width: 460px;
    height: 299px;
}

.cardWithPic .cards {
    width: 380px;
    height: 289px;
    background-color: #ffffff;
    box-shadow: 10px 10px 0px rgba(247, 223, 193, 1);
    padding: 40px;
    padding-right: 110px;
    box-sizing: border-box;
}

.mySwiper_Container {
    margin-left: calc((100% - 1180px)/2);
    padding-bottom: 90px;
}

.inner-myContainer {
    width: 1180px;
}

.inner-myContainer-in {
    width: 100%;
}

.swiper-slide-ctn {
    position: relative;
}

.swiper-slide-ctn .imgs {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    width: 165px;
    height: 230px;
}

.swiper-slide-ctn .imgs .imgsFix {
    padding-bottom: 139.393939393939%;
}

.cardWithPic .cards .title {
    margin-top: 18px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden;
}

.cardWithPic .cards .index-detail {
    margin-top: 70px;
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
}

.cardWithPic .cards:hover .title a {
    color: #BD0900;
}
.cardWithPic .cards:hover .index-detail{
   border-top: 1px solid #BD0900;
}
.cardWithPic .list {
    position: relative;
}

.btn-area {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    width: 182px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: calc(50% - 91px);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
}

.cardWithPic-swiper-button-prev,
.cardWithPic-swiper-button-next {
    width: 48px;
    height: 48px;
    background: url(./../image/metting-pub-scroll-btn-back-nor.png) no-repeat center center;
    background-size: cover;
}

.cardWithPic-swiper-button-next {
    background-image: url(./../image/metting-pub-scroll-btn-next-nor.png);
}

.cardWithPic-swiper-button-next:hover {
    background-image: url(./../image/metting-pub-scroll-btn-next-sel.png);
}

.cardWithPic-swiper-button-prev:hover {
    background-image: url(./../image/metting-pub-scroll-btn-back-sel.png);
}

@media screen and (max-width: 1400px) {
    .mySwiperContainer_in {
        padding-left: 32px;
    }

    .inner-myContainer_in {
        width: calc(100% - 64px);
    }

}

@media screen and (max-width: 1200px) {


    .mySwiper_Container {
        width: 100%;
        margin-left: 0;
        padding-bottom: 64px;

    }

    .mySwiperContainer_in {
        padding-left: 16px;
    }

    .inner-myContainer {
        width: 100%;
    }

    .inner-myContainer_in {
        width: calc(100% - 16px);
    }

}

@media screen and (max-width: 900px) {
    .hy-header-mob .header-nor-list a {
        border-bottom: 1px solid #CAC4CA;
    }
        .hy-index-picLtxtR .list .rightBox {
        padding: 30px 20px;
    }

    .hy-main-container.index-container {
        margin-top: calc(53.3333333333vw - 100px);
    }

    .hy-index-picLtxtR .list .imgs .imgsFix {
        width: calc(100% - 10px);
        left: 5px;
    }

    .hy-index-picLtxtR .list .imgs {
        width: 100%;
    }

    .left1Right2PicTxt .list.leftOne .rightBox {
        padding: 30px 15px 10px 15px;
    }
    .left1Right2PicTxt .rightTwo .list .rightBox{
       padding:11px 10px 11px 15px;
    }

    .left1Right2PicTxt a.title {
        height: 48px;
        line-height: 24px;
    }

    .topNews {
        position: relative;
        padding: 13px 10px;
        background: #ffffff;
        margin-bottom: 20px;
    }

    .topNews .gongbao {

        width: 62px;
        height: 100%;
        background: url(./../image/metting-index-icon-hot.png) no-repeat center top 20px;
        background-size: 32px 32px;
    }

    .topNews .gongbao::after {

        height: 32px;
        top: 19px;
    }

    .topNews .ctn {
        margin-left: 63px;
        width: calc(100% - 63px);
    }

    .topNews .ctn .title {
        font-size: 16px;
        color: #6A493E;
        line-height: 24px;
        margin-bottom: 0px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        height: 48px;
    }

    .topNews .ctn .desc {
        display: none;
    }

    .hy-video-four .videolist .videoItem {
        width: calc((100% - 23px) / 2);
        padding: 5px;
        margin-right: 12px;
        float: left;
        background-color: #ffffff;
        margin-bottom: 17px;
        box-shadow: 5px 5px 0px rgba(247, 223, 193, 1);
    }

    .hy-video-four .videolist .videoItem:nth-child(2n) {
        margin-right: 5px;
    }

    .titleArea .title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin: 10px 0;
    }

    .titleArea .videoNum {
        text-align: right;
        color: #666666;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .playBtn {
        width: 24px;
        height: 24px;
        transform: translateX(-10px);
    }





}

@media screen and (max-width: 750px) {

    .cardWithPic-swiper .swiper-slide {
        width: 290px;
        height: 189px;
    }

    .cardWithPic .cards {
        width: 240px;
        height: 182px;
        background-color: #ffffff;
        box-shadow: 6px 6px 0px rgba(247, 223, 193, 1);
        padding: 20px;
        padding-right: 85px;
        box-sizing: border-box;
    }

    .swiper-slide-ctn .imgs {
        width: 104px;
        height: 145px;
        top: 20px;
    }

    .cardWithPic-swiper-button-prev,
    .cardWithPic-swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .btn-area {
        width: 120px;
        bottom: 28px;
        margin-left: calc(50% - 60px);
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        font-size: 12px;
    }

    .mySwiper_Container {
        padding-bottom: 40px;
    }

}

.hy-main-container.index-container {
    background: linear-gradient(180deg, #F0EEF2 0%, #F7F1E5 100%);
}

.index-container .hy-md {
    background: url(./../image/metting-index-col-bg02.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40px;
}

.swiper-pagination-current {
    color: #F99C34;
    font-size: 1.2em;
    font-weight: bold;
}


