@charset "UTF-8";

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 1s;
    font-weight: inherit;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #fff;
}

/* 组件ID */
#info_arc_1600_003 {
    font-size: 16px;
}

/* 组件样式 */
.info_arc_1600_003 {}

.info_arc_1600_003 .infoarc16_3_wid {
    max-width: 1400px;
    margin: 0 auto;
}

.info_arc_1600_003 .infoarc16_3_wid_c {

    display: flex;

    align-items: center;

    margin-top: 45px;
}

.info_arc_1600_003 .infoarc16_3_l {
    width: 63.5%;
}

.info_arc_1600_003 .infoarc16_3_l ul li a {
    display: block;
}

.info_arc_1600_003 .infoarc16_3_l ul li a .modulepic {
    padding-top: 65%;
}

.info_arc_1600_003 .infoarc16_3_r {
    flex: 1;
    min-width: 0;
    background: url(../images/infoarc16_3_rbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 90px 50px 70px 50px;
}

.info_arc_1600_003 .infoarc16_3_r>ul {
    position: relative;
}

.info_arc_1600_003 .infoarc16_3_r ul li a {
    display: block;
}

.info_arc_1600_003 .infoarc16_3_r ul li a div {
    display: flex;
}

.info_arc_1600_003 .infoarc16_3_r ul li a div span {
    display: block;
    font-family: Georgia;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 17px;
}

.info_arc_1600_003 .infoarc16_3_r ul li a h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 80px;
}

.info_arc_1600_003 .infoarc16_3_r ul li a p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 150px;
    margin-top: 25px;
}

.info_arc_1600_003 .infoarc16_3_r .slick-dots {
    position: static;
    margin-top: 43px;
    text-align: left;
}

.info_arc_1600_003 .infoarc16_3_r .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-left: 35px;
}

.info_arc_1600_003 .infoarc16_3_r .slick-dots li:nth-child(1) {
    margin-left: 0;
}

.info_arc_1600_003 .infoarc16_3_r .slick-dots li span {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid transparent;

    /* 01 */
    color: rgba(255, 255, 255, 0.35);
}

.info_arc_1600_003 .infoarc16_3_r .slick-dots li.slick-active span {
    color: #FFFFFF;
    border-color: #fff;
}

.info_arc_1600_003 .infoarc16_3_r .slick-prev,
.info_arc_1600_003 .infoarc16_3_r .slick-next {
    width: 38px;
    height: 38px;
    top: auto;
    bottom: 0;
    transform: translateY(20px);
    left: auto;
    right: 0;
    border-radius: 50%;
}

.info_arc_1600_003 .infoarc16_3_r .slick-prev {
    background: url(../images/infoarc16_3_r_prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    right: 65px;
}

.info_arc_1600_003 .infoarc16_3_r .slick-next {
    background: url(../images/infoarc16_3_r_next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    right: 0;
}


@media screen and (max-width: 1400px) {
    .info_arc_1600_003 .infoarc16_3_wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info_arc_1600_003 .infoarc16_3_r ul li a p {
        -webkit-line-clamp: 3;
        height: 90px;
    }

    .info_arc_1600_003 .infoarc16_3_r {
        padding: 60px 30px;
    }

    .info_arc_1600_003 .infoarc16_3_r .slick-dots li {
        margin-left: 20px;
    }

    .info_arc_1600_003 .infoarc16_3_r .slick-prev {
        right: 60px;
    }

}

@media screen and (max-width: 1024px) {
    .info_arc_1600_003 .infoarc16_3_wid_c {
        display: block;
    }

    .info_arc_1600_003 .infoarc16_3_l {
        width: 100%;
    }

    .info_arc_1600_003 .infoarc16_3_r {
        flex: none;
        width: 100%;
        background: #006EBC !important;
        background: linear-gradient(180deg, #006EBC 0%, #006EBC 100%) !important;
        padding: 25px 15px;
    }

    .info_arc_1600_003 .infoarc16_3_r ul li a h3 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        margin-top: 15px;
    }

    .info_arc_1600_003 .infoarc16_3_r ul li a p {
        margin-top: 15px;
    }

    .info_arc_1600_003 .infoarc16_3_r .slick-dots {
        margin-top: 20px;
    }

    .info_arc_1600_003 .infoarc16_3_r .slick-dots li {
        margin-left: 10px;
    }

    .info_arc_1600_003 .infoarc16_3_r .slick-prev,
    .info_arc_1600_003 .infoarc16_3_r .slick-next {
        width: 30px;
        height: 30px;
        transform: translateY(0);
    }

    .info_arc_1600_003 .infoarc16_3_r .slick-prev {
        right: 50px;
    }

    .info_arc_1600_003 .infoarc16_3_wid_c {
        margin-top: 15px;
    }

    .info_arc_1600_003 .infoarc16_3_r ul li a div span {
        padding-bottom: 5px;
    }

    .info_arc_1600_003 .infoarc16_3_r ul li a h3 {
        height: initial;
    }
}

@media screen and (max-width: 768px) {
    .info_arc_1600_003 .infoarc16_3_r ul li a h3 {
        font-size: 16px;
    }

    .info_arc_1600_003 {
        margin-top: -15px;
    }
}