/* header */
.header-pos {
    overflow-x: hidden;
}

.red {
    color: red !important;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

header a {
    color: var(--color-text-secondary-grey);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

header .logo img {
    height: 4.25vw;
}

header .layui-container {
    position: relative;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6vw;
    height: 80px;
    transition: height .5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

@media screen and (min-width: 1600px) {
    .header {
        max-width: 1500px;
        box-sizing: unset;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.header-main {
    position: relative;
    flex: 1;
    text-align: right;
}

.header-main .secondary-nav {
    text-align: right;
    width: auto;
    display: inline-block;
    /* padding-right: 10px; */
    position: relative;
    padding-top: 12px;
}

.header-main .secondary-nav .layui-nav .layui-nav-item>a {
    cursor: pointer;
    font-size: 13px;
    padding: 0 15px;
    color: rgba(255, 255, 255, .85);
}

.header-main .secondary-nav .layui-nav .layui-nav-item>a:hover {
    color: #fff;
}

.header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    width: 1px;
    background-color: rgba(255, 255, 255, .35);
}

.search-btn {
    color: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    overflow: hidden;
    margin-left: 20px;
}

.secondary-btn+.secondary-btn {
    margin-left: 12px;
}

.language-btn:hover,
.search-btn:hover {
    color: #fff !important;
    background-color: var(--color-primary) !important;
}

.header-main .language-btn .iconfont,
.search-btn .iconfont {
    font-size: 18px;
}

.header .menu-toggle .toggle-iconfont span {
    background-color: var(--color-text-regular);
}

/* header-nav */
.header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2px;
}
@media screen and (max-width:991px){
    header .logo .img_white {
        height: 50px;
    }
}
@media screen and (min-width: 992px) {
    .header-nav .layui-nav {
        padding: 0;
        z-index: 99;
        background: none;
        text-align: right;
        margin-right: -15px;
        display: flex;
    }

    .header-nav .layui-nav>.layui-this:after {
        content: unset;
    }

    .header-nav .layui-nav-bar {
        display: none;
    }

    .header-nav .layui-nav ul {
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }

    .header-nav .layui-nav {
        margin: 0 -15px;
    }

    .header-nav .layui-nav .layui-nav-item {
        display: table-cell;
        text-align: right;
        margin: 0;
        height: unset;
        line-height: 50px;
    }

    

    .header-nav .layui-nav .layui-nav-item>a {
        display: block;
        font-size: 18px;
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        position: relative;
        z-index: 2;
    }

    .header-nav .layui-nav .layui-nav-more {
        right: 5px;
        display: none;
    }

    .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>a,
    .header-nav .layui-nav .layui-nav-item.layui-this>a {
        opacity: 1;
    }

    .header-nav .layui-nav .layui-nav-item>a:after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: -14px;
        height: 3px;
        background-color: #fff;
        transition: all .3s ease-in-out;
        transform: scaleX(0);
    }

    .header-nav .layui-nav .layui-nav-item.layui-this>a:after {
        transform: scaleX(1);
    }

    header.header-fixed .header-nav .layui-nav .layui-nav-item>a {
        color: var(--color-text-regular);
    }

    header.header-fixed .header-nav .layui-nav .layui-nav-item>a:after {
        background-color: var(--color-primary);
    }

    header.header-fixed .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>a,
    header.header-fixed .header-nav .layui-nav .layui-nav-item.layui-this>a {
        color: var(--color-primary);
    }


    .header-nav .layui-nav .layui-nav-child {
        top: 100%;
        border: 0;
        line-height: 1.6;
        text-align: left;
        color: var(--color-text-regular);
        padding: 10px 15px;
        width: 160px;
        text-align: center;
        margin-left: -80px;
        left: 50%;
        border-top: 3px solid var(--color-third);
        margin-top: 10px;
        border-radius: 0;
        background-color: rgba(255, 255, 255, .95);
    }

    .header-nav .layui-nav .layui-nav-child.layui-this:after {
        content: unset;
    }

    .header-nav .layui-nav .layui-nav-child .submenu {
        font-size: 20px;
        border-bottom: 1px dashed var(--border-color-lighter);
        padding: 8px 0;
        color: inherit;
        position: relative;
        transition: all .3s ease-in-out;
        white-space: pre-wrap;
    }

    .header-nav .layui-nav .layui-nav-child .submenu:hover {
        color: var(--color-third);
        background-color: unset;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    header .logo img {
        height: 50px;
    }

    .header-nav .layui-nav .layui-nav-item>a {
        padding: 0 5px;
        font-size: 18px;
    }

    .header-nav .layui-nav .layui-nav-item>a:after {
        left: 6px;
        right: 6px;
    }

    .header-nav .layui-nav {
        margin: 0 -6px;
    }
}

@media screen and (max-width: 992px) {
    .header-nav .layui-nav-item {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .header-nav .layui-nav .layui-nav-item>a {
        padding: 0 15px;
        font-size: 20px;
    }

    .header .logo img {
        height: 60px;
    }
}

/* .header-nav .layui-nav .layui-nav-item.active>a:after, .header-nav .layui-nav  .layui-nav-item:nth-child(3)>a:hover:after {
    transform: scaleX(1);
} */
/* header-nav END */


.header .menu-toggle {
    padding: 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* background: var(--color-primary); */
    color: #fff;
    position: absolute;
    right: 0;
    padding: 12px 0 12px 5px;
    width: 4.5vw;
    text-align: center;
    border-radius: 30px 0 0 30px;
    transition: all .3s ease-in-out;
}

.header .menu-toggle .toggle-iconfont {
    transition: 0.4s;
    position: relative;
    z-index: 20;
    float: right;
    cursor: pointer;
    width: 16px;
    height: 14px;
    margin: 0 auto;
}

.header .menu-toggle .toggle-iconfont span {
    margin-top: 6px;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    /* vertical-align: middle; */
    cursor: pointer;
}

.header .menu-toggle span:after,
.header .menu-toggle span:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    left: 0;
    width: 20px;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.header-fixed .header .menu-toggle span,
.header-fixed .header .menu-toggle span:after,
.header-fixed .header .menu-toggle span:before {
    background-color: var(--color-text-regular);
}

.header .menu-toggle span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transform-origin: 11% 0;
}

.header .menu-toggle span:after {
    transform-origin: 11% 100%;
}

.header .menu-toggle.close-btn span:before {
    top: -5px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}

.header .menu-toggle.close-btn span:after {
    bottom: -5px;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

.header .menu-toggle.close-btn .toggle-iconfont span {
    background-color: transparent !important;
}

.header .menu-toggle span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}




header .logo .img_white {
    display: block;
}

header .logo .img_primary {
    display: none;
}

header.header-fixed {
    background: #fff;
    top: -100%;
    opacity: 0;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
}

header.header-fixed .logo .img_white {
    display: none;
}

header.header-fixed .logo .img_primary {
    display: block;
}

header.header-fixed.menu-show {
    position: fixed;
    top: 0;
    opacity: 1;
}

header.header-fixed .search-btn {
    background-color: rgba(0, 0, 0, .05);
}

header.header-fixed .header-main .language-btn,
header.header-fixed .search-btn,
header.header-fixed .header-main .secondary-nav .layui-nav .layui-nav-item>a {
    color: var(--color-text-secondary-grey);
}

header.header-fixed .header-main .secondary-nav .layui-nav .layui-nav-item>a:hover {
    color: var(--color-primary);
}

header.header-fixed .header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    background-color: rgba(0, 0, 0, .15);
}


@media screen and (max-width: 991px) {
    .header {
        height: 80px;
    }

    header .logo img {
        height: 45px;
    }

    .header-main .language-btn,
    .header-main .search-btn {
        padding: 0 15px;
    }

    .header-main .secondary-nav {
        padding-right: 10px;
        padding-top: 0;
    }

    .header-main .secondary-nav .layui-nav .layui-nav-item>a {
        padding: 0 15px;
    }

    .header .menu-toggle {
        width: 6vw;
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 70px;
        padding: 0 15px;
    }

    .search-btn {
        margin: 0 35px;
    }

    .header-main .secondary-nav {
        right: 30px;
    }

    .header-main .secondary-nav .layui-nav {
        display: none;
    }

    .header-main .secondary-btn+.secondary-btn {
        margin-left: 8px;
    }

    .header .menu-toggle {
        padding: 0;
        background-color: unset;
        padding-right: 15px;
    }

    .header .menu-toggle .toggle-iconfont {
        margin-right: 10px;
    }

    header .logo img {
        height: 40px;
    }

    .header .menu-toggle {
        width: unset;
    }

    .show-nav .header,
    header.header-fixed .header {
        /* height: 80px!important; */
    }

    header.header-fixed .header .menu-toggle .toggle-iconfont span,
    header.header-fixed .header .menu-toggle span:after,
    header.header-fixed .header .menu-toggle span:before {
        background-color: var(--color-primary);
    }

    header.header-fixed .header-main .language-btn,
    header.header-fixed .header-main .search-btn,
    header.header-fixed .header .menu-toggle {
        color: var(--color-text-secondary-grey);
    }
}

@media screen and (max-width: 565px) {
    header .logo img {
        height: 35px;
    }
}

.show-nav header {
    background-color: unset !important;
    top: 0 !important;
    opacity: 1 !important;
    position: fixed !important;
    box-shadow: unset !important;
}

.show-nav .header-nav {
    display: none !important;
}

.show-nav .secondary-nav {
    padding-top: 0 !important;
}

.show-nav header .header-main .language-btn,
.show-nav header .header-main .search-btn {
    background-color: rgba(255, 255, 255, .1) !important;
}

.show-nav header .header-main .language-btn,
.show-nav header .header-main .search-btn,
.show-nav header .header-main .secondary-nav .layui-nav .layui-nav-item>a {
    color: rgba(255, 255, 255, .85) !important;
}

.show-nav header .header-main .language-btn:hover,
.show-nav header .header-main .search-btn:hover,
.show-nav header .header-main .secondary-nav .layui-nav .layui-nav-item>a:hover {
    color: #fff !important;
}

.show-nav header .header-main .language-btn:after,
.show-nav header .header-main .search-btn:after,
.show-nav header .header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    background-color: rgba(255, 255, 255, .35) !important;
}

.show-nav header .logo .img_white {
    display: block !important;
}

.show-nav header .logo .img_primary {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .show-nav header {
        height: 80px !important;
    }

    /* .show-nav header .header .menu-toggle .toggle-iconfont span, */
    .show-nav header .header .menu-toggle span:after,
    .show-nav header .header .menu-toggle span:before {
        background-color: #fff !important;
    }

    .show-nav header .header-main .language-btn,
    .show-nav header .header-main .search-btn,
    .show-nav header .header .menu-toggle {
        color: #fff !important;
    }

    .show-nav header .header-main .language-btn .iconfont,
    .show-nav header .header-main .search-btn .iconfont {
        color: #fff !important;
    }
}

@media screen and (min-width: 1600px) {
    .header-main .secondary-nav .layui-nav .layui-nav-item>a {
        font-size: 18px;
    }

    .header-main .secondary-nav .layui-nav .layui-nav-child a {
        font-size: 18px;
    }
}

/*.layui-layer*/
.layui-layer .layui-layer-setwin {
    top: 16px;
    right: 40px;
    z-index: 10;
    position: absolute !important;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 48px;
    transition: all .5s;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
    border: unset;
    background-color: rgba(0, 0, 0, .15);
    padding: 0;
}

.layui-layer .layui-layer-setwin .layui-layer-close2:before {
    content: "\e60b";
    font-family: 'iconfont';
}

.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
    background-color: var(--color-primary);
}

@media screen and (min-width: 991px) {
    .no-banner {
        margin-top: -20px;
    }
}

@media screen and (min-width: 992px) {
    .header .menu-toggle {
        display: none !important;
    }
}


@media screen and (max-width: 767px) {
    .layui-layer .layui-layer-setwin {
        top: 20px;
        right: 0px;
    }

    .layui-layer .layui-layer-setwin .layui-layer-close2 {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
}


.layui-layer.tc-fullpage {
    border-radius: 0;
    background: unset;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
}

.layui-layer.tc-fullpage .tc-head {
    display: flex;
    justify-content: space-between;
}

.layui-layer.tc-fullpage .close-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    background: var(--color-primary);
    width: 120px;
    font-weight: bold;
}

.layui-layer.tc-fullpage .close-btn:hover {
    color: var(--color-primary);
}

.layui-layer.tc-fullpage .close-btn .iconfont {
    font-size: 20px;
    margin-right: 10px;
}

.layui-layer.tc-fullpage .logo {
    padding: 12px 0;
    padding-left: 40px;
}

.layui-layer.tc-fullpage .logo img {
    height: 56px;
}

.layui-layer.tc-fullpage .layui-layer-content {
    padding: 0px;
    display: flex;
    height: 100vh !important;
    overflow: hidden;
}

.layui-layer.tc-fullpage .layui-layer-content .tc-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.layui-layer.tc-fullpage .layui-layer-content .tc-box .tc-body {
    flex: 1;
    background: #E3E5E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .layui-layer.tc-fullpage .logo {
        padding-left: 5%;
    }

    .layui-layer.tc-fullpage .logo img {
        height: 40px;
    }

    .nav-container .nav-wrapper {
        padding: 40px 5%;
    }
}

/*search-container*/
.layui-layer.tc-fullpage .search-container .container {
    max-width: 800px;
    margin: 0 auto;
    flex: 1;
}

.layui-layer.tc-fullpage .search-container .input-box {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    margin: 0 -2px;
}

.layui-layer.tc-fullpage .search-container .input-box>* {
    margin: 0 2px;
}

