@charset "utf-8";

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 组件ID */
#info_news_1400_042 {
    font-size: 16px;
    padding: 40px 0;
    background: url(/images/sect1_bg.jpg) no-repeat right bottom;
}

/* 组件样式 */
.info_news_1400_042 {}

.info_news_1400_042 .infonews14_42_wid {
    max-width: 1400px;
    margin: 0 auto;
}

.info_news_1400_042 .infonews14_42_tit {
    text-align: center;
    position: relative;
}

.info_news_1400_042 .infonews14_42_titc {
    display: inline-block;
}

.info_news_1400_042 .infonews14_42_titc h3 {
    font-family: 'sySong';
    font-size: 36px;
    line-height: 52px;
    font-weight: bold;
    color: #333333;
}

.info_news_1400_042 .infonews14_42_titc h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    color: #27818D;
}

.info_news_1400_042 .infonews14_42_more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.info_news_1400_042 .infonews14_42_more a {
    display: block;
    font-size: 16px;
    color: #9E9E9E;
    
    background-size: 37px auto;
    padding-right: 42px;
}

.info_news_1400_042 .infonews14_42_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.info_news_1400_042 .infonews14_42_l {
    flex: 1;
    min-width: 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}



.info_news_1400_042 .infonews14_42_r {
    width: 326px;
    margin-right: 25px;
}

.info_news_1400_042 .infonews14_42_r ul {
    padding-top: 23px
}

.info_news_1400_042 .infonews14_42_r ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 9px;
    padding: 11px 0;
    border: 1px solid #DCE5E2;
}

.info_news_1400_042 .infonews14_42_r ul li:first-child a {
    height: 44px;
}

.info_news_1400_042 .infonews14_42_r ul li:first-child a p {
    max-height: 44px;
}

.info_news_1400_042 .infonews14_42_r ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-left: 55px;
    padding-right: 15px;
    position: relative;
    transition: all 0.5s;
}

.info_news_1400_042 .infonews14_42_r ul li:first-child a p {
    line-height: 22px;
}

.info_news_1400_042 .infonews14_42_r ul li a p {
    font-size: 18px;
    line-height: 30px;

    color: #333;
    transition: all 0.5s;
}

.info_news_1400_042 .infonews14_42_r ul li a::after {
    content: '';
    position: absolute;
    left: 29px;
    border: 6px solid transparent;
    border-left: 6px solid #066646;



}



.info_news_1400_042 .infonews14_42_r ul li:hover {
    background: #066646;
}


.info_news_1400_042 .infonews14_42_r ul li:hover a p {
    color: #fff;

}

.info_news_1400_042 .infonews14_42_r ul li:hover a::after {
    border-left: 6px solid #DC5310;
}

.date-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;

}

.date-list.news-list { width: 43%; }

.date-list li {
    width: 50%;
    margin-top: 9px;
}

.date-list.news-list li { width:100%; }

.date-list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0px;
}

.date-list li:hover a {
    background: url(/images/s4-txt-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
}

.date-list li a .date {
    width: 105px;
    text-align: center;
    color: #066646;
    border-right: 1px solid #D7DFDC;
}

.date-list li:hover a .date {
    color: #fff;
}

.date-list li a .date p {
    font-size: 26px;
    font-weight: bold;
    font-family: "sysong";
}

.date-list li a .date span {
    font-size: 14px;
    display: block;
    font-family: "sysong";
}

.date-list li a .txt {
    width: calc(100% - 105px);

    overflow: hidden;
}

.date-list li a .txt p {
  
    line-height: 30px;
    max-height: 60px;
    font-size: 18px;
    color: #333;
    padding-left: 20px;
    padding-right: 15px;
}

.date-list li:hover a .txt p {
    color: #fff;
    font-weight: bold;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

@media screen and (max-width: 1400px) {
    .info_news_1400_042 .infonews14_42_wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .info_news_1400_042 .infonews14_42_titc h3 {
        font-size: 26px !important;
        line-height: 34px;
    }

    .info_news_1400_042 .infonews14_42_titc h4 {
        font-size: 12px !important;
        line-height: 18px;
    }

    .info_news_1400_042 .infonews14_42_more a {
        font-size: 14px !important;
        background-size: 30px auto !important;
        padding-right: 34px;
    }


    .info_news_1400_042 .infonews14_42_l {
        width: 100%;
        margin-top: 15px;
    }

    .info_news_1400_042 .infonews14_42_l ul li .img_bg {
        height: auto;
        padding-top: 65.99%;
    }

    .info_news_1400_042 .infonews14_42_l ul li .infonews14_42jdt-tx span {
        font-size: 14px !important;
        padding: 2px 5px;
    }

    .info_news_1400_042 .infonews14_42_l ul li .infonews14_42jdt-tx h3 {
        font-size: 16px !important;
    }

    .info_news_1400_042 .infonews14_42_l .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .info_news_1400_042 .infonews14_42_l .slick-dots li::after {
        padding: 3px;
    }

    .info_news_1400_042 .infonews14_42_c {
        display: block;
    }

    .info_news_1400_042 .infonews14_42_r {
        width: 100%;
        margin-right: 0;
    }

}

@media screen and (max-width: 768px) {
    #info_news_1400_042 {
        padding: 20px 0;

    }

    .date-list {
        display: block;
    }

    .date-list li {
        width: 100%;
    }

    .date-list li a {
        padding: 10px 0;
    }

    .date-list li a .date {
        width: 75px;
    }

    .date-list li a .txt {
        width: calc(100% - 75px);
    }

    .date-list li a .txt p {
        padding-left: 15px;
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }

    .date-list li a .date p {
        font-size: 18px;
    }

    .date-list li a .date span {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .info_news_1400_042 .infonews14_42_l ul li .infonews14_42jdt-tx {
        padding: 0 20px;
    }

    .info_news_1400_042 .infonews14_42_l ul li .infonews14_42jdt-tx h3 {
        width: calc(100% - 80px);
    }
}