@charset "UTF-8";

/* 组件ID */
#info_news_1600_008 {
    font-size: 16px;
}

.info_news_1600_008 {
    width: 100%;
    padding: 0 0 105px 0;
    background: #fff url(../images/bg01.jpg) no-repeat center bottom;
    background-size:cover;
}
.info_news_1600_008 .title{
margin-top:100px;
}

.info_news_1600_008 .imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    /*display: block;*/
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.info_news_1600_008 .imged img {
    display: none;
}

.info_news_1600_008 a:hover .imged {
    transform: scale(1.1);
}



 /* 视频容器样式 - 关键部分 */
.info_news_1600_008  .video-pic{
display:none;
}
.info_news_1600_008 .video-container {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            width: 100%;
            overflow: hidden;
           padding-bottom:0;
        }
 /* 实现高度为宽度65%的技巧 */
.info_news_1600_008  .aspect-ratio-wrapper {
            position: relative;
            width: 100%;
            padding-top: 65%; /* 关键设置 */
        }
.info_news_1600_008 video {
            width: 100%;
            background: #000;
  position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            outline: none;
        }
.info_news_1600_008 a:hover  .video-container {
    transform: scale(1);
}

.info_news_1600_008 .overflow_l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_news_1600_008 .scale {
    overflow: hidden;
}

/* 组件样式 */

.info_news_1600_008 .infonews16-08-wid {
    max-width: 1600px;
    margin: 0 auto;
}

.info_news_1600_008 .infonews16-08-tit {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_news_1600_008 .infonews16-08-tit h3 p {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.info_news_1600_008 .infonews16-08-tit h3 span {
    font-size: 24px;
    color: #999;
    display: inline-block;
    padding-left: 10px;
}

/*  */
.infonews08-t {
    margin-top: 53px;
}

.info_news_1600_008 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_news_1600_008 .infonews08-t li {
    width: 31.31%;
}

.info_news_1600_008 .infonews08-t li * {
    transition: 0.5s;
}

.info_news_1600_008 .infonews08-t li a {
    display: block;
    position: relative;
}

.info_news_1600_008 .infonews08-t li .con {
    padding: 20px 0 15px 0;
    position: relative;
}

.info_news_1600_008 .infonews08-t li .con::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    opacity: 1;
    z-index: -1;
}

.info_news_1600_008 .infonews08-t li h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 30px;
    margin-bottom: 14px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_news_1600_008 .infonews08-t li h4 {
    font-size: 14px;
    color: #999;
    margin-bottom: 26px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px;
    display: none;
}

.info_news_1600_008 .infonews08-t li p {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #262626;
    border-top: 1px solid #D8D8D8;
    padding: 17px 20px 0 20px;
}

.info_news_1600_008 .infonews08-t li p span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    margin-right: 5px;
}

.info_news_1600_008 .infonews08-b li {
    width: 31.5%;
    margin-top: 20px;
}

.info_news_1600_008 .infonews08-b li * {
    transition: 0.5s;
}

.info_news_1600_008 .infonews08-b li a {
    display: flex;
    align-items: center;
    padding: 28px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.info_news_1600_008 .infonews08-b li .wm_date {
    width: 86px;
    padding-right: 20px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #D1D1D1;
}

.info_news_1600_008 .infonews08-b li .con {
    flex: 1;
    min-width: 0;
    padding-left: 15px;
}

.info_news_1600_008 .infonews08-b li h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_news_1600_008 .infonews08-b li h4 {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_news_1600_008 .infonews08-b li .wm_date span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}

.info_news_1600_008 .infonews08-b li .wm_date p {
    font-size: 14px;
    line-height: 1;
    color: #262626;
    margin-top: 9px;
}


@media screen and (min-width: 1200px) {
    .info_news_1600_008 .infonews08-t li a:hover .con {
       
    }

    .info_news_1600_008 .infonews08-t li a:hover .con::after {
        opacity: .9;
    }



    .info_news_1600_008 .infonews08-t li a:hover h4 {
        padding: 0;
    }

    .info_news_1600_008 .infonews08-t li a:hover p {
     
    }

    .info_news_1600_008 .infonews08-t li a:hover {
        transform: translateY(-13px);
    }

    .info_news_1600_008 .infonews08-b li:hover a {
        background: #eefafd;
        background-size: 100% 100%;
        box-shadow: 0px 7px 14px 0px #DBDBDB;
    }






}

@media screen and (max-width: 1600px) {
    .info_news_1600_008 .infonews16-08-wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media screen and (max-width: 1024px) {
    .info_news_1600_008 {
        padding: 0 0 30px 0;
    }

.info_news_1600_008 .title{
margin-top:30px;
}
    .infonews08-t {
        margin-top: 30px;
    }

    .info_news_1600_008 .infonews08-t li h3,
    .info_news_1600_008 .infonews08-b li h3 {
        font-size: 16px;
    }

    .info_news_1600_008 .infonews08-t li p {
        font-size: 14px;
    }

    .info_news_1600_008 .infonews08-t li p span {
        font-size: 20px;
    }

    .info_news_1600_008 .infonews08-t li .con {
        padding: 20px 0 10px 0;
    }

    .info_news_1600_008 .infonews08-b li a {
        padding: 20px;
    }

    .info_news_1600_008 .infonews08-b li {
        margin-top: 20px;
    }

    .info_news_1600_008 .infonews08-b li .wm_date {
        padding-right: 15px;
        width: 70px;
    }

    .info_news_1600_008 .infonews08-b li .wm_date span {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
 .info_news_1600_008 {
        padding: 0 0 30px 0;
    background: #fff url(../images/bg01m.jpg) no-repeat center bottom;
    background-size:cover;
    }
.info_news_1600_008  .video-container  {
display:none !important;
opacity:0;
height:0;
}
.info_news_1600_008 video{
display:none !important;
opacity:0;
height:0;
}
.info_news_1600_008 .video-pic {
display:block;
}

}