/* Consolidated stylesheet: content.css. Generated from legacy CSS files. */

/* ===== main.css ===== */
.site-main-layout .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.site-main-layout .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.site-main-layout.box-width {
    min-width: 1426px;
    max-width: 1920px;
}

.site-main-layout.content {
    width: 100%;
    margin: 0 auto;
}

.site-main-layout #header {
    position: relative;
    display: block;
    width: 100%;
    height: 571px;
    /* min-height: 450px; */
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-main-layout #header.ly_header {
    height: 34vw;
    background: url(../images/旅游banner.png) no-repeat center top;
}

.site-main-layout #header .site-header__top {
    background: url(../images/top.png) no-repeat center top;
    background-size: 100% 100%;
}

.site-main-layout #header .site-header__top .site-header__inner {
    /*width: 1426px;*/
    width: 1590px;
    height: 87px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-main-layout #header .site-header__top .site-header__inner .logo {
    height: 67px;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group {
    display: flex;
    align-items: center;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search {
    width: 405px;
    height: 40px;
    border: 1px solid #2f7084;
    border-radius: 100px;
    display: flex;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search input {
    background: none;
    border: none;
    flex: 1;
    padding: 0 16px;
    font-family: 'Gilroy-Light';
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search input::placeholder {
    color: #256073;
    font-family: Gilroy-Regular;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search button {
    background: none;
    width: 50px;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.png) no-repeat center center;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .vertical {
    height: 49px;
    border-left: 1px solid #2f7084;
    margin: 0 30px;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .mailbox {
    color: #191e23;
    line-height: 40px;
    font-family: Gilroy-Regular;
    font-weight: bold;
}

.site-main-layout #header .site-header__top .phone-nav-btn {
    display: none;
}

.site-main-layout #header .nav {
    width: 100%;
    height: 113px;
    margin: 0 auto;
    background: url(../images/nav_bg.png) no-repeat center center;
}


.site-main-layout #header #nav {
    display: none;
}

.site-main-layout #header .bg_nav {
    width: 100%;
    height: 165px;
    margin: 0 auto;
    background: url(../images/bg_nav.png) no-repeat center center;
}

.site-main-layout #header.ly_header .nav {
    position: absolute;
    background: none;
    margin-top: 155px;
}

.site-main-layout #header .nav ul {
    width: 1426px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.site-main-layout #header.ly_header .nav ul {
    width: 1260px;
    float: right;
    margin-right: 190px;
}

.site-main-layout #header .nav ul li {
    min-width: 100px;
    position: relative;
    height: 63%;
    line-height: 63px;
    text-align: center !important;
}

.site-main-layout #header .nav ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: Gilroy-Medium;
    padding: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.site-main-layout #header.ly_header .nav ul li a {
    display: inline-block;
}

.site-main-layout #header.ly_header .nav ul li a span {
    display: block;
    color: #fff;
    height: 25px;
    font-size: 18px;
    font-family: Gilroy-Medium;
    padding: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.site-main-layout #header.ly_header .nav ul li a i {
    display: block;
    width: 0px;
    height: 4px;
    margin: 0 auto;
    background: #2040B1;
    transition: all 0.3s;
}

.site-main-layout #header.ly_header .nav ul li.nav-active a span {
    color: #2040B1;
}

.site-main-layout #header.ly_header .nav ul li.nav-active i {
    width: 100%;
}

/*.site-main-layout  #header .nav ul li:not(.nav-active) a:hover {
    animation-name: rubberBand;
  } .site-main-layout */

#main {
    width: 1426px;
    margin: 0 auto;
}

.site-main-layout #footer {
    background: #0b358e;
}

.site-main-layout #footer .footer-container {
    position: relative;
    width: 1426px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-main-layout #footer .footer-container .footer-logo {
    position: absolute;
    left: 0;
    width: 218px;
    height: 129px;
}

.site-main-layout #footer .footer-container dl {
    line-height: 40px;
}

.site-main-layout #footer .footer-container dl dd {
    color: #fff;
    text-align: center;
    font-family: tahoma;
}

.site-main-layout #js-go-top {
    position: fixed;
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    right: 5%;
    bottom: 95px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.site-main-layout .ly_main {
    width: 1426px;
    margin: 0 auto;
}

.site-main-layout .ellipsistit {
    text-align: center;
    font-size: 1.5625vw;
    margin-top: 20px;
    opacity: 0;
}

.site-main-layout .swiper-slide-active .ellipsistit {
    opacity: 1;
}

.site-main-layout .swiper-slide1 {
    margin: 0 8px;
}



@media screen and (max-width: 980px) {
    .site-main-layout.box-width {
        min-width: auto;
        max-width: initial;
    }

    .site-main-layout #header {
        /*background-size: 300% auto;*/
        min-height: inherit;
        height: auto;
    }

    .site-main-layout #header .site-header__top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: 100% 100%;
        padding: 10px;
    }

    .site-main-layout #header .site-header__top .site-header__inner {
        width: 100%;
        height: 40px;
    }

    .site-main-layout #header .site-header__top .site-header__inner .logo {
        height: 30px;
    }

    .site-main-layout #header .site-header__top .site-header__inner .search-group {
        flex: 1;

        overflow: hidden;
        /*margin-left: 20px;    
    max-width: 300px;*/
    }

    .site-main-layout #header .site-header__top .site-header__inner .search-group .search {
        width: auto;
        flex: 1;
        height: 30px;
        min-width: 1%;
        display: none;
    }

    .site-main-layout #header .site-header__top .site-header__inner .search-group .search input {
        min-width: 1%;
    }

    .site-main-layout #header .site-header__top .site-header__inner .search-group .vertical {
        display: none;
    }

    .site-main-layout #header .site-header__top .site-header__inner .search-group .mailbox {
        display: none;
    }

    .site-main-layout #header .site-header__top .phone-nav-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-main-layout #header .site-header__top .phone-nav-btn .search {
        width: 250px;
        height: 30px;
        border: 1px solid #2f7084;
        border-radius: 100px;
        display: flex;
    }

    .site-main-layout #header .site-header__top .phone-nav-btn .search input {
        background: none;
        border: none;
        flex: 1;
        padding: 0 16px;
    }

    .site-main-layout #header .site-header__top .phone-nav-btn .search input::placeholder {
        color: #256073;
        font-family: Gilroy-Regular;
    }

    .site-main-layout #header .site-header__top .phone-nav-btn .search button {
        background: none;
        width: 50px;
        border: 0;
        cursor: pointer;
        background: url(../images/search_btn.png) no-repeat center center;
    }

    .site-main-layout #header .site-header__top .phone-nav-btn span {
        padding: 10px;
        margin-top: 10px;
        font-weight: bold;
        font-family: Gilroy-Bold;
        font-size: 18px;
        color: #256073;
    }

    .site-main-layout #header .nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: max-content;
        z-index: 999;
        height: calc(100% - 115px);
        background: #256073;
        transition: all 0.5s;
        transform: translateY(100%);
        opacity: 0;
    }

    .site-main-layout #header .nav.navShow {
        transform: translateY(0%);
        opacity: 1;
    }

    .site-main-layout #header .nav ul {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .site-main-layout #header .nav ul li {
        min-height: 40px;
        /*display: flex;*/
        align-items: center;
    }


    .site-main-layout #header #nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: max-content;
        z-index: 999;
        height: calc(100% - 115px);
        background: #256073;
        transition: all 0.5s;
        transform: translateY(100%);
        opacity: 0;
        margin: 0 auto;
    }

    .site-main-layout #header #nav.navShow {
        transform: translateY(0%);
        opacity: 1;
        display: block;
    }

    .site-main-layout #header #nav ul {
        width: 80%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: space-around; */
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .site-main-layout #header #nav ul li {
        /* min-height: 40px; */
        display: flex;
        align-items: center;
        /* min-width: 100px; */
        position: relative;
        height: 63%;
        /* line-height: 63px; */
        /* text-align: center !important; */
        /* width: 80%; */
    }

    .site-main-layout #header #nav ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        font-family: Gilroy-Medium;
        padding: 0 5px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        width: 80%;
        text-align: center;
    }

    .site-main-layout #footer {
        width: 100%;
    }

    .site-main-layout #footer .footer-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .site-main-layout #footer .footer-container .footer-logo {
        position: initial;
        width: auto;
        height: 20vw;
        margin: 20px 0;
    }

    .site-main-layout #js-go-top {
        width: 12vw;
        height: 12vw;
        bottom: 5%;
    }
}

/* 定义样式，包括整体样式，分页器样式和前进后退按钮样式等内容 */
.lastFooter .content #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.carousel-certify .lastFooter .content #certify .swiper-container {
    padding-bottom: 60px;
}

.carousel-certify .lastFooter .content #certify .swiper-slide {
    width: 520px;
    height: 445px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.carousel-certify .lastFooter .content #certify .swiper-slide img {
    display: block;
}

.carousel-certify .lastFooter .content #certify .swiper-slide p {
    padding-top: 10px;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    color: white;
    margin-top: 19px;
}

.carousel-certify .lastFooter .content #certifyphone {
    display: none;
}

.carousel-certify .lastFooter .content #certify .swiper-container .paddingSwiper {
    padding: 9px;
    background-color: #a1b9df;
    padding-bottom: 0;
}

.carousel-certify .lastFooter .content #certify .swiper-container .paddingSwiper img {
    width: 100%;
    height: 372px;
    display: block;
}

.carousel-certify .lastFooter .content .moreHiddenBg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: black;
    z-index: 999;
    top: 0;
    opacity: 0.3;
}

.carousel-certify .lastFooter .content .swiper-slide-active .moreHiddenBg {
    display: none;
}

.carousel-certify .lastFooter .content .swiper-slide-active a .swiperText {
    display: block;
}

.carousel-certify .lastFooter .content #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #70819d;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.carousel-certify .lastFooter .content #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #da5445;
}

.carousel-certify .lastFooter .content #certify .swiper-button-next::after,
.carousel-certify .lastFooter .content #certify .swiper-button-prev::after {
    display: none;
}

.carousel-certify .lastFooter .content #certify .lunbo-next,
.carousel-certify .lastFooter .content #certify .lunbo-prev {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 35px;
}

.carousel-certify .lastFooter .content #certify .lunbo-next {
    right: -30px;
    background: url(../images/msnext.png) no-repeat;
}

.carousel-certify .lastFooter .content #certify .lunbo-prev {
    left: -30px;
    background: url(../images/msprev.png) no-repeat;
}