.layui-layer.tc-fullpage .search-container .layui-input {
    height: 60px;
    border: 0;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0;
}

.layui-layer.tc-fullpage .search-container .layui-form-select .layui-input {
    padding-right: 36px;
}

.layui-layer.tc-fullpage .search-container .layui-form-select {
    width: 50%;
}

.layui-layer.tc-fullpage .search-container .layui-form-select dl {
    top: 60px;
    border-radius: 0;
}

.layui-layer.tc-fullpage .search-container .form-submit {
    outline: none;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: var(--color-primary);
    padding: 0 20px;
}


.layui-layer.tc-fullpage .search-container .search-title {
    font-size: 30px;
    margin-bottom: 40px;
    font-family: 'canela regular';
    font-weight: normal;
}

.layui-layer.tc-fullpage .search-container .popular-search {
    margin-top: 40px;
}

.layui-layer.tc-fullpage .search-container .popular-search .title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
}

.layui-layer.tc-fullpage .search-container .popular-search ul li {
    list-style: none;
    margin-bottom: 2px;
}

.layui-layer.tc-fullpage .search-container .popular-search ul li a {
    color: var(--color-text-secondary);
}

.layui-layer.tc-fullpage .search-container .popular-search ul li a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

/*search-container END*/


/*nav-container*/
.layui-layer.tc-fullpage .nav-container .close-btn {
    background: var(--color-primary);
}

.nav-container .tc-head,
.nav-container .tc-body {
    background: none !important;
}

.nav-container .tc-body {
    flex-direction: row;
    align-items: unset !important;
    justify-content: unset !important;
    padding: 0 !important;
}

.nav-container .nav-wrapper {
    flex: 1;
    display: flex;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .2;
    animation-delay: .2;
    padding-top: 160px;
    padding-bottom: 50px;
}

.nav-container .nav-wrapper .scrollbar-box {
    height: 100%;
    overflow: hidden;
}

.nav-list {
    display: flex;
    margin: 0 -15px;
    color: #fff;
}

.nav-list .nav-item {
    flex: 1;
    padding: 0 15px;
    position: relative;
}

.nav-list .nav-item+.nav-item:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
}

.nav-list .nav-item .title {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-list .nav-item .title a {
    color: inherit;
    flex: 1;
}

.nav-list .nav-item .title .arrow {
    font-size: 16px;
    display: none;
}

.nav-list .nav-item .subnav {
    display: block;
}

.nav-list .nav-item .subnav .item {
    display: block;
    color: #fff;
    opacity: .75;
    padding: 4px 0;
    transition: all .3s ease-in-out;
}

.nav-list .nav-item .subnav .item:hover {
    opacity: 1;
}

@media screen and (min-width: 992px) {

    /* .nav-list .nav-item{
        text-align: center;
    } */
    .nav-list .nav-item .subnav {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .nav-container .nav-wrapper {
        padding: 110px 0 30px;
    }

    .nav-container .nav-wrapper .layui-container {
        padding-right: 0;
    }

    .nav-list {
        display: block;
        padding-right: 15px;
        margin: 0;
        /* margin-right: 10px; */
    }

    .nav-list .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding: 0;
    }

    .nav-list .nav-item .title {
        font-size: 18px;
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
    }

    .nav-list .nav-item .title .a {
        padding: 18px 0;
    }

    .nav-list .nav-item .title .arrow {
        display: block;
        flex: 1;
        text-align: right;
        padding: 18px 0;
    }

    .nav-list .nav-item .title .iconfont {
        transform: rotate(0);
        transition: all .3s ease-in-out;
        display: inline-block;
    }

    .nav-list .nav-item.open .title .iconfont {
        transform: rotate(90deg);
    }

    .nav-list .nav-item .subnav {
        display: none;
        padding-bottom: 18px;
    }

    .nav-list .nav-item.open .subnav {
        display: block;
    }

}

.mobile-secondary-nav {
    display: none;
}

@media screen and (max-width: 767px) {
    .nav-container .nav-wrapper {
        padding: 90px 0 60px;
        position: relative;
    }

    .mobile-secondary-nav {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 8px;

    }

    .mobile-secondary-nav a {
        color: #fff;
        position: relative;
        display: block;
        padding: 10px 18px;
    }

    .mobile-secondary-nav a+a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 14px;
        bottom: 14px;
        width: 1px;
        background-color: rgba(255, 255, 255, .65);
    }
}

/*nav-container END*/

/*寮圭獥鍔ㄧ敾*/
.layer-anim-01 {
    -webkit-animation-name: slideInDown !important;
    animation-name: slideInDown !important;
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.layui-layer.tc-fullpage.layer-anim-close {
    -webkit-animation-name: slideOutUp !important;
    animation-name: slideOutUp !important;
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/*寮圭獥鍔ㄧ敾 END*/
/*.layui-layer tc-fullpage END*/

/* header END */



/*.layui-layer tc-search*/
.layui-layer.tc-search {
    border-radius: 0;
    background: unset;
    box-shadow: none;
    padding-top: 134px;
    background-color: var(--color-primary);
}

.layui-layer.tc-search>* {
    position: relative;
    z-index: 9;
}

.layui-layer.tc-search:before {
    left: -webkit-calc(50% - 2000px);
    left: calc(50% - 2000px);
    top: -3403px;
    width: 4000px;
    height: 4000px;
    position: absolute;
    display: block;
    content: " ";
    background: #f0f0f0;
    border-radius: 100%;
    z-index: 0;
}

.layui-layer.tc-search:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 70px;
    background: url(../images/search-bg.png) right bottom no-repeat;
    background-size: auto 100%;
    opacity: .75;
    z-index: 1;
}

.layui-layer.tc-search .layui-layer-content {
    padding: 0px;
}

.layui-layer.tc-search .container {
    max-width: 800px;
    margin: 0 auto;
}

.layui-layer.tc-search .input-box {
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

.layui-layer.tc-search .layui-input {
    height: 50px;
    border-radius: 30px;
    border: 0;
    padding: 10px 70px 10px 26px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.layui-layer.tc-search .layui-input+.bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .03);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.layui-layer.tc-search .layui-input:focus+.bg {
    opacity: 1;
}

.layui-layer.tc-search .form-submit {
    margin-top: 10px;
    position: absolute;
    right: 10px;
    width: 70px;
    background: none;
    outline: none;
    top: 10px;
    bottom: 10px;
    margin-top: 0;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.layui-layer.tc-search .form-submit:hover {
    color: var(--color-primary);
}

.layui-layer.tc-search .popular-search {
    text-align: center;
}

.layui-layer.tc-search .popular-search .title {
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin: 0 auto 10px;
    color: var(--color-primary);
}

.layui-layer.tc-search .popular-search .title:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    background: var(--color-primary);
    border-radius: 5px;
}

.layui-layer.tc-search .popular-search ul {
    text-align: center;
    margin: 0 -15px;
}

.layui-layer.tc-search .popular-search ul li {
    list-style: none;
    padding: 8px 15px;
    display: inline-block;
}

.layui-layer.tc-search .popular-search ul li a {
    color: var(--color-text-regular);
}

.layui-layer.tc-search .popular-search ul li a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

@media screen and (max-width: 1600px) {
    .layui-layer.tc-search:after {
        height: 80px;
    }
}

@media screen and (max-width: 991px) {
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1500px);
        left: calc(50% - 1500px);
        top: -2403px;
        width: 3000px;
        height: 3000px;
    }
}

@media screen and (max-width: 767px) {
    .layui-layer.tc-search:after {
        height: 50px;
        background: url(../images/search-bg.png) right 5% bottom no-repeat;
        background-size: auto 100%;
    }

    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1000px);
        left: calc(50% - 1000px);
        top: -1403px;
        width: 2000px;
        height: 2000px;
    }

    .layui-layer.tc-search .layui-layer-setwin {
        top: 20px;
        right: 10px;
    }

    .layui-layer.tc-search .layui-form-item {
        margin-bottom: 5px;
    }

    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2 {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }

    .layui-layer.tc-search .popular-search ul {
        margin: 0 -10px;
    }

    .layui-layer.tc-search .popular-search ul li {
        padding: 6px 10px;
    }
}

/*.layui-layer tc-search END*/



/* search页面 */
.no-banner header {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.no-banner header .logo .img_white {
    display: none;
}

.no-banner header .logo .img_primary {
    display: block;
}

.no-banner header .header-main .language-btn,
.no-banner header .header-main .search-btn {
    background-color: rgba(0, 0, 0, .05);
}

.no-banner header .header-main .language-btn,
.no-banner header .header-main .search-btn,
.no-banner header .header-main .secondary-nav .layui-nav .layui-nav-item>a {
    color: var(--color-text-secondary-grey);
}

.no-banner header .header-main .language-btn:hover,
.no-banner header .header-main .search-btn:hover,
.no-banner header .header-main .secondary-nav .layui-nav .layui-nav-item>a:hover {
    color: var(--color-primary);
}

.no-banner header .header-main .language-btn:after,
.no-banner header .header-main .search-btn:after,
.no-banner header .header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    background-color: rgba(0, 0, 0, .15);
}

.no-banner .header-nav .layui-nav .layui-nav-item>a {
    color: var(--color-text-regular);
}

.no-banner .main {
    margin-top: 100px;
}

.no-banner .ala-breadcrumb {
    background-color: var(--bg-grey);
    padding: 20px 0;
}

.no-banner .ala-breadcrumb+.block {
    padding-top: 0;
}

.no-banner .layui-breadcrumb a {
    color: var(--color-text-secondary-grey) !important;
}

.no-banner .layui-breadcrumb a:hover {
    color: var(--color-primary) !important;
}

.no-banner .layui-breadcrumb a cite {
    color: var(--color-text-secondary-grey) !important;
}

