@charset "UTF-8";

@font-face {
    font-family: 'sySong';
    src:
        url('../font/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 组件ID */
#info_list_1600_023 {
    font-size: 16px;
}

/* 组件样式 */
.info_list_1600_023 {
    display: flex;
    flex-wrap: wrap;
}

.info_list_1600_023 .infolist16_23_wid {
    max-width: 1600px;
    margin: 0 auto;
}

.info_list_1600_023 .infolist16_23_l {
    width: 57.91%;
    background: url(../images/infolist16_23_lbg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 8.33%;
    padding-right: 4.01%;
    padding-top: 55px;
}


.info_list_1600_023 .infolist16_23_r {
    width: 42.09%;
    background: url(../images/infolist16_23_rbg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 55px;
}

.infolist16_23_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infolist16_23_tit h3 b {
    font-family: 'sySong';
    font-size: 32px;
    font-weight: bold;
    color: #BB2316;
}

.infolist16_23_tit h3 b span {
    color: #333;
}

.infolist16_23_r .infolist16_23_tit h3 b {
    /* color: #fff; */
}

.infolist16_23_tit h3 p {
    display: block;
    font-family: Georgia;
    font-size: 15px;
    font-weight: normal;
    color: #939393;
}

.infolist16_23_r .infolist16_23_tit {
    padding-left: 7.42%;
    padding-right: 19.8%;
}

.infolist16_23_r .infolist16_23_tit h3 p {
    /* color: #fff; */
}

.infolist16_23_more {
    position: relative;
    right: 0;
    transition: all .6s;
}

.infolist16_23_more a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    background: url(../images/infolist16_23_more.png) no-repeat left center;
    background-size: 76px 24px;
    padding-left: 86px;


}

.infolist16_23_more:hover {
    right: 5px;
}

.infolist16_23_r .infolist16_23_more a {

    /* color: #fff; */

    /* background-image: url(../images/infolist16_23_more2.png); */
}

.infolist16_23_more a:hover {
    color: #BB2316;
}

.infolist16_23_r .infolist16_23_more a:hover {
    color: #fff;
}

.info_list_1600_023 .infolist16_23_lt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    position: relative;
    margin-top: 37px;
}

.info_list_1600_023 .infolist16_23_lt a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #D0D0D0;
}

.info_list_1600_023 .infolist16_23_ltl {
    width: 53.71%;
    display: flex;
    justify-content: space-between;
}

.info_list_1600_023 .infolist16_23_lt_date {
    width: 55px;
    text-align: center;
}

.info_list_1600_023 .infolist16_23_lt_date>p {
    font-family: Bahnschrift;
    font-size: 28px;
    color: #BB2316;
}

.info_list_1600_023 .infolist16_23_lt_date>span {
    display: block;
    font-family: Bahnschrift;
    font-size: 14px;
    color: #B5B5B5;
}

.info_list_1600_023 .infolist16_23_lt_tx {
    width: calc(100% - 85px);
}

.info_list_1600_023 .infolist16_23_lt_tx h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.info_list_1600_023 .infolist16_23_lt_tx>p {
    font-size: 14px;
    line-height: 27px;
    max-height: 81px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 23px;
}

.info_list_1600_023 .infolist16_23_lt_imgbox {
    width: 39.31%;
}

.info_list_1600_023 .infolist16_23_lt_img {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.info_list_1600_023 .infolist16_23_lt_img span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s;
}

.info_list_1600_023 .infolist16_23_lt a:hover .infolist16_23_lt_img span {
    transform: scale(1.1);
}

.info_list_1600_023 .infolist16_23_lt a:hover .infolist16_23_lt_tx h3 {
    font-weight: bold;
}

.info_list_1600_023 .infolist16_23_ld ul {
    display: flex;
    flex-wrap: wrap;
}

.info_list_1600_023 .infolist16_23_ld ul li {
    margin-top: 30px;
    width: 30.85%;
    margin-left: 3.725%;
}

.info_list_1600_023 .infolist16_23_ld ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.info_list_1600_023 .infolist16_23_ld ul li a {
    display: block;
    background: #fff;

    padding: 20px 20px 30px 20px;
    position: relative;
    transition: all 0.5s;
}

.info_list_1600_023 .infolist16_23_ld ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #BB2316;
    transition: all 0.5s;
}

.info_list_1600_023 .infolist16_23_ld ul li a span {
    display: block;
    font-family: Bahnschrift;
    font-size: 14px;
    color: #BB2316;
    margin-bottom: 13px;
    transition: all 0.5s;
}

.info_list_1600_023 .infolist16_23_ld ul li a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    height: 84px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.info_list_1600_023 .infolist16_23_ld ul li:hover a {
    background-image: url(../images/infolist16_23_ld2.jpg);
}

.info_list_1600_023 .infolist16_23_ld ul li:hover a::after {
    background: #BF251B;
}

.info_list_1600_023 .infolist16_23_ld ul li:hover a span,
.info_list_1600_023 .infolist16_23_ld ul li:hover a h3 {
    color: #fff;
}