.carousel-certify .lastFooter .content #certify .lunbo-next:hover {
    background: url(../images/msnexthover.png) no-repeat;
}

.carousel-certify .lastFooter .content #certify .lunbo-prev:hover {
    background: url(../images/msprevhover.png) no-repeat;
}

/*.carousel-certify  .lastFooter .content #certify .lunbo-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

.carousel-certify .lastFooter .content #certify .lunbo-next:hover {
  background-position: 0 -139px;
  background-size: 100%
} .carousel-certify */

@media screen and (max-width: 980px) {
    /* .lunbo {
	width: 100%;
    height: auto;
	left: 0px;
	top: 148px;
  } */

    .lastFooter .content #certify {
        position: relative;
        width: 80%;
        /* height: 20%; */
        margin: 0 auto;
        margin-top: 2vh;
        margin-bottom: 3vh;
    }

    .lastFooter .content #certify .swiper-container {
        /* padding-bottom: 0px; */
    }

    /* #certify .swiper-container {
    padding-bottom: 0px !important;
    transform: translateX(-28%) !important;
  } */

    .lastFooter .content #certify .swiper-container .paddingSwiper {
        width: 100%;
        height: auto;
        /* background: #fff; */
        box-shadow: 0 4px 30px #ddd;
    }

    .lastFooter .content #certify .swiper-pagination {
        /* width: 100vh; */

    }

    .lastFooter .content #certify .swiper-container .paddingSwiper img {
        height: 60vw;
    }

    .lastFooter .content #certify .swiper-slide p {
        margin-top: 0px;
    }

    .lastFooter .content #certify .lunbo-next,
    .lastFooter .content #certify .lunbo-prev {
        top: 38%;
    }

    /* .lastFooter .content #certify .lunbo-next {
	right: -50px;
  } */
}

/* ===== finallPage.css ===== */
.content-detail #main {
    width: 1426px;
    margin: 0 auto;
}

.content-detail .detail-breadcrumb {
    width: 1436px;
    margin: 0 auto;
    margin-top: 17px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #BBC5CC;
    display: flex;
    align-items: center;

}

.content-detail .detail-breadcrumb a {
    font-size: 18px;
    color: #BBC5CC;
}

.content-detail .detail-breadcrumb__line {

    width: 90%;
    margin-left: 24px;
    border: 2px dashed #D8D8D8;
}

.content-detail .detail-heading {
    width: 1436px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.content-detail .detail-divider {
    width: 1436px;
    margin: 0 auto;
    border: 2px dashed #D8D8D8;
    margin-top: 30px;
    margin-bottom: 40px;
}

.content-detail .detail-body {
    width: 1200px;
    margin: 0 auto;
}

.content-detail .detail-media {
    width: 500px;
    height: 333px;
    display: block;
    margin: 0 auto;
    margin-bottom: 76px;
    transition: all 300ms;
    overflow: hidden;
}

.content-detail .detail-body__image {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.content-detail .detail-body .detail-media:hover img {
    transform: scale(1.1);
}

.content-detail .detail-body .detail-content {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    line-height: 28px;
    margin-bottom: 15px;
}

.content-detail .detail-body .detail-content table {
    margin: 0 auto;
}

.content-detail .detail-body .detail-content span {
    font-size: 16px !important;
}

.content-detail .detail-body .detail-content img {
    display: block;
    margin: 20px auto;
}

.content-detail .detail-body .detail-divider--inner {
    width: 100%;
    height: 1px;
    border: 1px dashed #D8D8D8;
    margin-bottom: 10px;
}

.content-detail .detail-body .detail-related {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    line-height: 46px;
    margin-bottom: 50px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}



.content-detail .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}






@media screen and (max-width: 980px) {
    .content-detail .detail-breadcrumb a {
        font-size: 2vw;
    }

    .content-detail .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
    }

    .content-detail .detail-heading {
        width: 100%;
        margin-top: 2vh;
        padding: 0 3vw;
    }

    .content-detail .detail-heading h1 {
        font-size: 5vw;
        line-height: 3vh;
        margin-bottom: 2vh
    }

    .content-detail .detail-divider {
        width: 89%;
        margin: 0 auto !important;
    }

    .content-detail .detail-heading span {
        display: inline-block;
        margin-bottom: 2vh;
    }

    .content-detail .detail-body {
        margin-top: 3vh;
        width: 100%;
        padding: 0 20px;
    }

    .content-detail .detail-body .detail-content img {
        width: 96% !important;
        height: 100% !important;
    }

    .content-detail .detail-body__image {
        width: 90%;
        height: 50%;
        margin: 0 auto;
        margin-bottom: 3vh;
    }

    .content-detail .detail-body .detail-text {
        padding-left: 5vw;
        padding-right: 4vw;
        margin-bottom: 3vh;
    }

    .content-detail .detail-body .detail-divider--inner {
        width: 89%;
        margin: 0 auto;
        margin-bottom: 3vh;
    }

    .content-detail .detail-body .detail-related {
        padding-left: 5vw;
        padding-right: 4vw;
        margin-bottom: 3vh;
    }

    .content-detail .detail-section-heading {
        width: 100%;
    }

    .content-detail .detail-section-heading__line {
        width: 60%;
    }

    .content-detail .detail-section-heading__title {
        font-size: 6vw;
    }

    .content-detail .detail-media {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 3vw;
        height: 100%;
    }

    .content-detail .detail-body .detail-content .dplayer {
        width: 100% !important;
        height: 100%;
    }
}

/* ===== liebiao.css ===== */
.content-list .article-list .article-card:hover .article-card__body .article-card__summary {
    color: #1575FF;
}

.content-list .article-list .article-card:hover img {
    transform: scale(1.01);
}

.content-list .article-grid {
    width: 1426px;
    margin: 0 auto;
}

.content-list .detail-breadcrumb {
    width: 1436px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 35px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #BBC5CC;
    padding: 0 10px;
}


.content-list .detail-breadcrumb a {
    font-size: 18px;
    color: #BBC5CC;
}

.content-list .head-big {
    width: 100%;

}

.content-list .article-list {
    width: 1436px;
    margin: 0 auto;
}

.content-list .article-list .article-card {
    width: 1436px;
    height: 167px;
    background-image: url(../../assets/images/raduisBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.content-list .article-list .article-card .article-card__thumb {
    width: 203px;
    height: 135px;
    border-radius: 10px;
    flex-shrink: 0;
}

.content-list .article-list .article-card .article-card__thumb img {
    width: 100%;
    height: 100%;
}

.content-list .article-list .article-card .article-card__thumb:hover img {
    transition: all 300ms;
    transform: scale(1.1);
}

.content-list .article-card__body {
    margin-left: 32px;
    width: 83%;
}

.content-list .article-card__body .article-card__title {

    font-family: Gilroy;

    font-weight: bold;

    font-size: 18px;

    color: #1F1F1F;

    margin-bottom: 15px;

    text-overflow: ellipsis;
}

.content-list .article-card__body .article-card__summary {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    margin-bottom: 15px;
    line-height: 26px;
    text-overflow: ellipsis;
    /* width: 80%; */
    height: 20px;
    overflow: hidden;
}

.content-list .article-card__body .article-card__date {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #BBC5CD;

}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}



.content-list .pagination {
    width: 1394px;
    margin: auto;
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}








@media screen and (max-width: 980px) {
    .content-list .detail-breadcrumb a {
        font-size: 2vw;
    }

    .content-list .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
    }

    .content-list .article-list {
        width: 95%;
    }

    .content-list .article-list .article-card {
        width: 100%;
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 20px;
    }

    .content-list .article-list .article-card .article-card__thumb {
        width: 100%;
        height: 100%;
    }

    .content-list .article-card__body .article-card__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .content-list .article-list ul {
        padding: 0 !important;
    }

    .content-list .detail-breadcrumb {
        padding: 0;
    }

    .content-list .article-card__body {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }

    .content-list .article-card__body .article-card__summary {
        display: none;
    }

    .content-list .pagination {
        text-align: center;
        width: 100%;
    }

    .content-list .pagination a,
    .content-list .pagination span {
        margin-top: 3%;
    }

}

/* ===== gongqiu.css ===== */
.trade-home #main {
    width: 1426px;
    margin: 0 auto;
}

.trade-home .detail-breadcrumb {
    width: 1436px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 35px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #BBC5CC;

}

.trade-home .detail-breadcrumb a {
    font-size: 18px;
    color: #BBC5CC;
}

.trade-home .banner {
    width: 1436px;
    margin: 0 auto;
    height: 186px;
    margin-bottom: 38px;
}

.trade-home .banner .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.trade-home .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.trade-home .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trade-home .banner .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all 300ms;
}

.trade-home .banner .swiper-pagination {
    /*bottom: 0;
    z-index: 999;
    margin-left: 43%;*/
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
}

.trade-home .banner .swiper-pagination-bullet-active {
    background-color: red;
}

