@charset "utf-8";

#info_list_1600_025 {
    overflow: hidden;
  
    width: 100%;
    background: url(../images/ifs16_25l_bg1.png) no-repeat center center/100% 100%;
}

#info_list_1600_025 .ifs16_25_wl .infolist16_32_tit h3 {
    color: #fff;
}

#info_list_1600_025 .ifs16_25_wl .infolist16_32_tit .more a {
    color: #fff;
}

.ifs16_25_w {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
}

.ifs16_25_wl {
    position: relative;
    width: 100%;
    padding: 100px 30px 100px 0;
}

.ifs16_25_wl .infolist16_32_tit .h3::after {
    background: url(../images/infolist16_32_tit1.png) no-repeat;
}

.ifs16_25_wl:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;

}

.ifs16_25_wl ul {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
}

.ifs16_25_wl ul li {
    width: 50%;
    background: url(../images/ifs16_25_xx.png) no-repeat left bottom/100% auto;
}

.ifs16_25_wl ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 26px 0;
    padding-right: 10px;
}

.ifs16_25_wl ul li:nth-child(2n) a {
    padding-left: 10px;
}

.ifs16_25_wl ul li a .date {
    text-align: center;
    color: #FFD793;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.ifs16_25_wl ul li a .date p {
    font-family: Georgia;
    font-size: 30px;
}

.ifs16_25_wl ul li a .date span {
    font-size: 14px;
    font-family: Georgia;
    color: #D1D1D1;
}

.ifs16_25_wl ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}

.ifs16_25_wl ul li a .txt p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ifs16_25_wl ul li a .txt p i {
    font-style: normal;
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#FFDB9E, #FFDB9E);
    /* background-position: left top; */
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.ifs16_25_wl ul li:hover a .txt p i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}


.ifs16_25_wr {
    position: relative;
    width: 43%;
    padding: 100px 0 100px 60px;
}

.ifs16_25_wr .infolist16_32_tit .h3::after {
    background: url(../images/infolist16_32_tit2.png) no-repeat;
}

.ifs16_25_wr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 99%;
    width: calc(100% + (100vw - 1600px)/2);
    background: url(../images/ifs16_25r_bg.png) no-repeat center center/100% 100%;
}

.ifs16_25_wr ul {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}

.ifs16_25_wr ul li {
    width: 48%;
}

.ifs16_25_wr ul li a {
    display: block;
}

.ifs16_25_wr ul li a .scale {
    overflow: hidden;
    position: relative;
}

.ifs16_25_wr ul li a .imged {
    position: relative;

    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
    padding-bottom: 127.55%;
}

.ifs16_25_wr ul li a p {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1600px) {
    #info_list_1600_025 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ifs16_25_wl:after,
    .ifs16_25_wr:after {
        width: calc(100% + 15px);
    }
}

@media screen and (max-width: 1200px) {
    .ifs16_25_w {
        display: block;
    }

    .ifs16_25_wl {
        width: 100%;

        padding: 20px 0;
    }

    .ifs16_25_wl:after {
        background: #004ea1;
        width: calc(100% + 30px);
        right: -15px;
    }

    .ifs16_25_wr {
        width: 100%;
        padding: 20px 0;

    }

    .ifs16_25_wr:After {
        background: #fbf5ec;
        width: calc(100% + 30px);
        left: -15px;
    }
}

@media screen and (max-width: 768px) {
    .ifs16_25_wl ul li {
        width: 100%;
    }

    .ifs16_25_wl ul li a {
        padding: 15px 0;
    }
.ifs16_25_wl ul li:nth-child(2n) a{padding-left:0;}
    .ifs16_25_wl ul li a .txt p {
        font-size: 16px;
    }

    .ifs16_25_wr ul li a p {
        font-size: 16px;
    }
}