@font-face {
    font-family: 'hs-icons';
    /* src:
    url('/templates/znzz2024/static/css/hs-icons.ttf') format('truetype'),
    url('/templates/znzz2024/static/css/hs-icons.woff') format('woff'),
    url('/templates/znzz2024/static/css/hs-icons.svg') format('svg'); */
    /*  font-weight: normal;
    font-style: normal; */
}

body {
    --fontSize: 18px;
    --color: #000000;
}

div {
    position: relative
}

.container {
    margin: 0 auto
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1200px
    }
}

@media screen and (max-width: 1220px) and (min-width:992px) {
    .container {
        width: 85%
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px
    }
}

#banner-swiper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#banner-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#banner-swiper .swiper-button-prev,
#banner-swiper .swiper-button-next {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    color: #fff;
}

#banner-swiper:hover .swiper-button-prev,
#banner-swiper:hover .swiper-button-next {
    opacity: 0.65;
}

.hs-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hs-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-icon-arrow-bottom:before {
    content: "\e900";
}

.hs-icon-arrow-left:before {
    content: "\e901";
}

.hs-icon-arrow-right:before {
    content: "\e902";
}

.hs-icon-arrow-top:before {
    content: "\e903";
}

.hs-icon-close:before {
    content: "\e904";
}

.hs-icon-hamburger-2:before {
    content: "\e905";
}

.hs-icon-hamburger:before {
    content: "\e906";
}

.hs-icon-lula-kebab-h:before {
    content: "\e907";
}

.hs-icon-lula-kebab-v:before {
    content: "\e908";
}

.hs-icon-magnifier:before {
    content: "\e909";
}

.hs-icon-music:before {
    content: "\e90a";
}

.hs-icon-photo:before {
    content: "\e90b";
}

.hs-icon-play:before {
    content: "\e90c";
}

.hs-icon-plus:before {
    content: "\e90d";
}

.hs-icon-unzoom:before {
    content: "\e90e";
}

.hs-icon-video:before {
    content: "\e90f";
}

.hs-icon-zoom:before {
    content: "\e910";
}

.piclist {
    margin: 0 auto;
}

