@charset "UTF-8";



/* 组件ID */
#info_enr_1400_001 {
    font-size: 16px;
   
}

/* 组件样式 */
.info_enr_1400_001 {}

/* 文字进入式下划线 */
.info_enr_1400_001 .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;
}

.info_enr_1400_001 a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

.info_enr_1400_001 a:hover .titline {
    color: #004EA1;
}

.info_enr_1400_001 .infoenr14_1_wid {
    max-width: 1600px;
    margin: 0 auto;
}

.info_enr_1400_001 .infoenr14_1_wid {
    display: flex;
}

.info_enr_1400_001 .infoenr14_1_l {



    padding: 50px 80px;

    position: relative;

    z-index: 1;

    width: 51%;
}

.info_enr_1400_001 .infoenr14_1_l:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 12px;
    right: 16px;
    background: #FFFFFF;
    border-radius: 0px 0px 40px 0px;
    box-shadow: 0px 5px 33px 0px rgba(225, 236, 249, 0.3);
    z-index: 2;
}

.info_enr_1400_001 .infoenr14_1_l:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E9F2FC 0%, rgba(225, 238, 252, 0) 100%);
    border-radius: 0px 0px 40px 0px;
}

.info_enr_1400_001 .infoenr14_1_r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
    padding: 50px 40px 50px 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 100%);
    border-radius: 40px 0px 0px 0px;
}

.info_enr_1400_001 .infoenr14_1_l ul {
    position: relative;
    z-index: 9;
}

.info_enr_1400_001 .infoenr14_1_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.info_enr_1400_001 .infoenr14_1_tit div {
    min-width: 160px;
    
    background-position: center bottom;
    text-align: center;
    padding-bottom: 20px;
}

.info_enr_1400_001 .infoenr14_1_tit div h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(235, 235, 236, 0.15);
}

.info_enr_1400_001 .infoenr14_1_tit div h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: -15px;
}

.info_enr_1400_001 .infoenr14_1_tit a {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    flex: 1;
    min-width: 0;
    text-align: right;
    display: flex;
    align-items: center;
}

.info_enr_1400_001 .infoenr14_1_tit a::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 10px;
    
    background-position: right center;
    margin-right: 10px;
    margin-left: 10px;
}

.infoenr14_1_l ul li {
    position: relative;
    /* margin-top: 35px; */
    border-bottom: 1px dashed #D2E2F3;
}

.infoenr14_1_l ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #004EA1;
    width: 0;
    transition: all .6s;
}

.infoenr14_1_l ul li:hover:after {
    width: 100%;
}

.infoenr14_1_l ul li:last-child {
    border-bottom: none;
}

.infoenr14_1_l ul li:nth-child(1) {
    margin-top: 0;
}

.infoenr14_1_l ul li a {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.infoenr14_1_l ul li a span {
    width: 70px;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    position: relative;
}

.infoenr14_1_l ul li:hover a span {
    color: #004EA1;
}

.infoenr14_1_l ul li a span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    opacity: 0.3;
    height: 16px;
    background: rgba(51, 51, 51, .7);
}

.infoenr14_1_l ul li a h3 {
    flex: 1;
    min-width: 0;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    color: #333;
}

.info_enr_1400_001 .infoenr14_1_r::before {}

