@charset "UTF-8";



/* 组件ID */
#info_arc_1600_021 {
    font-size: 16px;
}

/* 组件样式 */
.info_arc_1600_021 {

    position: relative;

    padding: 20px 0 75px 0;
}

.info_arc_1600_021:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -35px;
    background: url(../images/sect3-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* 文字进入式下划线 */
.info_arc_1600_021 .titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#166742, #166742);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 1s;
    font-weight: inherit;
}

.info_arc_1600_021 a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

.info_arc_1600_021 a:hover .titline {
    color: #166742;
}

.info_arc_1600_021 .infoarc16_21_wid {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 9;
}

.infoarc16_21_tit {
    position: relative;
    display: flex;
    justify-content: center;
}

.infoarc16_21_tit div {
    padding: 0 0 0 32px;
    background: url(../images/infoarc16_21_titbg.png) no-repeat;
    background-position: left bottom;

}

.infoarc16_21_tit div h2 {
    line-height: 55px;
    font-size: 32px;
    font-weight: bold;
    color: #042E69;
}

.infoarc16_21_tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #8C8C8C;
}

.infoarc16_21_tit a:hover {
    color: #042E69;
}

.info_arc_1600_021 .infoarc16_21_c {
    margin-top: 60px;
}

.info_arc_1600_021 .infoarc16_21_c>ul {
    display: flex;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li {
    width: 100px;
    cursor: pointer;
    transition: all .8s;
}



.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item {
    overflow: hidden;
    display: block;
    position: relative;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit {
    float: left;
    width: 100px;
    background: linear-gradient(270deg, #063678 0%, #012A63 100%);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-bottom: 40px;
    align-items: center;
    height: 490px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    transition: all 0.5s;
    position: relative;
    z-index: 6;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on {
    width: calc(100% - 300px);
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    background: url(../images/if16_21_txtbg.jpg) no-repeat center top/100% 100%;
    cursor: pointer;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit p {
    color: #FFDA83;
    padding-top: 120px;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit p:after {
    opacity: 1;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemcont {
    display: block;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit b {
    background: url(../images/infoarc16_21_jian.png) no-repeat;
    background-position: center center;
}


.info_arc_1600_021 .infoarc16_21_c>ul>li:nth-child(2n) .inf_item .infoarc16_21_itemtit {
    /* background: #2B82EC; */
}


.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p {
    padding-top: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-bottom: 10px;
    /* writing-mode: vertical-lr;
    writing-mode: tb-lr; */
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p::after {
    content: "";
    position: absolute;
    top: 0;
    width: 7px;
    height: 89px;
    left: 50%;
    transform: translatex(-50%);
    background: url(../images/s4-xq.png) no-repeat center center/100% 100%;
    opacity: 0;
    z-index: -1;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px dashed #fff;
    margin-bottom: 18px;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p em {
    flex: 1;
    min-width: 0;
    width: 20px;
    /* margin: 0 23px; */
    height: auto;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: normal;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit p span {
    border: 1px dashed #FFDA83;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    right: 2%;
    top: 10%;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit p span:after {

    background: #FFDA83;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p span svg path {
    fill: #fff;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit p span svg path {
    fill: #FFDA83;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit b {
    width: 30px;
    height: 30px;
    background: url(../images/infoarc16_21_jia.png) no-repeat;
    background-position: center center;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemcont {
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    padding: 35px 45px;
    display: flex;
    align-items: flex-end;
    width: calc(100% - 100px);
    background: url(../images/infoarc16_21_line.png) no-repeat center right/100% 100%;

    box-shadow: 0px 0px 24px 0px #e1e7ed;
    display: none;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemcont:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../images/s3-xx-top.png) repeat-x left top;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itempic {
    width: 663px;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itempic .modulepic {
    padding-top: 59.7%;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo {
    flex: 1;
    min-width: 0;
    padding: 55px 40px;
    background: #fff;
    position: relative;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #F17920;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E8B438;
    height: 2px;
    width: 33.33%;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3AA1FE;
    height: 2px;
    width: 33.33%;
}


.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo p {
    font-family: Georgia;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: #BBBBBB;
    padding-left: 20px;
    background: url(../images/infoarc16_21_icon.png) no-repeat;
    background-position: left center;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo h3 {
    font-size: 16px;
    font-weight: 350;
    line-height: 26px;
    letter-spacing: 0em;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 130px;
    margin: 25px 0 40px 0;
}

.info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo b {
    display: block;
    height: 15px;
    background: url(../images/infoarc16_21_icon2.png) no-repeat;
    background-position: right center;
}

.list li {
    position: relative;
    padding-left: 20px;
    line-height: 61px;
    position: relative;
    padding-right: 120px;
    border-bottom: 1px solid #E8E8E8;
}

.list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}

.list li a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.list li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #999;
}

.list li:hover span {
    color: #042E69;
}

.list li:hover a {
    font-weight: bold;
    color: #042E69;
}



@media screen and (max-width: 1600px) {
    .info_arc_1600_021 .infoarc16_21_wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itempic {
        width: 450px;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo {
        padding: 20px 15px;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit {
        /* height: 330px; */
        width: 70px;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li {
        width: 70px;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li.on {
        width: calc(100% - 210px);
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemcont {
        padding: 25px 15px;
        left: 70px;
        width: calc(100% - 70px);
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo h3 {
        height: 78px;
    }
}

@media screen and (max-width: 1024px) {
    .info_arc_1600_021 .infoarc16_21_c>ul {
        display: block;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li {
        width: auto;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li.on {
        width: auto;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit {
        width: auto;
        float: none;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 15px 10px;
        height: auto;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p span {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p::after {
        display: none;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemcont {
        position: static;
        /* transform: scaleX(0); */
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li.on .inf_item .infoarc16_21_itemtit p,
    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemtit p {
        writing-mode: horizontal-tb;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 18px !important;
        flex-direction: row;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itemcont {

        width: 100%;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_itempic {
        width: 100%;
    }

    .info_arc_1600_021 .infoarc16_21_c>ul>li .inf_item .infoarc16_21_iteminfo h3 {
        height: auto;
        max-height: 78px;
        margin: 15px 0;
    }

    .info_arc_1600_021 .infoarc16_21_tit {
        justify-content: flex-start;
    }

    .info_arc_1600_021 .infoarc16_21_tit div h2 {
        font-size: 24px !important;
    }

    .info_arc_1600_021 .infoarc16_21_tit .inf_item {
        font-size: 18px !important;
    }

    .info_arc_1600_021 .infoarc16_21_c {
        margin-top: 30px;
    }

    .info_arc_1600_021 {
        padding: 35px 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .infoarc16_21_tit {
        justify-content: space-between;
    }

    .infoarc16_21_tit div h2 {
        font-size: 20px;
    }

    .infoarc16_21_tit a {
        font-size: 14px;
    }

    .list li {
        line-height: 40px;
    }

    .list li span {
        font-size: 14px;
    }

    .list li {
        padding-left: 15px;
        padding-right: 80px;
         width: 124%;
    }

    .list li a {
        font-size: 16px;
    }

    .info_arc_1600_021 .infoarc16_21_c {
        margin-top: 15px;
    }
}