@media screen and (max-width: 991px) {
    .no-banner .main {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .no-banner .main {
        margin-top: 60px;
    }

    .no-banner .header .menu-toggle {
        color: var(--color-text-secondary-grey);
    }

    .no-banner .header .menu-toggle .toggle-iconfont span,
    .no-banner .header .menu-toggle span:after,
    .no-banner .header .menu-toggle span:before {
        background-color: var(--color-primary);
    }
}

/* no-banner */
/* no-banner END */

/* post-list/event-list */
.event-list .panel-item .img-box img,
.post-list .panel-item .img-box img {
    width: 240px;
    height: 160px;
    object-fit: cover;
}

.event-list .panel-item .text-box .desc,
.post-list .panel-item .text-box .desc {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {

    .post-list .panel-item {
        padding: 0;
    }

    .event-list .panel-item {
        padding: 0;
        top: -20px;
    }

    .event-list .panel-item .img-box,
    .post-list .panel-item .img-box {
        width: 100%;
        height: 0;
        padding-bottom: 66.666666%;
        position: relative;
    }

    .event-list .panel-item .img-box img,
    .post-list .panel-item .img-box img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .event-list .panel-item .text-box,
    .post-list .panel-item .text-box {
        padding: 15px;
        margin-top: 0;
    }

    .event-list .panel-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .event-list .panel-item .calendar-box {
        display: none;
    }
}

/* program-list/event-list END */

/* event-list */
.event-calendar {
    position: relative;
    width: 58px;
    color: var(--color-primary);
    font-size: 12px;
    height: 100%;
}

.event-calendar .img {
    width: 100%;
}

.event-calendar .img img {
    width: 100%;
}

.event-calendar .day {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.event-calendar .year {
    color: #ffffff;
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
}

/* event-list END */


/* page-container */
.page-container {
    background-color: #fff;
    padding: 25px 20px;
}

.page-container .page-content img {
    max-width: 800px;
}

/* page-container END */

/* detail-block */
@media screen and (max-width: 991px) {

    .detail-block .ala-breadcrumb,
    .detail-block .block {
        background-color: #fff;
    }

    .page-container {
        padding: 0;
        padding-top: 10px;
        background: unset;
    }
}

@media screen and (max-width: 767px) {
    .detail-block .ala-breadcrumb {
        display: none;
    }

    .page-container {
        padding-top: 40px;
    }

    .page-container .page-content img {
        max-width: 100%;
    }
}

/* detail-block END */


/* article-title */
.article-title {
    /* padding-bottom: 10px; */
    /* border-bottom: 1px dashed var(--border-color-light); */

}

.article-title h3 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    /* color: var(--color-text-title); */
}

.article-title .article-other {
    margin-top: 20px;
    /* color: var(--color-text-secondary); */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-box .layui-form-select .layui-input {
    background-color: #fff;
}

.input-box .layui-form-select dl dd.layui-this {
    background: var(--color-primary);
    color: #fff;
}

.article-title .article-otherBase .iconfont {
    margin-right: 5px;
}

.article-title .article-otherBase span+span {
    margin-left: 15px;
}

.article-title .share-btn .icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
}

.article-title .share-btn .icon:hover {
    opacity: .75;
}

.article-title .share-btn span .iconfont {
    margin-right: 0;
}

.article-title .share-btn span+span {
    margin-left: 5px;
}

.article-title .event-otherBase .iconfont {
    margin-right: 5px;
}

.article-title .event-otherBase span {
    display: block;
}

.article-title .event-otherBase span+span {
    margin-top: 5px;
}

.article-title .article-other .more-btn {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .article-title h3 {
        font-size: 28px;
    }

    .article-title .article-other {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .article-title h3 {
        font-size: 22px;
    }

    .article-title .article-other {
        display: block;
    }

    .article-title .article-other .more-btn {
        margin-top: 10px;
    }

    .article-title .share-btn {
        display: none;
    }
}

/* article-title END */


/*share*/
#qrcode-img {
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    /* font-family: "Nexa Regular"; */
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#qrcode canvas {
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

/*share END*/

/* journal-list */
.journal-list .panel-item .text-box .desc {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.journal-list .panel-item .text-box .bottom-info .info-item {
    color: var(--color-primary);
    opacity: 1;
}

.journal-list .panel-item:hover .text-box .bottom-info .info-item {
    color: #fff;
}

/* journal-list END */


/* search page */
.search-page .block {
    position: relative;
    z-index: 8;
}

.search-page .block.grey {
    z-index: 9;
}

.search-page .layui-form {
    max-width: 1000px;
    margin: 0 auto;
}

.search-page .input-box {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    margin: 0 -2px;
}

.search-page .input-box>* {
    margin: 0 2px;
}

.search-page .layui-input {
    height: 50px;
    border: 0;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0;
}

.search-page .layui-form-select .layui-input {
    padding-right: 36px;
}

.search-page .layui-form-select {
    width: 50%;
}

.search-page .layui-form-select dl {
    top: 50px;
    border-radius: 0;
}

.search-page .form-submit {
    outline: none;
    border: 0;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: var(--color-primary);
    padding: 0 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.search-page .form-submit .iconfont {
    font-size: 18px;
    margin-right: 10px;
}


.search-result .item {
    display: block;
    border-bottom: 1px dashed var(--border-color-lighter);
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: inherit;
}

.search-result .item .title {
    font-size: 18px;
    color: var(--color-text-primary);
}

.search-result .item .desc {
    color: var(--color-text-secondary);
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.search-result .item:hover .title {
    color: var(--color-primary);
}

.search-result .item .bottom {
    margin-top: 16px;
    font-size: 13px;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-result .item .tag {
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1;
    background-color: rgba(58, 87, 138, .06);
    color: var(--color-text-secondary-grey);
}

.search-result .item .tag+.tag {
    margin-left: 6px;
}

@media screen and (max-width: 767px) {
    .search-page .input-box {
        margin: 0;
        display: block;
    }

    .search-page .layui-form-select {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-page .form-submit {
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .search-result .item .title {
        font-size: 18px;
    }
}

/* search page END */


/*.search-nav*/
.search-nav {
    position: relative;
    margin-bottom: 50px;
}

.search-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    border-bottom: 1.5px solid var(--border-color-light);
}

.search-nav .swiper-container {
    padding-top: 5px;
}

.search-nav .swiper-slide {
    width: auto;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    color: var(--color-text-secondary-grey);
}

.search-nav .swiper-slide:hover,
.search-nav .swiper-slide-active {
    color: var(--color-primary);
}

.search-nav .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
    background-color: var(--color-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-nav .swiper-slide:not(:last-child):before {
    content: "";
    position: absolute;
    right: -30px;
    top: 7px;
    bottom: 23px;
    width: 1px;
    background: var(--border-color-base);
    /*font-weight: lighter;
	color: #aaa;*/
}

.search-nav .swiper-slide-active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.search-nav .swiper-slide .item {
    display: flex;
    align-items: center;
}

.search-nav .swiper-slide .badge {
    /* position: absolute;
    top: -5px;
    left: 100%; */
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    color: #fff;
    padding: 2px 5px;
    background-color: var(--color-text-placeholder);
    border-radius: 2px;
    line-height: 1;
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .search-nav .swiper-slide {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .search-nav {
        margin-bottom: 25px;
    }

    .search-nav .swiper-slide {
        font-size: 18px;
    }

    .search-nav .swiper-slide:not(:last-child):before {
        right: -15px;
    }
}

/*.search-nav END*/

/*banner*/
.banner {
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* 可视区域的高度 */
    height: 56.25vw;
    max-height: calc(100vh - 70px);
    min-height: 240px;
}

.banner .swiper-slide .slide-inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.25vw;
    background: linear-gradient( 180deg, rgba(0,64,152,.9) 0%, rgba(0,64,152,0) 100%);
    z-index: 1;
}

.banner .swiper-slide .swiper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

/* banner文字设置 */
.banner-text {
    /* width: 80%;
    padding: 100px; */
    align-items: center;
    z-index: 2;
    position: relative;
    /* background-color: rgba(0,64,152,.5); */
    padding: 50px;
}

.banner-text .banner-title-text {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
    position: relative;
}

.banner-title-add {
    position: relative;
    justify-content: center;
    display: flex;
    font-size: 36px;
    margin-top: 15px;
}

.banner-title-add ul {
    display: flex;
    justify-content: center;
}
.banner-title-add ul p+p{
    margin-left: 12px;
}

.banner-title-add ul li {
    flex: 1;
    position: relative;
    font-size: 36px;
    color: #FFFFFF;
    padding: 0 24px;
    justify-content: center;
}

/* 设置banner中间几个字居中 */
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
}


/* .banner img {
    width: 100%;
    height: 100%;
} */

.banner .swiper-btn-wrap {
    position: relative;
}

.banner .swiper-btn {
    position: absolute;
    bottom: 8vw;
    z-index: 99;
}

.banner .swiper-bottom {
    width: 200px;
    bottom: 100px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    height: 30px;
    z-index: 5;
}

.banner .swiper-bottom .swiper-pagination-progressbar {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: rgba(255, 255, 255, .25);
}

.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: unset;
    height: unset;
    background: unset;
    margin-top: unset;
    transform: translateY(-50%);
}

.banner .swiper-button-prev {
    left: -50px;
}

.banner .swiper-button-next {
    right: -50px;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    font-size: 16px;
    content: '\e72d';
    font-family: 'iconfont';
    color: #FFFFFF;
}

.banner .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .swiperNum {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    right: -36px;
    text-align: right;
}

.banner .swiperNum ul li {
    position: absolute;
    left: 0;
    width: 36px;
    text-align: center;
}

.banner .swiperNum .total {
    width: 36px;
    text-align: center;
    display: inline-block;
}

.ui-loop {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -90px;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
}

.ui-loop .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.ui-loop.pause .icon-pause:before {
    content: "\e72d";
}

.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}

@media screen and (max-width: 567px) {
    .slide-inner .banner-text .banner-title-text {
        font-size: 24px !important;
    }
}
@media screen and (max-width:991px){
    .banner-title-add {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {

    /* .banner .swiper-slide{
        height: 30vh;
    } */
    .banner .swiper-btn {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }

    .banner .swiper-btn .swiper-pagination {
        font-size: 16px;
    }

    .slide-inner .banner-text {
        max-width: 100%;
        text-align: center;
    }

    .slide-inner .banner-text .banner-title-text {
        font-size: 30px;
    }

    

    .slide-inner .banner-text .banner-title-add {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .slide-inner .banner-text {
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .slide-inner .banner-text {
        max-width: 70%;
    }

    .slide-inner .banner-text .banner-title-text {
        font-size: 60px;
    }

    .slide-inner .banner-text .banner-title-add ul li {
        font-size: 36px;
    }

}

@media screen and (min-width: 1600px) {
    

    .slide-inner .banner-text .banner-title-add ul li {
        font-size: 38px;
    }
}


/*banner END*/
/*block*/
.block {
    padding: 70px 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}

.block>* {
    position: relative;
    z-index: 9;
}

.grey {
    background-color: #F5F5F5;
}

.block.darkGrey {
    background-color: #F0F0F0;
}

.block.bg {
    background-attachment: fixed;
}

.block.bg>* {
    position: relative;
    z-index: 9;
}

.block.bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 0;
}

.block.bg .container,
.block.color_white .container {
    z-index: 2;
    position: relative;
    color: #fff;
}

.color_white {
    color: #fff;
}

@media screen and (max-width:767px) {
    .block {
        padding-top: 90px;
    }
}

.small-block {
    padding: 40px 0;
}

/*block END*/

/* news-box */
.news-swiper-container {
    position: relative;
    height: 100%;
}

.news-swiper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-swiper .news-item {
    display: block;
    height: 100%;
    position: relative;
}

.news-swiper .news-item .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-swiper .news-item .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-swiper .news-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    transform: scale(1);
}

.news-swiper .news-item:hover .img-box img {
    transform: scale(1.05);
}

.news-swiper .news-item .text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 24px 20px;
    color: #fff;
}

.news-swiper .news-item .text-box .title {
    margin-top: 6px;
    font-size: 18px;
}

.news-swiper .news-item:hover .text-box .title {
    text-decoration: underline;
}

.news-swiper .swiper-box {
    position: absolute;
    right: 15px;
    top: 25px;
    height: 30px;
    z-index: 9;
    width: 120px;
}

.news-swiper .swiper-box .swiper-pagination {
    bottom: 3px;
    color: #fff;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    border: 0 !important;
}

.news-swiper .swiper-button-prev {
    left: 0;
}

.news-swiper .swiper-button-next {
    right: 0;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    border: 0 !important;
}

.news-swiper .swiper-button-prev {
    left: 0;
}

.news-swiper .swiper-button-next {
    right: 0;
}


@media screen and (max-width: 1199px) {
    .news-list-wrap .news-hightlight .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .news-swiper {
        position: static;
    }

    .news-swiper .news-item .img-box {
        width: 100%;
        height: 0;
        padding-bottom: 66.66666%;
    }

    .news-swiper .news-item .img-box img {
        width: 100%;
    }

    .news-swiper .news-item .text-box {
        width: 100%;
        padding: 20px;
    }

    .news-list-wrap {
        margin-top: 15px;
        border-top-width: 3px;
    }

    .news-list-wrap .news-hightlight .title {
        padding: 25px 30px 25px 0;
    }

    .news-list-wrap .news-hightlight .time {
        padding: 25px 0 25px 30px;
    }

    .news-list .news-item {
        padding: 25px 0;
    }

    .news-list .news-item .time {
        margin-bottom: 8px;
    }

}



/* home-news END */
.news-box {
    background-color: #FFFFFF;
    position: relative;
    margin: 30px 0;
}

.announcement-box {
    background-color: #FFFFFF;
    position: relative;
    margin: 30px 0;
}

/*index_title*/
.index_title {
    position: relative;
    padding: 30px;
    padding-bottom: 20px;
    color: var(--color-primary);
}

/* .img-box img{
    position: relative;
    padding-right: 20px;
    padding-left: 30px;
    
} */

/* inner-title */
.inner-title {
    margin-bottom: var(--size-45);
}

.inner-title .title {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    color: var(--color-text-primary);
}

.inner-title .desc {
    color: var(--color-text-regular);
    line-height: 1.8;
    max-width: 80vw;
    text-align: center;
    margin: 0 auto;
    margin-top: var(--size-45);
}

.inner-title.text-center .mce-content-body {
    max-width: 50vw;
    margin: var(--size-20) auto 0;
}

@media screen and (max-width: 1439px) {
    .inner-title.text-center .mce-content-body {
        max-width: 720px;
    }
}

@media screen and (max-width: 991px) {
    .inner-title.text-center .mce-content-body {
        max-width: 100%;
    }

    .inner-title .desc {
        color: var(--color-text-regular);
        line-height: 1.8;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: var(--size-45);
    }
}

/* inner-title END */

/* content-column */
/* @media screen and (min-width: 992px) {
    .content-column .layui-container {
        padding-left: 0;
    }
} */

.content-column .scrollbar-box {
    max-height: 15.5vw;
    overflow: hidden;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

@media screen and (max-width: 1439px) {
    .content-column .scrollbar-box {
        max-height: 338vw;
    }
}

@media screen and (max-width: 991px) {
    .content-column .scrollbar-box {
        max-height: unset;
    }
}

/* content-column END */

.party-section .layui-col-md5 .layui-container {
    height: 100%;
    position: relative;
}

.party-section .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -4.16667vw;
    background-repeat: no-repeat;
}


.party-section .layui-col-md5 .layui-container {
    height: 100%;
    position: relative;
}

.party-section {
    padding-bottom: 4.16667vw;
}

.party-section:after {
    content: "";
    position: absolute;
    left: 5vw;
    right: 5vw;
    bottom: 0;
    height: var(--size-1);
    background-color: var(--border-color);
}

@media screen and (max-width: 991px) {
    .party-section .bg {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .party-section:after {
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 567px) {
    .party-section:after {
        left: .32rem;
        right: .32rem;
    }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--bgColor-primary);
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: unset;
    background-color: rgba(0, 0, 0, .1) !important;
    margin: unset !important;
}



.mCSB_scrollTools .mCSB_dragger {
    width: 2px !important;
    background-color: #333333;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #333333 !important;
    width: 2px !important;
    height: 80px !important;
}

@media screen and (min-width: 1920px) {
    .mCSB_inside>.mCSB_container {
        margin-right: 1.5625vw;
    }
}



/* 照片中的文字 */
.home-news {
    padding: 0 30px;
    padding-bottom: 30px;
}

.home-news .news-item .text-box {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 3;
    padding: 25px;
    color: #fff;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6)100%);
    z-index: 2;
}

.home-news .news-item .text-box .title {
    margin-top: 5px;
    font-size: 18px;
}

.home-news .news-item .text-box .time {
    font-size: 16px;
    opacity: .85;
}

.news-swiper .swiper-box {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 30px;
    text-align: center;
    z-index: 9;
    width: 100px;
    --swiper-theme-color: #FFFFFF;

}

.news-swiper .swiper-box .swiper-pagination {
    bottom: 3px;
    color: #fff;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    border: 0 !important;
}

.news-swiper .swiper-button-prev {
    left: 0;
}

.news-swiper .swiper-button-next {
    right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    position: relative;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    z-index: 98;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: unset;
    color: #FFFFFF;
    cursor: pointer;
}

.news-swiper .swiper-button-prev:hover,
.news-swiper .swiper-button-next:hover {
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .home-news {
        padding: 0 20px;
    }

    .home-news .layui-col-space40>* {
        padding: 10px;
    }

    .home-news .layui-col-space40 {
        margin: -10px;
    }

    .home-news .news-item .text-box {
        padding: 15px;
    }

    .home-news .news-item .text-box .title {
        font-size: 18px;
    }

    .news-list-wrap .news-hightlight .title {
        font-size: 18px;
    }

    .news-list .news-item .desc {
        display: none;
    }

    .news-list .news-item .title {
        width: 100%;
        margin-right: 0;
        font-size: 18px;
    }

    .news-swiper .news-slide .calendar {
        width: 60px;
        padding: 10px 2px;
        left: 15px;
    }

    .news-swiper .news-slide .calendar .day {
        font-size: 20px;
    }

    .news-swiper .news-slide .calendar .month {
        font-size: 12px;
    }

    .news-swiper .news-slide .text-box .title {
        font-size: 15px;
    }

    .news-swiper .news-slide .text-box {
        padding: 15px;
    }

    .news-swiper .swiper-box {
        top: 5px;
        right: 5px;
    }
}

.index_title h2 {
    font-size: 24px;
    position: relative;
    display: flex;
    z-index: 2;
    font-weight: normal;
    line-height: 1.2;
    align-items: center;
}

.index_title h2 i {
    font-size: 28px;
    margin-right: 8px;
}

.index_title h2>* {
    position: relative;
}

.index_title .more-btn {
    margin-top: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {

    /* .index_title{
        margin-bottom: 30px;
    } */
    .index_title {
        padding: 20px;
    }

    .index_title h2 {
        font-size: 20px;
    }

    .index_title h2 i {
        font-size: 24px;
    }

    .last_title h2 {
        font-size: 20px !important;
    }

    .text-footer .more-text {
        font-size: 12px !important;
    }
}

/*index_title END*/
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}

.layui-row.row-flex:after,
.layui-row.row-flex:before {
    content: none;
}


/*announcement-list */
.announcement-list {
    position: relative;
    z-index: 99;
    padding: 0 30px;
    padding-bottom: 30px;
}

/* announcement-item */
.announcement-item {
    padding: 5px 0;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    color: inherit;
    transition: all .3s ease-in-out;
}

.announcement-item:hover {
    color: var(--color-primary);
}

.announcement-item+.announcement-item {
    margin-top: 20px;
}

.announcement-item>* {
    position: relative;
    z-index: 3;
}

.announcement-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 2;
}

.announcement-item:hover:after {
    transform: scaleY(1);
}

.announcement-item .calendar-box {
    min-width: 70px;
    margin-right: 20px;
    text-align: center;
    background-color: var(--color-primary);
    padding-top: 5px;
    padding-bottom: 6px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.announcement-item .text-box {
    display: flex;
}

.announcement-item:hover .calendar-box {
    color: #fff;
    background-color: var(--color-third);
}

.announcement-item .calendar-box .day {
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.announcement-item:hover .calendar-box .day {
    color: #FFFFFF;
}

.announcement-item:hover .text-box {
    color: var(--color-third);
}

.announcement-item .calendar-box .month {
    font-size: 13px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding-top: 3px;
}

.announcement-item .text-box {
    flex: 1;
    display: flex;
}

.announcement-item .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .announcement-list {
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .announcement-item {
        padding: 0;
    }

    .announcement-item .title {
        font-size: 15px;
    }

    .announcement-item .calendar-box {
        min-width: 52px;
        margin-right: 15px;
        padding: 5px;
        background: var(--color-primary);
    }

    .announcement-item .calendar-box .day {
        font-size: 24px;
        line-height: 1.2;
    }

    .announcement-item:hover .calendar-box {
        background-color: var(--color-third);
        transition: all .4s ease-in-out;
    }

    .announcement-item .calendar-box .month {
        margin-top: 2px;
        padding-top: 2px;
    }
}

/* announcement-item END */

/* entry-list */

/* {
    display: flex;
} */
.entry-item {
    display: flex;
    overflow: hidden;
    /* height: 120px; */
    padding: 20px;
}

.entry-item+.entry-item {
    /* margin-left: 20px; */
}

.entry-item.active {
    flex: 1;
}

.entry-item .icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-size: auto 48px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: -15px -15px;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.entry-item .icon img {
    width: 100%;
    display: inline-block;
    border: none;
    vertical-align: middle;
    position: absolute;
    transition: all 0.5s ease;
}

.entry-item:hover img {
    transform: translateY(-60px);
}

.entry-item .content-box {
    height: 100%;
    background-color: #fff;
    padding: 11px 20px;
    flex: 1;
    display: none;
}

.entry-item.active .content-box {
    display: block;
}

/* {
    display: flex;
    margin-bottom: -25px;
    width: 100%;
} */
.entry-item {
    overflow: hidden;
    /* padding:30px 20px; */
    flex: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--color-text-regular);
    position: relative;
    cursor: pointer;

}
@media screen and (max-width: 991px) {
    .entry {
        position: static;
        padding: 40px 0 0;
    }

    /* .entry-item {
        background-color: #f9f9f9;
    } */

}
@media screen and (max-width: 1200px) {
    .banner .swiper-bottom {
        top: -45px;
        width: 120px;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .entry {
        padding: 20px 0 0;
    }
}

/* entry */
.entry {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    z-index: 9;
}

.entry-container {
    /* padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 8px 8px 24px 0px rgb(0 0 0 / 8%); */
    z-index: 9;
}

/* .entry-item:not(:last-child) {
    margin-left: 30px;
} */
/* .entry-item+.entry-item{
    margin-left: 15px;
} */
.banner {
    background-color: var(--bg-grey);

}

@media screen and (max-width: 991px) {
    .banner {
        position: relative;
        /* margin-bottom: 95px; */
    }
}

@media screen and (max-width: 1200px) {
    .entry {
        position: static;
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .entry {
        padding: 40px 0;
        margin-top: -110px;
    }

}

/* 数字 */
.entry-item .num {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 85px;
    z-index: 1;
    line-height: 1;
    opacity: .04;
    font-family: "Arial";
    text-align: center;
    display: none;
}

.entry-item:hover .num {
    display: block;
    opacity: .1;
    color: #FFFFFF;
}

.entry-item:hover .text {
    color: #fff;
}

.entry-item:hover {
    background: var(--color-third);
}

@media screen and (max-width: 767px) {
    .entry {
        position: relative;
        left: 0;
        right: 0;
        /* bottom: -65px; */
        z-index: 9;
    }

    /* {
        display: flex;
        flex-wrap: wrap;
        margin: -5px; /* 假设你想要在所有方向上都应用负外边距 */
    /* position: relative; */
    /* margin-top: 20px; */
    /* bottom: -50px; 如果不需要，可以移除这行 */





    .entry-item+.entry-item {
        /* margin-left: 5px;
        width: 30%; */
    }

    .entry-item {
        margin: 0;
        padding: 15px;
    }

    .entry-item:hover .num {
        font-size: 50px;
    }
}

/* entry-list END */


.news-list .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 31px; */
    /* border-bottom: 1px solid #ECECEC; */
    padding: 17px 0;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.news-list .news-item:after,
.news-list .news-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--border-color-base);
}

.news-list .news-item:after {
    right: unset;
    width: 0;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
}

.news-list .news-item:hover:after {
    width: 100%;
}

.news-list .news-item:hover {
    color: var(--color-third);
}

.news-list .news-item .time {
    color: #ABABAB;
}

.news-list .news-item:hover {
    color: var(--color-third);
    border-bottom-color: var(--color-third);
}

.news-list .news-item:hover .time {
    color: #ABABAB;
}

.text-footer .more-text {
    color: var(--color-text-secondary);
    font-size: 16px;
    display: flex;
}

.text-footer .more-text i {
    color: inherit;
    font-size: inherit;
    float: left;
    margin-left: 2px;
}

.text-footer .more-text:hover {
    color: var(--color-primary);
}

@media screen and (max-width: 767px) {

    .news-list .news-item {
        padding: 20px 0;
        font-size: 12px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 991px) {
    .news-list .news-item {
        margin: 0 20px;
    }
}

/* home_title */
.home_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.home_title.has-category-nav {
    position: relative;
}

.home_title.has-category-nav::after {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    height: .5px;
    background-color: var(--border-color-base);
    bottom: 1px;
    left: -30px;
}

.home_title .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--color-primary);
    /* margin-bottom: 10px; */
}

.home_title .title i {
    font-size: 28px;
    color: inherit;
    margin-right: 8px;
}

.home_title .more-text {
    color: var(--color-text-secondary);
    font-size: 16px;
}

.home_title .more-text i {
    color: inherit;
    font-size: inherit;
}

.home_title .more-text:hover {
    color: var(--color-primary);
}

@media screen and (max-width: 767px) {
    .home_title {
        margin-bottom: 15px;
    }

    .home_title .title {
        font-size: 20px;
    }

    .home_title.has-category-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .home_title.has-category-nav::after {
        display: none;
    }
}

/* category-nav-block */
.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.category-nav-block {
    flex: 1;
    padding-left: 30px;
}

.category-nav {
    position: relative;
}

.category-nav .swiper-slide {
    width: auto;
    position: relative;
    cursor: pointer;
    color: var(--color-text-regular);
    font-size: 18px;
    transition: color .3s ease-in-out;
}

.category-nav .swiper-slide a {
    display: block;
    padding: 12px 20px;
    color: inherit;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    border-bottom-width: 2px;
}

.category-nav .swiper-slide.active a,
.category-nav .swiper-slide.swiper-slide-active a {
    border-color: var(--border-color-base);
    color: var(--color-third);
    border-bottom-color: #fff;
}

.category-nav .swiper-slide:hover {
    color: var(--color-primary);
}

.category-nav .swiper-slide:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 0px;
    height: 2px;
    background-color: var(--color-third);
    opacity: 0;
    border-radius: 3px 3px 0 0;
}

.category-nav .swiper-slide.active:after,
.category-nav .swiper-slide.swiper-slide-active:after {
    opacity: 1;
}

.category-nav .swiper-button-next,
.category-nav .swiper-button-prev {
    color: var(--color-text-secondary);
}

.category-nav .swiper-button-prev {
    left: -25px;
}

.category-nav .swiper-button-next {
    right: -25px;
}

.category-nav .swiper-button-next::after,
.category-nav .swiper-button-prev::after {
    font-size: 16px;
}

.category-nav .swiper-button-next.swiper-button-disabled,
.category-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .category-nav-block {
        position: relative;
        width: 100%;
        padding-left: 0px;
        /* margin-top: 20px; */
    }

    .category-nav-block::after {
        position: absolute;
        left: -20px;
        right: -20px;
        content: '';
        display: block;
        height: 1px;
        background-color: var(--border-color-base);
        bottom: 0px;
    }

    .category-nav .swiper-slide+.swiper-slide {
        margin-left: 15px;
    }

    .category-nav .swiper-slide a {
        display: block;
        padding: 15px 0px;
        color: inherit;
        border-radius: 0;
        border: none;
    }

    .category-nav .swiper-slide:after {
        left: 0px;
        right: 0px;
        top: unset;
        bottom: 0px;
        height: 2.5px;
        border-radius: 0;
        opacity: unset;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-nav .swiper-slide.active:after,
    .category-nav .swiper-slide.swiper-slide-active:after {
        opacity: unset;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* .ala-section+.ala-section{
    margin-top: 40px;
} */
.has-pad {
    padding: 20px 30px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .has-pad {
        padding: 20px;
    }
}

.home_title.has-category-nav {
    position: relative;
}

/* category-nav-block END */

/* nav-content-container */
.nav-content-container .nav-content {
    display: none;
}

.nav-content-container .nav-content.active {
    display: block;
}

/* nav-content-container END */
/* home-announcement */
.home-announcement {
    position: relative;
    margin-top: -40px;
    z-index: 99;
    padding: 30px 40px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.home-announcement-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

.home-announcement-list .item {
    border-bottom: 1px solid var(--border-color-lighter);
}

.home-announcement-list .item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--color-third);
    transition: all .4s;
}

.home-announcement-list .item:last-child {
    border-bottom: none;
}

.home-announcement-list .item:last-child:after {
    display: none;
}

.home-announcement-list .item:hover::after {
    width: 100%;
}

.home-announcement-list .item .left {
    display: flex;
    align-items: center;
    flex: 1;
}

.home-announcement-list .item .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: var(--color-primary);
    color: #fff;
    margin-right: 15px;
}

.home-announcement-list .item .time-box .day {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;

}

.home-announcement-list .item .time-box .year {
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.home-announcement-list .item .title {
    color: var(--color-text-regular);
    font-size: 18px;
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-announcement-list .item .right {
    padding-left: 30px;
    color: var(--color-text-secondary);
    font-size: 16px;
}

.home-announcement-list .item:hover .title {
    color: var(--color-third);
}

@media screen and (max-width: 767px) {
    .home-announcement-list .item .right {
        padding-left: 10px;
    }

    .home-announcement-list .item .title {
        font-size: 15px;
    }

    .home-announcement-list .item {
        padding: 12px 0;
    }
}

/* home-announcement END */

/* project-box */
.project-box {
    background-color: #FFFFFF;
    position: relative;
    margin: 40px 0;
}

.project-list {
    padding: 0 17px;
    padding-bottom: 15px;
}

.project-list .project-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 31px; */
    padding: 17px 0;
    margin: 0 20px;
    position: relative;
}

.project-list .project-item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
}

.project-list>.project-item:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--border-color-base);
}

.project-list .project-item:hover::after {
    width: 100%;
}

.project-list .project-item:hover {
    color: var(--color-third);
}

/* 设置从左到右动画
.project-list .project-item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
    transform: scaleX(0);
    transform-origin: 0 50%;
}
.project-list .project-item:hover:after{
    transform: scale(1);
}
.project-list .project-item:not(:last-child){
    border-bottom: 1px solid #ECECEC;
} */
.project-list .project-item .time {
    color: #ABABAB;
}

/* .project-list .project-item:hover{
    color: var(--color-third);
    border-bottom: 1px solid var(--color-third) ;
} */
.project-list .project-item:hover .time {
    color: #ABABAB;
}

@media screen and (max-width: 767px) {
    .project-list .project-item {
        font-size: 12px;
        line-height: 1.5;
        padding: 20px 0;
    }
}

/* management-box */
.management-box {
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
    /* margin: 30px 0; */
}

.management-box .index_title,
.result-box .index_title {
    border-bottom: 1px solid #D8D8D8;
}

/* result-box */
.result-box {
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
}

.last_title {
    position: relative;
    padding: 30px 0;
    line-height: 1.4;
    color: var(--color-primary);
}

.last_title h2 {
    font-size: 25px;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 2;
    font-weight: normal;
    line-height: 1.2;
}

.last_title h2>* {
    position: relative;
}

/* special-box */
.special-box .content-box {
    position: relative;
    padding-left: 89px;
}

@media screen and (max-width: 767px) {
    .main .ala-section .special-box {
        top: -50px;
        position: relative;
    }

    .special-box .content-box {
        padding: 0 40px;
    }

}

@media screen and (max-width: 991px) {
    .special-box .content-box {
        padding: 0 18px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1200px) {
    .special-box .content-box {
        padding: 0 62px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .special-box .content-box {
        padding: 0 75px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1912px) {
    .special-box .content-box {
        padding: 0 200px;
    }
}

/* swiper-btn */
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    width: 32px;
    height: 32px;
    z-index: 98;
    margin: 0;
    transition: background .3s;
    border-radius: 0;
    border: unset;
    border-radius: 50%;
    /* background-color: var(--color-primary); */
    color: #fff;
    transition: all .3s ease-in-out;
}

.swiper-btn .swiper-button-prev.is-white:hover:before,
.swiper-btn .swiper-button-next.is-white:hover:before {
    background-color: var(--color-primary);
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    transition: all .3s ease-in-out;
}

.swiper-btn .swiper-button-next {
    margin-left: 8px;
}

.swiper-btn .swiper-button-prev:before,
.swiper-btn .swiper-button-next:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    /* border: 1px dashed var(--color-secondary); */
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-button-next:hover {
    background: var(--color-primary) !important;
    color: #FFFFFF;
}

.swiper-btn .swiper-button-next.swiper-button-disabled,
.swiper-btn .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

/* is-white */
.swiper-btn .swiper-button-prev.is-white,
.swiper-btn .swiper-button-next.is-white {
    background-color: #fff;
    color: var(--color-secondary);
}

.swiper-btn .swiper-button-prev.is-white:before,
.swiper-btn .swiper-button-next.is-white:before {
    border-color: #fff;
}

.swiper-btn .swiper-button-prev.is-white:hover,
.swiper-btn .swiper-button-next.is-white:hover {
    background: var(--color-secondary) !important;
    color: #fff;
}

.cbs-text-swiper .swiper-btn .swiper-button-prev.is-white:hover,
.cbs-text-swiper .swiper-btn .swiper-button-next.is-white:hover {
    background: var(--color-primary) !important;
    color: #fff;
}

.cbs-text-swiper .swiper-btn .swiper-button-prev.is-white:hover:before,
.cbs-text-swiper .swiper-btn .swiper-button-next.is-white:hover:before {
    border-color: var(--color-primary);
}


/* is-red */
.swiper-btn .swiper-button-prev.is-red,
.swiper-btn .swiper-button-next.is-red {
    background-color: var(--color-third);
    color: #fff;
}

.swiper-btn .swiper-button-prev.is-red:before,
.swiper-btn .swiper-button-next.is-red:before {
    border-color: var(--color-third) !important;
}

.swiper-btn .swiper-button-prev.is-red:hover,
.swiper-btn .swiper-button-next.is-red:hover {
    background: var(--color-third) !important;
    color: #fff;
}

.swiper-btn .swiper-button-prev.is-red:hover:before,
.swiper-btn .swiper-button-next.is-red:hover:before {
    border-color: var(--color-third);
}

.special-box .events-swiper {
    overflow: hidden;
}

/* is-single */
.swiper-btn .swiper-button-prev.is-single,
.swiper-btn .swiper-button-next.is-single {
    background-color: unset;
    color: var(--color-text-secondary);
}

.swiper-btn .swiper-button-prev.is-single:before,
.swiper-btn .swiper-button-next.is-single:before {
    content: unset;
}

.swiper-btn .swiper-button-prev.is-single:hover,
.swiper-btn .swiper-button-next.is-single:hover {
    background: unset !important;
    color: var(--color-primary);
}

.swiper-btn {
    display: inline-flex;
    align-items: center;
    padding: 4px;
}

.swiper-btn .swiper-pagination {
    position: static;
    flex: 1;
}

.swiper-btn .swiper-pagination-bullet {
    margin-right: 5px !important;
    background-color: var(--color-text-placeholder) !important;
}

.swiper-btn .swiper-pagination-bullet-active {
    background-color: var(--color-primary) !important;
}

/* swiper-btn END */
.icon-footer .next-text {
    color: var(--color-primary);
    font-size: 25px;
    display: inline-flex;
    align-items: center;
}

.icon-footer .next-text i {
    /* color: inherit; */
    font-size: inherit;
    float: left;
    margin-left: 10px;
}

.events-swiper .swiper-slide {
    width: 27%;
}

.events-swiper .swiper-container {
    position: relative;
    padding-bottom: 40px;
    overflow: unset;
}

.events-swiper .swiper-slide {
    height: unset;
}

.events-swiper .slide {
    height: 100%;
}

.event-item {
    position: relative;
    display: flex;
    padding: 20px;
    background-color: #FBECE1;
    transition: all .3s;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out;
    top: 0;
}

.events-swiper .layui-col-md4:nth-of-type(3n) .event-item {
    background-color: #ECF3FF;
}

.events-swiper .layui-col-md4:nth-of-type(3n+2) .event-item {
    background-color: #FBEBF0;
}

.events-swiper .layui-col-md4:nth-of-type(3n+4) .event-item {
    background-color: #FDEFE4;
}

/* @media screen and (max-width: 767px) {
    .event-item{
        padding: 25px 15px;
    }
} */
.event-item:hover {
    transform: translateY(-15px);
}

/* .event-item:hover{
    transform: translateY(-20px);
} */
.first-box {
    background-color: #FBECE1;
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.event-item .left {
    flex: 1;
}

.event-item .left .text {
    font-size: 18px;
}

.event-item .right {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
}

.event-item .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-item i {
    color: #A86743;
    display: block;
    font-size: 28px;
}

.event-item .jiantou .icon-jiantou_xiangyou_o {
    font-size: 18px;
    margin-top: 15px;
}

.event-item .text {
    color: #A86743;

}

.events-swiper .layui-col-md4:nth-of-type(3n) .event-item i,
.events-swiper .layui-col-md4:nth-of-type(3n) .event-item .text {
    color: #004098;
}

.events-swiper .layui-col-md4:nth-of-type(3n+2) .event-item i,
.events-swiper .layui-col-md4:nth-of-type(3n+2) .event-item .text {
    color: #7A2D4E;
}

.events-swiper .layui-col-md4:nth-of-type(3n+4) .event-item i,
.events-swiper .layui-col-md4:nth-of-type(3n+4) .event-item .text {
    color: #F59027;
}

@media screen and (max-width: 767px) {
    .event-item {
        padding: 15px;
    }
}

/************ 二级页面 ************/

/* glgz-detail */
/*inner-banner*/
.inner-banner {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}



.inner-banner .inner-banner-text {
    width: 100%;
    line-height: 1.4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    display: flex;
    align-items: center;
}


.article-banner .flex {
    align-items: stretch;
}

.article-banner .title,
.inner-banner .inner-banner-text .title {
    font-size: 52px;
    position: relative;
    line-height: 1.1;
    display: inline-block;
    margin-left: 2px;
}

.article-banner .title>* {
    position: relative;
    z-index: 2;
}

.inner-banner .inner-banner-text .title>* {
    position: relative;
    z-index: 2;
}

.article-banner .flex-right {
    margin-left: 2vw;
    padding-left: 2vw;
}



.inner-banner .more-btn {
    margin-top: 0px;
}

.inner-banner .more-btn.btn-white .iconfont {
    color: var(--color-primary);
}

@media screen and (max-width: 1599px) {
    .inner-banner .inner-banner-text .title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1199px) {
    .inner-banner .inner-banner-text .title {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .inner-banner .inner-banner-text .title {
        bottom: -40px;
    }
}

@media screen and (max-width: 991px) {
    .inner-banner {
        align-items: center;
        border-bottom: 0;
        min-height: 240px;
    }


    .inner-banner .more-btn {
        margin-top: 20px;
    }

    .inner-banner .inner-banner-text {
        top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .inner-banner {
        min-height: 200px;
    }

    .inner-banner .inner-banner-text {
        margin-bottom: 0;
        padding: 30px 0;
    }

    .inner-banner .inner-banner-text .flex {
        display: block;
        text-align: center;
    }

    .inner-banner .inner-banner-text .title {
        font-size: 28px;
    }

    .inner-banner .inner-banner-text .flex-right {
        padding-left: 0px;
        margin-left: 0px;
        border-left: 0;
    }

    .inner-banner .breadcrumb {
        display: none;
    }

    .inner-banner .inner-banner-text .flex-left {
        display: none;
    }

    .inner-banner .breadcrumb {
        margin-top: 15px;
    }
}

.article-container {
    width: 65.08333vw;
    margin: 0 auto;
}

.article-title-wrapper {
    padding: 160px 0 80px;
    position: relative;
    align-items: stretch;
    display: flex;
}

.article-title-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 1.041667vw solid transparent;
    border-left-width: 1.041667vw;
    border-right-width: 1.041667vw;
    border-top-width: .729167vw;
    border-bottom-width: .729167vw;
    border-top-color: var(--color-primary);
    border-left-color: var(--color-primary);
    transform: translateY(100%);
}

.article-title {
    line-height: 1.3;
    position: relative;
    flex: 1;
}

.article-title-wrapper .article-title {
    color: #fff;
}

.article-title .tags {
    margin-bottom: 1.25vw;
}

.article-title .article-other {
    margin-top: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-container .layui-btn {
    background: #FFFFFF;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    border-radius: 3px;
    border: unset;
    text-align: center;
    justify-content: center;
    color: var(--color-primary);
}

.article-container .layui-btn:hover {
    background-color: var(--color-primary);
    color: #FFFFFF;
}

.article-title .article-otherBase .iconfont {
    margin-right: .3125vw;
}

.article-title .article-otherBase span+span {
    margin-left: 3.125vw;
}

.article-title .icon-weixin,
.article-title .icon-weibo,
.article-title .icon-pengyouquan {
    cursor: pointer;
    font-size: 1.1em;
}

.article-title .icon-weixin {
    padding-left: 3px;
}

/* .block .article-container{
    margin-bottom: 70px;
} */


@media screen and (max-width: 1600px) {
    .article-title .article-otherBase .iconfont {
        margin-right: 5px;
    }

    .article-title-wrapper {
        padding: 130px 0 60px;
    }
}

@media screen and (max-width: 1440px) {
    .article-container {
        width: 800px;
    }
}

@media screen and (max-width: 1199px) {

    .article-title-wrapper:after {
        border-left-width: 12.5px;
        border-right-width: 12.5px;
        border-top-width: 8.5px;
        border-bottom-width: 8.5px;
    }

    .article-title .tags {
        margin-bottom: 15px;
    }

    .article-title.event-title .article-otherBase span+span {
        margin-left: 0;
        margin-top: 3px;
    }
}

@media screen and (max-width: 991px) {
    .article-container {
        width: 100%;
    }



    .article-title .article-other {
        margin-top: 15px;
    }
}

@media screen and (max-width: 567px) {
    .article-title-wrapper {
        padding: .32rem 0 .64rem;
    }

    .article-title .tags {
        margin-bottom: .24rem;
    }

    .article-title .article-other {
        margin-top: .24rem;
    }

    .article-title .article-otherBase span+span {
        margin-left: .4rem;
    }
}


/*inner-banner END*/
/* mce-content-body */
.block-jgjk .content-container .mce-content-body p {
    font-size: 16px;
    color: #6A6A6A;
    letter-spacing: 1px;
}

.block-jgjk .content-container .mce-content-body span p {
    margin: 0;
}

.block-jgjk .content-container .mce-content-body p img {
    margin: 40px auto 0;
}

/* breadcrumb */
.breadcrumb {
    padding: 15px 0;
    text-align: center;
}

.breadcrumb .layui-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb>* {
    position: relative;
    z-index: 1;
}

.layui-breadcrumb a,
.layui-breadcrumb a cite {
    color: var(--color-text-secondary-grey) !important;
    font-size: 18px;
}

.layui-breadcrumb a:hover {
    color: var(--color-primary) !important;
}

.layui-breadcrumb a.last:hover,
.layui-breadcrumb a:hover cite {
    color: var(--color-text-secondary-grey) !important;
}

.layui-breadcrumb span[lay-separator] {
    color: inherit;
    opacity: .85;
}

.layui-breadcrumb a.last,
.layui-breadcrumb a.last cite {
    opacity: 1;
}


.inner-banner .breadcrumb {
    position: absolute;
    /* right: 0;
    bottom: 0; */
    left: 50%;
    top: 50%;
    margin-top: 10px;
    transform: translate(-50%, -50%);
}

.inner-banner .title span {
    margin-top: 40px;
}

.inner-banner .layui-breadcrumb a.last:hover,
.inner-banner .layui-breadcrumb a:hover cite,
.inner-banner .layui-breadcrumb a,
.inner-banner .layui-breadcrumb a cite {
    color: #fff !important;
}

/* breadcrumb END */


.breadcrumb+.block {
    padding-top: 0;
}

/* secondary-menu */
.secondary-menu {
    background-color: #fff;
    margin-top: -100px;
    /* position: relative; */
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 99;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}

.secondary-menu .menu-head {
    background-color: var(--color-third);
    background-image: url(../images/bg_menu_head.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 28px 30px;

}

.secondary-menu .menu-head .title {
    font-size: 36px;
}

.secondary-menu .menu-head .title-en {
    font-size: 16px;
    opacity: .85;
    text-transform: uppercase;
}

.secondary-menu .menu-body {
    padding: 20px 0px;
    font-size: 18px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
    background-size: 100% auto;
    background: url(../images/bg_menu_body.png) center bottom no-repeat;
    min-height: 300px;
}

.secondary-menu .menu-body .item {
    position: relative;

}

.secondary-menu .menu-body .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: relative;
    color: var(--color-text-regular);
    transition: all .3s;
}

.secondary-menu .menu-body .item .icon-box {
    transition: all .3s;
}

.secondary-menu .menu-body .item .title:not(:active) {
    color: var(--color-text-secondary);
}

.secondary-menu .menu-body .item .title i {
    font-size: 13px;
    color: var(--color-primary);
    /* transition: all .3s;
    opacity: 0; */
}

.secondary-menu .menu-body .item:hover .title {
    color: var(--color-third);
}

.secondary-menu .menu-body .item:hover i {
    color: var(--color-third);
}

.secondary-menu .menu-body .item:before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 1px;
    background-color: var(--border-color-base);
}

.secondary-menu .menu-body .item:after {
    right: unset;
    width: 0;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
}

.secondary-menu .menu-body .item:hover:after {
    width: 79%;
}

.secondary-menu .menu-body .item:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0px;
    height: 1px;
    background-color: var(--color-third);
}

.secondary-menu .menu-body .item.active .title,
.secondary-menu .menu-body .item.active .title i {
    color: var(--color-third);
}

.secondary-menu .menu-body .item.active::before {
    background-color: var(--color-third);
}

.secondary-menu .menu-body .item .menu-child {
    padding: 0px 30px 0 50px;
    display: none;
    opacity: 1;
}

.secondary-menu .menu-body .item .menu-child .child-item {
    display: block;
    padding-bottom: 15px;
    color: var(--color-text-secondary);
    font-size: 15px;
}

.secondary-menu .menu-body .item .menu-child .child-item:first-child {
    padding-top: 15px;
}

.secondary-menu .menu-body .item.active .menu-child {
    display: block;
}

/* .secondary-menu .menu-body .item:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0px;
    height: 1px;
    background-color: var(--border-color-lighter);
} */
.secondary-menu .item .menu-child .child-item:hover,
.secondary-menu .item .menu-child .child-item.active {
    color: var(--color-third);
}

/* secondary-menu END */

/* small-block */
.small-block {
    background-color: var(--bg-grey);
}

/*block*/
.block-glgz {
    padding: 70px 0;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.small-block {
    padding: 50px 0;
}

@media screen and (max-width: 992px) {
    .block {
        padding: 20px 0;
    }
}

@media screen and (max-width: 767px) {

    .small-block,
    .block {
        padding: 40px 0;
    }
}

.small-block .layui-col-lg9 {
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 100px;
    z-index: 99;
}

.notice-list .pages {
    text-align: center;
    padding: 30px !important;
}

.small-block .layui-col-lg9 .content-container {
    top: -25px;
    position: relative;
}


/* list */
.list .item {
    padding: 24px 0;
    position: relative;
    color: inherit;
    display: block;
    overflow: hidden;
}

.list .item:after,
.list .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--border-color-base);
}

.list .item:after {
    right: unset;
    width: 0;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
}

.list .item:hover:after {
    width: 100%;
}

.list .item:hover {
    color: var(--color-third);
}

.list .item:hover .text-box .title {
    color: unset;
}

.list .item .text-box {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.list .item .text-box .title {
    flex: 1;
    display: flex;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 18px;
}

.list .item .text-box .time {
    /* flex: 1; */
    font-size: 16px;
    display: flex;
    padding-left: 30px;
    margin: auto;
    color: var(--color-text-secondary);
}

@media screen and (max-width: 767px) {
    .list .item {
        line-height: normal;
    }

    .list .item .text-box {
        display: flex;
    }

    .list .item .text-box .title {
        white-space: normal;
        font-size: 12px;
    }

    .list .item .text-box .time {
        white-space: normal;
        font-size: 10px;
    }

}

/* list END */

/* category-nav END */

/* xmgl-cmcx */
.block-xmcx {
    position: relative;
    z-index: 9;
    padding-top: 0;
    padding-bottom: 140px;
}

/* .block-xmcx{
    background-color: var(--bg-grey);
} */
.main {
    background-color: var(--bg-grey);
}



/* .form-title .lixiang,
.form-title .success { */
.form-title .button {
    flex: 1;
    padding: 20px 50px;
}

.form-title .button:active {
    border-radius: 10px;
}

.form-title .button.active {
    background-color: #fff;
    border-top: 3px solid var(--color-third);
    border-radius: 3px;
}

.form-title.active {
    border-radius: 3px;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #f7f7f7 !important;
    box-shadow: none;
}

.layui-form-select dl dd.layui-this {
    color: #FFFFFF !important;
}

.block-xmcx .layui-col-space20 {
    background-color: #FFFFFF;
    padding-bottom: 20px;
    padding: 0 20px;
    top: -28px;
    position: relative;
    padding-top: 20px;
    margin: 0;
}

.layui-table-box {
    z-index: 2;
}

.layui-input-wrap .layui-input-prefix {
    display: flex;
    width: 100px;
    margin-left: 10px;
    align-items: center;
    vertical-align: middle;
    color: #757575;
}

#input-with-prefix {
    padding-left: 103px;
    /* 根据前缀文字的长度调整 */
}

#input-with-prefix-2 {
    padding-left: 87px;
}

.layui-table-view {
    background-color: #FFFFFF;
    /* padding-bottom: 60px; */
}

.layui-btn-container {
    text-align: center;
}

.input-background {
    background-color: #F7F7F7;
}

.layui-form-select .layui-input {
    background-color: #f7f7f7;
    /* border-right: 1px solid var(--border-color-base); */
}

.layui-form-pane .layui-input {
    border-radius: 0 2px 2px 0;
    padding: 22px;
}

/* layui-table */
.layui-table {
    background-color: #FFFFFF;
}

/* table {
    border: none;
} */

.layui-table tr {
    height: 50px;
}

.layui-table th,
.layui-table td {
    border-right: none;
}

.layui-table th {
    background-color: var(--color-primary);
    color: #FFFFFF;
    letter-spacing: 1px;
}

.layui-table-box {
    overflow: hidden;
    margin-bottom: 100px;
    position: relative;
    /* padding-bottom: 80px; */
    background-color: #fff;
    z-index: 23;
}

.demo-page {
    position: relative;
    bottom: 87px;
    /* align-items: center; */
    display: flex;
    justify-content: center;
    z-index: 99999;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--color-primary) !important;
}

/* post-announcement */
.notice-box {
    background-color: #fff;
}

.notice-box>* {
    position: relative;
}

.notice-list {
    position: relative;
    z-index: 99;
    padding: 0 25px;
    margin-bottom: 20px;
}

/* notice-item */
.notice-item {
    padding: 20px 0;
    margin: 0 30px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color-light);
    color: inherit;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.notice-item:hover {
    color: var(--color-primary);
}

.notice-item .icon-jiantou_xiangyou_o {
    position: absolute;
    left: 98%;
}

.notice-list .notice-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
    transform: scaleX(0);
    transform-origin: 0 50%;
}

.notice-list .notice-item:hover {
    color: var(--color-third);
}

.notice-item>* {
    position: relative;
    z-index: 3;
}

.notice-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 2;
}

.notice-item:hover:after {
    transform: scaleY(1);
}

.notice-item .calendar-box {
    min-width: 70px;
    margin-right: 20px;
    text-align: center;
    background-color: var(--color-primary);
    padding-top: 5px;
    padding-bottom: 6px;
    color: #fff;
    transition: all .3s ease-in-out;
    font-family: 'Times New Roman';
}

.notice-item .text-box {
    height: 80px;
    display: flex;
    /* justify-content: flex-start;
    align-items: space-between; */
    flex-wrap: wrap;
}

.notice-item:hover .calendar-box {
    color: #fff;
    background-color: var(--color-third);
}

.notice-item .calendar-box .day {
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.notice-item:hover .calendar-box .day {
    color: #FFFFFF;
}

.notice-item:hover .text-box {
    color: var(--color-third);
}

.notice-item .calendar-box .month {
    font-size: 13px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin: 3px auto 0;
    padding-top: 3px;
}

.notice-item .text-box {
    display: flex;
}

.notice-item .title {
    display: -webkit-box;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
    transform: scale(1);
    transform-origin: 0 50%;
    font-size: 15px;
    margin: auto;
}
.content-body {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .notice-item {
        margin: 0 15px;
        padding: 0;
        align-items: center;
    }

    .notice-item .icon-jiantou_xiangyou_o {
        display: none;
    }

    .notice-item .title {
        /* -webkit-line-clamp: unset; */
        font-size: 12px;
    }

    .notice-item .calendar-box {
        min-width: 47px;
        margin-right: 15px;
        padding: 0px;
        background: var(--color-primary);
    }

    .notice-item .calendar-box .day {
        font-size: 24px;
        line-height: 1.2;
    }

    .notice-item:hover .calendar-box {
        background-color: var(--color-third);
        transition: all .4s ease-in-out;
    }

    .notice-item .calendar-box .month {
        margin-top: 2px;
        padding-top: 2px;
    }
}

/* announcement-item END */
/* post-announcement END */

/* block-news */
.block-news {
    padding: 40px 0;
    position: relative;
    width: 100%;
}

/* news-post */
.content-container {
    background-color: #fff;
}

.panel-item .img-box img {
    width: 260px;
    height: 150px;
    object-fit: cover;
    padding: 0;
}

/* panel-item */
.panel-item {
    /* background-color: #fff; */
    padding: 25px 0;
    margin: 0 35px;
    display: flex;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    color: inherit;
    box-shadow: unset;
    transition: all .3s ease-in-out;
}

.panel-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color-light);
}

.panel-item>* {
    position: relative;
    z-index: 9;
}

.panel-item:after {
    right: unset;
    width: 0;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
}

.panel-item:hover:after {
    width: 100%;
}


.panel-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
    transform: scaleX(0);
    transform-origin: 0 50%;
}