.trade-home .trade-actions {
    width: 1436px;
    margin: 0 auto;
    height: 93px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.trade-home .trade-actions a {
    width: 48%;
}

.trade-home .trade-action {
    width: 100%;
    height: 93px;
    background: #4F659F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-home .trade-action:hover img {
    transform: scale(1.1);
}

.trade-home .trade-action--merchant {
    background: #995B4E;
}

.trade-home .trade-actions img {
    width: 56px;
    height: 52px;
    margin-right: 32px;
}

.trade-home .trade-actions span {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.trade-home .lead {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 27px;
}

.trade-home .lead p {

    margin-left: 9px;
    font-family: Gilroy;
    font-weight: 1000;
    font-size: 18px;
    color: #1F1F1F;
}

.trade-home .lead-top {
    width: 11px;
    height: 26px;
}

.trade-home .lead-top div {
    background-color: #6CC2FF;
    height: 13px;
}

.trade-home .lead-top div:nth-child(2) {
    background-color: #0040AD;
    height: 13px;
}

.trade-home .lead2 {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 36px;
}

.trade-home .lead2 p {
    margin-left: 9px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    color: #1F1F1F;
}

.trade-home .lead2 .lead-top {
    width: 11px;
    height: 26px;
}

.trade-home .lead2 .lead-top div {
    background-color: #6CC2FF;
    height: 13px;
}

.trade-home .lead2 .lead-top div:nth-child(2) {
    background-color: #0040AD;
    height: 13px;
}

.trade-home .main {
    width: 1436px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.trade-home .trade-layout__main {
    width: 75%;
}

.trade-home .trade-layout__aside {
    width: 20%;

}

.trade-home .trade-layout__main .trade-card {
    width: 100%;
    height: 169px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(198, 198, 198, 0.35);
    border-radius: 8px;
    border: 1px solid #E9EBED;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 32px;
}

.trade-home .trade-card img {
    width: 203px;
    height: 135px;
    border-radius: 6px;
}

.trade-home .trade-card .trade-card__body {
    margin-left: 32px;
}

.trade-home .trade-card .trade-card__body p:nth-child(1) {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trade-home .trade-card .trade-card__body:hover p {
    color: #0040AD;
}

.trade-home .trade-card:hover img {
    transform: scale(1.1);
}

.trade-home .trade-card .trade-card__body p:nth-child(2) {
    font-family: Gilroy;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    line-height: 26px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.trade-home .trade-card .trade-card__body p:nth-child(3) {

    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    /*color: #BBC5CD;*/
}

.trade-home .trade-card__body--compact {
    margin-left: 27px !important;
}

.trade-home .trade-section-more {
    width: 100%;
    height: 59px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.trade-home .trade-section-more .more-link {
    width: 219px;
    height: 59px;
    background: #93A1D3;
    border-radius: 30px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
}

.trade-home .ad-card {
    width: 100%;
    /*height: 110px;*/
    margin: 0 auto;
    margin-bottom: 20px;

}


.trade-home .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}





.trade-home .trade-card .trade-card__thumb {
    width: 203px;
    height: 135px;
    border-radius: 6px;
    transition: all 300ms;
    overflow: hidden;
    flex-shrink: 0;
}

.trade-home .trade-card .trade-card__thumb img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.trade-home .ad-card {
    transition: all 300ms;
    overflow: hidden;
}

.trade-home .ad-card img {
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

.trade-home .ad-card:hover img {
    transform: scale(1.1);
}



@media screen and (max-width: 980px) {
    .trade-home .detail-breadcrumb a {
        font-size: 2vw;
    }

    .trade-home .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
        padding: 0 2vw;
    }

    .trade-home .banner {
        width: 96%;
        height: 100%;
    }

    .trade-home .trade-actions {
        width: 96%;
    }

    .trade-home .trade-actions img {
        width: 30%;
        height: 40%;
        margin-right: 2vw;
        margin-left: 2vw;
    }

    .trade-home .trade-actions span {
        font-size: 3vw;
    }

    .trade-home .lead {
        width: 96%;
    }

    .trade-home .main {
        display: block;
        width: 96%;
    }

    .trade-home .trade-layout__main {
        width: 100%;
    }

    .trade-home .trade-layout__main .trade-card {
        min-height: 154px;
        margin-bottom: 2vw
    }

    .trade-home .trade-section-more {
        margin: 3vw 0;
    }



    .trade-home .trade-card .trade-card__body {
        margin-left: 2vw;
    }

    .trade-home .trade-card .trade-card__body p:nth-child(1) {
        margin-bottom: 1vw;
        font-size: 2vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .trade-home .trade-card .trade-card__body p:nth-child(2) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .trade-home .trade-card .trade-card__body p:nth-child(3) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .trade-home .trade-card .trade-card__thumb {
        width: 40%;
        height: 80%;
    }

    .trade-home .trade-layout__aside {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 20px;
        align-items: center;
        justify-content: start;
    }

    .trade-home .ad-card {
        flex-shrink: 0;
        height: 110px;
    }
}

/* ===== gongqiuList.css ===== */
.trade-list .box-width {
    /* min-width: 1426px;
    max-width: 1920px; */
}

.trade-list .content {
    width: 100%;
    margin: 0 auto;
}

.trade-list #main {
    width: 1426px;
    margin: 0 auto;
}

.trade-list .detail-breadcrumb {
    width: 1436px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 35px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #BBC5CC;

}

.trade-list .detail-breadcrumb a {
    font-size: 18px;
    color: #BBC5CC;
}

.trade-list .banner {
    width: 1436px;
    margin: 0 auto;
    height: 186px;
    margin-bottom: 38px;
}

.trade-list .banner .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.trade-list .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.trade-list .banner .swiper-slide img {
    width: 100%;
    height: 100%;
    /*display: block;
    object-fit: cover;*/
}

.trade-list .banner .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all 300ms;
}

.trade-list .banner .swiper-pagination {
    /*bottom: 0;
    z-index: 999;
    margin-left: 43%;*/
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
}

.trade-list .banner .swiper-pagination-bullet-active {
    background-color: red;
}

.trade-list .trade-actions {
    width: 1436px;
    margin: 0 auto;
    height: 93px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.trade-list .trade-actions a {
    width: 48%;
}

.trade-list .trade-action {
    width: 100%;
    height: 93px;
    background: #4F659F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-list .trade-action--merchant {
    background: #995B4E;
}

.trade-list .trade-actions img {
    width: 56px;
    height: 52px;
    margin-right: 32px;
}

.trade-list .trade-action:hover img {
    transform: scale(1.1);
}

.trade-list .trade-action--merchant:hover img {
    transform: scale(1.1);
}

.trade-list .trade-actions span {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.trade-list .lead {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 27px;
}

.trade-list .lead p {
    margin-left: 9px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    color: #1F1F1F;
}

.trade-list .lead-top {
    width: 11px;
    height: 26px;
}

.trade-list .lead-top div {
    background-color: #6CC2FF;
    height: 13px;
}

.trade-list .lead-top div:nth-child(2) {
    background-color: #0040AD;
    height: 13px;
}

.trade-list .lead2 {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 36px;
}

.trade-list .lead2 p {
    margin-left: 9px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    color: #1F1F1F;
}

.trade-list .lead2 .lead-top {
    width: 11px;
    height: 26px;
}

.trade-list .lead2 .lead-top div {
    background-color: #6CC2FF;
    height: 13px;
}

.trade-list .lead2 .lead-top div:nth-child(2) {
    background-color: #0040AD;
    height: 13px;
}

.trade-list .main {
    width: 1436px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.trade-list .trade-layout__main {
    width: 75%;
}

.trade-list .trade-layout__aside {
    width: 20%;

}

.trade-list .trade-layout__main .trade-card {
    width: 100%;
    height: 167px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(198, 198, 198, 0.35);
    border-radius: 8px;
    border: 1px solid #E9EBED;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 32px;
}

.trade-list .trade-card img {
    width: 203px;
    height: 135px;
    border-radius: 6px;
}

.trade-list .trade-card .trade-card__body {
    margin-left: 32px;
}

.trade-list .trade-card .trade-card__body p:nth-child(1) {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trade-list .trade-card .trade-card__body:hover p {
    color: #0040AD;
}

.trade-list .trade-card:hover img {
    transform: scale(1.1);
}

.trade-list .trade-card .trade-card__body p:nth-child(2) {
    font-family: Gilroy;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    line-height: 26px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.trade-list .trade-card .trade-card__body p:nth-child(3) {

    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    /*color: #BBC5CD;*/
}

.trade-list .trade-card__body--compact {
    margin-left: 27px !important;
}

.trade-list .trade-section-more {
    width: 100%;
    height: 59px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.trade-list .trade-section-more .more-link {
    width: 219px;
    height: 59px;
    background: #93A1D3;
    border-radius: 30px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
}

.trade-list .ad-card {
    width: 100%;
    /*height: 110px;*/
    margin: 0 auto;
    margin-bottom: 20px;

}

.trade-list .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}




.trade-list .trade-card .trade-card__thumb {
    width: 203px;
    height: 135px;
    border-radius: 6px;
    transition: all 300ms;
    overflow: hidden;
    flex-shrink: 0;
}

.trade-list .trade-card .trade-card__thumb img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.trade-list .ad-card {
    transition: all 300ms;
    overflow: hidden;
}

.trade-list .ad-card img {
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

.trade-list .ad-card:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 980px) {
    .trade-list .detail-breadcrumb a {
        font-size: 2vw;
    }

    .trade-list .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
        padding: 0 2vw;
    }

    .trade-list .banner {
        width: 96%;
        height: 100%;
    }

    .trade-list .trade-actions {
        width: 96%;
    }

    .trade-list .trade-actions img {
        width: 30%;
        height: 40%;
        margin-right: 2vw;
        margin-left: 2vw;
    }

    .trade-list .trade-actions span {
        font-size: 3vw;
    }

    .trade-list .lead {
        width: 96%;
    }

    .trade-list .main {
        display: block;
        width: 96%;
    }

    .trade-list .trade-layout__main {
        width: 100%;
    }

    .trade-list .trade-layout__main .trade-card {
        min-height: 154px;
        margin-bottom: 2vw
    }

    .trade-list .trade-card .trade-card__thumb {
        width: 40%;
        height: 80%;
    }

    .trade-list .trade-section-more {
        margin: 3vw 0;
    }

    .trade-list .trade-card img {
        width: 40%;
        height: 80%;
    }

    .trade-list .trade-card .trade-card__body {
        margin-left: 2vw;
    }

    .trade-list .trade-card .trade-card__body p:nth-child(1) {
        margin-bottom: 1vw;
        font-size: 2vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .trade-list .trade-card .trade-card__body p:nth-child(2) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .trade-list .trade-card .trade-card__body p:nth-child(3) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .trade-list .trade-layout__aside {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 20px;
        align-items: center;
        justify-content: start;
    }

    .trade-list .ad-card {
        flex-shrink: 0;
        height: 110px;
    }

    .trade-list .pagination {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;

    }

    .trade-list .pagination {
        text-align: center !important
    }
}

.trade-list .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}





.trade-list .pagination {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== number.css ===== */



.media-number-home .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.media-number-home .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.media-number-home.box-width {
    min-width: 1426px;
    max-width: 1920px;
}

.media-number-home.content {
    width: 100%;
    margin: 0 auto;
}

.media-number-home .number-section .partner-links img:hover {
    transform: scale(1.1);
    transition: all 300ms;
}

.media-number-home .number-section .partner-linksCont:nth-child(0) .textone:hover {
    color: #1575FF;
}

.media-number-home .number-section .partner-linksCont:nth-child(1) .textone:hover {
    color: #1575FF;
}

.media-number-home .number-feature .number-feature__content .number-feature__list .number-feature-card:hover .number-feature-card__thumb img {
    transform: scale(1.1);
    transition: all 300ms;
}

.media-number-home .number-feature .number-feature__content .number-feature__list .number-feature-card:hover span {
    color: #1575FF !important;
}

.media-number-home .number-card-grid .number-card:hover img {
    transform: scale(1.1)
}

.media-number-home .number-card-grid .number-card:hover .number-card__title span:nth-child(1) {
    color: #1575FF !important;
}

/*.media-number-home  .number-card--journal:hover .number-card-journal__frame {
    transform: scale(1.1)
} .media-number-home */
.number-card--journal:hover .number-card__title span:nth-child(1) {
    color: #1575FF !important;
}

.media-number-home #footer {
    background: #0b358e;
}

.media-number-home #footer .footer-container {
    position: relative;
    width: 1426px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-number-home #footer .footer-container .footer-logo {
    position: absolute;
    left: 0;
    width: 218px;
    height: 129px;
}

.media-number-home #footer .footer-container dl {
    line-height: 40px;
}

.media-number-home #footer .footer-container dl dd {
    color: #fff;
    text-align: center;
}

.media-number-home #js-go-top {
    position: fixed;
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    right: 5%;
    bottom: 95px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.media-number-home .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}





.media-number-home .number-section {
    padding: 0px 246px 0 259px;
    width: 100%;
    margin-bottom: 63px;
    margin-top: 30px;
}

.media-number-home .number-section#cMain-2 .mySwiper {
    overflow: hidden;
    position: relative;
}

.media-number-home .number-section .section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.media-number-home .number-section .section-heading img {
    width: 13px;
    height: 26px;
    margin-right: 10px;

}


.media-number-home .number-feature {
    margin-bottom: 30px;
}

.media-number-home .number-feature .number-feature__content {
    height: 350px;
    width: 100%;
    display: flex;
    margin-top: 30px;

}

.media-number-home .number-feature .number-feature__content .number-feature__primary {
    width: 32%;
    height: 100%;
    background-color: #FE7114;
    padding: 0 60px 0 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.media-number-home .number-feature .number-feature__content .number-feature__primary .number-feature__thumb {
    width: 300px;
    height: 202px;
    background: #F4F4F4;
    border-radius: 6px;
    padding: 6px;

}

.media-number-home .number-feature .number-feature__content .number-feature__primary .number-feature__thumb img {
    width: 100%;
    height: 100%;

}

.media-number-home .number-feature .number-feature__content .number-feature__list {
    flex: 1;
    height: 100%;
    background-color: #F4F4F4;
    display: flex;
    padding: 0 0px 0 53px;
    align-items: center;
    /*    justify-content: space-between; */
}

.media-number-home .number-feature .number-feature__content .number-feature__list .number-feature-card {
    width: 29%;
    display: flex;
    flex-direction: column;
}

.media-number-home .number-feature .number-feature__content .number-feature__list .number-feature-card span {
    display: inline-block;
    width: 300px;
    font-family: Gilroy;
    font-weight: 550;
    font-size: 16px;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-number-home .number-feature-card .number-feature-card__thumb {
    width: 300px;
    height: 202px;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
}

.media-number-home .number-feature-card .number-feature-card__thumb img {
    width: 100%;
    height: 100%;
}

.media-number-home .number-feature .section-heading {
    display: flex;
    padding: 0px 246px 0 259px;
    align-items: center;



}

.media-number-home .number-feature .section-heading img {
    width: 13px;
    height: 26px;
    margin-right: 10px;

}

.media-number-home .section-heading a .section-heading__title {
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Gilroy';

}


.media-number-home .society-content {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.media-number-home .society-content .society-item {
    width: 330px;
    height: 382px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 21px 0;
}

.media-number-home .society-content .society-item .society-text {
    flex: 1;
    background: #F4F4F4;
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 30px;
}

.media-number-home .society-content .society-item .society-text p {
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3f3f3f;
    font-weight: bold;
}

.media-number-home .society-content .society-item .society-text span {
    display: block;
    font-size: 14px;
    color: #878787;
    line-height: 40px;
    margin-top: 5px;
}

.media-number-home .society-content .society-item .society-img {
    display: block;
    transition: all 300ms;
    overflow: hidden;
    width: 318px;
    height: 220px;
}

.media-number-home .society-content .society-item .society-img img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.media-number-home .society-content .society-item .society-img img:hover {
    transform: scale(1.1);
}

.media-number-home .society-content .society-item .society-img p {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #3F3F3F;
    margin-bottom: 20px;
}

.media-number-home .society-content .society-item .society-img span {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #878787;
    /* margin-top: 10px; */
}

.media-number-home .society-content .society-item:nth-child(2n) {
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.media-number-home .society-content .society-item:nth-child(2n) .society-text {
    margin: 30px 0px 0px 0px;
}

.media-number-home .society-content .society-item:nth-child(4n) i {
    width: 100%;
    height: 1px;
    background-color: #C0C9D0;
    margin-bottom: 30px;
}


/*.media-number-home .number-section .partner-links {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
	margin-bottom: 45px;
}
.media-number-home .number-section .partner-links a {
    width:32%;
  overflow: hidden;
}.media-number-home */

.number-section .partner-links {
    display: flex;
    height: auto;
    margin-bottom: 45px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.media-number-home .number-section .partner-links a {
    width: 475px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}

.media-number-home .number-section .partner-links .partner-links_box .partner-linksText {
    width: 318px;
    height: 168px;
    background: #F4F4F4;
    border-radius: 6px;
    padding: 6px;

}

.media-number-home .number-section {
    position: relative;
}

.media-number-home .number-section .section-bg {
    position: absolute;
    background-image: url(../images/citybg.png);
    width: 908px;
    height: 597px;
    top: 0;
    right: 0;
}

.media-number-home .number-section .section-bg--secondary {
    position: absolute;
    background-image: url(../images/citybg2.png);
    width: 473px;
    height: 659px;
    bottom: -50%;
    left: 4%;
    z-index: -1;
}

.media-number-home .number-section .partner-links .partner-links_box {
    width: 318px;
    display: flex;
    flex-direction: column;
}

.media-number-home .number-section .partner-links .partner-links_box .textone {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #3F3F3F;
}

.media-number-home .number-section .partner-links .partner-links_box .textTwo {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #878787;
    margin-top: 10px;
}

.media-number-home .partner-linksCont {
    display: flex;
    flex-direction: column;
    margin-bottom: 41px;
}


.media-number-home .number-section .partner-links img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.media-number-home .number-section .imgAonther a {
    width: 317px;
    height: 123px;
    transition: all 300ms;
    overflow: hidden;
}

.media-number-home .number-section .imgAonther img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.media-number-home .number-section .partner-links .partner-links_box .partner-linksText {
    transition: all 300ms;
    overflow: hidden;
    margin-bottom: 34px;
}

.media-number-home .number-feature-card__thumb {
    transition: all 300ms;
    overflow: hidden;
}

.media-number-home .section-heading__line {
    flex: 1;
    height: 1px;
    background-color: #C0C9D0;
    margin-left: 32px;
}


.media-number-home .number-card-grid {
    width: 100%;
    /*    height: 350px;   */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    margin-bottom: 35px;
}

.media-number-home .number-card-grid .number-card {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
}

.media-number-home .number-card-grid .number-card a {
    text-align: center;
}

.media-number-home .number-card__cover {
    width: 205px;
    height: 276px;

    transition: all 300s;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 24px;
}

.media-number-home .number-card-grid .number-card img {
    width: 100%;
    height: 100%;

}

.media-number-home .number-card-grid .number-card :hover img {
    transition: all 300s;
    transform: scale(1.1);

}

.media-number-home .number-card-grid .number-card img {
    width: 205px;
    height: 276px;
    margin-bottom: 24px;
}

.media-number-home .flexClo {
    flex-direction: column;
    /*   padding-bottom: 20px; */
}

.media-number-home .number-card-grid__top {
    display: flex;
    width: 100%;
    height: 88%;
    margin-bottom: 18px;
}

.media-number-home .number-card-grid__top .number-card__title {
    display: none;
}

.media-number-home .number-card-grid__bottom {
    flex: 1;
    height: 97px !important;
    background-image: url(../images/orangeBg.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;


}

.media-number-home .number-card-grid__bottom {
    align-items: start;
    min-height: 97px !important;
    overflow: hidden;
}

.media-number-home .number-card-grid__bottom span {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    text-align: center;
}

.media-number-home .number-section .number-card-grid--stacked {
    flex-direction: column;
}

.media-number-home .number-section .number-card-grid {}

.media-number-home .number-card__title {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.media-number-home .number-card__title span:nth-child(2) {
    font-family: 'Gilroy-Light';
    font-weight: 300;
    font-size: 14px;
    margin: 5px 0;
}

.media-number-home .textBg {
    width: 100%;
    height: 88px;
    background-image: url(../images/listbg.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -50px;
    z-index: 1;
}

.media-number-home .textBg1 {
    width: 100%;
    height: 88px;
    background-image: url(../images/listbg.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -28px;
    z-index: 1;
}

.media-number-home .number-card--journal {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
}

.media-number-home .number-card--journal a {
    text-align: center;
}

.media-number-home .number-card--journal .number-card-journal__frame {
    /* width: 257px; */
    /* height: 328px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* padding: 15px 6px 8px 8px; */
    border-radius: 10px;
    margin: 0 auto;
    /* margin-bottom: 25px; */
}

.media-number-home .number-card--journal .number-card-journal__frame .number-card-journal__border {
    /* width: 100%; */
    /* height: 100%; */
    /* border-radius: 6px; */
    /* border: 1px solid #E1E1E1; */
    /* padding: 10px 6px 8px 6px; */
}

.media-number-home .number-card--journal .number-card-journal__frame .number-card-journal__border img {
    width: 221px;
    height: 280px;
    margin-bottom: 20px;
}

.media-number-home .section-heading__more {
    width: 100px;
    height: 30px;
    border: 1px solid gray;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
}

.media-number-home .section-more {
    width: 185px;
    height: 48px;
    background: #92A1D3;
    border-radius: 24px;
    ;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-left: 81%;
    position: relative;
    z-index: 999;
}

.media-number-home .section-more a {
    color: white
}

.media-number-home .bottom span {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.media-number-home .section-heading__more:hover {
    color: #0b358e;
    border-color: #0b358e;
}

.media-number-home .section-heading a:hover span {
    color: #0b358e !important;
}

.media-number-home .number-card--journal:hover {
    transform: translateY(-10px);
    transition: all 300ms;
}




@media screen and (max-width: 980px) {
    .media-number-home.box-width {
        min-width: auto;
        max-width: initial;
    }

    .media-number-home .detail-breadcrumb a {
        font-size: 2vw;
    }

    .media-number-home .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
        padding: 0 2vw;
    }

    .media-number-home .banner {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 3vh
    }

    .media-number-home .trade-actions {
        width: 96%;
    }

    .media-number-home .trade-actions img {
        width: 30%;
        height: 40%;
        margin-right: 2vw;
        margin-left: 2vw;
    }

    .media-number-home .trade-actions span {
        font-size: 3vw;
    }

    .media-number-home .lead {
        width: 96%;
    }

    .media-number-home .main {
        display: block;
        width: 96%;
    }

    .media-number-home .trade-layout__main {
        width: 100%;
    }

    .media-number-home .trade-layout__main .trade-card {
        min-height: 154px;
        margin-bottom: 2vw
    }

    .media-number-home .trade-section-more {
        margin: 3vw 0;
    }

    .media-number-home .trade-card img {
        width: 40%;
        height: 80%;
    }

    .media-number-home .society-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .media-number-home .society-content .society-item {
        margin: 0 20px 10px;
        height: auto;
    }

    .media-number-home .society-content .society-item * {
        width: 100%;
    }

    .media-number-home .society-content .society-item .society-img {
        height: auto;
    }

    .media-number-home .society-content .society-item .society-text {
        height: auto;
    }

    .media-number-home .society-content .society-item .society-img img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .media-number-home .trade-card .trade-card__body {
        margin-left: 2vw;
    }

    .media-number-home .trade-card .trade-card__body p:nth-child(1) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .media-number-home .trade-card .trade-card__body p:nth-child(2) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .media-number-home .trade-card .trade-card__body p:nth-child(3) {
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .media-number-home .trade-layout__aside {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 20px;
        align-items: center;
        justify-content: start;
    }

    .media-number-home .ad-card {
        flex-shrink: 0;
        height: 50vw;
    }

    .media-number-home #footer {
        width: 100%;
    }

    .media-number-home #footer .footer-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        z-index: 10;
    }

    .media-number-home #footer .footer-container .footer-logo {
        position: initial;
        width: auto;
        height: 20vw;
        margin: 20px 0;
    }

    .media-number-home .textBg1 {
        display: none;
    }

    .media-number-home #js-go-top {
        width: 12vw;
        height: 12vw;
        bottom: 5%;
    }

    .media-number-home .number-section .section-heading {
        padding: 0 20px 0 10px;
    }

    .media-number-home .number-section {
        padding: 0;
        margin-bottom: 20px;
    }

    .media-number-home .number-section .partner-links {
        height: auto;
        justify-content: center;
        margin-bottom: 0px;
    }

    .media-number-home .number-section .partner-links a {
        width: 90%;
        overflow: hidden;
        margin-bottom: 0px;
        margin-right: 0;
    }

    .media-number-home .number-section .partner-links img {
        margin-bottom: 20px;
    }

    .media-number-home .number-section .section-bg {
        display: none;
    }

    .media-number-home .section-bg--secondary {
        display: none;
    }

    .media-number-home .section-more {
        margin: 0 auto;
    }

    .media-number-home .partner-links_box {
        margin-bottom: 20px;
        justify-content: space-evenly !important;
    }

    .media-number-home .number-feature .section-heading {
        padding: 0 20px 0 10px;
    }

    .media-number-home .number-feature .number-feature__content {
        height: auto;
        flex-direction: column !important;
    }

    .media-number-home .number-feature .number-feature__content .number-feature__primary {
        width: 100%;
        padding: 10px;
        align-items: center;
        margin-bottom: 20px;
    }

    .media-number-home .number-feature .number-feature__content .number-feature__primary a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .media-number-home .number-feature .number-feature__content .number-feature__list .number-feature-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .media-number-home .number-feature .number-feature__content .number-feature__list {
        flex-wrap: wrap;
    }

    .media-number-home .number-card-grid {
        flex-direction: column;
        height: auto !important;
        align-items: center !important;
        padding: 20px 0;
    }

    .media-number-home .number-card {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .media-number-home .contentFive .bottom {
        flex: 1;
        height: 129px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .media-number-home .number-card--journal {
        width: 100%;
        margin-bottom: 20px;
    }

    .media-number-home .number-card--journal a {
        margin: 0 auto;
        height: 100%;
    }

    .media-number-home .number-card--journal .number-card-journal__frame .number-card-journal__border {
        margin: 0 auto;
        height: 100% !important;
    }

    .media-number-home .number-card-grid__top {
        height: auto;
        flex-direction: column;
    }

    .media-number-home .number-card-grid__top .number-card__title {
        display: block !important;
    }

    .media-number-home .bottom {
        display: none !important;
    }

    .media-number-home .number-card--journal .number-card-journal__frame {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        box-shadow: none;
    }

    .media-number-home .number-card--journal .number-card-journal__frame .number-card-journal__border {
        width: 100%;
        height: 60%;
        /*  max-width: 150px; */
    }
}

/* ===== numberList.css ===== */



.media-number-list .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.media-number-list .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.media-number-list .detail-breadcrumb {
    width: 1436px;
    margin: 0 auto;
    margin-top: 17px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #BBC5CC;
    display: flex;
    align-items: center;
    padding-left: 1vw;

}

.media-number-list .detail-breadcrumb a {
    font-size: 18px;
    color: #BBC5CC;
}

.media-number-list .header-title {
    width: 1436px;
    margin: 0 auto;
    text-align: center;
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}

.media-number-list .header-title .header-title__mark {
    width: 13px;
    height: 26px;

}

.media-number-list .header-title .header-title__mark-main {
    width: 100%;
    height: 13px;
    background-color: #6CC2FF;
}

.media-number-list .header-title .header-title__mark-accent {
    width: 100%;
    height: 13px;
    background-color: #0040AD;
}

.media-number-list .header-title h1 {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 24px;
    color: #1F1F1F;
    margin-left: 30px;
}

.media-number-list .header-title span {

    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #BBC5CD;
    background-size: 100% 97px;

}

.media-number-list .number-list {
    width: 1404px;
    height: auto;
    margin: 0 auto;
}

.media-number-list .number-list .number-list__grid {
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 45px;
}

.media-number-list .number-list .number-list__grid .number-card__cover {
    width: 250px;
    /*height: 307px;*/
    background: #FFFFFF;
    border-radius: 10px;
    /* box-shadow: 2px 2px 20px 2px #f5f5f5; */
    /* transition:all 1s linear 0s; */
    /* padding: 5px; */
    margin: 0 auto;
    margin-bottom: 10px;
}

.media-number-list .number-card__image {
    width: 100%;
    height: 100%;
    padding: 5px;
    /* background: #FFFFFF; */
    /* border-radius: 6px; */
    /* border: 1px solid #E1E1E1; */
}

.media-number-list .number-card__image img {
    width: 221px;
    height: 280px;
}

.media-number-list .number-list .number-list__grid .number-card:hover .number-card__cover {
    transform: translateY(-10px);
}

.media-number-list .number-list .number-list__grid .number-card:hover p {
    color: blue;
}

.media-number-list .bottomBg {
    width: 100%;
    height: 45px;
    background-image: url(../images/listbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    position: absolute;
    bottom: -12px;
    left: -3px;
    z-index: -1;
}

.media-number-list .number-card p {
    margin-bottom: 5px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.media-number-list .number-card span {

    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #BBC5CD;

}

.media-number-list .bg {
    width: 600px;
    height: 400px;
    background-image: url(../images/citybg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 26%;
    right: 0;
    z-index: 0;
}

.media-number-list #footer {
    background: #0b358e;
}


.media-number-list .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}





.media-number-list .number-list__grid .number-card {
    width: 25%;
    word-wrap: break-word;
    z-index: 1;
}

.media-number-list .nav ul li:hover .hoverBox {
    opacity: 1;
    pointer-events: auto;
}

.media-number-list .hoverBox {
    position: absolute;
    height: auto;
    width: 100%;
    min-width: 120px;
    left: 0;
    top: 10px;
    z-index: 999;
    display: block;
    background-color: rgb(72, 99, 212);
    border-radius: 10px;
    opacity: 0;
    /* åˆå§‹çŠ¶æ€ä¸ºé€æ˜Ž */
    transition: opacity 0.5s;
    /* æ·»åŠ è¿‡æ¸¡æ•ˆæžœ */
    pointer-events: none;
    /* é˜²æ­¢ç›–ä½å…¶ä»–å†…å®¹ */

}

.media-number-list .hoverBox ul {
    width: 100% !important;
    display: block !important;
    padding: 5px 10px !important;
    padding-top: 10px !important;
}

.media-number-list .hoverBox ul a {
    border-bottom: 1px dashed white !important;
    padding: 0 !important;
    display: flex;

}

.media-number-list .hoverBox ul a li {
    display: flex !important;
    font-size: 16px !important;
    font-family: Gilroy-Medium;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    word-break: break-all;
    width: 100% !important;
    height: 100% !important;
    line-height: 34px !important;
}

.media-number-list .hoverBox ul a:last-child {
    border: none !important;
    padding: 0 !important;
}

.media-number-list .hoverBox ul li:hover .circle {
    display: block;

}

.media-number-list .hoverBox ul a:nth-child(1) {
    font-size: 18px !important;
}

.media-number-list .hoverBox ul a:nth-child(1):hover {
    border-bottom: 1px dashed white !important;
}

.media-number-list .hoverBox ul a:hover {
    border-bottom: 1px dashed gray !important;
}

.media-number-list .hoverBox ul a:nth-child(1):hover li .circle {
    display: none;
}

.media-number-list .hoverBox ul a:last-child:hover {
    border: none;
}

.media-number-list .hoverBox .circle {
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    margin-right: 3px;
    display: none;
}



@media screen and (max-width: 980px) {
    .media-number-list .detail-breadcrumb a {
        font-size: 2vw;
    }

    .media-number-list .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
        padding: 0 3vw;
    }

    .media-number-list .header-title {
        width: 100%;
        margin-top: 2vh;
        padding: 0 3vw;
    }

    .media-number-list .header-title h1 {
        font-size: 3vw;
        line-height: 3vh;
        margin-left: 10px;
    }

    .media-number-list .header-title {
        margin-bottom: 2vh;
    }

    .media-number-list .number-list .number-list__grid .number-card {
        margin-bottom: 1vh;
        width: 100%;
    }

    /*.media-number-list .number-list .number-list__grid .number-card .number-card__cover {
    width:100%;
  }
  
  .media-number-list .number-list .number-list__grid .number-card .number-card__cover .number-card__image img {
    width:100%;
        height: 100%;
  }.media-number-list */


    .bottomBg {
        display: none;
    }

    .media-number-list .number-list {
        width: 100%;
    }

    .media-number-list .number-list .number-list__grid {
        align-items: start !important;
        justify-content: space-around !important;
        margin-bottom: 0px;
    }

    .media-number-list .bg {
        display: none;
    }

    .media-number-list .pagination {
        text-align: center;
    }
}

/* ===== search.css ===== */
.content-search .search-form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.content-search #tform {
    width: 100%;
}

.content-search #tform table {
    width: 1422px;
    margin: 0 auto;
    border: 1px dashed #A8A8A8;
}

.content-search .search-condition-box {
    border: none !important;
}

.content-search .search-condition-box dd {
    border-left: 1px dashed #A8A8A8 !important;
    padding: 0 5px !important;
    height: 79px !important;
    flex: 1
}

/*.content-search .search-condition-box dt {
width: 300px !important;
}.content-search */
.search-condition-box dt:nth-child(1) {
    border: none !important;
    height: 79px;

}

.content-search .search-condition-box dt:nth-child(2) {
    border-left: 1px dashed #A8A8A8;
    height: 79px;
    width: 25%;
}

.content-search .search-condition-box dt p {
    line-height: 79px !important;
    height: 100% !important;
    padding: 0 !important;
    font-family: Gilroy !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #9C9C9C !important;
}

.content-search .search-condition-box dd p {
    line-height: 79px !important;
    height: 100% !important;
    padding: 0 !important;
    font-family: Gilroy !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #9C9C9C !important;

}

.content-search .search-condition-box {
    display: flex;
    height: auto !important;
}

.content-search .search-condition-box dd {
    float: none !important;
}

.content-search .pxfs {
    font-family: Gilroy !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #9C9C9C !important;
}

.content-search .search1 {
    width: 100% !important;
    left: 0 !important;
    top: 66px !important;
}

.content-search .search-condition-box dd:last-child {
    width: 174px !important;
    flex: none;
}

.content-search .search-condition-box dd p button {
    width: 102px !important;
    height: 28px !important;
    background: #143FAE !important;
    border-radius: 6px !important;
    font-family: Gilroy !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
}

.content-search .search-condition-box dd p select {
    width: 102px !important;
    height: 28px !important;
    border-radius: 6px !important;
    border: 1px dashed #A8A8A8 !important;
    font-family: Gilroy !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #9C9C9C !important;
}

.content-search .search-condition-box dd p input {
    border-radius: 5px;
    height: 28px !important;
}

.content-search .search-results {
    width: 1422px;
    margin: 0 auto;
    margin-top: 46px;
}

.content-search .search-results .search-results__summary {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    color: #9C9C9C;
    margin-bottom: 30px;
    padding-left: 25px;
}

.content-search .search-results .search-result-card {
    width: 100%;
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 35px;
}

.content-search .search-result-card__title {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    color: #143FAE;
    margin-bottom: 29px;
    padding-left: 25px;
}

.content-search .search-result-card__summary {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    color: #838383;
    line-height: 40px;
    padding-left: 25px;
    margin-bottom: 29px;
    padding-right: 10px;
}

.content-search .search-result-card__date {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    color: #838383;
    padding-left: 25px;
    margin-bottom: 23px;
}

.content-search .search-results .search-result-card:hover .search-result-card__summary {
    color: #143FAE;
}


.content-search .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}





.content-search .pagination {
    width: 1422px;
    margin-left: auto;
    margin-right: auto;
}




@media screen and (max-width: 980px) {
    .content-search.box-width {
        min-width: auto;
        max-width: initial;
    }

    .content-search #header {
        background-size: 300% auto;
        min-height: inherit;
        height: auto;
    }

    .content-search #header .site-header__top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: 100% 100%;
        padding: 10px;
    }

    .content-search #header .site-header__top .site-header__inner {
        width: 100%;
        height: 40px;
    }

    .content-search #header .site-header__top .site-header__inner .logo {
        height: 30px;
    }

    .content-search #header .site-header__top .site-header__inner .search-group {
        flex: 1;
        overflow: hidden;
        /*margin-left: 20px;
    max-width: 300px;*/
    }

    .content-search #header .site-header__top .site-header__inner .search-group .search {
        width: auto;
        flex: 1;
        height: 30px;
        min-width: 1%;
    }

    .content-search #header .site-header__top .site-header__inner .search-group .search input {
        min-width: 1%;
    }

    .content-search #header .site-header__top .site-header__inner .search-group .vertical {
        display: none;
    }

    .content-search #header .site-header__top .site-header__inner .search-group .mailbox {
        display: none;
    }

    .content-search #header .site-header__top .phone-nav-btn {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .content-search #header .site-header__top .phone-nav-btn span {
        padding: 10px;
        margin-top: 10px;
        font-weight: bold;
        font-family: Gilroy-Bold;
        font-size: 18px;
        color: #256073;
    }

    .content-search #header .nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: calc(100% - 115px);
        background: #256073;
        transition: all 0.5s;
        transform: translateY(100%);
        opacity: 0;
    }

    .content-search #header .nav.navShow {
        transform: translateY(0%);
        opacity: 1;
    }

    .content-search #header .nav ul {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .content-search #header .nav ul li {
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .content-search .detail-breadcrumb a {
        font-size: 2vw;
    }

    .content-search .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
        padding: 0 3vw;
    }

    .content-search .header-title {
        width: 100%;
        margin-top: 2vh;
        padding: 0 3vw;
    }

    .content-search .header-title h1 {
        font-size: 3vw;
        line-height: 3vh;
    }

    .content-search .header-title {
        margin-bottom: 2vh;
    }

    .content-search .search-form .main-top .search-result-card {
        margin-bottom: 1vh;
    }

    .content-search .bottomBg {
        display: none;
    }

    .content-search .search-form {
        width: 100%;
    }

    .content-search .pagination {
        text-align: center;
    }

    .content-search #tform table {
        width: 100%;
        border: none;
    }

    .content-search .search-condition-box dt:nth-child(2) {
        border-left: none;
    }

    .content-search .search-condition-box dt {
        width: 50% !important;
        height: auto !important;
    }

    .content-search .search-condition-box dd {
        width: 50% !important;
        border-left: none !important;
        height: auto !important;
        flex: none;
        margin-bottom: 3vw !important;
    }

    .content-search .search-condition-box dd p {
        line-height: 20px !important;
    }

    .content-search .search-condition-box dt p {
        line-height: 20px !important;
        margin-bottom: 3vw;
    }

    .content-search .search-condition-box dd p input {
        width: 40px !important;
    }

    .content-search .search-condition-box dd p select {
        width: 90px !important;
    }

    .content-search .search-condition-box dd:last-child {
        width: 50% !important;
        margin: 0 auto;
    }

    .content-search .search1 {
        top: 20px !important;
    }

    .content-search .search-results {
        width: 100%;
        margin-top: 3vw;
    }

    .content-search .pagination {
        width: 100%;
    }

    .content-search .search-result-card__summary {
        margin-bottom: 3vw;
    }

    .content-search #gj {
        width: 100%;
    }

    .content-search .search-condition-box {
        flex-wrap: wrap;
    }

    .content-search #footer {
        width: 100%;
    }

    .content-search #footer .footer-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .content-search #footer .footer-container .footer-logo {
        position: initial;
        width: auto;
        height: 20vw;
        margin: 20px 0;
    }

    .content-search #js-go-top {
        width: 12vw;
        height: 12vw;
        bottom: 5%;
    }
}