.info_list_1600_023 .infolist16_23_r ul {
    padding-top: 8px;
    padding-bottom: 102px;
}

.info_list_1600_023 .infolist16_23_r ul li {
    padding-left: 7.42%;
    padding-right: 19.8%;
    position: relative;
    z-index: 1;
}

.info_list_1600_023 .infolist16_23_r ul li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: url(../images/infolist16_23_rlibg.png) no-repeat;
    background-size: cover;
    transition: all 0.5s;
    z-index: -1;
}

.info_list_1600_023 .infolist16_23_r ul li:hover::after {
    width: 100%;
}

.info_list_1600_023 .infolist16_23_r ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    position: relative;
}

.info_list_1600_023 .infolist16_23_r ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(208, 208, 208, 0.3);
}

.info_list_1600_023 .infolist16_23_r ul li:hover a::after {
    display: none;
}

.info_list_1600_023 .infolist16_23_r ul li a .infolist16_23_rdate {
    text-align: center;
    width: 60px;
}

.info_list_1600_023 .infolist16_23_r ul li a .infolist16_23_rdate>p {
    font-family: Bahnschrift;
    font-size: 28px;
    color: #BB2316;
}

.info_list_1600_023 .infolist16_23_r ul li a .infolist16_23_rdate>span {
    display: block;
    font-family: Bahnschrift;
    font-size: 14px;
    color: #B5B5B5;
}

.info_list_1600_023 .infolist16_23_r ul li:hover a .infolist16_23_rdate>p,
.info_list_1600_023 .infolist16_23_r ul li:hover a .infolist16_23_rdate>span {
    color: #BB2316;
}

.info_list_1600_023 .infolist16_23_r ul li a h3 {
    width: calc(100% - 90px);
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    max-height: 56px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_list_1600_023 .infolist16_23_r ul li:hover a h3 {
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
    .info_list_1600_023 .infolist16_23_wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info_list_1600_023 .infolist16_23_l {
        padding-left: 15px;
    }

    .info_list_1600_023 .infolist16_23_r .infolist16_23_tit {
        padding-right: 15px;
    }

    .info_list_1600_023 .infolist16_23_r ul li {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {

    .info_list_1600_023 .infolist16_23_l {
        width: 100%;
        padding-bottom: 30px;
        padding-right: 15px;
        padding-top: 30px;
    }

    .infolist16_23_tit h3 b {
        font-size: 24px !important;
    }

    .infolist16_23_tit h3 p {
        font-size: 12px !important;
    }

    .infolist16_23_more a {
        font-size: 12px !important;
        line-height: 26px;
        background-size: 56px 18px !important;
        padding-left: 66px;
    }

    .info_list_1600_023 .infolist16_23_lt a {
        margin-top: 20px;
    }

    .info_list_1600_023 .infolist16_23_lt_tx h3 {
        font-size: 16px !important;
        line-height: 26px;
        height: 52px;
    }

    .info_list_1600_023 .infolist16_23_lt_tx>p {
        font-size: 12px !important;
        line-height: 24px;
        max-height: 72px;
        margin-top: 20px;
    }

    .info_list_1600_023 .infolist16_23_lt_date>p {
        font-size: 24px !important;
    }

    .info_list_1600_023 .infolist16_23_lt_date>span {
        font-size: 12px !important;
    }

    .info_list_1600_023 .infolist16_23_r {
        width: 100%;
        padding-top: 30px;
    }

    .info_list_1600_023 .infolist16_23_r ul li {
        padding-left: 15px;
    }

    .info_list_1600_023 .infolist16_23_r ul li a .infolist16_23_rdate>p {
        font-size: 24px !important;
    }

    .info_list_1600_023 .infolist16_23_r ul li a .infolist16_23_rdate>span {
        font-size: 12px !important;
    }

    .info_list_1600_023 .infolist16_23_r ul li a {
        padding: 20px 0;
    }

    .info_list_1600_023 .infolist16_23_r ul {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .info_list_1600_023 .infolist16_23_ltl {
        width: 100%;
    }

    .info_list_1600_023 .infolist16_23_lt_imgbox {
        width: 100%;
        margin-top: 20px;
    }

    .info_list_1600_023 .infolist16_23_lt_tx {
        width: calc(100% - 70px);
    }

    .info_list_1600_023 .infolist16_23_lt_img {
        height: auto;
        padding-top: 66.86%;
    }

    .info_list_1600_023 .infolist16_23_ld ul li {
        margin-top: 20px;
        width: 48%;
        margin-left: 4%;
    }

    .info_list_1600_023 .infolist16_23_ld ul li:nth-child(3n + 1) {
        margin-left: 4%;
    }

    .info_list_1600_023 .infolist16_23_ld ul li:nth-child(odd) {
        margin-left: 0;
    }

    .info_list_1600_023 .infolist16_23_r ul li a h3 {
        font-size: 16px !important;
    }

    .info_list_1600_023 .infolist16_23_r ul {
        padding-bottom: 15px;
    }
}