.info_enr_1400_001 .infoenr14_1_r::after {}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_tit {
    position: relative;
    z-index: 9;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_tit div {
   
    background-position: center bottom;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_tit a::before {
   
    background-position: right center;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_tit a {
    color: #9E9E9E;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_tit h3 {
    color: #EBEBEC;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_tit h2 {
    color: #282828;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst {
    position: relative;
    z-index: 9;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a {
    display: flex;
    align-items: center;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .modulepics {
    width: 320px;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .modulepics .modulepic {
    padding-top: 64%;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo {
    flex: 1;
    min-width: 0;
    padding-left: 18px;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo div {
    display: flex;
    align-items: flex-end;
    padding-right: 30px;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo div b {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #333;
    font-family: Georgia;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo div span {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #9E9E9E;
    font-family: Georgia;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0em;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
    margin: 0 0 15px 0;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: rgba(51, 51, 51, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    height: 60px;
}

.info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo i {
    position: absolute;
    right: 0;
    bottom: 12px;
    display: block;
    width: 28px;
    height: 20px;
    background: url(../images/infoenr14_1_icon5.png) no-repeat;
    background-position: right center;
    z-index: 9;
}

.info_enr_1400_001 .infoenr14_1_r ul {
    position: relative;
    z-index: 9;
    margin-top: 26px;
    /* padding-bottom: 60px; */
}

.info_enr_1400_001 .infoenr14_1_r ul li {
    /* margin-top: 35px; */
    border-top: 1px dashed #D2E2F3;
}

.info_enr_1400_001 .infoenr14_1_r ul li:nth-child(1) {
    margin-top: 0;
}

.info_enr_1400_001 .infoenr14_1_r ul li a {
    display: flex;
    align-items: center;
    padding: 25px 0;
    padding-left: 18px;
    position: relative;
}

.info_enr_1400_001 .infoenr14_1_r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #999999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.info_enr_1400_001 .infoenr14_1_r ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0em;
    color: #333;
}

.info_enr_1400_001 .infoenr14_1_r ul li a span {
    font-size: 20px;
    font-weight: normal;
    line-height: 16px;
    color: #333;
    width: 110px;
    text-align: right;
    font-family: Georgia;
}

.info_enr_1400_001 .infoenr14_1_r ul li a:hover p {
    color: #004EA1;
    font-weight: 600;
}

.info_enr_1400_001 .infoenr14_1_r ul li a:hover span {
    color: #004EA1;
}

@media screen and (max-width: 1600px) {
    .info_enr_1400_001 .infoenr14_1_wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info_enr_1400_001 .infoenr14_1_r,
    .info_enr_1400_001 .infoenr14_1_l {
        padding: 30px;
    }

}

@media screen and (max-width: 1200px) {
    .info_enr_1400_001 .infoenr14_1_l {
        width: 40%;
    }

    .info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .modulepics {
        width: 290px;
    }
}

@media screen and (max-width: 1024px) {
    .info_enr_1400_001 .infoenr14_1_tit div h2 {
        font-size: 24px !important;
        line-height: 24px !important;
        margin-top: -10px;
    }

    .infoenr14_1_l ul li a {
        padding: 15px 0;
    }

    .info_enr_1400_001 .infoenr14_1_r ul li a {
        padding: 15px 0;
        padding-left: 18px;
    }

    .info_enr_1400_001 .infoenr14_1_tit div {
        background-size: auto 10px !important;
        min-width: 140px;
    }

    .info_enr_1400_001 .infoenr14_1_tit div h3 {
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .info_enr_1400_001 .infoenr14_1_wid {
        display: block;
    }

    .info_enr_1400_001 .infoenr14_1_l {
        width: 100%;
        padding: 15px;
    }

.info_enr_1400_001 .infoenr14_1_l:before{right:0;}

    .infoenr14_1_l ul li a h3,
    .infoenr14_1_l ul li a span,
    .info_enr_1400_001 .infoenr14_1_r ul li a p {
        font-size: 16px !important;
    }

    .info_enr_1400_001 .infoenr14_1_r {
        padding: 15px;
    }

    .info_enr_1400_001 .infoenr14_1_r::after {
        top: 10px;
        right: 10px;
    }

    .info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a {
        display: block;
    }

    .info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .modulepics {
        width: auto;
    }

    .info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo {
        padding-left: 0;
        margin-top: 20px;
    }

    .info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo h3 {
        font-size: 16px !important;
    }

    .info_enr_1400_001 .infoenr14_1_r .infoenr14_1_rfirst a .moduleinfo div b {
        font-size: 24px !important;
        line-height: 24px !important;
    }


    .info_enr_1400_001 .infoenr14_1_r ul li a span {
        font-size: 14px !important;
        width: 90px;
    }

    .info_enr_1400_001 .infoenr14_1_r ul li a {
        padding-left: 10px;
    }

    .info_enr_1400_001 .infoenr14_1_r ul {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .infoenr14_1_l ul li a span {
        width: 60px;
    }

    .info_enr_1400_001 .infoenr14_1_tit {
        margin-bottom: 25px;
    }
}