.panel-item>* {
    position: relative;
    z-index: 3;
}

.panel-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 2;
}

.panel-item:hover:not(:last-child):after {
    transform: scaleY(1);
}

.panel-item:hover .text-box .title {
    color: var(--color-third);
}




.panel-item .event-calendar+.text-box,
.panel-item .text-box+.img-box,
.panel-item .calendar-box+.text-box,
.panel-item .img-box+.text-box {
    margin-left: 35px;
}

.panel-item .calendar-box {
    background-color: rgba(0, 63, 152, .06);
    padding: 12px 2px;
    width: 70px;
    text-align: center;
    line-height: 1;
    color: var(--color-primary);
    align-self: flex-start;
    margin-top: 5px;
    font-family: 'Times New Roman';
    transition: all .3s ease-in-out;
}

.panel-item .calendar-box .day {
    font-size: 28px;
}

.panel-item .calendar-box .month {
    font-size: 13px;
    margin-top: 8px;
    color: var(--color-text-secondary);
}

.panel-item .text-box {
    flex: 1;
    overflow: hidden;
    margin: auto;
}

.panel-item .text-box .title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.panel-item .text-box .title .tag {
    font-size: 12px;
    padding: 5px 2px;
    border-radius: 2px;
    background-color: rgba(58, 87, 138, .48);
    color: #fff;
    line-height: 1;
    transition: all .3s ease-in-out;
    min-width: 68px;
    text-align: center;
    position: relative;
    top: -2px;
}