/* ===== video.css ===== */
.content-video .container {
    width: 1260px;
    margin: auto;
    padding: 0 30px;
    min-width: 1260px;
}

.content-video .clearfix:after,
.content-video .clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.content-video .clearfix:after {
    clear: both
}

.content-video .media-section .section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.content-video .media-section .section-heading a .section-heading__title {
    color: #0b3e56;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Gilroy';
}

.content-video .media-section .section-heading .section-heading__line {
    flex: 1;
    height: 1px;
    background-color: #C0C9D0;
    margin-left: 32px;
}

.content-video .media-section .section-heading .section-heading__more {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    background: #93a1d2;
    border-radius: 32px;
    color: #ffffff;
}

.content-video .media-list {
    margin-top: 30px;
}

.content-video .media-list li {
    float: left;
    width: 30.5%;
    margin-right: 50px;
    margin-bottom: 30px;
}

.content-video .media-list li:nth-child(3n) {
    margin-right: 0;
}

.content-video .media-list li a {
    display: block;
    transition: all 300ms;
    overflow: hidden;
}

.content-video .media-list li img {
    width: 100%;
    height: 230px;
    display: block;
    transition: all 0.5s;
}

.content-video .media-list li:hover img {
    transform: scale(1.08);
}

.content-video .media-card__body {
    min-height: 100px;
    margin-top: 20px;
}

