@charset "UTF-8";

/* 组件ID */
#info_list_1600_001 {
    font-size: 16px;
}

/* 组件样式 */
@font-face {
    font-family: 'sySong';
    src:
        url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.info_list_1600_001 {

    padding: 80px 0 60px 0;
}

.info_list_1600_001 .infolist16_1_wid {
    max-width: 1600px;
    margin: 0 auto;
}

.info_list_1600_001 .infolist16_1_wid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-ll {
    width: 32%;
    /* margin-right: 3%; */
}

.s3-lr {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-lr>div {
    width: 48%;
}

.info_list_1600_001 .infolist16_1_gg {
    /* width: 31%; */
}

.infolist16_1_tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    margin-bottom: 10px;
}

.infolist16_1_tit1 {
    display: flex;
    align-items: flex-end;
}

.infolist16_1_tit img {
    vertical-align: middle;
}

.infolist16_1_tit h3 {
    font-family: "微软雅黑";
    font-size: 28px;
    font-weight: normal;
    color: #000000;
}

.infolist16_1_tit span {
    display: inline-block;
    vertical-align: middle;
    font-family: '微软雅黑';
    font-size: 18px;
    font-weight: normal;
    color: #E8F1FF;
    margin-left: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}

.infolist16_1_tit span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    width: 1px;
    height: 17px;
    background: #E8F1FF;
}

.infolist16_1_tit .more a {
    display: block;
    font-size: 14px;
    color: #004782;
    transition: all 0.3s;
}

.infolist16_1_tit .more a:hover {
    color: #004782;
}

.infolist16_1_gg ul {
    margin-top: 20px;
}

.infolist16_1_gg ul li {
    border-bottom: 1px dotted #CFDDF3;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all 0.3s;
}

.infolist16_1_gg ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    transition: all 0.3s;
}

.infolist16_1_gg ul li a {
    font-size: 18px;
    color: #000000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: url(../images/infolist16-1-sj.png) no-repeat left center;
    padding-left: 15px;
    transition: all 0.3s;
}

.infolist16_1_gg ul li:hover {
    left: 5px;
}

.infolist16_1_gg ul li:hover a,
.infolist16_1_gg ul li:hover span {
    color: #004782;
}

.s3-l ul li {
    margin: 0 !important;
}

.s3-l ul li:hover {
    left: 0 !important;
}

.s3-l ul li a {
    position: relative;
    display: block;
    padding: 0 !important;
}

.s3-l ul li a .pic {
    padding-top: 71%;
}
.s3-l ul li a .pic1 {
    padding-top: 61%;
}

.s3-l ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 43px;
    background: rgba(0, 0, 0, .4);
    padding-left: 15px;
    padding-right: 150px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-l .slick-dots {
    margin-top: 0;
    position: absolute;
    right: 15px;
    left: auto;
    bottom: 20px;
}

.s3-l .slick-dots li {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    line-height: inherit;
    background: rgba(255, 255, 255, .3);
    margin-left: 13px !important;
}

.s3-l .slick-dots li.slick-active {
    background: #FFAF63;
}

@media screen and (max-width: 1600px) {
    .info_list_1600_001 .infolist16_1_wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .infolist16_1_tit {
        height: 44px;
    }

    .infolist16_1_tit span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {
    .infolist16_1_tit h3 {
        font-size: 26px;
    }

    .infolist16_1_tit img {
        width: 40px;
    }

    .s3-ll {
        width: 360px;
    }

    .info_list_1600_001 .infolist16_1_gg ul li {
        line-height: 44px;
    }
}

@media screen and (max-width: 1200px) {
    .infolist16_1_tit {
        height: 40px;
    }

    .infolist16_1_tit h3 {
        font-size: 20px;
    }

    .infolist16_1_tit img {
        width: 32px;
    }

    .infolist16_1_tit span {
        font-size: 12px;
        margin-left: 4px;
    }

    .infolist16_1_tit span::after {
        left: -10px;
    }
}


@media screen and (max-width: 1024px) {
    .info_list_1600_001 {
        padding: 0 0 30px 0;
    }

    .info_list_1600_001 .infolist16_1_wid {
        display: block;
    }

    .info_list_1600_001 .infolist16_1_gg {
        width: 100%;
        margin-top: 30px;
    }

    .infolist16_1_gg ul {
        margin-top: 10px;
    }

    .infolist16_1_gg ul li {
        line-height: 50px;
    }

    .infolist16_1_gg ul li a {
        font-size: 16px;
    }

    .infolist16_1_gg ul li span {
        font-size: 14px;
    }

    .s3-ll {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .infolist16_1_tit {
        margin-bottom: 15px;
    }

    .info_list_1600_001 {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .infolist16_1_tit span {
        display: none;
    }
}