.panel-item .text-box .info {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.panel-item .text-box .tag,
.panel-item .text-box .time {
    font-size: 12px;
    /* background-color: rgba(0, 0, 0, .05); */
    color: var(--color-text-secondary-grey);
    border-radius: 2px;
    /* padding: 6px 8px; */
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 10px;
    line-height: 1.3;
    transition: all .3s ease-in-out;
}

.panel-item .text-box .desc {
    margin-top: 14px;
    opacity: .65;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}

.panel-item .text-box .bottom-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.panel-item .text-box .bottom-info .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.panel-item .text-box .bottom-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.panel-item .text-box .bottom-info .avatar+.text {
    padding-left: 15px;
}

.panel-item .text-box .bottom-info .text {
    flex: 1;
    overflow: hidden;
}

.panel-item .text-box .bottom-info .name {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-item .text-box .bottom-info .info-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-top: 2px;
    color: var(--color-text-secondary);
    transition: all .3s ease-in-out;
}

.panel-item .text-box .bottom-info .iconfont {
    color: var(--color-primary);
    margin-right: 5px;
    opacity: 1;
    transition: all .3s ease-in-out;
}



@media screen and (max-width: 767px) {
    .panel-item {
        display: block;
        padding: 15px;
    }

    .panel-item .img-box {
        text-align: center;
    }

    .panel-item .img-box img {
        width: 120px;
        margin: 0 auto;
    }

    .panel-item .event-calendar+.text-box,
    .panel-item .text-box+.img-box,
    .panel-item .img-box+.text-box {
        margin-left: 0;
        margin-top: 20px;
    }

    .panel-item .text-box .title {
        font-size: 18px;
    }

    .panel-item .text-box .info,
    .panel-item .text-box .desc {
        margin-top: 10px;
    }

    .panel-item .text-box .bottom-info {
        margin-top: 12px;
        padding-top: 12px;
    }

    .panel-item .text-box .bottom-info .name {
        font-size: 15px;
    }

    .panel-item .text-box .bottom-info .avatar {
        width: 42px;
        height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .content-body {
        margin-bottom: 50px;
    }

    .panel-item {
        padding: 0;
        margin: 0;
        display: block;
    }

    .panel-item .img-box {
        width: 100%;
        height: 0;
        padding-bottom: 66.666666%;
        position: relative;
    }

    .panel-item .img-box img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .panel-item .text-box {
        padding: 15px;
        margin-top: 0;
        margin-left: 0 !important;
    }

}

.content-body .pages {
    text-align: center;
    padding: 30px;
}

/* panel-item END */

/* xshd */
/* .block-xshd .select-box{
    display: flex;
    padding: 20px 0;
    
} */
.block-xshd .content-body {
    margin-bottom: 100px;
    margin-top: 50px;
}

/* .block-xshd .select-box .type-select {
    margin-top: 4px;
    margin-right: 20px;
    size: medium;
} */
.event-list .panel-item .calendar-box {
    background-color: var(--color-primary);
    padding: 6px 2px;
    width: 60px;
    text-align: center;
    line-height: 1;
    color: #FFFFFF;
    align-self: flex-start;
    margin-top: 5px;
    font-family: 'Times New Roman';
    transition: all .3s ease-in-out;
}

.event-list .panel-item .calendar-box .month {
    font-size: 13px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin: -5px auto 0;
    padding: 3px;
}

.event-list .panel-item .calendar-box .day {
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.event-list .panel-item .text-box .bottom-info .iconfont {
    color: unset;
}

.event-list .panel-item:hover .calendar-box {
    background-color: var(--color-third);
    transition: all .3s ease-in-out;
}

#button-to-top {
    background: var(--color-primary);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    z-index: -1;
}

/* about-jggk */
/* article-title */
.content-container .article-title {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color-light);
    margin-bottom: 20px;
}

.content-container .article-title h3 {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-text-title);
}