.content-video .media-card__body:hover {
    border-bottom: 2px solid #3963af;
}

.content-video .media-card__body p {
    font-size: 12px;
    color: #666;
}

.content-video .media-card__body p:first-child {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.content-video .media-card__body p:first-child a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-family: Gilroy;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*height: 39px;*/
}

.content-video .media-card__body p.date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    margin-top: 18px;
    font-family: 'Gilroy-Light';
}



@media screen and (max-width: 980px) {
    .content-video .container {
        width: 100%;
        padding: 0 2% !important;
        min-width: 100%;
    }

    .content-video .media-list li {
        width: 100%;
        margin: 0;
    }

    .content-video .media-list li img {
        height: 100%;
    }

    .content-video .media-section .section-heading {
        padding: 0 20px 0 10px;
    }
}

/*全局控制*/
* {
    margin: 0;
    padding: 0;
}

.content-complaint a {
    text-decoration: none;
}

.content-complaint ul,
.content-complaint li {
    list-style: none;
}

.content-complaint img {
    border: 0;
}

.content-complaint table {
    border-collapse: collapse;
}

.content-complaint .clear:after {
    content: "";
    display: block;
    clear: both;
}

.content-complaint .w1024 {
    width: 1024px;
    float: left;
    position: relative;
    left: 50%;
    top: 0;
    margin: 0 0 0 -507px;
}


