@font-face {
    font-family: "PingFangBold";;
    /*src: url("../ttf/PingFang Bold.ttf");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PingFangHeavy";
    /*src: url("../ttf/PingFang Heavy.ttf");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PingFangMedium";
    /*src: url("../ttf/PingFang Medium.ttf");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PingFangRegular";
    /*src: url("../ttf/PingFang Regular.ttf");*/
    font-weight: normal;
    font-style: normal;
}

.box_size_width {
    width: 100%;
    /*overflow-x: hidden;*/
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1920px) {
    .box_size_width {
        width: 1920px;
        /*overflow-x: hidden;*/
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .box_size_width {
        width: 100%;
        /*overflow-x: hidden;*/
    }
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .box_size_width {
        width: 100%;
        /*overflow-x: hidden;*/
    }
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .sm_hidden {
        display: none !important;
    }
}
@media only screen and (min-device-width: 768px) {
    .lg_hidden {
        display: none !important;
    }
}
@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .sm_flex_column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .sm_margin_bottom_10 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-device-width: 320px) {
    .box_size_width {
        width: 100%;
        /*width: 375px;*/
        /*margin-left: 10%;*/
        /*overflow-x: hidden;*/
        margin: -1px auto;
    }
}

@media only screen and (min-device-width: 1920px) {
    .box_size_width {
        width: 100%;
        /*overflow-x: hidden;*/
    }
}

.row_title_1 {

    width: 1200px;
    height: 40px;
    color: #111F2C;
    font-size: 36px;
    /*font-family: "PingFangBold";*/
    margin-top: 60px;
    margin-bottom: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "PingFangBold";
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .row_title_1 {
        width: 100%;
        height: 20px;
        color: #111F2C;
        font-size: 20px;
        font-family: "PingFangBold";
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "PingFangBold";
    }
}

.row_title_2 {
    width: 1200px;
    height: 18px;
    font-weight: 500;
    font-size: 18px;
    color: #111F2C;
    line-height: 30px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "PingFangMedium";
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .row_title_2 {
        width: 100%;
        height: 18px;
        font-weight: 500;
        font-size: 13px;
        color: #111F2C;
        line-height: 18px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "PingFangMedium";
    }
}


.row_buttom_60 {
    margin-bottom: 60px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .row_buttom_60 {
        margin-bottom: 20px;
    }
}

.row_top_60 {
    margin-top: 60px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .row_top_60 {
        margin-top: 20px;
    }
}


.row_top_40 {
    margin-top: 20px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .row_top_40 {
        margin-top: 10px;
    }
}
.row_buttom_20 {
    margin-bottom: 20px;
}

.row_buttom_100 {
    margin-bottom: 60px;
}


.header_banner_b {
    margin-top: -56px;
    background-size: 100vw auto;
    width: 100vw;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center center;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .header_banner_b {
        margin-top: -56px;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100%);
        height: 0;
        padding-bottom: calc((100%) / 2.08);
    }
}


.header_banner_1 {
    /*margin-top: 50px;*/
    width: 62%;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .header_banner_1 {
        margin-top: 45%;
        width: 90%;
    }
}

.header_banner_2 {
    font-size: 42px;
    color: #111F2C;
    line-height: 37px;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .header_banner_2 {
        font-family: PingFangBold;
        font-size: 20px;
        color: #111F2C;
        line-height: 30px;
    }
}

.header_banner_3 {
    font-size: 28px;
    color: #111F2C;
    margin-top: 15px;
    margin-bottom: 40px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .header_banner_3 {
        font-family: PingFangMedium;
        font-size: 17px;
        color: #111F2C;
        margin-top: 5px;
        margin-bottom: 13px;
    }
}

.header_banner_4 {
    width: 128px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #111F2C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "PingFangBold";
    font-size: 16px;
    color: #111F2C;
    line-height: 26px;
}
@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .header_banner_4 {
        width: 88px;
        height: 30px;
        border-radius: 4px;
        border: 1px solid #111F2C;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: PingFangMedium;
        font-size: 12px;
        color: #111F2C;
        line-height: 25px;
    }
}


.colcr_w {
    color: white;
}

.ban_border_w {
    border: 1px solid white;
}

.page_1 {
    color: #666666;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page_2 {
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #F7F9FC;
    border-radius: 2px;
    margin: 20px 5px 20px 5px;
}


.page_2:active {
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #0052D9;
    border-radius: 2px;
    margin: 20px 5px 20px 5px;
    color: white;
}

