@charset "utf-8";

/* 组件ID */
#info_news_1600_008 {
    font-size: 16px;
}

.info_news_1600_008 {
    width: 100%;
    padding: 55px 0;
    background: url(../images/ifc6-8bg.png) no-repeat center bottom/cover;
}

.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 .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;
}

/*  */
.info_news_1600_008 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_news_1600_008 .infonews08-t li {
    width: 31.5%;

}

.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 {
    height: 215px;
    padding: 15px 0 0 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: 0;
    z-index: -1;
}

.info_news_1600_008 .infonews08-t li h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    height: 60px;
    margin-bottom: 10px;
}

.info_news_1600_008 .infonews08-t li h4 {
    font-size: 16px;
    color: #999;
    margin-bottom: 12px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D2D2D2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_news_1600_008 .infonews08-t li p {
    display: flex;
    align-items: flex-end;
    color: #8E7365;
    font-size: 16px;
    font-family: 'ss_normal';
}

.info_news_1600_008 .infonews08-t li p span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-right: 10px;
    line-height: 1;
}




@media screen and (min-width: 1200px) {
    .info_news_1600_008 .infonews08-t li a:hover .con::after {
        opacity: 1;
    }

    .info_news_1600_008 .infonews08-t li a:hover h3 {
        color: #9E2121;
        font-weight: bold;
    }

    .info_news_1600_008 .infonews08-t li a:hover {
        transform: translateY(-30px);
    }

    .info_news_1600_008 .infonews08-b li a:hover::after {
        width: 100%;
    }

    .info_news_1600_008 .infonews08-b li a:hover h4,
    .info_news_1600_008 .infonews08-b li a:hover h3,
    .info_news_1600_008 .infonews08-b li a:hover p,
    .info_news_1600_008 .infonews08-b li a:hover span {
        color: #fff;
    }

    .info_news_1600_008 .infonews08-b li a:hover h4 {
        opacity: .68;
    }

    .info_news_1600_008 .infonews08-b li a:hover .wm_date span,
    .info_news_1600_008 .infonews08-b li a:hover .wm_date p {
        color: #fff;
    }


}

@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 .infonews16-08-wid{
}
    .info_news_1600_008 {
        padding: 20px 0 0 0;
    }

    .info_news_1600_008 .infonews08-t li {
        width: 32%;
    }

    .info_news_1600_008 .infonews08-t li h3 {
        font-size: 18px;
        margin-bottom: 10px;
        height: auto;
    }



    .info_news_1600_008 .infonews08-t li {
        width: 100%;

    }



    .info_news_1600_008 li p span {
        font-size: 22px;
    }

    .info_news_1600_008 .infonews16-08-tit {
        margin-bottom: 20px;
    }

    .info_news_1600_008 .infonews16-08-tit h3 span {
        font-size: 20px;
    }

    .info_news_1600_008 .infonews08-t li .con {
        height: auto;
    }

    .info_news_1600_008 .infonews08-t li h4 {
        padding-bottom: 10px;
    }



    .info_news_1600_008 .infonews08-b li h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .info_news_1600_008 .infonews08-b li h4 {
        line-height: 1.5;
    }

    .info_news_1600_008 .infonews08-b li .wm_date {
        width: 70px;
        padding-right: 10px;
    }

    .info_news_1600_008 .infonews08-b li .wm_date span,
    .info_news_1600_008 .infonews08-t li p span {
        font-size: 22px !important;
    }

    .info_news_1600_008 .infonews08-b li .con {
        width: calc(100% - 70px);
        padding-left: 15px;
    }

    .info_news_1600_008 li h3 {
        font-size: 14px !important;
        /* line-height:1.6 !important; */
    }

    .info_news_1600_008 li h4 {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .info_news_1600_008 .infonews16-08-tit h3 p {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 900px) {
    .info_news_1600_008 .scale{
        width:80%;
        margin: 0 auto;
    }
}