.content-complaint .jzxx {
    width: 922px;
    float: left;
    margin: 0 0 0 40px;
    display: inline;
    font-family: "微软雅黑", "黑体";
}

.content-complaint .wyxx {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.content-complaint .wyxx_t {
    width: 880px;
    float: left;
    color: #686868;
}

.content-complaint .wyxx_tt {
    width: 100%;
    float: left;
    font-size: 20px;
}

.content-complaint .wyxx_tt img {
    float: left;
    margin: 12px 15px 0 13px;
    display: inline;
}

.content-complaint .wyxx_tt span {
    float: left;
    line-height: 46px;
    font-size: 22px;
    color: #686868;
}

.content-complaint .wyxx_tb {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 38px;
    padding-left: 48px;
    color: #686868;
}

.content-complaint .wyxx_m {
    width: 100%;
    float: left;
}

.content-complaint .wyxx_mt {
    width: 100%;
    float: left;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 28px;
}

.content-complaint .wyxx_mtl {
    float: left;
    margin-left: 16px;
    display: inline;
}

.content-complaint .wyxx_mtl a {
    width: 250px;
    height: 53px;
    line-height: 53px;
    float: left;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #686868;
}

.content-complaint .wyxx_mtl a.wyxx_a {
    background: url(../images/wyxx_overbg.png) no-repeat 0 0;
    color: #fff;
}

.content-complaint .wyxx_mtl a:hover {
    background: url(../images/wyxx_overbg.png) no-repeat 0 0;
    color: #fff;
}

.content-complaint .wyxx_mtr {
    float: right;
}

.content-complaint .wyxx_mb {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #686868;
}

.content-complaint .wyxx_table {
    border: 1px solid #c9c9c9;
    margin: 37px auto 0 auto;
}

.content-complaint .wyxx_table tr td {
    border: 1px solid #c9c9c9;
}

.content-complaint .wyxx_table tr td a.wyxx_tj {
    padding: 0 37px 0 35px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    background: #005bac;
    color: #fff;
}

.content-complaint .wyxx_table tr td a.wyxx_cz {
    padding: 0 37px 0 35px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    background: #e4e4e4;
    color: #686868;
}

.content-complaint .wyxx_table tr td span {
    color: #ca0f0f;
    height: 26px;
    line-height: 26px;
    width: 7px;
    display: inline-block;
    background: url(../images/yzm_xximg.png) no-repeat 100% 50%;
    padding-left: 10px;
}

.content-complaint .wyxx_table tr td img {
    height: 26px;
}

.content-complaint .wyxx_table tr td span.wyxx_ja {
    position: relative;
    top: 91px;
}

.content-complaint .wyxx_table tr td input {
    float: left;
    margin-left: 11px;
    border: 1px solid #c3bfbf;
    font-family: 'Gilroy-Light';
}

.content-complaint .yzm_input {
    width: 80px;
    height: 24px;
    border: 1px solid #c3bfbf;
    float: left;
}

.content-complaint .yzm_redx {
    float: left;
    padding-left: 10px;
}

.content-complaint .yzm_img {
    float: left;
    padding-left: 10px;
}

.content-complaint .wyxx_table tr td .wyxx_input1 {
    width: 189px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #c3bfbf;
    float: left;
}

.content-complaint .wyxx_table tr td .wyxx_input2 {
    width: 564px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #c3bfbf;
    float: left;
}

.content-complaint .wyxx_table tr td .wyxx_input3 {
    width: 564px;
    height: 207px;
    padding: 0 5px;
    border: 1px solid #c3bfbf;
    float: left;
    margin: 0 0 0 11px;
    font-family: 'Gilroy-Light';
}

.content-complaint .wyxx_b {
    float: left;
    font-size: 16px;
    line-height: 38px;
    color: #686868;
    margin-top: 27px;
}

.content-complaint .wyxx_bsm {
    float: left;
    margin: 0 0 0 10px;
    display: inline;
}

.content-complaint .wyxx_bsm span {
    float: left;
    color: #ca0f0f;
    padding: 0 5px 0 0;
}


.content-complaint .ejy_list {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.content-complaint .ejy_list_t {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: "微软雅黑", "黑体";
    color: #686868;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.content-complaint .ejy_list_tt {
    float: right;
    margin-right: 5px;
    background: url(../images/zjy_icon1.png) no-repeat 0 50%;
    padding-left: 15px;
}

.content-complaint .ejy_list_tt a {
    color: #686868;
    display: inline;
    cursor: pointer;
}

.content-complaint .ejy_list_tt a:hover {
    color: #2576bf;
}

.content-complaint .ejy_list_m {
    width: 1022px;
    border: 1px solid #e3e3e3;
    float: left;
    padding-bottom: 32px;
}

.content-complaint .ejy_list_mt {
    width: 100%;
    float: left;
    margin-top: -29px;
}

.content-complaint .ejy_list_mtt {
    width: 206px;
    height: 63px;
    float: left;
    margin: 0 0 0 22px;
    display: inline;
    background: #2576bf;
    font-family: "微软雅黑", "黑体";
    font-size: 22px;
    color: #fff;
}

.content-complaint .ejy_list_mtt img {
    padding: 0 10px 0 15px;
    position: relative;
    top: 6px;
    float: left;
}

.content-complaint .ejy_list_mtt span {
    line-height: 63px;
    float: left;
}



.content-complaint .hdjl_mt {
    width: 100%;
    float: left;
    margin-top: -29px;
}

.content-complaint .hdjl_mtt {
    width: 206px;
    height: 63px;
    float: left;
    margin: 0 0 0 22px;
    display: inline;
    background: #143fae;
    font-family: "微软雅黑", "黑体";
    font-size: 22px;
    color: #fff;
}

.content-complaint .hdjl_mtt img {
    padding: 16px 15px 0 25px;
    float: left;
}

.content-complaint .hdjl_mtt span a {
    line-height: 63px;
    float: left;
    font-size: 22px;
    color: white;
}

.content-complaint .hdjl_mm {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #686868;
    font-family: "微软雅黑", "黑体";
}

.content-complaint .hdjl_mmt {
    width: 992px;
    float: left;
    font-size: 20px;
    font-family: "微软雅黑", "黑体";
    margin: 0 0 0 15px;
    display: inline;
}

.content-complaint .hdjl_mmt a {
    width: 178px;
    height: 59px;
    float: left;
    text-align: center;
    line-height: 59px;
    display: block;
    margin: 20px 0 0 23px;
    display: inline;
    background: #e4e4e4;
    color: #686868;
}

.content-complaint .hdjl_mmt a.onlist2 {
    background: #005bac;
    color: #fff;
}

.content-complaint .hdjl_mmt a:hover {
    background: #005bac;
    color: #fff;
}


.content-complaint .fttz {
    width: 942px;
    float: left;
    margin: 33px 0 0 40px;
    display: inline;
    font-family: "微软雅黑", "黑体";
}

.content-complaint .fttz_t {
    width: 100%;
    height: 41px;
    float: left;
    font-size: 18px;
    border-bottom: 1px solid #c1c1c1;
    overflow: hidden;
    position: relative;
    z-index: 9998;
}

.content-complaint .fttz_t a {
    color: #686868;
    float: left;
    margin-right: 25px;
    padding: 0 30px 15px 30px;
    display: inline-block;
}

.content-complaint .fttz_t a:hover {
    border-bottom: 3px solid #005bac;
    color: #005bac;
    position: relative;
    z-index: 9999;
}

.content-complaint .fttz_t a.on_fttz_t {
    border-bottom: 3px solid #005bac;
    color: #005bac;
    position: relative;
    z-index: 9999;
}

.content-complaint .fttz_m {
    width: 962px;
    float: left;
}

.content-complaint .fttz_m ul {
    width: 100%;
    float: left;
}

.content-complaint .fttz_m ul li {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.content-complaint .fttz_m ul li a {
    width: 100%;
    float: left;
}

.content-complaint .fttz_m ul li a .fttz_ml {
    width: 256px;
    height: 198px;
    float: left;
    background: url(../images/fttz_m_bg.png) no-repeat;
    margin: 0 0 0 42px;
    display: inline;
}

.content-complaint .fttz_m ul li a .fttz_ml img {
    width: 229px;
    height: 177px;
    float: left;
    margin: 10px 0 0 13px;
    display: inline;
}

.content-complaint .fttz_m ul li a .fttz_mr {
    width: 590px;
    float: left;
    font-size: 16px;
    color: #686868;
    line-height: 38px;
    margin: 35px 0 0 45px;
    display: inline;
}


.content-complaint.content {
    width: 100%;
    margin: 0 auto;
    height: 1085px;
}

.content-complaint .fttz_m ul li a:hover .fttz_mr {
    color: #005bac;
}





.content-complaint .lxfk_search {
    float: left;
    font-family: "微软雅黑", "黑体";
    margin-right: 20px;
    ;
}

.content-complaint .lxfk_search input {
    height: 35px;
    line-height: 35px;
    width: 200px;
    padding: 0 8px;
    border: 1px solid #c1c1c1;
    border-right: 0;
    float: left;
    color: #686868;
    font-size: 16px;
    font-family: "微软雅黑", "黑体";
}

.content-complaint .lxfk_search a {
    background: #005bac;
    color: #fff;
    float: left;
    padding: 0 24px;
    height: 37px;
    line-height: 37px;
}

.content-complaint .lxfk_table {
    width: 862px;
    border: 1px solid #c9c9c9;
    margin: 42px auto 0 auto;
}

.content-complaint .lxfk_table tr td {
    border: 1px solid #c9c9c9;
    height: 42px;
    line-height: 42px;
}

.content-complaint .lxfk_table tr td.lxfk_tdt {
    color: #4f4f4f
}

.content-complaint .lxfk_table tr td .lxfk_sblue {
    color: #317fc5
}

.content-complaint .lxfk_table tr td a {
    color: #317fc5
}

.content-complaint .lxfk_table tr td a:hover {
    text-decoration: underline;
}

.content-complaint .wyxx_b2 {
    padding: 7px 0;
    width: 100%;
    float: left;
}

.content-complaint .lxxq_table {
    width: 862px;
    border: 1px solid #c9c9c9;
    margin: 42px auto 0 auto;
}

.content-complaint .lxxq_table tr td {
    border: 1px solid #c9c9c9;
}

.content-complaint .lxxq_table tr td p {
    padding: 0 19px;
    line-height: 41px;
}

.content-complaint .lxxq_table tr td p.wyxx_hf {
    padding: 12px 19px;
    line-height: 38px;
}

.content-complaint .list_ym {
    width: 100%;
    float: left;
    padding: 25px 0;
    color: #686868;
    font-family: "微软雅黑", "黑体";
}

.content-complaint .list_yml {
    float: left;
    margin-left: 53px;
    display: inline;
}

.content-complaint .list_ymr {
    float: right;
    margin-right: 24px;
}

.content-complaint .list_ymr a {
    color: #686868;
}

.content-complaint .list_ymr a.xz_yma {
    color: #2576bf;
    text-decoration: underline;
    text-align: center;
}

.content-complaint .list_ymr a:hover {
    color: #2576bf;
    text-decoration: underline;
}

.content-complaint .list_ymr input {
    width: 26px;
    height: 17px;
    border: 1px solid #b3b3b3;
    padding: 0 3px;
}


.content-complaint .list_ym>div {
    width: 100%;
    float: left;
}

.content-complaint .list_ym div div {
    float: right;
}

.content-complaint .list_ym div a {
    color: #686868;
    padding: 0 7px;
}

.content-complaint .list_ym div input {
    margin: 0 7px;
    display: inline;
    position: relative;
    top: -2px;
}

.content-complaint .list_ym div .ejyPaginationLeft {
    float: left;
}



@media only screen and (max-width: 767px) {

    .content-complaint.content {
        width: 100%;
        margin: 0 auto;
        height: 1210px;
    }

    .content-complaint .ejy_list_m {
        border: none;
        width: 100%;
    }

    .content-complaint .w1024 {
        width: 100%;
        margin: 0;
        position: initial;
        left: 0;
        overflow: hidden;
    }

    .content-complaint .jzxx {
        width: 100%;
        margin: 0
    }

    .content-complaint .wyxx .wyxx_t {
        width: 100%;
    }

    .content-complaint .wyxx .wyxx_tb {
        padding: 0 16px;
    }

    .content-complaint .wyxx_m {
        padding: 0 16px;
    }

    .content-complaint .wyxx_mb {
        overflow-x: auto;
    }

    .content-complaint .wyxx_bsm {
        font-size: 4vw;
    }

    .content-complaint .wyxx_table {
        min-width: 100%;
    }

    .content-complaint .wyxx_table tr td .wyxx_input2 {
        width: 84%;
    }

    .content-complaint .wyxx_table tr td .wyxx_input1 {
        width: 80%;
    }

    .content-complaint .wyxx_table tr td .wyxx_input3 {
        width: 84%;
    }

    .content-complaint .lxfk_table {
        width: 100% !important;
    }

    .content-complaint .lxfk_table tr td:nth-child(3) {
        width: 23%;
    }

    .content-complaint .lxxq_table {
        width: 100% !important;
    }

    .content-complaint .lxxq_table tr td:first-child {
        width: 123px !important;
    }

    .content-complaint .list_ym {
        padding: 0;
    }

    .content-complaint .list_ym>div {
        font-size: 2.13333vw;
    }

    .content-complaint .list_ym div a {
        padding: 0 4px;
    }

    .content-complaint .list_ym div .ejyPaginationLeft {
        float: right;
        margin-top: 6px;
        padding-right: 4px;
    }
}

/* ===== xinwen.css ===== */
.content-news #main .index-main-flexrow .news-layout__main {
    width: 1094px;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row {
    display: flex;
    justify-content: space-between;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid {
    width: 690px;
    height: 548px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border: 5px;
    border-radius: 10px;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide {
    padding: 4px;
    display: flex;
    flex-direction: column;
    transition: all 1s;
    background: #fff;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide a {
    display: block;
    width: 100%;
    height: 416px;
    overflow: hidden;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide a img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide .news-summary {
    flex: 1;
    padding: 0 23px;
    overflow: hidden;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide .news-summary .news-date {
    color: #999;
    padding: 16px 0;
    transition: all 0.75s;
    transform: translateX(calc(-100% - 23px));
    opacity: 0;
    font-family: 'Gilroy-Light';
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide .news-summary .news-card__text {
    line-height: 30px;
    font-family: Gilroy-Medium;
    color: #1a1b1c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.75s;
    transform: translateY(100%);
    opacity: 0;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide.swiper-slide-active a img {
    transform: scale(1.1);
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide.swiper-slide-active .news-summary .news-date {
    transform: translateX(0%);
    opacity: 1;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide.swiper-slide-active .news-summary .news-card__text {
    transform: translateY(0%);
    opacity: 1;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-pagination {
    bottom: 140px;
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin: 0 2px;
    background: #4b4b4b;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-pagination span.swiper-pagination-bullet-active,
.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-pagination span:hover {
    background: #1248bb !important;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list {
    flex: 1;
    margin-left: 38px;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list ul li {
    margin-bottom: 24px;
    min-height: 90px;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list ul li span {
    display: block;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    color: #bbc5cd;
    margin-top: 8px;
    font-family: 'Gilroy-Light';
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list ul li a {
    display: block;
    color: #646464;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list ul li a:hover {
    color: #1248bb;
}

.content-news #main .news-layout__aside {
    width: 286px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.content-news .news-layout__row {
    margin-bottom: 20px;
}

.content-news .news-hero-card {
    /* width: 100%;
    height: 144px;
    margin-bottom: 20px; */
    transition: all 300ms;
    overflow: hidden;
}

.content-news .news-hero-card .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
}

.content-news .news-hero-card img {
    width: 100%;
    height: 100%;

}

.content-news .news-hero-card:hover img {
    transform: scale(1.1);
    transition: all 300ms;
}

.content-news .news-section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.content-news .news-section-heading img {
    width: 13px;
    height: 26px;
    margin-right: 10px;
}

.content-news .news-section-heading span {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 28px;
    color: #000000;

}

.content-news .news-section-heading span a {
    font-family: Gilroy-Bold;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    width: 146px;
    line-height: 40px;
}

.content-news .news-aside-feature .inSide {
    width: 100%;
    height: 174px;
    transition: all 300ms;
    overflow: hidden;
}

.content-news .videoBox ul li .inSide2 {
    width: 241px;
    height: 145px;
    overflow: hidden;
    transition: all 300ms;
}

.content-news .inSide3 img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.content-news .inSide4 {
    width: 100%;
    height: 101px;
    overflow: hidden;
    transition: all 300ms;
}

.content-news .inSide4 img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.content-news .inSide5 {
    width: 241px;
    height: 145px;
    overflow: hidden;
    transition: all 300ms;
}

.content-news .inSide5 img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.content-news .inSide3 {
    width: 107px;
    height: 73px;
    overflow: hidden;
    transition: all 300ms;
}

.content-news .videoBox {
    width: 100%;
    margin-bottom: 20px;
}

.content-news .videoBox ul {
    width: 100%;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-news .videoBox ul li {
    width: 22%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-news .videoBox ul li img {
    width: 241px;
    height: 145px;
    transition: all 300ms;
}

.content-news .videoBoxTwo ul li {
    flex-direction: row;
    width: 45%;
    display: flex;
    margin-bottom: 40px;

}

.content-news .videoBoxTwo ul {
    flex-wrap: wrap !important;
    display: flex;
    justify-content: space-between;
}

.content-news .videoBox .overflowText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.content-news .videoBox ul li .data {
    color: #878787;
    font-size: 14px;
    font-family: 'Gilroy-Light';
}

/*.content-news .videoBoxTwo ul li a img {
    width: 241px;
    height: 145px;
  transition: all 300ms;
  }.content-news */

.videoBoxTwo ul li .flexBox {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.content-news .videoBoxTwo ul li .flexBox .overFlowA {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 29px;
    word-break: break-word;
}

.content-news .videoBoxTwo ul li a .flexBox span {
    display: block;
}

.content-news .news-layout__aside .news-aside-feature {
    width: 100%;

}

.content-news .news-layout__aside .news-aside-feature img {
    width: 100%;
    height: 174px;
    transition: all 300ms;
}

.content-news .news-layout__aside .news-aside-feature div {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.content-news .news-aside-list ul {
    width: 100%;
}

.content-news .news-aside-list ul li a {
    width: 100%;
    height: 73px;
    display: flex;
    margin-bottom: 19px;
}

.content-news .news-aside-list ul li a img {
    width: 107px;
    height: 73px;
    transition: all 300ms;
}

.content-news .news-aside-list ul li a span {
    flex: 1;
    width: 192px;
    height: 60px;
    padding-left: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #3F3F3F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.content-news .news-aside-list ul li a:hover img {
    transform: scale(1.1);
}

.content-news .news-aside-list ul li a:hover span {
    color: blue;
}

.content-news .news-aside-list--secondary ul li a:hover img {
    transform: scale(1.1);
}

.content-news .news-aside-list--secondary ul li a:hover span {
    color: blue;
}

.content-news .news-layout__aside .news-aside-feature div:hover {
    color: blue;
}

.content-news .news-layout__aside .news-aside-feature img:hover {
    transform: scale(1.1);
}

.content-news .videoBoxTwo ul li:hover a img {
    transform: scale(1.1);
}

.content-news .videoBoxTwo ul li:hover .flexBox .overFlowA {
    color: blue;
}

.content-news .videoBox ul li:hover a img {
    transform: scale(1.1);
}

.content-news .videoBox ul li:hover .overflowText {
    color: blue;
}

.content-news .news-aside-list--secondary ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content-news .news-aside-list--secondary ul li {
    width: 49%;
    flex-direction: column;
    display: flex;
}

.content-news .news-aside-list--secondary ul li img {
    width: 100%;
    height: 101px;
}

.content-news .news-aside-list--secondary ul li span {
    display: inline-block;
    flex: 1;
    word-wrap: break-word !important;
    word-break: break-all !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #3F3F3F;
    margin: 10px 0;
}



@media screen and (max-width: 980px) {
    .content-news #main .index-main-flexrow .news-layout__main {
        width: 100%;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row {
        display: flex;
        flex-direction: column;
        padding: 0 5px;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid {
        width: 100%;
        height: auto;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-slide a {
        height: 60vw;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-pagination {
        bottom: 130px;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row .swiper-tabloid .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list {
        margin: 0;
        padding: 20px 10px;
    }

    .content-news #main .index-main-flexrow .news-layout__main .news-layout__row .news-layout__main-list ul li:last-child {
        margin-bottom: 0;
    }

    .content-news #main .index-main-flexrow .news-layout__aside {
        width: 100%;
        padding: 0 5px;
    }

    .content-news .news-section-heading {
        margin-left: 20px;
    }

    .content-news .videoBox ul {
        flex-direction: column;
        height: auto;
    }

    .content-news .videoBox ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-news .videoBox ul li .inSide2 {
        width: 100%;
        height: 100%;
        padding: 0 20px 20px;
    }

    .content-news .videoBox ul li .inSide2 img {
        width: 100%;
        height: 100%;
    }

    .content-news .videoBox ul li .overflowText {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .content-news .videoBox ul li .data {
        margin-left: 20px;
    }

    .content-news .videoBoxTwo ul li {
        width: 100%;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .content-news .videoBoxTwo ul li .inSide5 {
        width: 100%;
        height: 100%;
        padding: 0 20px 20px;
    }

    .content-news .videoBoxTwo ul li .flexBox {
        padding: 0 20px;
    }
}