.block-jgjk .content-container .mce-content-body p strong,
.block-gzgl-detail .mce-content-body p strong {
    color: var(--color-primary);
    margin-top: 10px;
    font-size: 16px;
}

.block-jgjk .content-container .mce-content-body p {
    margin-bottom: 3px !important;
}

.block-jgjk .content-container .mce-content-body ol li:before,
.block-gzgl-detail .mce-content-body ol li:before {
    content: counters(section, ".") " .";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: var(--color-text-secondary-grey);
    width: 1.5em;
}

.block-jgjk .content-container .mce-content-body ol li,
.block-gzgl-detail .mce-content-body ol li {
    font-size: 16px;
    margin-bottom: 3px;
    color: var(--color-text-secondary-grey);
}

.block-jgjk .content-container .mce-content-body p i {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    margin-right: 6px;
    display: flex;
}

.block-jgjk .content-container .mce-content-body .contact {
    margin-top: 10px;
}

.block-jgjk .content-container .mce-content-body .contact p {
    padding: 5px 0;
}

.content-container .mce-content-body .contact .last span:nth-child(2) {
    margin-right: 30px;
}

.block-gzgl-detail .mce-content-body img {
    margin: auto;
    display: block;
    padding: 20px 0;
}

/* lxsj END */

/* xshd-detail */
/* event-detail-wrapper */
.event-detail-wrapper {
    /* background-color: var(--bg-primary); */
}