.page_2_ac {
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #0052D9;
    border-radius: 2px;
    margin: 20px 5px 20px 5px;
    color: white;
}

.page_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #0052D9;
    color: white;
    border-radius: 2px;
    margin: 20px 5px 20px 5px
}


.txt_button {
    cursor: default;
}

.news_re_item {
    width: 270px;
    height: 286px;
    border: 1px solid #DEE1E6;
    margin-bottom: 20px;
}

.news_re_img {
    width: 270px;
    height: 168px;
    border-radius: 2px 2px 0px 0px;
    margin-right: 24px
}

.news_re_title {
    display: block;
    height: 23px;
    margin: 20px 0px 16px 0px;
    width: 260px;
    text-align: center;
    color: #111F2C;
    font-size: 18px;
    font-weight: 500;
    color: #111F2C;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_re_title:hover {
    display: block;
    height: 23px;
    margin: 20px 0px 16px 0px;
    width: 260px;
    text-align: center;
    color: #006CFF !important;
    font-size: 18px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_re_content_1 {
    width: 270px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_re_content_1:hover {
    width: 270px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_re_content_2 {
    height: 37px;
    width: 223px;
    color: #111F2C;
    font-size: 16px;
    font-weight: 400;
    color: rgba(17, 31, 44, 0.8);
    /*font-family: "PingFangRegular";*/
    text-align: justify;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 120%;
}

.news_re_content_2:hover {
    height: 37px;
    width: 223px;
    font-size: 16px;
    font-weight: 400;
    color: #006CFF !important;
    /*font-family: "PingFangRegular";*/
    text-align: justify;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 120%;
}

/*.bg_img_larger_center:hover {*/
/*    transition: all .3s ease;*/
/*    background: center center no-repeat;*/
/*    !*background-size: 110% 110%;*!*/
/*}*/
.bg_img_larger_center:hover {
    /*transition: all .3s ease;*/
    background: center center no-repeat;
    background-size: 110% 110%;
}

.img_larger_center:hover img {
    transition: all .3s ease;
    /*width: 538px !important;*/
    /*height: 192px !important;*/
    /*margin-top: -16px;*/
    /*margin-left: -28.2px;*/
    width: 110% !important;
    height: 110% !important;
    margin-top: -5%;
    margin-left: -5%;
}
.img_larger_center img {
    transition: all .3s ease;
    /*width: 538px !important;*/
    /*height: 192px !important;*/
    /*margin-top: -16px;*/
    /*margin-left: -28.2px;*/
    width: 100% !important;
    height: 100% !important;
}

.img_larger_center:hover {
    transition: all .3s ease;
    overflow: hidden;
}
.img_larger_center {
    transition: all .3s ease;
    overflow: hidden;
}

.text_active:hover{
    color: #006CFF !important;
}
.text_blue{
    color: #006CFF !important;
}

::-webkit-scrollbar{
    display:none;
}

#navbarNav {
    position: fixed;
    top: 56px;
    right: 0px;
    width: 100%;
    height: calc(100vh - 56px);
    transition: none;
    background: #fff;
    z-index: 2;
}

.member-nav {
    display: flex;
}

.member-nav-left {
    width: 120px;
    background: #FAFBFD;
}

.member-nav-right {
    padding: 0px 12px 0 12px;
    flex: 1;
    height: calc(100vh - 56px - 53px);
    overflow-y: scroll;
}

.member-nav-left ul li {
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    padding: 17px 0;
    line-height: 20px;
    background-color: #FAFBFD;
    border-left: 2px solid #FAFBFD;
}

.member-nav-left ul .member-list-cur {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #0052D9;
    line-height: 20px;
    background-color: #FFFFFF;
    border-left: 2px solid #0052D9;
}

.member-nav-right-list {
    display: none;
}

.member-nav-right-ul li {
    display: flex;
    width: 100%;
    font-size: 15px;
    padding: 17px 0;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
}

.member-nav-right-list >div {
    padding: 17px 0;
    line-height: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.member-nav-right-list >div a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 15px;
    color: #151E27;
    display: flex;
    align-items: center;
}

.sm_box_1{
    width: calc((100vw - 39px)/2);
    height: calc((100vw - 39px)/2);
    margin-bottom: 7px;
    color: white;
    text-align: justify;
    border-radius: 3px;
    overflow: hidden;
    background-size: cover;
}

.sm_box_1_1{
    width: 100%;
    text-align: center;
    margin-top: 5vw;
}

.sm_box_1_2{
    width: 100%;
    padding: 4px 15px 15px 15px;
    font-size: 12px;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