.zytitle {
    padding: 10px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.content-slide {
    padding: 40px;
}

.banner {
    height: 930px;
    position: relative;
}

.banner_ny {
    height: 700px;
    position: relative;
}

.banner .swiper-container {
    height: 160px;
    padding-top: 30px;
}

.banner .swiper-container .swiper-wrapper {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    justify-content: space-between;
}

.img_full {
    width: 220px;
    height: 150px;
}

.img_full2 {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.arrs {
    position: relative;
    width: 100%;
    height: 100%;
}

.arrs .arr {
    display: block;
    width: 40px;
    height: 40px;
    background: #1546a3;
    color: #fff;
    position: absolute;
    z-index: 9999;
    top: -100px
}

.arrs .a_prev {
    left: -110px;
}

.jiuye-list {
    min-height: 51px;
}

.crumb {
    font-size: 16px;
    color: #616161;
    line-height: 55px
}

.crumb .box {
    background: url(/templates/znzz2024/static/img/img_03.png) no-repeat left center;
    background-size: 18px;
    padding-left: 28px;
    border-bottom: 1px solid #eeeeee
}

.crumb a:hover {
    color: #0059aa
}

.crumb * {
    font-size: inherit
}

.auto {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%
}

.lb-det {
    padding: 30px 0 80px
}

.lb-det .fulltitle {
    text-align: center;
    font-size: 24px;
    color: #000000;
}

.lb-det .sm {
    text-align: center;
    margin-top: 8px
}

.lb-det .sm span {
    font-size: 14px;
    color: #999999;
    margin: 0 15px
}

.lb-det .edit {
    font-size: 16px;
    line-height: 2;
    padding: 20px 0 0;
    border-top: 1px solid #efefef;
    margin-top: 20px
}

.lb-det .edit img {
    max-width: 100%;
}

.lb-det .edit p {
    padding: 5px 0 5px 0
}

.lb-det .edit a {
    color: #0059aa;
    text-decoration: underline;
}

.pagenav {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.pagenav .lk {
    font-size: 16px;
    color: #8c97a4;
    line-height: 60px;
    padding: 0 30px;
    display: block;
    background-color: #f3f4f5;
    border: 1px solid #adb5be;
    border-radius: 4px;
    width: 48%
}

.pagenav .lk em {
    color: #5b6b7e;
    font-weight: bold
}

.pagenav .lk:hover {
    color: #fff;
    background-color: #0059aa;
    border-color: #0059aa
}

.pagenav .lk:hover em {
    color: #fff
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lb-main {
    padding: 50px 0 80px
}

.lb-list .item {
    display: flex;
    align-items: flex-start;
    padding: 35px;
    border-bottom: 1px solid #0059aa
}

.lb-list .imgbox {
    width: 360px;
    height: 200px;
    margin-right: 40px;
    overflow: hidden
}

.lb-list .info {
    flex: 1;
    overflow: hidden;
    padding-top: 8px
}

.lb-list .tt {
    display: flex;
    align-items: center
}

.lb-list .date {
    display: flex;
    align-items: center
}

.lb-list .date .fz1 {
    font-size: 42px;
    color: #333333;
    line-height: 1;
    font-weight: bold
}

.lb-list .date .x {
    font-size: 18px;
    color: #c4c4c4;
    margin: 0 3px
}

.lb-list .date .fzb {
    text-align: center
}

.lb-list .date .fz2 {
    font-size: 24px;
    color: #333333;
    font-weight: bold
}

.lb-list .date .fz3 {
    font-size: 14px;
    color: #c4c4c4
}

.lb-list .line {
    width: 45px;
    height: 1px;
    background-color: #ececec;
    margin: 0 18px
}

.lb-list .fulltitle {
    font-size: 18px;
    color: #333;
    -webkit-line-clamp: 1;
    font-weight: normal;
    flex: 1;
    overflow: hidden
}

.lb-list a.fulltitle:hover {
    color: #0059aa;
}

.lb-list .txt {
    font-size: 16px;
    color: #636873;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-top: 12px
}

.lb-list .bot {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.lb-list .wzs {
    flex: 1;
    overflow: hidden
}

.lb-list .wz {
    font-size: 16px;
    color: #636873;
    margin-right: 25px
}

.lb-list .more {
    font-size: 16px;
    color: #fff;
    width: 140px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #0059aa;
    text-align: center
}

.lb-list .more:hover {
    background-color: #057c90
}

.lb-list .item:hover {
    box-shadow: 0 0 18px rgba(159, 159, 159, .46)
}

.lb-list .item:hover .title {
    color: #0059aa
}

.pagelist {
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagelist * {
    font-size: inherit
}

.pagelist a {
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    margin: 0 5px;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
    border-radius: 4px
}

.pagelist a.active,
.pagelist a:hover {
    background-color: #0059aa;
    color: #fff!important;
    border-color: #0059aa
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .auto {
        width: 100%;
        padding: 0 4%
    }
    .lb-tt .bt {
        font-size: 40px
    }
    .lb-list .item {
        padding: 20px;
        align-items: center
    }
    .lb-list .imgbox {
        width: 300px
    }
    .lb-list .info {
        padding-top: 0
    }
    .lb-list .line {
        width: 30px
    }
    .lb-list .date .fz1 {
        font-size: 38px
    }
    .lb-list .date .fz2 {
        font-size: 22px
    }
    .lb-list .fulltitle {
        font-size: 22px
    }
    .lb-list .more {
        width: 110px;
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .auto {
        width: 100%;
        padding: 0 4%
    }
    .pagenav {
        display: block
    }
    .pagenav .lk {
        width: 100%;
        margin-bottom: 15px;
        line-height: 50px
    }
    .lb-tt .bt {
        font-size: 34px
    }
    .lb-tt .smwz {
        font-size: 16px
    }
    .lb-list .item {
        padding: 15px;
        align-items: center
    }
    .lb-list .imgbox {
        width: 260px;
        height: 200px
    }
    .lb-list .info {
        padding-top: 0
    }
    .lb-list .tt {
        display: block
    }
    .lb-list .line {
        display: none
    }
    .lb-list .date .fz1 {
        font-size: 38px
    }
    .lb-list .date .fz2 {
        font-size: 22px
    }
    .lb-list .fulltitle {
        font-size: 20px;
        margin-top: 8px
    }
    .lb-list .more {
        display: none
    }
    .lb-list .wz {
        margin-right: 10px
    }
    .lb-list .wz:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .lb-main {
        padding: 40px 0 50px
    }
    .auto {
        width: 100%;
        padding: 0 4%
    }
    .inside-banner {
        height: 240px!important;
    }
    .crumb {
        font-size: 14px;
        line-height: 45px
    }
    .crumb .box {
        background-size: 14px;
        padding-left: 20px
    }
    .lb-det {
        padding: 30px 0 50px
    }
    .lb-det .fulltitle {
        font-size: 20px
    }
    .lb-det .sm span {
        margin: 0 6px;
        font-size: 13px
    }
    .lb-det .edit {
        line-height: 1.7;
        font-size: 15px;
        overflow-x: scroll;
    }
    .lb-list .item {
        padding: 25px 10px;
        align-items: center;
        display: block
    }
    .lb-list .imgbox {
        width: 100%;
        height: 200px;
        margin-right: 0
    }
    .lb-list .info {
        padding-top: 0;
        margin-top: 10px
    }
    .lb-list .tt {
        display: block
    }
    .lb-list .line {
        display: none
    }
    .lb-list .date .fz1 {
        font-size: 30px
    }
    .lb-list .date .fz2 {
        font-size: 16px
    }
    .lb-list .date .fz3 {
        font-size: 12px
    }
    .lb-list .fulltitle {
        font-size: 17px;
        margin-top: 8px
    }
    .lb-list .txt {
        font-size: 14px;
        margin-top: 8px
    }
    .lb-list .more {
        display: none
    }
    .lb-list .wz {
        margin-right: 5px;
        font-size: 12px
    }
    .lb-list .wz:last-child {
        margin-right: 0
    }
    .lb-list .item:hover {
        box-shadow: none
    }
    .pagelist a {
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        padding: 0 6px
    }
    .pagenav {
        display: block;
        margin-top: 40px
    }
    .pagenav .lk {
        width: 100%;
        margin-bottom: 15px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 14px
    }
}

.section-4 {
    background-image: url(/images/shui.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
}

.section-2 {
    background-image: url(/images/shan.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 72px
}

.section-2:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.section-2 .head-container {
    border-bottom: solid 1px #cad2e4;
    padding-bottom: 20px
}

.section-2 .head-container .title {
    color: #12489d;
    font-size: 32px;
    font-weight: 700
}

.section-2 .head-container .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: rgba(18, 72, 157, .65);
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px)
}

.section-2 .head-container .more:hover {
    color: #12489d
}

.section-2 .left-container {
    float: left;
    width: 48.3333333333%
}

.section-2 .right-container {
    float: right;
    width: 48.3333333333%
}

.list {
    background-color: #fff;
    margin-top: 2%;
    padding: 25px 20px
}

.list a {
    display: block;
    box-sizing: border-box;
    position: relative
}

.list a::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #12489d;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.list a .titles {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
    padding-left: 15px;
    line-height: 50px;
    font-size: 16.2px;
}

.list a .date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px)
}

.list a:hover .title {
    color: #12489d
}


/*图片列表*/

.piclb-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.piclb-list li {
    width: 350px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

.piclb-list .img_full3 {
    width: 350px;
    height: 200px;
}


/*列表标题*/

.full-inside-subnav .channel-title::after {
    _font-size: 0;
    _line-height: 0;
    _overflow: hidden;
    width: 0;
    height: 0
}

.full-inside-subnav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0
}

.full-inside-subnav .inside-subnav {
    position: relative;
    z-index: 25
}

.full-inside-subnav .channel-title {
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-align: center
}

.full-inside-subnav .channel-title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -3px 10px;
    border-width: 7px;
    border-style: solid dashed dashed dashed;
    border-color: #333 transparent transparent transparent
}

.full-inside-subnav .subnav {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .2);
    font-size: 0;
    overflow: hidden
}

.full-inside-subnav .subnav.padding {
    padding: 0 44px
}

.full-inside-subnav .subnav .sub-btn {
    display: none
}

.full-inside-subnav .crumb {
    display: none
}

.common-clumb-box {
    position: relative
}

.full-inside-subnav .subnav a {
    display: block;
    padding-left: 20px;
    font-size: 18px;
    line-height: 45px;
    border-bottom: 1px solid #ccc
}

.full-inside-subnav .subnav a.cur {
    color: #0059aa
}

.pages {
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 14px
}

.pagenation {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

.pagenation li {
    text-align: center;
    line-height: 24px
}

.pagenation li a,
.pagenation li span {
    color: #8D1B20;
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #e5e5e5;
    border-right: none;
    font-size: 14px
}

.pagenation li a:hover {
    background: #e9ecef
}

.pagenation .firstpage {
    border-radius: 4px 0 0 4px
}

.pagenation .lastpage {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #e5e5e5
}

.currentpage span,
.pagenation .currentpage span:hover {
    background: #8D1B20;
    color: #fff!important;
    border-color: #8D1B20!important
}

@media(min-width: 1260px) {
    .commonweb {
        margin: 0 auto;
        max-width: 1200px
    }
}

@media(min-width: 1024px) {
    .full-inside-subnav {
        overflow: hidden
    }
    .full-inside-subnav .channel-title {
        display: none
    }
    .full-inside-subnav .subnav {
        display: block;
        position: static;
        background-color: transparent;
        padding-bottom: 0;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .full-inside-subnav .subnav ul {
        height: 60px
    }
    .full-inside-subnav .subnav li {
        width: auto;
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-right: 25px
    }
    .full-inside-subnav .subnav li:hover a,
    .full-inside-subnav .subnav li.cur a {
        color: #0059aa
    }
    .full-inside-subnav .subnav li:hover a:after,
    .full-inside-subnav .subnav li.cur a:after {
        left: 0;
        right: 0;
        z-index: 1
    }
    .full-inside-subnav .subnav a {
        float: left;
        display: block;
        line-height: 60px;
        border-bottom: 0;
        padding: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        position: relative
    }
    .full-inside-subnav .subnav a:after {
        content: "";
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 51%;
        right: 51%;
        z-index: -1;
        background-color: #0059aa;
        -o-transition-property: left, right;
        -moz-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-property: left, right;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-duration: .3s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out
    }
    .full-inside-subnav .subnav .sub-btn {
        width: 44px;
        height: 100%;
        cursor: pointer;
        z-index: 10;
        background-color: #fff;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
    .full-inside-subnav .subnav .sub-btn:before {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        border-left: 2px solid #848484;
        border-bottom: 2px solid #848484
    }
    .full-inside-subnav .subnav .sub-btn.sub-prev {
        left: 0
    }
    .full-inside-subnav .inside-subnav {
        width: 95%;
        float: left
    }
    .full-inside-subnav .crumb {
        position: relative;
        float: right;
        max-width: 27%;
        padding-left: 28px;
        display: block;
        color: #737373;
        font-size: 0;
        line-height: 60px;
        border-left: 1px solid #e0e0e0
    }
    .full-inside-subnav .crumb .inner {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right
    }
    .full-inside-subnav .crumb a {
        position: relative;
        z-index: 3;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        color: #737373;
        font-size: 14px
    }
    .full-inside-subnav .crumb a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        margin: -2px 4px 0 8px;
        border: 3px solid transparent;
        border-left-color: #757575
    }
    .full-inside-subnav .crumb a:hover {
        color: #0059aa
    }
    .full-inside-subnav .crumb span {
        position: relative;
        z-index: 3;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1
    }
    .full-inside-subnav .crumb .home {
        padding-left: 14px;
        vertical-align: middle;
        background: url(/templates/znzz2024/static/css/img/homeico.png) no-repeat 0 center
    }
    .common-clumb {
        padding: 12px 0 0
    }
    .common-clumb a {
        padding: 6px 20px
    }
    .common-clumb-box .sub-btn {
        width: 44px;
        height: 38px;
        cursor: pointer;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
    .common-clumb-box .sub-btn:before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        border-left: 2px solid #666;
        border-bottom: 2px solid #666
    }
    .common-clumb-box .sub-btn:hover:before {
        border-color: #0059aa
    }
    .common-clumb-box .sub-btn.sub-prev {
        left: 0
    }
    .full-inside-subnav .subnav .sub-btn.sub-prev:before {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        margin: 22px 0 0 17px
    }
    .full-inside-subnav .subnav .sub-btn.sub-next {
        right: 0
    }
    .full-inside-subnav .subnav .sub-btn.sub-next:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        margin: 22px 0 0 8px
    }
}


/*专业介绍*/

.section-3 {
    margin-top: 0px;
    /* margin-bottom: 59px; */
    background: #fff;
    padding: 20px;
}

.section-3 .section-3-content {
    margin-top: 8px
}

.section-3 .section-3-content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.section-3 .section-3-content .list-left {
    float: left
}

.section-3 .section-3-content .list-right {
    float: right
}

.section-3 .section-3-content .list-left a,
.section-3 .section-3-content .list-right a {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 2px
}

.section-3 .section-3-content .list-left a span:first-child,
.section-3 .section-3-content .list-right a span:first-child {
    font-size: 48px;
    font-weight: 700;
    color: rgba(251, 152, 27, .2)
}

.section-3 .section-3-content .list-left a span:nth-child(2),
.section-3 .section-3-content .list-right a span:nth-child(2) {
    font-size: 16px;
    color: #333;
    margin-left: 22px;
    bottom: 12px;
    position: relative
}

.section-3 .section-3-content .list-left a.active span:first-child,
.section-3 .section-3-content .list-right a.active span:first-child {
    color: #fb981b
}

.section-3 .section-3-content .list-left a.active span:nth-child(2),
.section-3 .section-3-content .list-right a.active span:nth-child(2) {
    font-size: 20px;
    color: #12489d;
    font-weight: 700
}

.section-3 .section-3-content .list-left a::before,
.section-3 .section-3-content .list-right a::before {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.section-3 .section-3-content .list-left a:first-child::before,
.section-3 .section-3-content .list-right a:first-child::before {
    width: 200px
}

.section-3 .section-3-content .list-left a:last-child::after,
.section-3 .section-3-content .list-right a:last-child::after {
    content: "";
    height: 2px;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    width: 200px
}

.section-3 .section-3-content .list-right a {
    direction: rtl
}

.section-3 .section-3-content .list-right a span:nth-child(2) {
    margin-left: 0;
    margin-right: 22px
}

.section-3 .section-3-content .list-right a::after,
.section-3 .section-3-content .list-right a::before {
    left: auto;
    right: 0
}

.section-3 .section-3-content .circle-container {
    width: 280px;
    height: 500px;
    position: absolute;
    right: 0;
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
}

.section-3 .section-3-content .circle-container::before {
    content: "";
    width: 100%;
    height: 100%;
    /*    border-radius: 50%;
    background-color: #12489d;*/
    left: -18px;
    position: absolute;
    top: 0
}

.section-3 .section-3-content .circle-container .img-container {
    width: 100%;
    height: 100%;
    /*    border-radius: 50%;*/
    overflow: hidden
}

.section-3 .section-3-content .circle-container .img-container img {
    width: 100%;
    height: 200px;
    /*   -o-object-fit: cover;
    object-fit: cover*/
}

.section-3 .section-3-content .circle-container .content-container {
    /*    visibility: hidden;*/
    width: 100%;
    height: 100%;
    /*    background-color: rgba(0,0,0,.5);*/
    color: #000;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 200px;
    /*    border-radius: 50%;*/
    padding: 2%;
    /*    overflow: hidden;
    transition: all .3s ease;
    opacity: 0*/
}

.section-3 .section-3-content .circle-container .content-container .content {
    line-height: 1.8;
    font-size: 16px;
    /*   font-size: calc(16 * var(--font-scale) * 1px);
    overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13
}

.section-3 .section-3-content .circle-container:hover .content-container {
    visibility: visible;
    opacity: 1
}

.section-3 .section-3-content .circle-container .name-container {
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50px;
    line-height: 50px;
    border-radius: 33px;
    background-color: #2a70ef
}

.section-3 .section-3-content .circle-container .name-container span:first-child {
    width: 100%;
    height: 100%;
    padding-right: 33px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.section-3 .section-3-content .circle-container .name-container span:nth-child(2) {
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #12489d;
    border-radius: 50%
}

.section-3 .section-3-content .circle-container .name-container span:nth-child(2) img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hd-sear {
    width: 300px;
    height: 40px;
    margin-top: 45px;
    border: 1px solid #fff;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    float: right;
}

.hd-sear .ipt-txt {
    flex: 1;
    overflow: hidden;
    font-size: 15px;
    padding: 0 15px
}

.hd-sear .submit {
    width: 65px;
    height: 40px;
    background: url(/templates/znzz2024/static/image/icon_01.png) no-repeat center #8D1B20;
    background-size: 18px;
    cursor: pointer;
    border: none
}

.soinfo {
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .section-title {
        height: 38px
    }
    .hd-sear {
        display: none;
    }
    .section-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-2 .right-container .list a .title {
        line-height: 45px
    }
    .section-3 {
        margin-top: 0px;
        margin-bottom: 0px
    }
    .section-3 .section-3-content {
        margin-top: 0px
    }
    .section-3 .section-3-content:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }
    .section-3 .section-3-content .list-left {
        float: none
    }
    .section-3 .section-3-content .list-left:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }
    .section-3 .section-3-content .list-right {
        float: none;
        margin-top: 40px
    }
    .section-3 .section-3-content .list-right:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }
    .section-3 .section-3-content .list-left a,
    .section-3 .section-3-content .list-right a {
        display: block;
        box-sizing: border-box;
        position: relative;
        padding: 10px 0;
        float: left;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .section-3 .section-3-content .list-left a span:first-child,
    .section-3 .section-3-content .list-right a span:first-child {
        font-size: 18px;
        font-weight: 700;
        color: rgba(251, 152, 27, .2)
    }
    .section-3 .section-3-content .list-left a span:nth-child(2),
    .section-3 .section-3-content .list-right a span:nth-child(2) {
        font-size: 16px;
        color: #333;
        margin-left: 5px;
        bottom: 1px;
        position: relative
    }
    .section-3 .section-3-content .list-left a.active span:first-child,
    .section-3 .section-3-content .list-right a.active span:first-child {
        color: #fb981b
    }
    .section-3 .section-3-content .list-left a.active span:nth-child(2),
    .section-3 .section-3-content .list-right a.active span:nth-child(2) {
        font-size: 16px;
        color: #12489d;
        font-weight: 700
    }
    .section-3 .section-3-content .list-left a::after,
    .section-3 .section-3-content .list-left a::before,
    .section-3 .section-3-content .list-left a:last-child::after,
    .section-3 .section-3-content .list-right a::after,
    .section-3 .section-3-content .list-right a::before,
    .section-3 .section-3-content .list-right a:last-child::after {
        display: none
    }
    .section-3 .section-3-content .list-right a {
        direction: ltr
    }
    .section-3 .section-3-content .list-right a span:nth-child(2) {
        margin-left: 5px;
        margin-right: 0
    }
    .section-3 .section-3-content .circle-container {
        width: 95%;
        height: 0;
        padding-top: 95%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 20px auto
    }
    .section-3 .section-3-content .circle-container::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #12489d;
        left: -10px;
        position: absolute;
        top: 0
    }
    .section-3 .section-3-content .circle-container .img-container {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: absolute;
        top: 0;
        border-radius: 50%;
        overflow: hidden
    }
    .section-3 .section-3-content .circle-container .img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }
    .section-3 .section-3-content .circle-container .name-container {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background-color: #2a70ef
    }
    .section-3 .section-3-content .circle-container .name-container span:first-child {
        width: 100%;
        height: 100%;
        padding-right: 20px;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }
    .section-3 .section-3-content .circle-container .name-container span:nth-child(2) {
        display: block;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background-color: #12489d;
        border-radius: 50%
    }
    .section-3 .section-3-content .circle-container .name-container span:nth-child(2) img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .section-3 .section-3-content .circle-container {
        width: 95%;
        height: 0;
        padding-top: 95%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 20px auto
    }
    .section-3 .section-3-content .circle-container::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #12489d;
        left: -10px;
        position: absolute;
        top: 0
    }
    .section-3 .section-3-content .circle-container .img-container {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: absolute;
        top: 0;
        border-radius: 50%;
        overflow: hidden
    }
    .section-3 .section-3-content .circle-container::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #12489d;
        left: -18px;
        position: absolute;
        top: 0
    }
    .section-3 .section-3-content .circle-container .img-container {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden
    }
    .section-3 .section-3-content .circle-container .img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .section-3 .section-3-content .circle-container .content-container {
        visibility: hidden;
        */ width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        color: #000;
        font-size: 14px;
        position: absolute;
        left: 0;
        top: 200px;
        border-radius: 50%;
        */ padding: 2%;
        overflow: hidden;
        transition: all .3s ease;
        opacity: 0
    }
    .section-3 .section-3-content .circle-container .content-container .content {
        line-height: 1.8;
        font-size: 16px;
        font-size: calc(16 * var(--font-scale) * 1px);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 13
    }
}

.xyfc {
    width: 1200px;
    margin: 20px auto;
}


/***** foot *****/

#foot_w {
    float: left;
    width: 100%;
    height: 169px;
    background: #902e31;
}


/***** foot *****/

#foot_w {
    float: left;
    width: 100%;
    height: auto;
    background-color: #8D1B20;
}

.foot_top_w {
    border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
    height: 91px;
}

.foot_top {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.foot_top .foot_logo {
    float: left;
    margin-top: 18px;
    margin-bottom: 18px;
}

.foot_top .foot_top_r {
    float: right;
    margin-top: 30px;
    /* width:520px; */
    font: 14px/24px "microsoft yahei";
    color: #fff;
}

.foot_top .foot_top_r a {
    font: 14px/24px "microsoft yahei";
    color: #fff;
    padding: 0px 10px;
}

.foot_top .foot_top_r a:hover {
    text-decoration: underline;
}

.foot {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font: 14px/48px "microsoft yahei";
    color: #fff;
}

.foot_xq {
    width: 75%;
    float: left;
    font: 13px/28px "microsoft yahei";
    color: #fff;
}

.copyright {
    float: left;
    width: 75%;
    font: 13px/28px "microsoft yahei";
    color: #fff;
}

.copyright a {
    font: 13px/28px "microsoft yahei";
    color: #fff;
}

.copyright a:hover {
    text-decoration: underline;
}

.foot_r {
    width: 23%;
    height: 124px;
    float: left;
}

.foot_r p {
    width: 96px;
    height: 124px;
    float: left;
    margin-left: 28px;
}

.foot_r p img {
    width: 96px;
    height: 94px;
    margin-bottom: -10px;
}

.foot_r p span {
    height: 20px;
    margin-top: 10px;
    font: 12px/20px "microsoft yahei";
    color: #f4eaea;
    display: block;
    text-align: center;
}

@media(max-width:1200px) {
    .banner {
        height: 200px;
        position: relative;
    }
    .banner .swiper-container {
        padding-top: 0px;
    }
    .banner_ny {
        height: 100px;
        position: relative;
    }
    .section-2 .head-container {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .section-2 .left-container {
        float: left;
        width: 100%
    }
    .section-2 .right-container {
        margin-top: 20px;
        float: right;
        width: 100%
    }
    .section-2 .head-container .title {
        font-size: 24px;
    }
    .foot_xq {
        width: 100%;
    }
    .copyright {
        width: 100%;
    }
    .foot_r {
        width: 100%;
        text-align: center;
    }
    .three .ztzl-title a {
        width: 100%;
    }
}