.article-container.event-container .article-title-wrapper {
    flex: 1;
}

.article-container.event-container {
    display: flex;
    width: 71.458333vw;
    align-items: flex-start;
}

.article-container.event-container .event-content {
    background-color: #fff;
    padding: 2.5vw;
    flex: 1;
}

.event-content-right {
    margin-left: .625vw;
    width: 18.75vw;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    transition: all .3s ease-in-out;
}

.header-fixed.menu-show .event-content-right {
    top: calc(4.21875vw + 10px);
}

.event-content-right .side-item {
    background-color: #fff;
    border-top: .3125vw solid var(--color-primary);
    padding: 1.5625vw;
}

.event-content-right .side-head {
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

.event-content-right .side-head {
    padding-bottom: 1.09375vw;
    margin-bottom: 1.25vw;
    border-bottom: 1px solid var(--border-color);
}

.event-content-right .side-head .iconfont {
    margin-right: .625vw;
}

.event-content-right .side-body .info span {
    display: flex;
}

.event-content-right .side-body .info .iconfont {
    margin-right: .625vw;
}

.event-content-right .side-body .info span+span {
    margin-top: .9375vw;
}

.event-content-right .side-body .layui-btn {
    width: 100%;
    margin-top: 1.875vw;
    margin-bottom: 1.25vw;
    font-weight: bold;
}

.event-content-right .side-body .share-btn {
    display: flex;
    align-items: center;
}

.event-content-right .side-body .share-btn .icon i {
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.event-content-right .side-body .share-btn .icon i:hover {
    color: var(--color-primary);
}

.event-content-right .side-body .share-btn .icon i+i {
    margin-left: .3125vw;
    font-size: 1.2em;
}

@media screen and (max-width: 1440px) {
    .article-container.event-container {
        width: 1080px;
    }

    .event-content-right {
        margin-left: 10px;
        width: 270px;
    }
}

@media screen and (max-width: 1439px) {
    .header-fixed.menu-show .event-content-right {
        top: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .article-container.event-container {
        width: 100%;
    }

    .event-content-right {
        margin-left: 10px;
        width: 270px;
    }
}

@media screen and (max-width: 991px) {
    .article-container.event-container {
        display: block;
    }

    .article-container.event-container .event-content {
        padding: 25px;
    }

    .event-content-right .side-item {
        padding: 25px;
        border-top-width: 3px;
    }

    .event-content-right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }

    .header-fixed.menu-show .event-content-right {
        top: 92px;
    }

    .event-content-right .side-head {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .event-content-right .side-body .info .iconfont,
    .event-content-right .side-head .iconfont {
        margin-right: 6px;
    }

    .event-content-right .side-body .info span+span {
        margin-top: 9px;
    }

    .event-content-right .side-body .layui-btn {
        margin: 18px 0 15px;
    }

    .event-content-right .side-body .share-btn .icon i+i {
        margin-left: 6px;
    }
}

@media screen and (max-width: 567px) {
    .event-detail-wrapper {
        background-color: #fff;
    }

    .article-container.event-container .event-content {
        padding: 0;
    }

    .event-content-right {
        margin-top: .6rem;
    }

    .event-content-right .side-item {
        background-color: var(--bg-primary);
        padding: .3rem;
    }

    .event-content-right .side-head {
        margin-bottom: .4rem;
        padding-bottom: .2rem;
    }

    .event-content-right .side-body .info span+span {
        margin-top: .18rem;
    }

    .event-content-right .side-body .layui-btn {
        margin: .36rem 0 .3rem;
    }
}

/* event-detail-wrapper END */
/* ala-section */
/* .ala-section+.ala-section {
    margin-top: 6.25vw;
} */
/* .ala-section.section-small+.ala-section.section-small,
.block.small-block .ala-section+.ala-section {
    margin-top: 3.75vw;
} */

@media screen and (max-width:991px) {
    .ala-section+.ala-section {
        margin-top: 50px;
    }

    .ala-section.section-small+.ala-section.section-small,
    .block.small-block .ala-section+.ala-section {
        margin-top: 40px;
    }
}

/* ala-section END */
/* event-section */
.article-container.event-container .event-content .ala-section .section-head {
    padding-bottom: 1.09375vw;
    margin-bottom: 1.5625vw;
    border-bottom: 1px solid var(--border-color);
    color: var(--color-primary);
    line-height: 1.5;
}

.article-container.event-container .event-content .ala-section .section-head .iconfont {
    margin-right: .625vw;
}

@media screen and (max-width: 1440px) {
    .article-container.event-container .event-content .ala-section .section-head {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .article-container.event-container .event-content .ala-section .section-head .iconfont {
        margin-right: 6px;
    }

    .article-container.event-container .event-content .ala-section+.ala-section {
        margin-top: 30px;
    }
}

@media screen and (max-width: 567px) {
    .article-container.event-container .event-content .ala-section .section-head {
        margin-bottom: .5rem;
        padding-bottom: .3rem;
    }

    .article-container.event-container .event-content .ala-section+.ala-section {
        margin-top: .6rem;
    }
}

/* event-section END */
/* article-banner */
.article-banner {
    background-color: var(--color-primary);
}

.article-banner.inner-banner .layui-breadcrumb {
    color: #fff !important;
}

.article-banner.inner-banner .layui-breadcrumb a:hover {
    color: #fff !important;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .article-banner {
        padding-bottom: 0;
    }
}

/* article-banner END */


/* article-title */
.article-container {
    margin: 0 auto;
}

.article-title-wrapper {
    /* padding: 1.875vw 0 3.75vw; */
    position: relative;
}

.article-title-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 1.041667vw solid transparent;
    border-left-width: 1.041667vw;
    border-right-width: 1.041667vw;
    border-top-width: .729167vw;
    border-bottom-width: .729167vw;
    border-top-color: var(--color-primary);
    border-left-color: var(--color-primary);
    transform: translateY(100%);
}

.article-title {
    line-height: 1.3;
    position: relative;
    flex: 1;
}

.article-title-wrapper .article-title {
    color: #fff;
}

.article-title .tags {
    margin-bottom: 1.25vw;
}

.article-title .article-other {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-title .article-otherBase .iconfont {
    margin-right: 8px;
}

.article-title .article-otherBase span+span {
    margin-left: 15px;
}

.article-title .icon-weixin,
.article-title .icon-weibo {
    cursor: pointer;
    font-size: 1.1em;
}

.article-calendar {
    color: #fff;
    line-height: 1;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #fff;
}

.article-calendar>* {
    line-height: 1 !important;
}

.article-calendar .date {
    font-weight: bold;
}

.article-calendar .year {
    margin-top: .625vw;
}

.article-title-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 1.041667vw solid transparent;
    border-left-width: 1.041667vw;
    border-right-width: 1.041667vw;
    border-top-width: .729167vw;
    border-bottom-width: .729167vw;
    border-top-color: var(--color-primary);
    border-left-color: var(--color-primary);
    transform: translateY(100%);
}

/* 活动 */
.article-title.event-title .article-otherBase span {
    display: block;
}

.article-title.event-title .article-otherBase span+span {
    margin-left: 0;
    margin-top: 10px;
}

@media screen and (max-width: 1600px) {
    .article-title .article-otherBase .iconfont {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1440px) {
    .article-container {
        width: 900px;
    }
}

@media screen and (max-width: 1199px) {
    .article-title-wrapper:after {
        border-left-width: 12.5px;
        border-right-width: 12.5px;
        border-top-width: 8.5px;
        border-bottom-width: 8.5px;
    }

    .article-title .tags {
        margin-bottom: 15px;
    }

    .article-title.event-title .article-otherBase span+span {
        margin-left: 0;
        margin-top: 3px;
    }
}

@media screen and (max-width: 991px) {
    .article-container {
        width: 100%;
    }

    /* .article-title-wrapper {
        padding: 20px 0 40px;
    } */

    .article-title .article-other {
        margin-top: 15px;
    }
}

@media screen and (max-width: 567px) {
    .article-title-wrapper {
        padding: 100px 0 40px;
    }

    .article-title .tags {
        margin-bottom: 15px;
    }

    .article-title .article-other {
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .article-title .article-otherBase span+span {
        margin-left: 15px;
    }

    .article-title a {
        margin-top: 20px;

    }

    .article-container .layui-btn {
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        font-size: 13px;
    }

    .article-calendar {
        display: none;
        margin-right: 15px;
        padding-right: 15px;
    }
}

/* article-title END */
.ala-tag {
    display: inline-block;
    padding: 0.3125vw 0.9375vw;
    color: #fff;
    line-height: 1.1;
    background-color: var(--color-primary);
    border-radius: 2vw;
    transition: all .3s ease-in-out;
}

.ala-tag.tag-white {
    background-color: #fff;
    color: var(--color-text-regular);
}

@media screen and (max-width: 991px) {
    .ala-tag {
        padding: 4px 15px;
        font-size: 13px;
        border-radius: 20px;
    }
}

/* article-btn */
.article-btn .btn {
    display: block;
    padding: 1.25vw;
    background-color: var(--bg-primary);
}

.article-btn .btn:hover {
    text-decoration: underline;
    color: var(--color-primary);
}

.article-btn .btn+.btn {
    margin-top: 2px;
}

@media screen and (max-width: 1199px) {
    .article-btn .btn {
        padding: 15px;
    }
}

@media screen and (max-width: 567px) {
    .article-btn .btn {
        padding: .3rem;
    }
}

/* article-btn END */

.block-xshd-detail {
    padding-top: 15px !important;
}

.block-xshd-detail .article-container.event-container .event-content {
    padding: 0;
    background-color: unset !important;
}

/* block-gzgl-detail */
.block-gzgl-detail {
    padding: 50px 0 !important;
    padding-bottom: 70px !important;
    min-height: 400px;
}


/* special-topic */
.meeting-block {
    padding-top: 70px !important;
    padding: 0;
}

@media screen and (max-width:567px) {
    .meeting-block {
        padding-top: 30px !important;
    }

}

/* zt-post-block */
.zt-post-block {
    padding-bottom: 0;
}

.zt-post {
    position: relative;
    margin-top: -100px;
    background-color: #fff;
    padding-right: 50px;
    background: #fff url(../images/zt_bg_1.png) right bottom no-repeat;
    background-size: auto 80%;
}

.zt-post:before {
    content: "";
    position: absolute;
    left: -10000px;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .zt-post {
        padding: 0;
        margin-top: 0;
        background: unset;
    }

    .zt-post:before {
        content: unset;
    }

    .zt-post-block {
        background: #fff url(../images/zt_bg_1.png) right bottom no-repeat;
        background-size: contain;
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .zt-post-block {
        padding: 40px 0;
    }
}

/* zt-post-block END */

/* zt-zc-block */
.zt-zc-block {
    padding: 40px 0 !important;
    padding-bottom: 100px !important;
}

.zt-zc-block .zcjd-list {
    /* padding: 0 30px; */
}

.zcjd-list .zcjd-item {
    display: block;
    background-color: #fff;
    padding: 20px;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.zcjd-list .zcjd-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 18px;
    background-color: var(--color-third);
    top: 50%;
    margin-top: -9px;
    transition: all .3s ease-in-out;
}

.zcjd-list .zcjd-item:hover {
    background-color: var(--color-third);
    color: #fff;
}

/* .zcjd-list .zcjd-item:hover:before{
    background-color: #fff;
} */
.zcjd-list .zcjd-item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    padding-right: 15px;
    transform: scale(1);
    transform-origin: 0 100%;
    transition: transform .3s ease-in-out;
    flex: 1;
}

.zcjd-list .zcjd-item .time {
    opacity: .65;
}

.zcjd-list .zcjd-item:hover .title {
    transform: scale(1.05);
}

@media screen and (max-width: 767px) {
    .zcjd-list .zcjd-item {
        padding: 15px;
    }
}

/* zt-zc-block END */

/* hightlight-img-swiper */
.hightlight-img-swiper {
    margin-right: -40px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hightlight-img-swiper .swiper-sldie {
    width: 100%;
    height: 100%;
}

.hightlight-img-swiper .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    overflow: hidden;
}

.hightlight-img-swiper .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hightlight-img-swiper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.hightlight-img-swiper:hover .img-box img {
    transform: scale(1.05);
}

/* hightlight-img-swiper END */

/* hightlight-text-swiper */
.hightlight-text-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.hightlight-text-swiper {
    background: #fff;
    padding: var(--size-54);
    margin-left: -40px;
    z-index: 2;
    position: relative;
}

.hightlight-text-swiper .text-box .title {
    /* font-size: 24px; */
    margin-bottom: 2vw;
    position: relative;
    padding-bottom: 0.8vw;
    transition: all .3s ease-in-out;
}

.hightlight-text-swiper .text-box .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: var(--color-secondary);
}

.hightlight-text-swiper .text-box .desc {
    opacity: .75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hightlight-text-swiper .swiper-btn {
    margin-top: 2vw;
}

.hightlight-text-swiper .text-box:hover .desc {
    color: var(--color-text-regular);
}

@media screen and (max-width: 991px) {
    .hightlight-img-swiper {
        margin-right: 0;
    }

    .hightlight-img-swiper .img-box {
        height: 0;
        width: 100%;
        padding-bottom: 66.66666%;
    }

    .hightlight-text-swiper {
        padding: 30px;
        margin: 0;
    }

    .hightlight-text-swiper .text-box .title {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .hightlight-text-swiper .swiper-btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hightlight-text-swiper {
        padding: 20px 15px;
    }

    .hightlight-text-swiper .swiper-btn {
        margin-top: 15px;
    }

    .hightlight-text-swiper .text-box .title:after {
        width: 30px;
    }
}

/* hightlight-text-swiper END */
/*slide*/
.meeting-block .index_title {
    padding: 20px 30px;
}

.meeting-block .meeting-swiper {
    /* padding: 0 30px; */
}

.meeting-item {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: block;
    color: inherit;
    position: relative;
    transition: all .3s;
    height: 100%;
    overflow: hidden;
}

.meeting-item.has-bottom {
    padding-bottom: 64px;
}

.meeting-item:hover {
    /* top: -5px; */
    color: var(--color-primary);
}

.meeting-item .img-box {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.meeting-item .img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.meeting-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0 !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.meeting-item .calendar {
    font-family: 'Times New Roman';
    display: flex;
    padding-top: 5px;
    color: var(--color-text-secondary);
}

.meeting-item .calendar i {
    padding-right: 3px;
}

.meeting-item .calendar>* {
    position: relative;
    z-index: 1;
}

.meeting-item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.meeting-item .text-box {
    padding: 15px;
}

.meeting-item .text-box .title.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    color: var(--color-text-secondary-grey);
}

@media screen and (max-width: 767px) {
    .meeting-item .text-box .title {
        font-size: 18px;
    }
}

/*slide-END*/
.table-people-list {
    display: flex;
}

/*footer*/
footer {
    position: relative;
}

footer>* {
    position: relative;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -60%;
    bottom: 0;
    background: url(../images/footer-bg.png) center center no-repeat;
    background-size: cover;
    z-index: 0;
}

footer,
footer a,
footer a:visited {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

.footer-top {
    padding: 50px 0 50px;
}

/* .footer-top:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 17%;
        left: 33%;
        width: 1px;
        background-color: rgba(255, 255, 255, .1);
  
} */
.footer-top img {
    max-width: 100%;
}

.footer-top .footer-logo {
    margin-bottom: 25px;
}

.footer-top .footer-logo img {
    max-height: 50px;
}

footer .footer-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}

.footer-top p {
    margin-bottom: 10px;
}

.footer-top ul,
.footer-top ul li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-top .footer-link.columns,
.footer-right {
    columns: 2;
    column-count: 2;
    /* column-gap: 20px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.footer-top .footer-link li {
    line-height: 150%;
    position: relative;
}

.footer-top .footer-link li a {
    display: block;
    margin-bottom: 10px;
}

.footer-copyright {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
}

.home-footer {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
}

.home-footer:before {
    content: unset;
}

.home-footer .footer-copyright {
    padding: 12px 0;
    border-top: 0;
}

footer .layui-form-select {
    margin-bottom: 10px;
}

footer .layui-form-select .layui-input {
    background-color: unset;
    border-radius: 0;
    color: rgba(255, 255, 255, .8);
    height: 20px;
    border-color: transparent;
    font-size: 13px;
    padding-left: 0;
    /* background-color: rgba(255, 255, 255, .1); */
}

footer .layui-input:focus,
footer .layui-textarea:focus,
footer .layui-input:hover,
footer .layui-textarea:hover {
    border-color: rgba(255, 255, 255, 0) !important;
}

footer .layui-form-select:after {
    content: '\e625';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 10px;
    opacity: .75;
}

footer .layui-form-selected:after {
    transform: rotate(180deg);
}

footer .layui-form-select .layui-edge {
    border: 0;
    right: 0;
    margin-top: -10px;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    font-weight: normal;
    display: none;
}

footer .layui-form-select .layui-edge:after {
    content: '\e625';
    font-family: 'iconfont';
    width: 20px;
    height: 20px;
    display: block;
}

.qrcode-img {
    width: 6.146vw;
    min-width: 100px;
    text-align: center;
}
 .qrcode-img img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .footer-top .link:after {
        content: "";
        position: absolute;
        left: -24px;
        top: 25px;
        bottom: -34px;
        width: 1px;
        background-color: rgba(255, 255, 255, .08);
    }

    .footer-top .center-right {
        float: right;
        position: relative;
        flex: 1;
        margin-right: 10px;
        opacity: 0.6;
    }

    .footer-top .footer-logo img {
        right: 40px;
        position: relative;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    /* .footer-top .layui-col-md5:after {
        content: "";
        position: absolute;
        left: -7px;
        top: 25px;
        bottom: -34px;
        width: 1px;
        background-color: rgba(255, 255, 255, .08);
    } */

    .footer-top .footer-logo img {
        right: 20px;
        position: relative;
    }

    .footer-top .center-right {
        position: relative;
        margin-right: 0px;
    }

    footer .footer-title {
        font-size: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-top .center-right {
        position: relative;
        margin-right: 100px;
    }
}

@media screen and (max-width: 767px) {
    .footer-top {
        padding-top: 0;
    }

    footer .footer-title {
        margin-bottom: 12px;
        padding-bottom: 4px;
        font-size: 15px;
    }

    .footer-top .footer-logo img {
        max-height: 45px;
        position: relative;
    }

    .footer-top .center-right {
        position: relative;
        margin-right: 50px;
    }

    .layui-col-space30>* {
        padding: 10px;
    }

    .layui-col-space30 {
        margin: -10px;
    }

    /* .footer-top .layui-col-xs12:nth-of-type(3) {
        padding-top: 60px;
    } */

    /* .footer-top .layui-col-xs12:nth-of-type(1) {
        bottom: -20px;
    } */

    .footer-top .footer-copyright {
        font-size: 12px;
    }

    .footer-top .footer-link.columns,
    .footer-right {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* footer END */
/* page_title */
.page_title {
    margin-bottom: var(--size-24);

}

.page_title h2 {
    color: var(--color-text-regular);
    font-weight: 400;
}

/* page_title END */
/* top-tab */
.top-tab {
    margin-top: -100px;
}

.top-tab .el-tabs__nav-wrap::after {
    display: none;
}

.top-tab .el-tabs__item.is-active {
    position: relative;
    color: var(--color-third);
    background-color: #fff;
}

.top-tab .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.top-tab .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.top-tab .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.top-tab .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 40px;
}

.top-tab .el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.top-tab .el-tabs--bottom .el-tabs__item.is-top:last-child,
.top-tab .el-tabs--top .el-tabs__item.is-bottom:last-child,
.top-tab .el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 40px;
}

.top-tab .el-tabs__item {
    padding: 0 40px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--bg-grey);
}

.top-tab .el-tabs__active-bar {
    display: none;
}

.top-tab .el-tabs__item.is-active::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-third);
    border-radius: 2px 2px 0 0;
}

.top-tab .el-tabs__item:hover {
    color: var(--color-third);
}

.top-tab .el-tabs__header {
    margin-bottom: 0;
}

.tab-content {
    position: relative;
    z-index: 99;
    padding: 30px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .top-tab {
        margin-top: 0px;
        padding-top: 40px;
    }

    .tab-content {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {

    .tab-content {
        padding: 15px;
    }

    .top-tab .el-tabs__item {
        padding: 0 40px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

/* top-tab END */
/* form-wrap */
.form-wrap .el-input__inner {
    border: none;
    background-color: var(--bg-grey);
    height: 48px;
    line-height: 48px;
}

.form-wrap .el-form-item {
    background-color: var(--bg-grey);
    border-radius: 4px;
    margin-bottom: 15px;

}

.form-wrap .el-input {}

.form-wrap .el-select,
.el-cascader {
    width: 100%;
}

.form-wrap .el-date-editor.el-input,
.form-wrap .el-date-editor.el-input__inner {
    width: 100%;
}

.form-wrap .el-input__prefix {
    left: unset;
    right: 5px;
}

.form-wrap .el-form-item__label {
    line-height: 48px;
    text-align: left;
    padding: 0 0 0 15px;
    color: var(--color-text-secondary);
}

.form-wrap .bottom-btn {
    text-align: center;
    margin-top: 20px;
}

.form-wrap .bottom-btn .el-button {
    background-color: var(--bg-grey);
    color: var(--color-text-secondary);
    border-color: var(--bg-grey);
    padding: 12px 25px;
}

.form-wrap .bottom-btn .el-button:hover {
    opacity: .9;
}

.form-wrap .bottom-btn .el-button--primary {
    background-color: var(--color-third);
    border-color: var(--color-third);
    color: #fff;
}

/* form-wrap END */
/* table-wrap */
.table-wrap {
    margin-top: 40px;
}

.table-wrap .el-table {
    width: 100%;
}

.table-wrap table {
    border: none;
    margin: 0;
}

.table-wrap .el-table thead {
    font-weight: 400;
}

.table-wrap .el-table th.el-table__cell {
    color: #fff;
    background-color: var(--color-primary);
    font-weight: 400;
}

.table-wrap table th,
.table-wrap table td {
    border: none;
}

.table-wrap .el-table td.el-table__cell,
.table-wrap .el-table th.el-table__cell.is-leaf {
    border-bottom: none;
}

.pagination {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
}

.pagination .el-pager li.active {
    color: var(--color-third);
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner {
    border-color: var(--color-third) !important;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: var(--color-third) !important;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: var(--color-third) !important;
}

.el-table .cell.el-tooltip {
    white-space: nowrap !important;
}

.xmtx img {
    max-height: 277px;
}
@media screen and (min-width: 1200px) {
.kjrk .layui-col-lg2{
    width:12.5%;
}
}

@media screen and (max-width: 767px) {

    .pagination .el-pagination__total {
        display: none !important;
    }

    .pagination .el-pagination__sizes {
        display: none !important;
    }

    .pagination .el-pagination__jump {
        display: none !important;
    }
}

/* table-wrap END */

.index-img-box{
    position: relative;
    margin: 30px 0;
}
.index-img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:772px){
    
    .index-img-box .img{
        height: 50px;
    }
}