@media screen and (min-width: 769px) {
    .header {
        position: relative
    }

    .header .banner {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .header .header_content {
        z-index: 1
    }

    .header .head_bar {
        height: 0.63rem;
        padding: 0 0.96rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1
    }

    .header .head_bar .logo {
        display: block;
        position: relative;
        top: 90%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .header .head_bar .logo img {
        width: 4.8rem;
        height: 100%
    }

    .header .head_bar .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 0.23rem;
        font-weight: 600;
        font-family: "SimSun", "宋体"
    }

    .header .head_bar .menu .nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0.53rem
    }

    .header .head_bar .menu .nav .nav_item {
        padding: 0.08rem 0;
        cursor: pointer
    }

    .header .head_bar .menu .nav .nav_item .text {
        color: #fff;
        font-family: "SimSun", "宋体";
        display: block;
        padding: 0 0.64rem;
        border-right: 1px solid #fff
    }

    .header .head_bar .menu .nav .nav_item .text span {
        position: relative
    }

    .header .head_bar .menu .nav .nav_item .text span::after {
        content: "";
        transition: background .3s;
        -webkit-transition: background .3s;
        width: 100%;
        height: 0.04rem;
        background: transparent;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -0.09rem
    }

    .header .head_bar .menu .nav .nav_item .item_pull {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
        background: rgba(86, 86, 86, 0.6);
        padding: 0.1rem 0;
        display: none;
        width: 7.24rem
    }

    .header .head_bar .menu .nav .nav_item .item_pull .pull_option {
        transition: all .3s;
        -webkit-transition: all .3s;
        text-align: center;
        padding: 0.1rem 0;
        display: block;
        color: #fff;
        font-family: "SimSun", "宋体";
        font-size: 0.2rem;
        width: 33.33%;
        float: left
    }

    .header .head_bar .menu .nav .nav_item .item_pull .pull_option:hover {
        text-decoration: underline
    }

    .header .head_bar .menu .nav .nav_item:nth-of-type(2), .header .head_bar .menu .nav .nav_item:nth-of-type(4) {
        position: relative
    }

    .header .head_bar .menu .nav .nav_item:nth-of-type(2) .item_pull, .header .head_bar .menu .nav .nav_item:nth-of-type(4) .item_pull {
        width: 4.84rem
    }

    .header .head_bar .menu .nav .nav_item:nth-of-type(2) .item_pull .pull_option, .header .head_bar .menu .nav .nav_item:nth-of-type(4) .item_pull .pull_option {
        width: 50%
    }

    .header .head_bar .menu .nav .nav_item:hover .text span::after {
        background: #fff
    }

    .header .head_bar .menu .nav .nav_item:last-of-type .text {
        border-right: 0
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull {
        overflow: hidden;
        width: 8.66rem
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(1) {
        width: 4.84rem;
        float: left
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(1) .pull_option_two {
        display: none
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(1) .pull_option {
        width: 50%
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(2) {
        width: 3.82rem;
        float: left;
        padding-left: 0.81rem
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(2) .pull_option {
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 0.18rem;
        padding-left: 15px
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(2) .pull_option::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
        background: #fff
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(2) .pull_option_two {
        font-size: 0.2rem;
        padding-left: 0
    }

    .header .head_bar .menu .nav .nav_item_gk .item_pull>div:nth-of-type(2) .pull_option_two::before {
        display: none
    }

    .header .head_bar .menu .login {
        font-family: "SimSun", "宋体";
        padding: 0.15rem 0.2rem;
        background-color: #083B79;
        color: #fff;
        display: block;
        font-size: 0.2rem;
        pointer-events: none;
        cursor: default;
        opacity: 0;
        -webkit-filter: opacity(alpha=0);
        filter: opacity(alpha=0)
    }

    .header .crumbs {
        position: absolute;
        left: 1.6rem;
        bottom: 0.2rem
    }

    .header .crumbs .item1 {
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        color: #EADAB3
    }

    .header .crumbs .item1 a, .header .crumbs .item1 span {
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        color: #EADAB3
    }

    .header .crumbs .item2 {
        font-size: 0.4rem;
        font-family: "SimSun", "宋体";
        color: #fff
    }

    .footer {
        height: 3rem;
        background-color: #083B79;
        padding: 0.4rem 0.96rem 0 0.96rem
    }

    .footer .footer_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0.2rem;
        border-bottom: 0.01rem solid #D8D8D8
    }

    .footer .footer_top .footer_top_left {
        width: 100%
    }

    .footer .footer_top .footer_top_left .item_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0.3rem
    }

    .footer .footer_top .footer_top_left .item_box .logo {
        width: 4.6rem
    }

    .footer .footer_top .footer_top_left .item_box .item {
        width: calc(100% - 6.6rem);
        font-size: 0.18rem;
        margin-right: 1rem;
        min-width: 200px;
        margin-left: 1rem;
        overflow: hidden
    }

    .footer .footer_top .footer_top_left .item_box .item .item_title {
        display: none;
        font-family: "SimSun", "宋体";
        color: #fff;
        height: 0.26rem
    }

    .footer .footer_top .footer_top_left .item_box .item .item_text {
        width: 410px;
        font-family: "SimSun", "宋体";
        color: #EAEAEA;
        float: left
    }

    .footer .footer_top .footer_top_left .item_box .item .item_text a {
        color: #fff;
        margin: 0.1rem 0;
        display: block;
        float: left;
        width: auto;
        font-size: 15px;
        padding: 0px 10px
    }

    .footer .footer_top .footer_top_left .item_box .item .item_text a:hover {
        text-decoration: underline
    }

    .footer .footer_top .footer_top_left .item_box .item .item_text a:last-of-type {
        border-right: 0
    }

    .footer .footer_top .footer_top_right {
        text-align: center;
        width: 1.2rem
    }

    .footer .footer_top .footer_top_right .qrcode {
        width: 1.2rem;
        height: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff
    }

    .footer .footer_top .footer_top_right .qrcode img {
        width: 1.13rem;
        height: 1.13rem
    }

    .footer .footer_top .footer_top_right p {
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        padding: 0.12rem 0.1rem 0 0.1rem;
        color: #fff
    }

    .footer .footer_bottom {
        padding: 0.24rem 0;
        font-size: 15px;
        font-family: "SimSun", "宋体";
        color: #fff
    }

    .footer .footer_bottom span {
        margin-right: 0.6rem
    }

    .footer .footer_bottom span a {
        color: #fff
    }

    .footer .footer_bottom span:last-child {
        margin-right: 0
    }

    .container-phone {
        display: none
    }

    .container-pc {
        display: block;
        min-height: 100vh;
        font-size: 0.24rem
    }

    .container-pc .header {
        width: 100%;
        position: relative;
        height: 100vh;
        overflow: hidden
    }

    .container-pc .header .img_bg {
        width: 100%;
        height: auto;
        min-height: 100%
    }

    .container-pc .header .header_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0.24rem 0 0.3rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .search_bar {
        padding: 0 3.36rem;
        display: -ms-flexbox;
        margin-top: 1rem
    }



  
    .container-pc .search_bar .select_box {
        margin-right: 0.2rem;
        font-size: 0.22rem;
        position: relative
    }

    .container-pc .search_bar .select_box .values {
        width: 2.57rem;
        height: 0.8rem;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0.05rem;
        font-family: "SimSun", "宋体";
        color: #083B79;
        cursor: pointer;
        font-weight: 600
    }

    .container-pc .search_bar .select_box .values svg {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.12rem
    }

    .container-pc .search_bar .select_box .select_options {
        position: absolute;
        top: 0.82rem;
        left: 0;
        width: 100%;
        background-color: #8B8E8F;
        border-radius: 0.05rem;
        overflow: hidden;
        display: none
    }

    .container-pc .search_bar .select_box .select_options .option_item {
        height: 0.7rem;
        line-height: 0.7rem;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        display: block;
        color: #1E1E1E
    }

    .container-pc .search_bar .select_box .select_options .option_item:hover {
        background-color: #fff
    }

    .container-pc .search_bar .search_box .search_input {
        width: 100%;
        height: 0.8rem;
        background-color: #fff;
        border-radius: 0.05rem;
        padding: 0.25rem 0.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .container-pc .search_bar .search_box .search_input .form_public {
        width: 95%
    }

    .container-pc .search_bar .search_box .search_input .form_public .inp {
        width: 100%;
        -webkit-appearance: none;
        padding: 0;
        position: relative;
        top: -3px
    }

    .container-pc .search_bar .search_box .search_input .form_public button {
        position: absolute;
        top: 50%;
        right: 0.3rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border: 0;
        background: transparent;
        outline: none
    }

    .container-pc .search_bar .search_box .search_input input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 0.2rem;
        font-family: "SimSun", "宋体"
    }

    .container-pc .search_bar .search_box .search_input input::-webkit-input-placeholder {
        color: #D0D0D0
    }

    .container-pc .search_bar .search_box .search_input input:-ms-input-placeholder {
        color: #D0D0D0
    }

    .container-pc .search_bar .search_box .search_input input::-ms-input-placeholder {
        color: #D0D0D0
    }

    .container-pc .search_bar .search_box .search_input input::placeholder {
        color: #D0D0D0
    }

    .container-pc .search_bar .search_box .search_input svg {
        width: 0.3rem;
        cursor: pointer
    }

    .container-pc .search_bar .search_box .search_content {
        margin-top: 0.3rem;
        color: #fff
    }

    .container-pc .search_bar .search_box .search_content .search_tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.22rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 0.25rem
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab {
        cursor: pointer
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab span {
        font-family: "SimSun", "宋体"
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab span {
        border-bottom: 0.04rem solid transparent
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab:hover span {
        transition: all .3s;
        -webkit-transition: all .3s;
        font-size: 0.26rem;
        border-bottom-color: #083B79
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab.check_tab_item span {
        font-size: 0.26rem;
        border-bottom-color: #083B79
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab:nth-child(2n) {
        padding: 0 0.2rem;
        margin: 0 0.2rem;
        position: relative
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab:nth-child(2n)::before {
        position: absolute;
        top: 30%;
        left: 0;
        content: "";
        width: 0.01rem;
        height: 50%;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(255, 255, 255, 0.4)));
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0 20%, rgba(0, 0, 0, 0) 20% 40%, rgba(255, 255, 255, 0.4) 40% 60%, rgba(0, 0, 0, 0) 60% 80%, rgba(255, 255, 255, 0.4) 80% 100%)
    }

    .container-pc .search_bar .search_box .search_content .search_tabs .tab:nth-child(2n)::after {
        position: absolute;
        top: 30%;
        right: 0;
        content: "";
        width: 0.01rem;
        height: 50%;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(255, 255, 255, 0.4)));
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0 20%, rgba(0, 0, 0, 0) 20% 40%, rgba(255, 255, 255, 0.4) 40% 60%, rgba(0, 0, 0, 0) 60% 80%, rgba(255, 255, 255, 0.4) 80% 100%)
    }

    .container-pc .search_bar .search_box .search_content .search_tags {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #F5F5F5;
        padding-right: 1rem;
        position: relative;
        overflow: hidden;
        min-height: 80px
    }

    .container-pc .search_bar .search_box .search_content .search_tags>a {
        margin-right: 0.3rem;
        color: #ddd;
        word-break: keep-all;
        margin-bottom: 0.15rem;
        display: block;
        float: left
    }

    .container-pc .search_bar .search_box .search_content .search_tags>a:hover {
        text-decoration: underline
    }

    .container-pc .search_bar .search_box .search_content .search_tags.tags2, .container-pc .search_bar .search_box .search_content .search_tags.tags3 {
        display: none
    }

    .container-pc .search_bar .search_box .search_content .search_tags .more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.14rem;
        font-family: "SimSun", "宋体";
        color: #E2D7BC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-pc .search_bar .search_box .search_content .search_tags .more a {
        font-size: 0.21rem;
        font-family: "SimSun", "宋体";
        color: #fff
    }

    .container-pc .search_bar .search_box .search_content .search_tags .more a:hover {
        text-decoration: underline
    }

    .container-pc .search_bar .search_box .search_content .search_tags .more img {
        width: 0.1rem;
        height: 0.1rem;
        margin-left: 0.06rem
    }

    .container-pc .icons_bar_pc {
        padding: 0 1.6rem;
        font-size: 0.24rem;
        font-family: "SimSun", "宋体";
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .icons_bar_pc .icon {
        height: 1.1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-pc .icons_bar_pc .icon span {
        transition: color .3s;
        -webkit-transition: color .3s;
        color: #fff;
        font-family: "SimSun", "宋体"
    }

    .container-pc .icons_bar_pc .icon img {
        display: block;
        width: 0.53rem
    }

    .container-pc .icons_bar_pc .icon:hover img {
        -webkit-animation: shake 1s 3 linear;
        animation: shake 1s 3 linear
    }

    .container-pc .icons_bar_pc .icon:hover span {
        color: #E2D7BC
    }

    .container-pc .icons_bar_pc .icon:nth-of-type(2) img {
        width: 0.42rem
    }

    .container-pc .icons_bar_pc .icon:nth-of-type(4) img {
        width: 0.5rem
    }

    .container-pc .icons_bar_pc .icon:nth-of-type(5) img {
        width: 0.43rem
    }

    .container-pc .icons_bar_pc .icon:nth-of-type(6) img {
        width: 0.44rem;
        position: relative;
        top: 0.05rem
    }

    .container-pc .icons_bar_pc .icon:nth-of-type(7) img {
        width: 0.52rem
    }

    .container-pc .main .carousel {
        position: relative;
        margin-top: 1.8rem
    }

    .container-pc .plate_title {
        top: 0;
        left: 0;
        z-index: 1;
        width: 8.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0.96rem;
        padding-right: 0.87rem
    }

    .container-pc .carousel .plate_title {
        position: absolute
    }

    .container-pc .news_bulletin .plate_title {
        padding-top: 1.1rem;
        padding-bottom: 0.24rem;
        background-color: #FAFBFC
    }

    .container-pc .library .plate_title {
        height: 1.68rem;
        padding-top: 0.7rem;
        padding-bottom: 0.6rem
    }

    .container-pc .nominate .plate_title {
        -webkit-transform: translateX(-0.96rem);
        transform: translateX(-0.96rem)
    }

    .container-pc .plate_title .plate_left {
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        position: relative;
        font-weight: 600
    }

    .container-pc .plate_title .plate_left::before {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: "";
        width: 0.24rem;
        height: 0.025rem;
        background-color: #083B79
    }

    .container-pc .plate_title .plate_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        cursor: pointer
    }

    .container-pc .plate_title .plate_right:hover span {
        text-decoration: underline
    }

    .container-pc .plate_title .plate_right img {
        width: 0.12rem;
        margin-left: 0.08rem
    }

    .container-pc .carousel .carousel_wrapper {
        height: 6.75rem;
        position: relative;
        overflow-x: hidden
    }

    .container-pc .carousel .carousel_wrapper .carousel_slider {
        display: block;
        width: 5.6rem;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s
    }

    .container-pc .carousel .carousel_wrapper .carousel_slider .item_date {
        position: absolute;
        top: 0.2rem;
        left: 0;
        width: 1.02rem;
        height: 0.8rem;
        background-color: #083B79;
        font-family: "SimSun", "宋体";
        text-align: center;
        padding: 0.08rem 0
    }

    .container-pc .carousel .carousel_wrapper .carousel_slider .item_date span {
        display: block;
        color: #EADAB3
    }

    .container-pc .carousel .carousel_wrapper .carousel_slider .item_date .day {
        font-size: 0.3rem;
        margin-bottom: 0.08rem
    }

    .container-pc .carousel .carousel_wrapper .carousel_slider .item_date .year {
        font-size: 0.16rem
    }

    .container-pc .carousel .carousel_slider img {
        width: 100%;
        height: 4.4rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .container-pc .carousel .carousel_slider .slider_text {
        height: 1.2rem;
        padding: 0.3rem 0.3rem 0 0.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .carousel .carousel_slider .slider_text .text {
        transition: color .3s;
        -webkit-transition: color .3s;
        font-size: 0.24rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600;
        min-height: 0.54rem
    }

    .container-pc .carousel .carousel_slider .slider_text .date {
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        padding-bottom: 0.1rem
    }

    .container-pc .carousel .carousel_slider.active_slider {
        width: 7rem
    }

    .container-pc .carousel .carousel_slider.active_slider img {
        height: 5.4rem
    }

    .container-pc .carousel .carousel_slider:hover .slider_text .text {
        color: #EADAB3
    }

    .container-pc .carousel .carousel_slider.active_slider .slider_text .text {
        font-size: 0.26rem
    }

    .container-pc .carousel .carousel_slider.active_slider .slider_text .date {
        padding-bottom: 0.1rem
    }

    .container-pc .carousel .carousel_button_prev::after {
        content: '';
        background: url(../imgs/icons/prev.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .carousel .carousel_button_next::after {
        content: '';
        background: url(../imgs/icons/next.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .carousel .carousel_button_prev img, .container-pc .carousel .carousel_button_next img {
        position: relative;
        display: block;
        width: 0.62rem;
        height: 0.62rem;
        border-radius: 50%;
        cursor: pointer;
        z-index: 2
    }

    .container-pc .carousel .carousel_button_prev::after, .container-pc .carousel .carousel_button_next::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 1
    }

    .container-pc .carousel .carousel_button_prev:hover::after, .container-pc .carousel .carousel_button_next:hover::after {
        -webkit-animation: pulsing 1s ease-out;
        animation: pulsing 1s ease-out
    }

    .container-pc .carousel .carousel_button_prev {
        position: absolute;
        right: 1.87rem;
        top: 0.08rem
    }

    .container-pc .carousel .carousel_button_next {
        position: absolute;
        right: 0.96rem;
        top: 0.08rem
    }

    .container-pc .news_bulletin {
        margin: 1.2rem auto;
        background-image: url(../imgs/images/news-map.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: calc(98.4%) 0;
        background-position-y: 0.4rem;
        padding: 0 0 0 0
    }

    .container-pc .news_bulletin .news_content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-pc .news_bulletin .news_content .news_list {
        background-color: #FAFBFC;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0.46rem 0.96rem 1rem
    }

    .container-pc .news_list .news_list_top {
        padding-bottom: 0.4rem;
        border-bottom: 0.01rem solid #EADAB3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .news_list .news_list_top .item {
        width: 7.86rem;
        padding: 0.4rem;
        background-color: #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-pc .news_list .news_list_top .item .item_date {
        position: relative;
        color: #EADAB3;
        font-family: "SimSun", "宋体";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.08rem 0.3rem 0.08rem 0
    }

    .container-pc .news_list .news_list_top .item .item_date::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 1px;
        height: 70%;
        background: #979797
    }

    .container-pc .news_list .news_list_top .item .item_date .month .span1 {
        font-size: 0.2rem
    }

    .container-pc .news_list .news_list_top .item .item_date .month .span2 {
        font-size: 0.3rem
    }

    .container-pc .news_list .news_list_top .item .item_date .year {
        font-size: 0.16rem
    }

    .container-pc .news_list .news_list_top .item .item_text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .news_list .news_list_top .item .item_text .text1 {
        font-size: 0.24rem;
        line-height: 0.34rem;
        font-family: "SimSun", "宋体";
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 0.68rem
    }

    .container-pc .news_list .news_list_top .item:hover .item_text .text1 {
        text-decoration: underline
    }

    .container-pc .news_list .news_list_top .item .item_text .text2 {
        position: relative;
        font-size: 0.2rem;
        font-family: "SimSun", "宋体";
        color: #eee;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        min-height: 1rem;
        margin-top: 0.2rem;
        line-height: 0.28rem
    }

    .container-pc .news_list .news_list_bottom {
        padding-top: 0.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .news_list .news_list_bottom .item {
        width: 7.86rem
    }

    .container-pc .news_list .news_list_bottom .item .item_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.2rem
    }

    .container-pc .news_list .news_list_bottom .item .item_line:last-child {
        margin-bottom: 0
    }

    .container-pc .news_list .news_list_bottom .item .item_line .date {
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        margin-right: 0.26rem;
        color: #4D4D4D
    }

    .container-pc .news_list .news_list_bottom .item .item_line .text {
        font-size: 0.2rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        border-bottom: 0.01rem solid transparent;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 600
    }

    .container-pc .news_list .news_list_bottom .item .item_line .text:hover {
        border-color: #1E1E1E
    }

    .container-pc .library {
        height: 8.92rem;
        background-image: url(../imgs/images/library-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-pc .library .library_content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0.4rem 0.96rem 0.34rem 0.96rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-pc .library .library_content .item {
        width: 4.92rem;
        height: 6.5rem;
        position: relative
    }

    .container-pc .library .library_content .item .item_bg {
        width: 100%;
        height: 100%
    }

    .container-pc .library .library_content .item .item_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 3.2rem 0.3rem 0 0.3rem;
        font-family: "SimSun", "宋体"
    }

    .container-pc .library .library_content .item .item_content .item_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 0.26rem;
        color: #fff;
        padding-bottom: 0.15rem
    }

    .container-pc .library .library_content .item .item_content .item_title div {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .container-pc .library .library_content .item .item_content .item_title div img {
        position: relative;
        display: block;
        width: 0.62rem;
        height: 0.62rem;
        z-index: 2
    }

    .container-pc .library .library_content .item .item_content .item_title div::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 1;
        background: url(../imgs/icons/arrow.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .library .library_content .item .item_content .item_title div:hover::after {
        -webkit-animation: pulsing 1s ease-out;
        animation: pulsing 1s ease-out
    }

    .container-pc .library .library_content .item .item_content .item_text {
        font-size: 0.18rem;
        color: #f3f3f3;
        line-height: 0.3rem
    }

    .container-pc .nominate {
        height: 8.18rem;
        background-image: url(../imgs/images/nominate-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0.48rem 0.96rem 1.26rem 0.96rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-pc .nominate .nominate-center {
        width: 100%;
        overflow: hidden;
        padding-top: 0.48rem
    }

    .container-pc .nominate .plate_title {
        position: relative
    }

    .container-pc .nominate .plate_title .plate_right {
        display: none;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .container-pc .nominate .plate_title .plate_right:nth-of-type(1) {
        display: block
    }

    .container-pc .nominate .plate_title .plate_left {
        color: #999;
        font-size: 0.22rem;
        font-family: "SimSun", "宋体";
        height: 0.62rem
    }

    .container-pc .nominate .plate_title .plate_left::before {
        display: none
    }

    .container-pc .nominate .plate_title .plate_left span {
        line-height: 0.62rem;
        transition: all .3s;
        -webkit-transition: all .3s;
        margin-right: 0.3rem;
        position: relative;
        cursor: pointer
    }

    .container-pc .nominate .plate_title .plate_left span::before {
        content: '';
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        position: absolute;
        bottom: -1px;
        left: 0;
        content: "";
        width: 24px;
        height: 2px;
        background-color: transparent
    }

    .container-pc .nominate .plate_title .plate_left span:hover {
        color: #1E1E1E;
        font-size: 0.26rem
    }

    .container-pc .nominate .plate_title .plate_left span:hover::before {
        background-color: #083B79
    }

    .container-pc .nominate .plate_title .plate_left span:last-child {
        margin-right: 0
    }

    .container-pc .nominate .plate_title .plate_left span.active_span {
        color: #1E1E1E;
        font-size: 0.26rem;
        font-family: "SimSun", "宋体"
    }

    .container-pc .nominate .plate_title .plate_left span.active_span::before {
        background-color: #083B79
    }

    .container-pc .nominate .carousel_1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        border: 1px solid transparent
    }

    .container-pc .nominate .carousel_1 .carousel_wrapper {
        height: 3.8rem;
        margin: 0.6rem 0;
        position: relative
    }

    .container-pc .nominate .carousel_1 .carousel_wrapper .carousel_slider {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .container-pc .nominate .carousel_1 .carousel_wrapper .carousel_slider .item {
        display: block;
        width: 2.24rem;
        height: 100%
    }

    .container-pc .nominate .carousel_1 .carousel_wrapper .carousel_slider .item img {
        width: 100%;
        height: 3rem
    }

    .container-pc .nominate .carousel_1 .carousel_wrapper .carousel_slider .item p {
        font-size: 0.18rem;
        color: #1E1E1E;
        font-family: "SimSun", "宋体";
        margin-top: 0.15rem
    }

    .container-pc .nominate .carousel_1 .carousel_wrapper .carousel_slider .item:hover p {
        text-decoration: underline
    }

    .container-pc .nominate .carousel_1 .carousel_pagination {
        text-align: center
    }

    .container-pc .nominate .carousel_1 .carousel_pagination span {
        transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-block;
        width: 0.2rem;
        height: 0.04rem;
        background-color: #999;
        border-radius: 0.02rem
    }

    .container-pc .nominate .carousel_1 .carousel_pagination span.swiper-pagination-bullet-active {
        width: 0.7rem;
        background-color: #083B79
    }

    .container-pc .nominate .carousel_1 .carousel_button_prev {
        position: absolute;
        top: -0.62rem;
        right: 1.12rem;
        cursor: pointer;
        left: inherit
    }

    .container-pc .nominate .carousel_1 .carousel_button_prev::after {
        content: '';
        background: url(../imgs/icons/prev.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .nominate .carousel_1 .carousel_button_next {
        position: absolute;
        top: -0.62rem;
        right: 0.2rem;
        cursor: pointer
    }

    .container-pc .nominate .carousel_1 .carousel_button_next::after {
        content: '';
        background: url(../imgs/icons/next.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .nominate .carousel_1 .carousel_button_prev, .container-pc .nominate .carousel_1 .carousel_button_next {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        margin: 0
    }

    .container-pc .nominate .carousel_1 .carousel_button_prev img, .container-pc .nominate .carousel_1 .carousel_button_next img {
        position: relative;
        display: block;
        width: 0.62rem;
        height: 0.62rem;
        z-index: 2
    }

    .container-pc .nominate .carousel_1 .carousel_button_prev::after, .container-pc .nominate .carousel_1 .carousel_button_next::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 1
    }

    .container-pc .nominate .carousel_1 .carousel_button_prev:hover::after, .container-pc .nominate .carousel_1 .carousel_button_next:hover::after {
        -webkit-animation: pulsing 1s ease-out;
        animation: pulsing 1s ease-out
    }

    .container-pc .nominate .carousel_2 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        border: 1px solid transparent
    }

    .container-pc .nominate .carousel_2 .carousel_wrapper {
        height: 3.8rem;
        margin: 0.6rem 0;
        position: relative
    }

    .container-pc .nominate .carousel_2 .carousel_wrapper .carousel_slider {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .container-pc .nominate .carousel_2 .carousel_wrapper .carousel_slider .item {
        display: block;
        width: 5.28rem;
        height: 100%;
        padding-left: 2.04rem;
        position: relative
    }

    .container-pc .nominate .carousel_2 .carousel_wrapper .carousel_slider .item img {
        width: 2.49rem;
        height: 3.32rem;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .container-pc .nominate .carousel_2 .carousel_wrapper .carousel_slider .item .text {
        width: 100%;
        height: 100%;
        background-color: #083B79;
        padding: 0.54rem 0.3rem 0.54rem 0.76rem;
        font-size: 0.18rem;
        color: #1E1E1E;
        font-family: "SimSun", "宋体";
        color: #fff
    }

    .container-pc .nominate .carousel_2 .carousel_wrapper .carousel_slider .item:hover .text {
        text-decoration: underline
    }

    .container-pc .nominate .carousel_2 .carousel_pagination {
        text-align: center
    }

    .container-pc .nominate .carousel_2 .carousel_pagination span {
        transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-block;
        width: 0.2rem;
        height: 0.04rem;
        background-color: #999;
        border-radius: 0.02rem
    }

    .container-pc .nominate .carousel_2 .carousel_pagination span.swiper-pagination-bullet-active {
        width: 0.7rem;
        background-color: #083B79
    }

    .container-pc .nominate .carousel_2 .carousel_button_prev {
        position: absolute;
        top: -0.62rem;
        right: 1.12rem;
        cursor: pointer;
        left: inherit
    }

    .container-pc .nominate .carousel_2 .carousel_button_prev::after {
        content: '';
        background: url(../imgs/icons/prev.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .nominate .carousel_2 .carousel_button_next {
        position: absolute;
        top: -0.62rem;
        right: 0.2rem;
        cursor: pointer
    }

    .container-pc .nominate .carousel_2 .carousel_button_next::after {
        content: '';
        background: url(../imgs/icons/next.jpg) no-repeat;
        background-size: cover
    }

    .container-pc .nominate .carousel_2 .carousel_button_prev, .container-pc .nominate .carousel_2 .carousel_button_next {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        margin: 0
    }

    .container-pc .nominate .carousel_2 .carousel_button_prev img, .container-pc .nominate .carousel_2 .carousel_button_next img {
        position: relative;
        display: block;
        width: 0.62rem;
        height: 0.62rem;
        z-index: 2
    }

    .container-pc .nominate .carousel_2 .carousel_button_prev::after, .container-pc .nominate .carousel_2 .carousel_button_next::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 1
    }

    .container-pc .nominate .carousel_2 .carousel_button_prev:hover::after, .container-pc .nominate .carousel_2 .carousel_button_next:hover::after {
        -webkit-animation: pulsing 1s ease-out;
        animation: pulsing 1s ease-out
    }

    @-webkit-keyframes shake {
    }

    -webkit-transform: translate(1px,1px) rotate(0deg); transform: translate(1px,1px) rotate(0deg); {
    }

    -webkit-transform: translate(-1px,-2px) rotate(-1deg); transform: translate(-1px,-2px) rotate(-1deg); {
    }

    -webkit-transform: translate(-3px,0px) rotate(1deg); transform: translate(-3px,0px) rotate(1deg); {
    }

    -webkit-transform: translate(3px,2px) rotate(0deg); transform: translate(3px,2px) rotate(0deg); {
    }

    -webkit-transform: translate(1px,-1px) rotate(1deg); transform: translate(1px,-1px) rotate(1deg); {
    }

    -webkit-transform: translate(-1px,2px) rotate(-1deg); transform: translate(-1px,2px) rotate(-1deg); {
    }

    -webkit-transform: translate(-3px,1px) rotate(0deg); transform: translate(-3px,1px) rotate(0deg); {
    }

    -webkit-transform: translate(3px,1px) rotate(-1deg); transform: translate(3px,1px) rotate(-1deg); {
    }

    -webkit-transform: translate(-1px,-1px) rotate(1deg); transform: translate(-1px,-1px) rotate(1deg); {
    }

    -webkit-transform: translate(1px,2px) rotate(0deg); transform: translate(1px,2px) rotate(0deg); {
    }

    @keyframes shake {
    }

    -webkit-transform: translate(1px,1px) rotate(0deg); transform: translate(1px,1px) rotate(0deg); {
    }

    -webkit-transform: translate(-1px,-2px) rotate(-1deg); transform: translate(-1px,-2px) rotate(-1deg); {
    }

    -webkit-transform: translate(-3px,0px) rotate(1deg); transform: translate(-3px,0px) rotate(1deg); {
    }

    -webkit-transform: translate(3px,2px) rotate(0deg); transform: translate(3px,2px) rotate(0deg); {
    }

    -webkit-transform: translate(1px,-1px) rotate(1deg); transform: translate(1px,-1px) rotate(1deg); {
    }

    -webkit-transform: translate(-1px,2px) rotate(-1deg); transform: translate(-1px,2px) rotate(-1deg); {
    }

    -webkit-transform: translate(-3px,1px) rotate(0deg); transform: translate(-3px,1px) rotate(0deg); {
    }

    -webkit-transform: translate(3px,1px) rotate(-1deg); transform: translate(3px,1px) rotate(-1deg); {
    }

    -webkit-transform: translate(-1px,-1px) rotate(1deg); transform: translate(-1px,-1px) rotate(1deg); {
    }

    -webkit-transform: translate(1px,2px) rotate(0deg); transform: translate(1px,2px) rotate(0deg); {
    }

    @-webkit-keyframes pulsing {
    }

    @keyframes pulsing {
    }

    .container-child-phone {
        display: none
    }

    .container-child-pc {
        min-height: 100vh;
        font-size: 0.24rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-child-pc .header .header_content {
        width: 100%;
        height: 4rem;
        padding: 0.24rem 0 0.3rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative
    }

    .container-child-pc .main .main_content_right {
        padding-top: calc(0.2rem + 10px)
    }

    .container-child-pc .main .main_content_right .title {
        margin-bottom: 0.4rem
    }

    .container-child-pc .main .main_content_right .resource {
        padding: 0 0.4rem
    }

    .container-child-pc .main .main_content_right .resource ol li, .container-child-pc .main .main_content_right .resource ul li {
        list-style: initial;
        font-size: 18px;
        color: #4D4D4D;
        line-height: 32px
    }

    .container-child-pc .main .main_content_right .resource table tr td p, .container-child-pc .main .main_content_right .resource table tr td span, .container-child-pc .main .main_content_right .resource table tr td i, .container-child-pc .main .main_content_right .resource table tr td img, .container-child-pc .main .main_content_right .resource table tr td a {
        font-size: 18px;
        color: #4D4D4D;
        line-height: 32px;
        margin: 10px 0
    }

    .container-child-pc .main .main_content_right .resource p, .container-child-pc .main .main_content_right .resource span, .container-child-pc .main .main_content_right .resource i, .container-child-pc .main .main_content_right .resource img, .container-child-pc .main .main_content_right .resource a {
        font-size: 18px !important;
        color: #4D4D4D;
        line-height: 32px !important;
        margin: 10px 0
    }

    .container-child-pc .main .main_content_right .resource p img {
        max-width: 80%
    }

    .container-child-pc .main .main_content_right .single-two-nav {
        overflow: hidden;
        background: #fcfcfc;
        padding: 20px;
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        margin-bottom: 30px
    }

    .container-child-pc .main .main_content_right .single-two-nav ul li {
        float: left;
        margin-right: 1.5rem
    }

    .container-child-pc .main .main_content_right .single-two-nav ul li a {
        transition: color .3s;
        -webkit-transition: color .3s;
        display: block;
        font-size: 20px;
        color: #999
    }

    .container-child-pc .main .main_content_right .single-two-nav ul li.active a {
        color: #083B79
    }

    .container-child-pc .main .main_content_right .single-two-nav ul li:hover a {
        color: #083B79
    }

    .container-child-pc .main .main_content_right .single-two-nav ul li:last-of-type {
        margin-right: 0
    }

    .container-child-pc .main .main_content_right .single-two-article>div {
        display: none
    }

    .container-child-pc .main .main_content_right .single-two-article>div.active {
        display: block
    }

    .container-child-pc .main-about {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: url(../imgs/images/map-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed
    }

    .container-child-pc .main-about #gzzc, .container-child-pc .main-about #bgjj, .container-child-pc .main-about #scfm, .container-child-pc .main-about #lxwm, .container-child-pc .main-about #gyfc {
        min-height: 100vh
    }

    .container-child-pc .main-about #gzzc .main_content_right, .container-child-pc .main-about #scfm .main_content_right, .container-child-pc .main-about #gyfc .main_content_right {
        padding: 1rem 0 0
    }

    .container-child-pc .main-about .main {
        padding: 0.6rem 1.6rem 0 1.6rem
    }

    .container-child-pc .main-about .main_content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-about .main_content .main_content_left {
        width: 5.7rem
    }

    .container-child-pc .main-about .main_content .main_content_left .crumbs {
        height: 0.2rem;
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-pc .main-about .main_content .main_content_left .crumbs a {
        color: #083B79;
        font-size: 0.16rem
    }

    .container-child-pc .main-about .main_content .main_content_left .navigation {
        transition: all .3s;
        -webkit-transition: all .3s;
        border-left: 0.02rem solid #EADAB3;
        position: fixed
    }

    .container-child-pc .main-about .main_content .main_content_left .navigation.navigation-class {
        transition: all .3s;
        -webkit-transition: all .3s;
        top: 1rem
    }

    .container-child-pc .main-about .main_content .main_content_left .navigation .li {
        display: block;
        margin-top: 0.3rem;
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0.2rem;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        font-weight: 600
    }

    .container-child-pc .main-about .main_content .main_content_left .navigation .li:first-child {
        margin-top: 0
    }

    .container-child-pc .main-about .main_content .main_content_left .navigation .li.active_li {
        border-left: 0.04rem solid #083B79;
        font-size: 0.34rem
    }

    .container-child-pc .main-about .main_content .main_content_left .navigation .li img {
        width: 0.26rem;
        height: 0.2rem;
        margin-left: 0.1rem;
        -webkit-transform: translateY(0.03rem);
        transform: translateY(0.03rem)
    }

    .container-child-pc .main-about .main_content_right {
        width: calc(100% - 6.8rem);
        margin-left: 5.2rem
    }

    .container-child-pc .main-about .main_content_right .person {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-about .main_content_right .person img {
        width: 1.4rem;
        height: 1.88rem;
        margin-right: 0.3rem
    }

    .container-child-pc .main-about .main_content_right .person .person_info .name {
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-pc .main-about .main_content_right .person .person_info .duty {
        font-size: 0.2rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        margin-top: 0.1rem
    }

    .container-child-pc .main-about .main_content_right .introduce {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D
    }

    .container-child-pc .main-about .main_content_right .introduce span, .container-child-pc .main-about .main_content_right .introduce p {
        padding-top: 0.4rem
    }

    .container-child-pc .main-about .main_img_info {
        height: 6.25rem;
        margin: 1.2rem 0;
        background-image: url(../imgs/images/banner1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 1rem 0
    }

    .container-child-pc .main-about .main_img_info .main_content_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #1e1e1e
    }

    .container-child-pc .main-about .main_img_info .main_content_right .info_box span, .container-child-pc .main-about .main_img_info .main_content_right .info_box p {
        line-height: 0.3rem
    }

    .container-child-pc .main-about .main_img_info .main_content_right .text2 {
        text-align: right
    }

    .container-child-pc .main-about .main_table_img {
        padding: 0 0;
        margin-bottom: 1.2rem
    }

    .container-child-pc .main-about .main_table_img .main_content_right .table {
        width: 100%
    }

    .container-child-pc .main-about .main_table_img .main_content_right .img_box_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 2.1rem
    }

    .container-child-pc .main-about #scfm {
        margin-bottom: 0.7rem
    }

    .container-child-pc .main-about .main_table_img .main_content_right .img_box_1 .item img {
        width: 3.8rem;
        height: 2.52rem
    }

    .container-child-pc .main-about .main_table_img .main_content_right .img_box_1 .item span {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E
    }

    .container-child-pc .main-about .main_table_img .main_content_right .img_box_2 {
        margin: 0.4rem 0 1rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-child-pc .main-about .main_table_img .main_content_right .img_box_2 img {
        width: 2.65rem;
        height: 3.8rem
    }

    .container-child-pc .main-about .main_content_people {
        margin-bottom: 1.2rem
    }

    .container-child-pc .main-about .wall-box .wall .wall-column {
        width: 30%;
        float: left;
        margin-right: 5%
    }

    .container-child-pc .main-about .wall-box .wall .wall-column .wall-item {
        margin-bottom: 0.4rem
    }

    .container-child-pc .main-about .wall-box .wall .wall-column .wall-item img {
        width: 100%
    }

    .container-child-pc .main-about .wall-box .wall .wall-column .wall-item span {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E
    }

    .container-child-pc .main-about .wall-box .wall .wall-column:nth-of-type(3n) {
        margin-right: 0
    }

    .container-child-pc .main-database {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: url(../imgs/images/map-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0.6rem 1.6rem 1.5rem 1.6rem;
        background-attachment: fixed
    }

    .container-child-pc .main-database .main_content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-database .main_content .main_content_left {
        width: 4rem
    }

    .container-child-pc .main-database .main_content .main_content_left .crumbs {
        height: 0.2rem;
        color: #EADAB3;
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-pc .main-database .main_content .main_content_left .crumbs a {
        color: #083B79;
        font-size: 0.16rem
    }

    .container-child-pc .main-database .main_content .main_content_left .title {
        font-size: 0.3rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        height: 1rem;
        font-weight: 600
    }

    .container-child-pc .main-database .main_content .main_content_left .list {
        border-left: 0.02rem solid #EADAB3
    }

    .container-child-pc .main-database .main_content .main_content_left .list .li {
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 0.78rem;
        font-size: 0.22rem;
        font-family: "SimSun", "宋体";
        padding: 0 0.2rem;
        cursor: pointer;
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-pc .main-database .main_content .main_content_left .list .li:hover {
        background-color: #083B79;
        color: #fff
    }

    .container-child-pc .main-database .main_content .main_content_left .list .li img {
        width: 0.14rem
    }

    .container-child-pc .main-database .main_content .main_content_left .list .li.active_li {
        background-color: #083B79;
        color: #fff
    }

    .container-child-pc .main-database .main_content .main_content_left .list .li.active_li::before {
        position: absolute;
        top: 50%;
        right: 0.2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        content: "";
        width: 0.14rem;
        height: 0.14rem;
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .container-child-pc .main-database .main_content .main_content_right {
        width: calc(100% - 0.8rem);
        margin-left: 0.8rem
    }

    .container-child-pc .main-database .main_content .main_content_right .resource {
        padding: 0
    }

    .container-child-pc .main-database .main_content .main_content_right .title {
        border-bottom: 0.01rem solid #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 0.2rem;
        font-size: 0.28rem;
        color: #1E1E1E;
        font-family: "SimSun", "宋体";
        font-weight: 600
    }

    .container-child-pc .main-database .resource>div, .container-child-pc .main-database .resource>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-pc .main-database .resource .resource_left {
        width: 3.3rem;
        font-family: "SimSun", "宋体"
    }

    .container-child-pc .main-database .resource .resource_right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-family: "SimSun", "宋体"
    }

    .container-child-pc .main-database .resource .resource_th {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        padding: 0.2rem 0 0.16rem 0
    }

    .container-child-pc .main-database .resource .resource_td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.23rem 0.22rem
    }

    .container-child-pc .main-database .resource .resource_td:nth-child(2n) {
        background-color: #F4F9FF
    }

    .container-child-pc .main-database .resource .resource_td .resource_left {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600
    }

    .container-child-pc .main-database .resource .resource_td .resource_left img {
        width: 12px;
        height: 12px;
        margin-left: 0.1rem
    }

    .container-child-pc .main-database .resource .resource_td .resource_right {
        font-size: 15px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        line-height: 25px;
        text-align: justify
    }

    .container-child-pc .main-database .resource-list {
        width: 100%;
        overflow: hidden
    }

    .container-child-pc .main-database .resource-list .resource-item {
        width: 40%;
        float: left;
        margin: 0 5%
    }

    .container-child-pc .main-database .resource-list .resource-item:nth-of-type(2n-1) {
        margin-left: 0
    }

    .container-child-pc .main-database .resource-list .resource-item:nth-of-type(2n) {
        margin-right: 0;
        float: right
    }

    .container-child-pc .main-database .resource-list .resource-item .resource-item-title {
        font-size: 0.24rem;
        font-family: "SimSun", "宋体";
        font-weight: 600;
        border-left: 0.05rem solid #083B79;
        padding-left: 0.05rem;
        margin: 0.2rem 0 0.2rem 0
    }

    .container-child-pc .main-database .resource-list .resource-item .resource-item-list .resource_td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.25rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #1E1E1E
    }

    .container-child-pc .main-database .resource-list .resource-item .resource-item-list .resource_td span {
        transition: color .3s;
        -webkit-transition: color .3s;
        font-size: 0.25rem;
        font-family: "SimSun", "宋体";
        color: #083B79;
        font-weight: 600
    }

    .container-child-pc .main-database .resource-list .resource-item .resource-item-list .resource_td img {
        width: 16px;
        height: 16px;
        margin-left: 0.1rem
    }

    .container-child-pc .main-database .resource-list .resource-item .resource-item-list .resource_td:hover span {
        color: #EADAB3
    }

    .container-child-pc .main-database .inform .inform_item_1 {
        height: 3.5rem;
        border-bottom: 0.01rem solid #083B79;
        padding: 0.4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_img {
        position: relative
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_img img {
        width: 2.05rem;
        height: 2.7rem
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_img .item_date {
        position: absolute;
        top: 0.2rem;
        left: 0;
        width: 1.02rem;
        height: 0.8rem;
        background-color: #083B79;
        font-family: "SimSun", "宋体";
        text-align: center;
        padding: 0.08rem 0
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_img .item_date span {
        display: block;
        color: #EADAB3
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_img .item_date .day {
        font-size: 0.3rem;
        margin-bottom: 0.08rem
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_img .item_date .year {
        font-size: 0.16rem
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_info {
        margin-left: 0.5rem;
        width: calc(100% - 4rem)
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_info .item_title {
        transition: color .3s;
        -webkit-transition: color .3s;
        display: block;
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 0.2rem;
        color: #1E1E1E;
        cursor: pointer;
        font-weight: 600
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_info .item_title:hover {
        color: #083B79
    }

    .container-child-pc .main-database .inform .inform_item_1 .item_info .item_text {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        line-height: 0.3rem;
        max-height: 2.2rem;
        overflow: hidden;
        text-align: justify
    }

    .container-child-pc .main-database .inform .inform_item_1:hover .item_info .item_title {
        color: #083B79
    }

    .container-child-pc .main-database .inform .inform_item_2 {
        height: 1.98rem;
        border-bottom: 0.01rem solid #083B79;
        padding: 0.4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_date {
        font-family: "SimSun", "宋体";
        text-align: center;
        margin-left: 0.2rem;
        padding: 0.08rem 0
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_date span {
        display: block;
        color: #083B79
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_date .day {
        font-size: 0.3rem;
        margin-bottom: 0.08rem
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_date .year {
        font-size: 0.16rem
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_info {
        margin-left: 0.7rem
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_info .item_title {
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 0.2rem;
        color: #1E1E1E;
        cursor: pointer;
        font-weight: 600
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_info .item_title:hover {
        color: #083B79
    }

    .container-child-pc .main-database .inform .inform_item_2 .item_info .item_text {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        line-height: 0.3rem;
        text-align: justify
    }

    .container-child-pc .main-database .inform .inform_item_2:hover .item_info .item_title {
        color: #083B79
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc {
        width: 100%;
        display: block
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column {
        width: 30%;
        float: left;
        margin-right: 5%
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item {
        list-style: none;
        margin-bottom: 0.4rem
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item a {
        position: relative;
        display: block;
        margin: 0 0 12px
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item a i {
        transition: .3s;
        -webkit-transition: .3s;
        display: block;
        color: #fff;
        font-size: 30px;
        opacity: 0;
        -webkit-filter: opacity(alpha=0);
        filter: opacity(alpha=0);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
        margin: 0
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item a::after {
        content: '';
        transition: .3s;
        -webkit-transition: .3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0)
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item a:hover i {
        opacity: 1;
        -webkit-filter: opacity(alpha=100);
        filter: opacity(alpha=100)
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item a:hover::after {
        background: rgba(0, 0, 0, 0.4)
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item img {
        width: 100%;
        margin: 0 0;
        vertical-align: middle
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item p, .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item span {
        margin: 0 0;
        font-family: "SimSun", "宋体";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 28px
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item p {
        color: #1E1E1E;
        font-weight: bold;
        font-size: 0.18rem
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column .wall-item span {
        display: block;
        color: #4D4D4D;
        font-size: 0.16rem
    }

    .container-child-pc .main-database .resource .wall-box-wkt-pc .wall .wall-column:nth-of-type(3n) {
        margin-right: 0
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc {
        width: 100%;
        display: block
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc .wall .wall-column {
        width: 48%;
        float: left;
        margin-right: 4%
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc .wall .wall-column .wall-item {
        list-style: none;
        margin-bottom: 0.4rem
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc .wall .wall-column .wall-item a {
        position: relative;
        display: block;
        margin: 0 0 12px
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc .wall .wall-column .wall-item img {
        width: 100%;
        margin: 0 0;
        vertical-align: middle
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc .wall .wall-column .wall-item p {
        font-family: "SimSun", "宋体";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-weight: 600
    }

    .container-child-pc .main-database .resource .wall-box-mjdc-pc .wall .wall-column:nth-of-type(2n) {
        margin-right: 0
    }

    .container-child-pc .main-notice {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: url(../imgs/images/map-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0.6rem 1.6rem 1.5rem 1.6rem;
        background-attachment: fixed
    }

    .container-child-pc .main-notice .main_content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-notice .main_content .main_content_left {
        width: 4rem
    }

    .container-child-pc .main-notice .main_content .main_content_left .crumbs {
        height: 0.2rem;
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-pc .main-notice .main_content .main_content_left .crumbs a {
        color: #083B79;
        font-size: 0.16rem
    }

    .container-child-pc .main-notice .main_content .main_content_left .title {
        font-size: 0.3rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        height: 1rem;
        font-weight: 600
    }

    .container-child-pc .main-notice .main_content .main_content_left .list {
        border-left: 0.02rem solid #EADAB3
    }

    .container-child-pc .main-notice .main_content .main_content_left .list .li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 0.78rem;
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        padding: 0 0.2rem;
        cursor: pointer;
        color: #1E1E1E;
        font-weight: 600;
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s
    }

    .container-child-pc .main-notice .main_content .main_content_left .list .li:hover {
        background-color: #083B79;
        color: #fff
    }

    .container-child-pc .main-notice .main_content .main_content_left .list .li img {
        width: 0.14rem
    }

    .container-child-pc .main-notice .main_content .main_content_left .list .li.active_li {
        background-color: #083B79;
        color: #fff
    }

    .container-child-pc .main-notice .main_content .main_content_left .list .li.active_li::before {
        position: absolute;
        top: 50%;
        right: 0.2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        content: "";
        width: 0.14rem;
        height: 0.14rem;
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .container-child-pc .main-notice .main_content .main_content_right {
        width: calc(100% - 0.8rem);
        margin-left: 0.8rem
    }

    .container-child-pc .main-notice .main_content .main_content_right .title {
        border-bottom: 0.01rem solid #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 0.2rem;
        font-size: 0.28rem;
        color: #1E1E1E;
        font-family: "SimSun", "宋体";
        font-weight: 600
    }

    .container-child-pc .main-notice .inform .inform_item_1 {
        height: 3.5rem;
        border-bottom: 0.01rem solid #083B79;
        padding: 0.4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_img {
        position: relative
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_img img {
        width: 3.5rem;
        height: 2.7rem
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_img .item_date {
        position: absolute;
        top: 0.2rem;
        left: 0;
        width: 1.02rem;
        height: 0.8rem;
        background-color: #083B79;
        font-family: "SimSun", "宋体";
        text-align: center;
        padding: 0.08rem 0
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_img .item_date span {
        display: block;
        color: #EADAB3
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_img .item_date .day {
        font-size: 0.3rem;
        margin-bottom: 0.08rem
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_img .item_date .year {
        font-size: 0.16rem
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_info {
        margin-left: 0.5rem;
        width: calc(100% - 4rem)
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_info .item_title {
        transition: color .3s;
        -webkit-transition: color .3s;
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 0.2rem;
        color: #1E1E1E;
        cursor: pointer;
        font-weight: 600
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_info .item_title:hover {
        color: #083B79
    }

    .container-child-pc .main-notice .inform .inform_item_1 .item_info .item_text {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        line-height: 0.3rem;
        text-align: justify
    }

    .container-child-pc .main-notice .inform .inform_item_1:hover .item_info .item_title {
        color: #083B79
    }

    .container-child-pc .main-notice .inform .inform_item_2 {
        height: 1.98rem;
        border-bottom: 0.01rem solid #083B79;
        padding: 0.4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_date {
        font-family: "SimSun", "宋体";
        text-align: center;
        margin-left: 0.2rem;
        padding: 0.08rem 0
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_date span {
        display: block;
        color: #083B79
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_date .day {
        font-size: 0.3rem;
        margin-bottom: 0.08rem
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_date .year {
        font-size: 0.16rem
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_info {
        margin-left: 0.7rem
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_info .item_title {
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 0.2rem;
        color: #1E1E1E;
        cursor: pointer;
        font-weight: 600
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_info .item_title:hover {
        color: #083B79
    }

    .container-child-pc .main-notice .inform .inform_item_2 .item_info .item_text {
        font-size: 0.18rem;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        line-height: 0.3rem;
        text-align: justify
    }

    .container-child-pc .main-notice .inform .inform_item_2:hover .item_info .item_title {
        color: #083B79
    }

    .container-child-pc .main-notice .inform-xstb .inform_item_1 {
        height: auto
    }

    .container-child-pc .main-notice .inform-xstb .inform_item_1 .item_img img {
        width: 2.2rem;
        height: 2.9rem
    }

    .container-child-pc .main-notice .inform-xstb .inform_item_1 .item_info {
        width: calc(100% - 2.7rem)
    }

    .container-child-pc .main-resource {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: url(../imgs/images/map-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0.6rem 1.6rem 1.5rem 1.6rem;
        background-attachment: fixed
    }

    .container-child-pc .main-resource .main_content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-pc .main-resource .main_content .main_content_left {
        width: 4rem
    }

    .container-child-pc .main-resource .main_content .main_content_left .crumbs {
        height: 0.2rem;
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-pc .main-resource .main_content .main_content_left .crumbs a {
        color: #083B79;
        font-size: 0.16rem
    }

    .container-child-pc .main-resource .main_content .main_content_left .title {
        font-size: 0.3rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        height: 1rem;
        font-weight: 600
    }

    .container-child-pc .main-resource .main_content .main_content_left .list {
        border-left: 0.02rem solid #EADAB3
    }

    .container-child-pc .main-resource .main_content .main_content_left .list .li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 0.78rem;
        font-size: 0.26rem;
        font-family: "SimSun", "宋体";
        padding: 0 0.2rem;
        cursor: pointer;
        color: #1E1E1E;
        font-weight: 600;
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s
    }

    .container-child-pc .main-resource .main_content .main_content_left .list .li:hover {
        background-color: #083B79;
        color: #fff
    }

    .container-child-pc .main-resource .main_content .main_content_left .list .li img {
        width: 0.14rem
    }

    .container-child-pc .main-resource .main_content .main_content_left .list .li.active_li {
        background-color: #083B79;
        color: #fff
    }

    .container-child-pc .main-resource .main_content .main_content_left .list .li.active_li::before {
        position: absolute;
        top: 50%;
        right: 0.2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        content: "";
        width: 0.14rem;
        height: 0.14rem;
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .container-child-pc .main-resource .main_content .main_content_right {
        width: calc(100% - 0.8rem);
        margin-left: 0.8rem
    }

    .container-child-pc .main-resource .main_content .main_content_right .title {
        border-bottom: 0.01rem solid #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 0.2rem;
        font-size: 0.28rem;
        color: #1E1E1E;
        font-family: "SimSun", "宋体";
        font-weight: 600
    }

    .container-child-pc .main-resource .dynamic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.4rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 {
        display: block;
        width: 25%;
        height: 3.7rem;
        padding: 0.14rem;
        position: relative;
        cursor: pointer;
        border-radius: 0.03rem;
        margin-bottom: 0.2rem
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1:hover {
        -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15)
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 .img_video {
        position: relative
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 .img_video .img {
        width: 2.82rem;
        height: 1.88rem
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 .img_video .play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0.5rem;
        height: 0.5rem
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 .dynamic_title {
        font-size: 0.16rem;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        padding-top: 0.06rem;
        font-weight: 600;
        margin-bottom: 4px
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 .dynamic_text {
        font-size: 0.14rem;
        font-family: "SimSun", "宋体";
        padding-top: 0.06rem;
        color: #4D4D4D;
        line-height: 0.22rem
    }

    .container-child-pc .main-resource .dynamic .dynamic_item_1 .dynamic_date {
        font-size: 0.12rem;
        font-family: "SimSun", "宋体";
        color: #808080;
        position: absolute;
        bottom: 0.14rem;
        left: 0.14rem
    }

    .container-child-pc .main-resource .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container-child-pc .main-resource .pagination .pagination_page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-pc .main-resource .pagination .pagination_page svg {
        width: 0.14rem;
        height: 0.14rem;
        cursor: pointer
    }

    .container-child-pc .main-resource .pagination .pagination_page svg.prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 0.14rem
    }

    .container-child-pc .main-resource .pagination .pagination_page svg.next {
        margin-left: 0.14rem
    }

    .container-child-pc .main-resource .pagination .pagination_page span {
        width: 0.36rem;
        height: 0.36rem;
        line-height: 0.36rem;
        text-align: center;
        font-size: 0.14rem;
        color: #4E5969;
        font-family: "SimSun", "宋体";
        cursor: pointer
    }

    .container-child-pc .main-resource .pagination .pagination_page span.active_page {
        color: #083B79;
        font-family: "SimSun", "宋体";
        background-color: #EADAB3
    }

    .container-child-pc .main-resource .pagination .pagination_count {
        width: 85px;
        height: 36px;
        background: #F2F3F5;
        margin-left: 0.3rem
    }

    .container-child-pc .main-resource .pagination .pagination_count .values {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container-child-pc .main-resource .pagination .pagination_count .values span {
        font-size: 0.14rem;
        color: #1D2129;
        font-family: "SimSun", "宋体";
        margin-right: 0.15rem
    }

    .container-child-pc .main-resource .pagination .pagination_count .values svg {
        width: 0.2rem;
        height: 0.2rem;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .container-child-pc .main-resource .pagination .pagination_jump {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0.24rem
    }

    .container-child-pc .main-resource .pagination .pagination_jump span {
        font-size: 0.14rem;
        color: #86909C;
        font-family: "SimSun", "宋体"
    }

    .container-child-pc .main-resource .pagination .pagination_jump input {
        width: 0.4rem;
        height: 0.36rem;
        background-color: #F2F3F5;
        text-align: center;
        color: #1D2129;
        font-size: 0.14rem;
        font-family: "SimSun", "宋体";
        margin: 0 0.08rem
    }

    .container-child-pc .main-resource .pagination .pagination_btn {
        width: 0.5rem;
        height: 0.36rem;
        text-align: center;
        line-height: 0.36rem;
        color: #1D2129;
        font-size: 0.14rem;
        font-family: "SimSun", "宋体";
        background-color: #F2F3F5
    }

    .container-child-pc .main-detail .main_content_left .crumbs a, .container-child-pc .main-detail .main_content_left .crumbs span {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        font-weight: 600;
        color: #083B79
    }

    .container-child-pc .main-detail .main_content_right {
        width: 100%;
        margin-left: 0
    }

    .container-child-pc .main-detail .main_content_right .info_box {
        padding: 0.3rem 0.7rem 0.6rem 0.7rem
    }

    .container-child-pc .main-detail .main_content_right .info_box_title {
        text-align: center;
        font-weight: 600;
        font-size: 26px;
        font-family: "宋体";
        margin-bottom: 15px
    }

    .container-child-pc .main-detail .main_content_right .info_box_relation {
        position: relative;
        float: left;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        padding: 0 0 20px
    }

    .container-child-pc .main-detail .main_content_right .info_box_relation span {
        font-size: 14px;
        margin-right: 10px
    }

    .container-child-pc .main-detail .main_content_right .info_box_relation span:last-of-type {
        margin-right: 0
    }

    .container-child-pc .main-detail .main_content_right .info_box_detail {
        clear: both;
        width: 100%
    }

    .container-child-pc .main-detail .main_content_right .info_box_detail p {
        font-size: 16px;
        line-height: 24px
    }

    .container-child-pc .main-detail .main_content_right .info_box_detail ol li, .container-child-pc .main-detail .main_content_right .info_box_detail ul li {
        list-style: initial;
        font-size: 16px;
        line-height: 24px
    }

    .container-child-pc .main-detail .main_content_right .info_box_detail video {
        max-width: 100%;
        height: auto
    }

    .container-child-pc .main-detail .main_content_right .info_box_detail img {
        max-width: 100%;
        height: auto
    }
}

.mask {
    height: 0;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 999
}

.mask .mask-top {
    position: relative;
    z-index: 1000
}

.mask .mask-top .top-btn {
    transition: background .3s;
    -webkit-transition: background .3s;
    top: 50px;
    right: 30px;
    position: absolute;
    text-align: center;
    width: 100px;
    font-size: 14px;
    line-height: 34px;
    background: #5C5C5C;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px
}

.mask .mask-top .closed {
    width: 34px;
    height: 34px;
    font-size: 24px;
    background: #989898
}

.mask .mask-top .cancel {
    right: 84px
}

.mask .mask-top .replay {
    right: 84px
}

.mask .mask-top:hover {
    cursor: pointer
}

.mask .mask-top .top-btn:hover {
    background: #4C4C4C
}

.mask .mask-top .top-btn.active {
    background: #4C4C4C
}

.mask .mask-content {
    height: 100%
}

.mask .mask-content .bigimgBox {
    overflow: hidden
}

.mask .mask-content .mask-img-box {
    margin: 0 auto
}

.mask .mask-content .mask-img-box .mask-img {
    display: block;
    width: auto;
    height: auto
}

.mask .mask-content .mask-img-box p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 12px 0
}

.swiper-mask {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-mask .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-mask .swiper-button-prev,.swiper-mask .swiper-button-next {
    background: none;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-mask .swiper-button-prev::after,.swiper-mask .swiper-button-next::after {
    color: #fff;
    font-size: 32px
}

.swiper-mask .swiper-button-prev {
    left: 1rem
}

.swiper-mask .swiper-button-next {
    right: 1rem
}

@media screen and (max-width: 768px) {
    .header {
        position: relative;
        z-index: 20
    }

    .header .header_bar {
        height: 60px;
        background-color: #083B79;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .header .header_bar .menu {
        width: 30px;
        height: 30px
    }

    .header .header_bar .logoImg {
        display: block
    }

    .header .header_bar .logo {
        display: block;
        width: 192px;
        height: 27px
    }

    .header .header_bar .login {
        position: relative;
        z-index: -1;
        opacity: 0;
        -webkit-filter: opacity(alpha=0);
        filter: opacity(alpha=0);
        width: 54px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        font-family: "SimSun", "宋体"
    }

    .header .header_bar .menu_content {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1;
        width: 100%;
        background-color: #083B79;
        color: #fff;
        font-size: 14px;
        font-family: "SimSun", "宋体";
        padding: 0 15px;
        height: 0;
        overflow: hidden;
        font-weight: 600
    }

    .header .header_bar .menu_content .level_2 {
        height: 0;
        overflow: hidden
    }

    .header .header_bar .menu_content .level_text {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff
    }

    .header .header_bar .menu_content .level_text span {
        color: #fff
    }

    .header .header_bar .menu_content .level_text img {
        -webkit-transition: all 0.2s;
        transition: all 0.2s
    }

    .header .header_bar .menu_content .level_2>div:nth-of-type(1) .level_text_two {
        display: none
    }

    .header .header_bar .menu_content .level_2>div:nth-of-type(2) .level_text {
        position: relative;
        font-size: 13px;
        padding: 0 40px
    }

    .header .header_bar .menu_content .level_2>div:nth-of-type(2) .level_text::before {
        content: '';
        display: block;
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
        background: #fff
    }

    .header .header_bar .menu_content .level_2>div:nth-of-type(2) .level_text_two {
        padding: 0 25px;
        text-indent: 0;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

    .header .header_bar .menu_content .level_2>div:nth-of-type(2) .level_text_two::before {
        display: none
    }

    .header .header_bar .menu_content .level_2 .level_text {
        padding: 0 25px;
        color: #fff
    }

    .header .header_bar .menu_content .level_2 .level_text span {
        color: #fff
    }

    .header .header_bar .menu_content .level_1:last-child .level_text:last-child {
        border-color: transparent
    }

    .header .header_content .banner {
        width: 100%;
        display: block
    }

    .footer {
        background-image: url(../imgs/images/footer-bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20px 15px 10px 15px
    }

    .footer a {
        color: #fff
    }

    .footer .text1 {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #fff;
        margin-top: 20px
    }

    .footer .text2 {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #EAEAEA;
        overflow: hidden;
        margin-top: 24px
    }

    .footer .text2 span {
        margin-right: 50px
    }

    .footer .text2 span:last-child {
        margin-right: 0
    }

    .footer .text2 a {
        display: block;
        width: auto;
        float: left;
        margin-bottom: 8px;
        padding: 0 10px;
        line-height: 14px
    }

    .footer .text2 a:last-child {
        margin-right: 0
    }

    .footer .qrcode_content {
        text-align: center;
        width: 120px;
        margin: 20px 0
    }

    .footer .qrcode_content .qrcode {
        width: 120px;
        height: 120px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .qrcode_content .qrcode img {
        width: 113px;
        height: 113px
    }

    .footer .qrcode_content span {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #fff;
        margin-top: 10px;
        line-height: 20px;
        display: block
    }

    .footer .info {
        border-top: 1px solid #D8D8D8;
        color: #fff;
        font-family: "SimSun", "宋体";
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        padding-top: 10px
    }

    .footer .info .span1 {
        display: block;
        font-size: 12px
    }

    .footer .info .span2 {
        display: block;
        font-size: 12px
    }

    .footer .info .span2 a {
        color: #fff;
        font-family: "SimSun", "宋体";
        font-size: 12px;
        display: block
    }

    .container-pc {
        display: none
    }

    .container-phone {
        display: block;
        min-height: 100vh
    }

    .container-phone .header .header_content {
        height: 485px;
        background-image: url(../imgs/images/banner2.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20px 0 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-phone .search_bar {
        margin: 0 20px
    }

    .sear_qh {
        margin-bottom: 10px
    }

    .sear_qh span {
        position: relative;
        font-size: 16px;
        color: #fff;
        padding: 0 10px;
        cursor: pointer
    }

    .sear_qh span:after {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        height: 2px;
        width: 15px;
        background: #fff;
        transform: rotate(-70deg)
    }

    .sear_qh span:first-child:after {
        display: none
    }

    .sear_qh span.on {
        font-weight: bold
    }

    .sear_nr>div {
        height: 1.5rem;
        display: none
    }

    .sear_nr>div.on {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }

    .search1 {
        width: 100%;
        position: relative;
        padding-right: 1rem;
        height: 1.2rem;
        display: flex;
        align-items: center
    }

    .search1 input {
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        border: none;
        padding: 0;
        padding-left: .15rem;
        padding-right: .15rem;
        box-sizing: border-box
    }

    .search1 button {
        position: absolute;
        right: 0;
        top: 0;
        height: 1.2rem;
        width: 1rem;
        background: #c30d23;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .search1 button svg {
        width: .6rem
    }

    .container-phone .search_bar .select_box {
        margin-right: 6px;
        font-size: 14px;
        position: relative
    }

    .container-phone .search_bar .select_box .values {
        width: 112px;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        font-family: "SimSun", "宋体";
        color: #083B79;
        cursor: pointer;
        font-weight: 600
    }

    .container-phone .search_bar .select_box .values svg {
        width: 12px;
        margin-left: 8px
    }

    .container-phone .search_bar .select_box .select_options {
        position: absolute;
        top: 44px;
        left: 0;
        width: 100%;
        background-color: #8B8E8F;
        border-radius: 5px;
        overflow: hidden;
        display: none
    }

    .container-phone .search_bar .select_box .select_options .option_item {
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        display: block;
        color: #1E1E1E
    }

    .container-phone .search_bar .select_box .select_options .option_item:hover {
        background-color: #fff
    }

    .container-phone .search_bar .search_box {
        width: 227px
    }

    .container-phone .search_bar .search_box .search_input {
        width: 100%;
        height: 44px;
        background-color: #fff;
        border-radius: 5px;
        padding: 13px 0 13px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-phone .search_bar .search_box .search_input .form_public {
        width: 100%
    }

    .container-phone .search_bar .search_box .search_input input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        -webkit-appearance: none;
        width: calc(100% - 62px);
        height: 28px;
        padding: 0;
        margin: 0;
        position: relative;
        top: -2px;
        background: transparent
    }

    .container-phone .search_bar .search_box .search_input .iconfont {
        background: transparent;
        border: 0;
        outline: none
    }

    .container-phone .search_bar .search_box .search_input .iconfont svg {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: relative;
        top: 4px
    }

    .container-phone .search_bar .search_box .search_input input::-webkit-input-placeholder {
        color: #D0D0D0
    }

    .container-phone .search_bar .search_box .search_input input:-ms-input-placeholder {
        color: #D0D0D0
    }

    .container-phone .search_bar .search_box .search_input input::-ms-input-placeholder {
        color: #D0D0D0
    }

    .container-phone .search_bar .search_box .search_input input::placeholder {
        color: #D0D0D0
    }

    .container-phone .icons_bar_phone {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .container-phone .icons_bar_phone .icon {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
        color: #fff
    }

    .container-phone .icons_bar_phone .icon span {
        margin-top: 10px;
        color: #fff;
        font-family: "SimSun", "宋体"
    }

    .container-phone .icons_bar_phone .icon img {
        width: 28px
    }

    .container-phone .icons_bar_phone .icon:nth-of-type(1) img, .container-phone .icons_bar_phone .icon:nth-of-type(8) img {
        width: 36px
    }

    .container-phone .icons_bar_phone .icon:nth-of-type(2) img {
        width: 26px
    }

    .container-phone .icons_bar_phone .icon:nth-of-type(3) img {
        width: 34px
    }

    .container-phone .icons_bar_phone .icon:nth-of-type(4) img {
        width: 33px
    }

    .container-phone .icons_bar_phone .icon:nth-of-type(6) img {
        position: relative;
        top: 3px
    }

    .container-phone .icons_bar_phone .icon:nth-of-type(7) img {
        width: 37px
    }

    .container-phone .plate_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px
    }

    .container-phone .plate_title .plate_left {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        position: relative;
        font-weight: 600
    }

    .container-phone .plate_title .plate_left::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        content: "";
        width: 24px;
        height: 2px;
        background-color: #083B79
    }

    .container-phone .plate_title .plate_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        cursor: pointer
    }

    .container-phone .plate_title .plate_right img {
        width: 12px;
        margin-left: 6px
    }

    .container-phone .activity {
        margin-top: 50px
    }

    .container-phone .carousel_1 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 25px 0
    }

    .container-phone .carousel_1 .swiper-container-hdtg {
        width: 275px;
        margin: 0 auto
    }

    .container-phone .carousel_1 .carousel_wrapper {
        position: relative
    }

    .container-phone .carousel_1 .carousel_wrapper .carousel_slider {
        display: block;
        position: relative
    }

    .container-phone .carousel_1 .carousel_wrapper .carousel_slider .item_date {
        position: absolute;
        top: 0.5rem;
        left: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        background-color: #083B79;
        font-family: "SimSun", "宋体";
        text-align: center;
        padding: 0.3rem 0.4rem
    }

    .container-phone .carousel_1 .carousel_wrapper .carousel_slider .item_date span {
        display: block;
        color: #EADAB3
    }

    .container-phone .carousel_1 .carousel_wrapper .carousel_slider .item_date .day {
        font-size: 0.3rem;
        margin-bottom: 0.08rem
    }

    .container-phone .carousel_1 .carousel_wrapper .carousel_slider .item_date .year {
        font-size: 0.16rem
    }

    .container-phone .carousel_1 .carousel_wrapper .carousel_slider img {
        width: 100%;
        height: 100%
    }

    .container-phone .carousel_1 .carousel_pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        text-align: center
    }

    .container-phone .carousel_1 .carousel_pagination span {
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #999999;
        border-radius: 50%;
        opacity: inherit
    }

    .container-phone .carousel_1 .carousel_pagination span.swiper-pagination-bullet-active {
        width: 12px;
        background-color: #083B79;
        border-radius: 20px
    }

    .container-phone .carousel_1_info {
        width: 275px;
        margin: 6px auto 0
    }

    .container-phone .carousel_1_info .title {
        width: 100%;
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        line-height: 20px;
        min-height: 44px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .container-phone .carousel_1_info .date {
        display: none;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        margin-top: 6px
    }

    .container-phone .news {
        background-image: url(../imgs/images/news-bg1.jpg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        margin-top: 10px;
        padding-top: 20px
    }

    .container-phone .news .news_content {
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-phone .news .news_content .plate_title {
        height: 45px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 15px 0 0
    }

    .container-phone .news .news_content .plate_title .plate_left {
        background-color: #FAFBFC;
        width: 94px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-left: 15px
    }

    .container-phone .news .news_content .plate_title .plate_left span {
        font-weight: 600
    }

    .container-phone .news .news_content .plate_title .plate_left::before {
        left: 15px
    }

    .container-phone .news .news_content .news_info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #FAFBFC;
        padding: 25px 15px
    }

    .container-phone .news .news_content .news_info .card_text {
        background-color: #083B79;
        height: 110px;
        color: #fff;
        padding: 25px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-phone .news .news_content .news_info .card_text a {
        color: #fff
    }

    .container-phone .news .news_content .news_info .card_text .date {
        color: #EADAB3;
        font-family: "SimSun", "宋体";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        border-right: 1px solid #979797
    }

    .container-phone .news .news_content .news_info .card_text .date .month {
        font-size: 14px
    }

    .container-phone .news .news_content .news_info .card_text .date .year {
        font-size: 12px
    }

    .container-phone .news .news_content .news_info .card_text .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px;
        font-size: 14px;
        font-family: "SimSun", "宋体";
        font-weight: 600
    }

    .container-phone .news .news_content .news_info .info_list {
        margin-top: 10px;
        border-top: 1px solid #EADAB3;
        padding-top: 24px
    }

    .container-phone .news .news_content .news_info .info_list .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px
    }

    .container-phone .news .news_content .news_info .info_list .info:last-child {
        margin-bottom: 0
    }

    .container-phone .news .news_content .news_info .info_list .info .date {
        display: block;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        margin-right: 20px;
        color: #4D4D4D
    }

    .container-phone .news .news_content .news_info .info_list .info .text {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        position: relative;
        top: -1px
    }

    .container-phone .library {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url(../imgs/images/library-bg.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 100% 0
    }

    .container-phone .library .plate_title {
        height: 50px;
        padding: 0 15px 0 0
    }

    .container-phone .library .plate_title .plate_left {
        background-color: #fff;
        width: 280px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px
    }

    .container-phone .library .plate_title .plate_left::before {
        bottom: 12px;
        left: 15px
    }

    .container-phone .library .library_content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .container-phone .carousel_2 {
        width: 100%;
        position: relative;
        margin-top: 20px;
        padding-bottom: 34px;
        overflow: hidden
    }

    .container-phone .carousel_2 .swiper-container-tszyk {
        width: 270px;
        margin: 0 auto
    }

    .container-phone .carousel_2 .carousel_wrapper .carousel_slider {
        display: block
    }

    .container-phone .carousel_2 .carousel_wrapper .carousel_slider img {
        display: block;
        width: 100%;
        height: 100%
    }

    .container-phone .carousel_2 .carousel_wrapper .carousel_slider .carousel_slider_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 150px 20px 20px 20px;
        font-family: "SimSun", "宋体"
    }

    .container-phone .carousel_slider_content .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-phone .carousel_slider_content .title span {
        font-size: 16px;
        font-weight: 600
    }

    .container-phone .carousel_slider_content .title img {
        width: 26px !important;
        height: 26px !important
    }

    .container-phone .carousel_slider_content .text {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px
    }

    .container-phone .carousel_2 .carousel_pagination {
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: 10;
        width: 100%;
        text-align: center
    }

    .container-phone .carousel_2 .carousel_pagination span {
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #999999;
        border-radius: 50%;
        opacity: inherit
    }

    .container-phone .carousel_2 .carousel_pagination span.swiper-pagination-bullet-active {
        width: 12px;
        background-color: #083B79;
        border-radius: 20px
    }

    .container-phone .nominate {
        height: 400px;
        background-image: url();
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 50px
    }

    .container-phone .nominate .plate_title {
        position: relative
    }

    .container-phone .nominate .plate_title .plate_right {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        display: none
    }

    .container-phone .nominate .plate_title .plate_right:nth-of-type(1) {
        display: block
    }

    .container-phone .nominate .plate_title .plate_left::before {
        display: none
    }

    .container-phone .nominate .plate_title .plate_left span {
        transition: all .3s;
        -webkit-transition: all .3s;
        margin-right: 13px;
        color: #999999;
        position: relative
    }

    .container-phone .nominate .plate_title .plate_left span::before {
        content: '';
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        position: absolute;
        bottom: -1px;
        left: 0;
        content: "";
        width: 24px;
        height: 2px;
        background-color: transparent
    }

    .container-phone .nominate .plate_title .plate_left span.active_span {
        color: #1E1E1E
    }

    .container-phone .nominate .plate_title .plate_left span.active_span::before {
        background-color: #083B79
    }

    .container-phone .nominate .nominate_content {
        padding: 25px 15px 0 15px
    }

    .container-phone .carousel_3 {
        position: relative;
        overflow: hidden
    }

    .container-phone .carousel_3 .swiper-container-xinstj {
        padding-bottom: 34px
    }

    .container-phone .carousel_3 .carousel_wrapper .carousel_slider {
        display: block;
        width: 148px !important
    }

    .container-phone .carousel_3 .carousel_wrapper .carousel_slider .slider_item {
        width: 148px
    }

    .container-phone .carousel_3 .carousel_wrapper .carousel_slider .slider_item img {
        display: block
    }

    .container-phone .carousel_3 .carousel_wrapper .carousel_slider .slider_item span {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-top: 12px;
        display: block;
        font-weight: 600;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .container-phone .carousel_3 .carousel_pagination {
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: 10;
        width: 100%;
        text-align: center
    }

    .container-phone .carousel_3 .carousel_pagination span {
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #999999;
        border-radius: 50%;
        opacity: inherit
    }

    .container-phone .carousel_3 .carousel_pagination span.swiper-pagination-bullet-active {
        width: 12px;
        background-color: #083B79;
        border-radius: 20px
    }

    .container-phone .carousel_4 {
        position: relative;
        height: 0;
        overflow: hidden
    }

    .container-phone .carousel_4 .swiper-container-jiaostj {
        padding-bottom: 34px
    }

    .container-phone .carousel_4 .carousel_wrapper .carousel_slider {
        width: 100%;
        display: block;
        padding-left: 90px
    }

    .container-phone .carousel_4 .carousel_wrapper .carousel_slider img {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .container-phone .carousel_4 .carousel_wrapper .carousel_slider .text {
        height: 242px;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #fff;
        background-color: #083B79;
        padding: 22px 32px 22px 67px;
        line-height: 22px;
        float: right
    }

    .container-phone .carousel_4 .carousel_pagination {
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: 10;
        width: 100%;
        text-align: center
    }

    .container-phone .carousel_4 .carousel_pagination span {
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #999999;
        border-radius: 50%;
        opacity: inherit
    }

    .container-phone .carousel_4 .carousel_pagination span.swiper-pagination-bullet-active {
        width: 12px;
        background-color: #083B79;
        border-radius: 20px
    }

    .container-child-pc {
        display: none
    }

    .container-child-phone {
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-child-phone .main .title {
        font-weight: 600
    }

    .container-child-phone .main .tabs {
        padding-top: 5px;
        overflow: hidden;
        margin-bottom: 10px
    }

    .container-child-phone .main .tabs a {
        display: block;
        float: left;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #999;
        font-size: 14px;
        font-family: "SimSun", "宋体";
        font-weight: 600
    }

    .container-child-phone .main .tabs a.active_tab {
        background-color: #083B79;
        color: #fff;
        font-family: "SimSun", "宋体"
    }

    .container-child-phone .main .single-two-nav {
        overflow: hidden;
        background: #fcfcfc;
        padding: 12px;
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        margin-bottom: 15px
    }

    .container-child-phone .main .single-two-nav ul li {
        float: left;
        margin-right: 15px
    }

    .container-child-phone .main .single-two-nav ul li a {
        display: block;
        font-size: 14px;
        color: #999
    }

    .container-child-phone .main .single-two-nav ul li.active a {
        color: #083B79
    }

    .container-child-phone .main .single-two-article>div {
        display: none
    }

    .container-child-phone .main .single-two-article>div.active {
        display: block
    }

    .container-child-phone .main .single-two-article>div ol li, .container-child-phone .main .single-two-article>div ul li {
        list-style: initial;
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px
    }

    .container-child-phone .main .single-two-article>div table tr td p, .container-child-phone .main .single-two-article>div table tr td span, .container-child-phone .main .single-two-article>div table tr td i, .container-child-phone .main .single-two-article>div table tr td img, .container-child-phone .main .single-two-article>div table tr td a {
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px;
        margin: 10px 0
    }

    .container-child-phone .main .single-two-article>div p, .container-child-phone .main .single-two-article>div span, .container-child-phone .main .single-two-article>div i, .container-child-phone .main .single-two-article>div img, .container-child-phone .main .single-two-article>div a {
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px;
        margin: 10px 0
    }

    .container-child-phone .main .database .introduce ol li, .container-child-phone .main .database .introduce ul li {
        list-style: initial;
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px
    }

    .container-child-phone .main .database .introduce table tr td p, .container-child-phone .main .database .introduce table tr td span, .container-child-phone .main .database .introduce table tr td i, .container-child-phone .main .database .introduce table tr td img, .container-child-phone .main .database .introduce table tr td a {
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px;
        margin: 10px 0
    }

    .container-child-phone .main .database .introduce p, .container-child-phone .main .database .introduce span, .container-child-phone .main .database .introduce i, .container-child-phone .main .database .introduce img, .container-child-phone .main .database .introduce a {
        font-size: 15px !important;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px !important;
        margin: 10px 0
    }

    .container-child-phone .main-about {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 15px
    }

    .container-child-phone .main-about .crumbs {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-phone .main-about .crumbs a {
        color: #083B79;
        font-size: 12px
    }

    .container-child-phone .main-about .title {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-top: 8px;
        padding-bottom: 5px;
        border-bottom: 1px solid #EADAB3
    }

    .container-child-phone .main-about .abouts .person {
        padding: 25px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container-child-phone .main-about .abouts .person img {
        width: 104px;
        height: 139px
    }

    .container-child-phone .main-about .abouts .person .person_info {
        margin-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-child-phone .main-about .abouts .person .person_info .name {
        font-size: 20px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-about .abouts .person .person_info .duty {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        margin-top: 10px
    }

    .container-child-phone .main-about .oration {
        padding-bottom: 40px
    }

    .container-child-phone .main-about .oration .oration_title {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-about .oration .oration_info {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        margin: 10px 0;
        line-height: 24px;
        height: calc(360px);
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .container-child-phone .main-about .oration .oration_more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container-child-phone .main-about .oration .oration_more .more {
        text-align: center;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-phone .main-about .oration .oration_more .more img {
        width: 12px;
        height: 12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .container-child-phone .main-about .introduce {
        height: 670px;
        background-image: url(../imgs/images/about-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 -15px 40px;
        padding: 30px 15px;
        font-size: 14px;
        color: #fff
    }

    .container-child-phone .main-about .introduce .introduce_title {
        font-family: "SimSun", "宋体";
        font-weight: 600
    }

    .container-child-phone .main-about .introduce .introduce_info {
        font-family: "SimSun", "宋体";
        margin-top: 10px;
        line-height: 24px
    }

    .container-child-phone .main-about .introduce .introduce_person {
        font-family: "SimSun", "宋体";
        text-align: right;
        margin-top: 10px
    }

    .container-child-phone .main-about .townscape {
        overflow: hidden
    }

    .container-child-phone .main-about .table {
        padding: 0 0 40px
    }

    .container-child-phone .main-about .table .table_title {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-bottom: 10px;
        font-weight: 600
    }

    .container-child-phone .main-about .table .table_img {
        width: 100%
    }

    .container-child-phone .main-about .townscape .townscape_title {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-bottom: 10px;
        font-weight: 600
    }

    .container-child-phone .main-about .townscape .townscape_content {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1;
        column-gap: 1
    }

    .container-child-phone .main-about .townscape .townscape_content .item {
        width: 168px;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        overflow: hidden
    }

    .container-child-phone .main-about .townscape .townscape_content .item:nth-child(2n) {
        margin-right: 0
    }

    .container-child-phone .main-about .townscape .townscape_content .item img {
        width: 100%
    }

    .container-child-phone .main-about .townscape .townscape_content .item span {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        padding: 6px 0
    }

    .container-child-phone .main-about .townscape .townscape_more {
        padding: 10px 0 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container-child-phone .main-about .townscape .townscape_more .more {
        text-align: center;
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-phone .main-about .townscape .townscape_more .more img {
        width: 12px;
        height: 12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .container-child-phone .main-about .townscape .townscape_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .container-child-phone .main-about .townscape .townscape_btn .btn {
        padding: 9px 25px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        background-color: #083B79
    }

    .container-child-phone .main-about .townscape .townscape_btn .btn svg {
        margin-left: 8px;
        width: 16px;
        height: 16px
    }

    .container-child-phone .main-database {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 15px
    }

    .container-child-phone .main-database .crumbs {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-phone .main-database .crumbs a {
        color: #083B79;
        font-size: 12px
    }

    .container-child-phone .main-database .title {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-top: 8px;
        padding-bottom: 5px;
        border-bottom: 1px solid #EADAB3
    }

    .container-child-phone .main-database .database {
        padding-top: 10px
    }

    .container-child-phone .main-database .database table {
        width: 100% !important;
        max-width: 100% !important;
        overflow: scroll;
        display: block
    }

    .container-child-phone .main-database .database table tr td {
        min-width: 95px
    }

    .container-child-phone .main-database .database .database_item_1 {
        padding: 15px 0;
        border-bottom: 1px solid #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #083B79;
        font-weight: 600
    }

    .container-child-phone .main-database .database .database_item_1 img {
        width: 15px;
        height: 15px;
        margin-left: 10px
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone {
        width: 100%;
        display: block
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column {
        width: 48%;
        float: left;
        margin-right: 4%
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item {
        margin-bottom: 0.4rem;
        list-style: none
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item a {
        position: relative;
        display: block;
        margin: 0 0 12px
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item a i {
        transition: .3s;
        -webkit-transition: .3s;
        display: block;
        color: #fff;
        font-size: 24px;
        opacity: 0;
        -webkit-filter: opacity(alpha=0);
        filter: opacity(alpha=0);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
        margin: 0
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item a::after {
        content: '';
        transition: .3s;
        -webkit-transition: .3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0)
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item a:hover i {
        opacity: 1;
        -webkit-filter: opacity(alpha=100);
        filter: opacity(alpha=100)
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item a:hover::after {
        background: rgba(0, 0, 0, 0.4)
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item img {
        width: 100%;
        margin: 0 0;
        vertical-align: middle
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item p, .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item span {
        margin: 0 0;
        font-family: "SimSun", "宋体";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 24px
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item p {
        color: #1E1E1E;
        font-weight: bold;
        font-size: 15px
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column .wall-item span {
        display: block;
        color: #4D4D4D;
        font-size: 14px
    }

    .container-child-phone .main-database .database .wall-box-wkt-phone .wall .wall-column:nth-of-type(2n) {
        margin-right: 0
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone {
        width: 100%;
        display: block
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone .wall .wall-column {
        width: 48%;
        float: left;
        margin-right: 4%
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone .wall .wall-column .wall-item {
        list-style: none;
        margin-bottom: 0.4rem
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone .wall .wall-column .wall-item a {
        position: relative;
        display: block;
        margin: 0 0 12px
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone .wall .wall-column .wall-item img {
        width: 100%;
        margin: 0 0;
        vertical-align: middle
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone .wall .wall-column .wall-item p {
        font-family: "SimSun", "宋体";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #1E1E1E;
        font-size: 14px;
        margin: 8px 0;
        text-align: center;
        font-weight: 600
    }

    .container-child-phone .main-database .database .wall-box-mjdc-phone .wall .wall-column:nth-of-type(2n) {
        margin-right: 0
    }

    .container-child-phone .main-database .resource-list {
        width: 100%
    }

    .container-child-phone .main-database .resource-list .resource-item {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .container-child-phone .main-database .resource-list .resource-item:nth-of-type(2n) {
        margin-right: 0
    }

    .container-child-phone .main-database .resource-list .resource-item .resource-item-title {
        font-size: 20px;
        font-family: "SimSun", "宋体";
        font-weight: 600;
        border-left: 4px solid #083B79;
        padding-left: 15px;
        margin: 20px 0 15px 0
    }

    .container-child-phone .main-database .resource-list .resource-item .resource-item-list .resource_td {
        padding: 15px 0;
        border-bottom: 1px solid #083B79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container-child-phone .main-database .resource-list .resource-item .resource-item-list .resource_td span {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #083B79;
        font-weight: 600
    }

    .container-child-phone .main-database .resource-list .resource-item .resource-item-list .resource_td img {
        width: 15px;
        height: 15px;
        margin-left: 10px
    }

    .container-child-phone .main-database .inform {
        padding-top: 15px
    }

    .container-child-phone .main-database .inform .inform_item_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #083B79
    }

    .container-child-phone .main-database .inform .inform_item_1 .item_img img {
        width: 126px;
        height: 97px
    }

    .container-child-phone .main-database .inform .inform_item_1 .item_info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 30px;
        font-family: "SimSun", "宋体"
    }

    .container-child-phone .main-database .inform .inform_item_1 .item_info .item_title {
        font-family: "SimSun", "宋体";
        font-size: 14px;
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-database .inform .inform_item_1 .item_info .item_date {
        font-size: 12px;
        color: #EADAB3;
        margin: 5px 0
    }

    .container-child-phone .main-database .inform .inform_item_1 .item_info .item_text {
        font-size: 14px;
        line-height: 20px;
        color: #999
    }

    .container-child-phone .main-database .inform>div:last-child {
        border-color: transparent
    }

    .container-child-phone .main-database .inform_item_2 {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #083B79
    }

    .container-child-phone .main-database .inform_item_2 .item_title {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-database .inform_item_2 .item_date {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #EADAB3;
        margin: 6px 0
    }

    .container-child-phone .main-database .inform_item_2 .item_text {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D
    }

    .container-child-phone .main-notice {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 15px
    }

    .container-child-phone .main-notice .crumbs {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-phone .main-notice .crumbs a {
        color: #083B79;
        font-size: 12px
    }

    .container-child-phone .main-notice .title {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-top: 8px;
        padding-bottom: 5px;
        border-bottom: 1px solid #EADAB3;
        font-weight: 600
    }

    .container-child-phone .main-notice .inform {
        padding-top: 15px
    }

    .container-child-phone .main-notice .inform .inform_item_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #083B79
    }

    .container-child-phone .main-notice .inform>div:last-child {
        border-color: transparent
    }

    .container-child-phone .main-notice .inform .inform_item_1 .item_img img {
        width: 126px;
        height: 97px
    }

    .container-child-phone .main-notice .inform .inform_item_1 .item_info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 30px;
        font-family: "SimSun", "宋体"
    }

    .container-child-phone .main-notice .inform .inform_item_1 .item_info .item_title {
        font-family: "SimSun", "宋体";
        font-size: 14px;
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-notice .inform .inform_item_1 .item_info .item_date {
        font-size: 12px;
        color: #EADAB3;
        margin: 5px 0
    }

    .container-child-phone .main-notice .inform .inform_item_1 .item_info .item_text {
        font-size: 14px;
        line-height: 20px;
        color: #999
    }

    .container-child-phone .main-notice .inform .inform_item_2 {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #083B79
    }

    .container-child-phone .main-notice .inform .inform_item_2 .item_title {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-notice .inform .inform_item_2 .item_date {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #EADAB3;
        margin: 6px 0
    }

    .container-child-phone .main-notice .inform .inform_item_2 .item_text {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D
    }

    .container-child-phone .main-notice .inform-xstb .inform_item_1 .item_img img {
        width: 126px;
        height: auto
    }

    .container-child-phone .main-resource {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 15px
    }

    .container-child-phone .main-resource .crumbs {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        margin-bottom: 10px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-phone .main-resource .crumbs a {
        color: #083B79;
        font-size: 12px
    }

    .container-child-phone .main-resource .title {
        font-size: 16px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        margin-top: 8px;
        padding-bottom: 5px;
        border-bottom: 1px solid #EADAB3
    }

    .container-child-phone .main-resource .dynamic {
        padding-top: 15px
    }

    .container-child-phone .main-resource .dynamic_item_1 {
        padding: 15px 0;
        border-bottom: 1px solid #083B79
    }

    .container-child-phone .main-resource .dynamic_item_1:last-child {
        border-color: transparent
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_img {
        position: relative
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_img .img {
        display: block;
        width: 100%;
        height: 230px
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_img .play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 50px;
        height: 50px
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_info {
        margin-top: 15px
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_info .item_title {
        font-size: 14px;
        font-family: "SimSun", "宋体";
        color: #1E1E1E;
        font-weight: 600
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_info .item_text {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #4D4D4D;
        margin: 10px 0
    }

    .container-child-phone .main-resource .dynamic_item_1 .item_info .item_date {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        color: #EADAB3
    }

    .container-child-phone .main-detail {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: url(../imgs/images/map-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 10px 15px 20px
    }

    .container-child-phone .main-detail .crumbs {
        font-size: 12px;
        font-family: "SimSun", "宋体";
        margin-bottom: 20px;
        font-weight: 600;
        color: #083B79
    }

    .container-child-phone .main-detail .crumbs a {
        color: #083B79;
        font-size: 12px
    }

    .container-child-phone .main-detail .main_content_right {
        width: 100%
    }

    .container-child-phone .main-detail .main_content_right .info_box_title {
        text-align: center;
        font-size: 18px;
        font-family: "宋体";
        font-weight: 600;
        margin-bottom: 15px
    }

    .container-child-phone .main-detail .main_content_right .info_box_relation {
        padding: 0 0 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .container-child-phone .main-detail .main_content_right .info_box_relation span {
        font-size: 14px;
        margin-right: 8px
    }

    .container-child-phone .main-detail .main_content_right .info_box_relation span:last-of-type {
        margin-right: 0
    }

    .container-child-phone .main-detail .main_content_right .info_box_detail p {
        font-size: 15px
    }

    .container-child-phone .main-detail .main_content_right .info_box_detail ol li, .container-child-phone .main-detail .main_content_right .info_box_detail ul li {
        list-style: initial;
        font-size: 15px
    }

    .container-child-phone .main-detail .main_content_right .info_box_detail video {
        max-width: 100%;
        height: auto
    }

    .container-child-phone .main-detail .main_content_right .info_box_detail img {
        max-width: 100%;
        height: auto
    }

    .swiper-mask .swiper-button-prev, .swiper-mask .swiper-button-next {
        top: 47%
    }

    .swiper-mask .swiper-button-prev::after, .swiper-mask .swiper-button-next::after {
        font-size: 24px
    }

    .swiper-mask .swiper-button-prev {
        left: 0.5rem
    }

    .swiper-mask .swiper-button-next {
        right: 0.5rem
    }
}
