@charset "utf-8";

@keyframes fadeInDown {
    0% {
        margin-top: -200px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes triggerFadeInRight {
    0% {
        transform: translate(4px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(4px, 0px);
    }
}

@keyframes ripples {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

html,
body {
    max-width: 100%;
    min-width: 1280px;
    background: #FFFFFF;
    height: 100%;
    scroll-behavior: smooth;
}

.bttom-but a {
    color: #ffffff;
}

.dropdown {
    margin-right: 20px;
    position: relative;
}

.dropdown ul li a {
    color: #000000;
}

.dropdown ul {
    display: none;
    width: 120px;
    height: 140px;
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
    top: 37px;
}

.dropdown:hover ul {
    display: block;
    cursor: pointer;
}

.u-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.u-dropdown .u-lower {
    width: 11px;
    height: 5px;
    margin-left: 15px;
}

.u-dropdown.link {
    border: solid 1px #219794;
    background-color: #219794;
}

.link-top {
    padding: 15px 0;
    text-align: center;
    overflow-y: auto;
}

.link-top::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.link-top::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #C1C1C1;
}

.link-top::-webkit-scrollbar-track {
    border-radius: 1px;
    background: #E0E0E0;
}

.link-top ul {
    display: flex;
    flex-wrap: wrap;
}

.link-top li {
    cursor: pointer;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    font-size: 14px;
}

.link-top li:hover {
    cursor: pointer;
    background-color: #F1F3F4;
}

/* 修改 by Deng */

/* 首页 */
.page-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-index .swiper-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-index .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #219794;
}

.page-index .page-slide {
    background: #fafafa;
    box-sizing: border-box;
    overflow: hidden;
}

.page-index .page-slide.foot-slide {
    height: 384px;
}


.page-index .page-content {
    width: 100%;
    height: 100%;
    padding-top: 146px;
    box-sizing: border-box;
}

.page-index .page-content--73 {
    width: 73%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.page-index .box-more {
    width: 6.92vw;
    height: 2.2vw;
    display: block;
    background: url(../img/but.png) no-repeat bottom center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 0 0.8vw 0 1.1vw;
    font-size: 16px;
    color: #219794;
    line-height: 2.2vw;
    position: relative;
}

.page-index .box-more::after {
    content: "+";
    font-size: 12px;
    line-height: 0.36vw;
    position: absolute;
    top: 0.47vw;
    right: 1.67vw;
}

.page-index .box-more:hover {
    background-image: url(../img/left.png);
    color: #fff;
}

/* banner轮播 */
.top-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000000;
    overflow: hidden;
}

.top-swiper .swiper-wrapper {
    width: 100%;
}

.top-swiper .swiper-wrapper.swiper-slide {
    width: 100%;
    height: 100%;
}

.top-swiper .top-pagination {
    width: 100%;
    height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    bottom: 156px;
    left: 0;
    position: relative;
}

.top-swiper .top-pagination::after {
    content: '';
    width: 100%;
    border-top: 1px solid #fff;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.top-swiper .swiper-pagination-bullet {
    background: transparent;
    cursor: pointer;
    margin: 0 40px;
    position: relative;
    z-index: 1;
    display: block;
}

.top-swiper .swiper-pagination-bullet::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1);
    transition: all .8s;
    opacity: 1;
}

.top-swiper .swiper-pagination-bullet::after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url("../img/pagination.png") no-repeat center;
    background-size: cover;
    z-index: 2;
    transform: scale(0);
    transition: all .8s;
    opacity: 0;
}

.top-swiper .swiper-pagination-bullet-active::before {
    opacity: 0;
    transform: scale(0);
}

.top-swiper .swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: scale(1);
}

.top-swiper .swiper-img {
    background: url(../img/baraImg.png)no-repeat center;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.top-swiper .swiper-img .banner-size {
    max-width: 100%;
    background-size: cover;
    object-fit: cover;
    animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
    transition: all 3s linear 0s;
}

/* 热点关注 */
.hotspot {
    width: 100%;
    height: 62px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    background: url(../img/hotspot.png) no-repeat left center;
    background-size: 100% auto;
    position: relative;
}

.try-map{
    position: absolute;
    width: 180px;
    height: 120px;
    background: url(../img/try-map.jpg) no-repeat center;
    top: 0;
    right: -200px;
    
}

.try-map a{
    display: block;
    height: 120px;
}

.hotspot-label {
    width: 6.04vw;
    margin-right: 3.54vw;
    font-weight: bold;
    flex-shrink: 0;
}

.hotspot-label .cn {
    font-size: 24px;
    line-height: 24px;
    color: #219794;
}

.hotspot-label .en {
    font-size: 16px;
    letter-spacing: 3px;
    color: #e6e6e6;
}

.hotspot-data {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 40px;
}

.hotspot-data-item {
    width: calc((100% - 2.34vw) / 2);
    height: 100%;
    overflow: hidden;
}


.hotspot-data .lin-time {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 1px;
}

.hotspot-data .lin-party-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2px;
}

.hotspot-data .lin-party-row .symbol {
    width: 6px;
    margin-right: 4px;
    flex-shrink: 0;
}

.hotspot-data .lin-party-row a {
    font-size: 18px;
    color: #333;
}

.hotspot-data .notice {
    width: 31.25vw;
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.hotspot-data .notice-label {
    width: 85px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #219794;
    flex-shrink: 0;
    margin-right: 20px;
}

.hotspot-data .notice-swiper {
    flex-grow: 1;
    height: 100%;
    box-sizing: border-box;
    padding-right: calc(17px + 1.56vw);
}


.hotspot-data .hotspot-colum {
    position: absolute;
    width: 17px;
    right: 1.56vw;
    top: 6px;
    height: calc(100% - 12px);
    cursor: pointer;
}

.hotspot-data .hotspot-colum img {
    width: 100%;
}

.hotspot-data .hotspot-colum .bid-next {
    margin-top: 6px;
}

/* 集团动态 */
.dynamic-list {
    width: 100%;
}

.dynamic-list .plate-img {
    margin: 50px 0 28px;
}

.dynamic-list .news-box {
    width: 100%;
    display: flex;
    position: relative;
}

.dynamic-list .news-wrapper {
    position: relative;
    height: 21.51vw;
}

.dynamic-list .news-wrapper .swiper1 {
    width: 38.7vw;
    height: 100%;
    overflow: hidden;
}

.dynamic-list .news-wrapper .group-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    left: 21px;
    bottom: 13px;
    text-align: center;
}

.dynamic-list .news-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-list .news-wrapper .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    behavior: url(PIE.htc);
    cursor: pointer;
}

.dynamic-list .news-wrapper .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #219794;
}

.dynamic-list .swiper-news {
    width: 22.55vw;
    height: 10.42vw;
    background: rgba(33, 151, 148, .9);
    position: absolute;
    right: 2.08vw;
    bottom: -4.32vw;
    padding: 1.8vw 1.93vw 1.4vw;
    z-index: 2;
    box-sizing: border-box;
}

.dynamic-list .swiper-news a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.dynamic-list .swiper-news .swiper-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.dynamic-list .swiper-news .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px;
}

.dynamic-list .swiper-news .more {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dynamic-list .swiper-news .more-arrow {
    width: 23px;
    object-fit: cover;
    margin-left: 12px;
    animation: triggerFadeInRight 0.8s infinite;
    margin-top: -4px;
}

.dynamic-list .news-colum {
    width: 31.25vw;
    height: 21.51vw;
    margin-left: auto;
    position: relative;
}

.dynamic-list .news-colum::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 30px;
    left: 0;
    position: absolute;
    z-index: 0;
}

.dynamic-list .news-colum .news-tab {
    width: 26vw;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dynamic-list .news-colum .news-tab .news-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.dynamic-list .news-colum .news-tab .news-title:hover {
    color: #333333;
}

.dynamic-list .news-colum .news-tab .news-color {
    color: #333333;
    position: relative;
}

.dynamic-list .news-colum .news-tab .news-color::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #219794;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.dynamic-list .news-colum .news-colum-date {
    color: #999;
    flex-shrink: 0;
    padding-right: 1vw;
    position: relative;
    margin-right: 0.63vw;
}

.dynamic-list .news-colum .news-colum-date::after {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    background: #cccccc;
}

.dynamic-list .news-colum .news-bor2 {
    width: 100%;
    height: 62px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    position: relative;
}

.dynamic-list .news-colum .news-bor2::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #219794;
    transition: all .4s;
    transform: scaleX(0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dynamic-list .news-colum .news-num {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    line-height: 24px;
    text-align: left;
}

.dynamic-list .news-colum .news-year {
    font-size: 12px;
}

.dynamic-list .news-colum .news-title {
    font-size: 18px;
    color: #000;
}

.dynamic-list .news-colum .news-subtitle {
    font-size: 14px;
    color: #999;
}

.dynamic-list .news-colum .news-bor2:hover::after {
    transform: scale(1);
    opacity: 1;
}

.dynamic-list .news-colum .news-bor2:hover .news-title {
    color: #219794;
    font-weight: bold;
}

.dynamic-list .news-colum-more {
    position: absolute;
    right: 0;
    bottom: -4.32vw;
    background-image: url(../img/right.png);
    padding: 0 0 0 2.14vw;
}

.dynamic-list .news-colum-more::after {
    right: 0.94vw;
}

.dynamic-list .news-colum-more:hover {
    background-image: url(../img/right-p.png);
}

/* 集团简介 */
.introduction {
    background: url(../img/banner10.png) no-repeat bottom right;
    background-size: 100% auto;
}

.introduction-data {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 86px;
}

.introduction-data .introduction-info {
    width: 35vw;
    margin-right: auto;
}

.introduction-data .introduction-info .plate-img {
    margin-bottom: 40px;
}

.introduction-data .introduction-info h1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #219794;
    margin-bottom: 40px;
}

.introduction-data .introduction-info p {
    font-size: 14px;
    text-indent: 28px;
    color: #9b9b9b;
    line-height: 28px;
}

.introduction-data .introduction-info .box-more {
    margin-top: 8vw;
}

.introduction-data .introduction-img {
    width: 31.3vw;
    height: 22.71vw;
}

.introduction-data .introduction-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 产业布局 */
.industry-layout {
    background: url(../img/industry.png) no-repeat center;
    background-size: cover;
}

.industry-layout .front-box {
    transition: all .8s;
    opacity: 1;
}

.industry-layout .front-box.hide {
    transform: translateX(100vw);
    opacity: 0;
}

.industry-layout .plate-img {
    margin: 20px 0 70px;
}

.industry-layout .front-box-data {
    width: 65vw;
    height: 24vw;
    background: url("../img/industry-map.png") no-repeat center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.industry-layout .front-desc {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
    width: 544px;
    text-align: center;
}

.industry-layout .front-box .industry-item {
    width: 9.84vw;
    height: 9.84vw;
    position: absolute;
    cursor: pointer;
}

.industry-layout .front-box .industry-item-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 4;
    transition: all .4s;
    text-align: center;
}

.industry-layout .front-box .industry-item-content img {
    width: 2.68vw;
    margin: 1.57vw 0 0.57vw;
}

.industry-layout .front-box .industry-item-content p {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 26px;
}

.industry-layout .front-box .industry-item .ripples-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.industry-layout .front-box .industry-item .ripples1 {
    animation: ripples 3s linear infinite;
}

.industry-layout .front-box .industry-item .ripples2 {
    animation: ripples 3s linear 0.9s infinite;
}

.industry-layout .front-box .industry-item .ripples3 {
    animation: ripples 3s linear 1.8s infinite;
}

.industry-layout .front-box .industry-item.item-1 {
    top: 50%;
    left: -5vw;
    margin-top: -4.92vw;
}

.industry-layout .front-box .industry-item.item-2 {
    top: -3.6vw;
    right: 12.5vw;
}

.industry-layout .front-box .industry-item.item-3 {
    bottom: 0.42vw;
    right: 2vw;
}

.industry-layout .front-box .industry-item:hover .ripples-box {
    background: #219794;
}

.industry-layout .front-box .industry-item:hover .industry-item-content {
    transform: scale(0.9);
}

.industry-layout .behind-box {
    width: 86.5%;
    height: calc(100% - 170px);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    bottom: 20px;
    transition: all .8s;
    transform: translateX(100vw);
    opacity: 0;
}

.industry-layout .behind-box.show {
    transform: translateX(0);
    opacity: 1;
}

.industry-layout .behind-box .close-behind {
    width: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.industry-layout .behind-data {
    box-sizing: border-box;
    padding: 4vw 13.54vw 0 11.77vw;
    display: none;
}

.industry-layout .behind-data:first-child {
    display: block;
}

.industry-layout .behind-data .title-box {
    margin-bottom: 50px;
}

.industry-layout .behind-data h1 {
    font-size: 30px;
    font-weight: bold;
    color: #0f9ea3;
    display: flex;
    align-items: center;
}

.industry-layout .behind-data h1 img {
    width: 2.68vw;
    margin-right: 14px;
}

.industry-layout .behind-data h2 {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
}

.industry-layout .behind-data-detail h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0f9ea3;
}

.industry-layout .behind-data-detail .explain {
    font-size: 16px;
    text-indent: 32px;
    line-height: 26px;
    color: #454545;
    margin: 20px 0 50px;
}

.industry-layout .behind-data-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.industry-layout .behind-data-number p {
    font-size: 14px;
    color: #0f9ea3;
}

.industry-layout .behind-data-number p span {
    font-size: 40px;
    font-weight: bold;
    margin-right: 2px;
}

.industry-layout .behind-data-number p.tip {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.industry-layout .behind-data .box-more {
    margin-top: 70px;
}

/* 党建群团 */
.party-building {
    background: url("../img/party.png") no-repeat top center;
    background-size: cover;
}

.party-building .page-content--73 {
    position: relative;
    height: 100%;
}

.party-building .plate-img {
    margin-top: calc(8.02vw - 19px);
}

.party-building .emblem {
    margin-top: 2.81vw;
}

.party-building .box-more {
    margin-top: 2.34vw;
}

.party-building .party-swiper {
    width: 57.4vw;
    height: 28.54vw;
    position: absolute;
    bottom: 56px;
    right: 0;
    box-sizing: border-box;
    padding-top: 5.21vw;
}

.party-building .party-swiper .swiper-slide {
    height: 100%;
}

.party-building .party-swiper .party-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 8px solid #fff;
    display: block;
    background: #e9f5f4;
    transition: all .6s;
}

.party-building .party-swiper .party-thumb {
    width: 100%;
    height: 10.2vw;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.party-building .party-swiper .party-info {
    height: calc(100% - 10.2vw);
    box-sizing: border-box;
    padding: 1.2vw;
    position: relative;
}

.party-building .party-swiper .date {
    display: flex;
}

.party-building .party-swiper .day {
    font-size: 48px;
    line-height: 50px;
    color: #219794;
}

.party-building .party-swiper .year {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
}

.party-building .party-swiper .year p {
    padding: 2px 0;
    position: relative;
}

.party-building .party-swiper .year .month::after {
    content: '';
    width: 17px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 2px;
}

.party-building .party-swiper .title {
    font-size: 18px;
    color: #219794;
    margin: 28px 0 8px;
}

.party-building .party-swiper .desc {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.party-building .party-swiper .more {
    position: absolute;
    left: 1.2vw;
    bottom: 1.2vw;
    font-size: 14px;
    font-weight: bold;
    color: #219794;
}

.party-building .party-swiper .more-arrow {
    width: 23px;
    object-fit: cover;
    margin-left: 12px;
    animation: triggerFadeInRight 0.8s infinite;
    margin-top: -4px;
}

.party-building .party-swiper .party-item .arrow2 {
    display: none;
}

.party-building .party-swiper .party-item:hover {
    transform: translateY(-5.21vw);
    background: #219794;
}

.party-building .party-swiper .party-item:hover .day,
.party-building .party-swiper .party-item:hover .year,
.party-building .party-swiper .party-item:hover .title,
.party-building .party-swiper .party-item:hover .desc,
.party-building .party-swiper .party-item:hover .more {
    color: #fff;
}

.party-building .party-swiper .party-item:hover .year .month::after {
    background: #fff;
}

.party-building .party-swiper .party-item:hover .arrow1 {
    display: none;
}

.party-building .party-swiper .party-item:hover .arrow2 {
    display: inline;
}

.party-building .party-swiper-operation {
    width: 5.4vw;
    height: 1.82vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 11.56vw;
}

.party-building .party-prev,
.party-building .party-next {
    width: 1.82vw;
    height: 1.82vw;
    border-radius: 50%;
    background: no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.party-building .party-prev {
    background-image: url(../img/right-a.png);
}

.party-building .party-next {
    background-image: url(../img/left-b.png);
}

.party-building .party-prev.swiper-button-disabled {
    background-image: url(../img/right-b.png);
}

.party-building .party-next.swiper-button-disabled {
    background-image: url(../img/left-a.png);
}


@media screen and (max-width: 1600px) {

    .nes-bttom .bttom {
        font-size: 14px;
    }

    .bttom-colum .bttom-address {
        font-size: 18px;
    }

    .nes-bttom .u-dropdown {
        font-size: 14px;
    }

    .nes-bttom .bttom-1 {
        font-size: 14px;
    }

    .page-index .box-more {
        font-size: 14px;
    }

    .top-swiper .top-pagination {
        bottom: 86px;
    }

    .hotspot {
        margin-top: 0px;
    }

    .hotspot-label .cn {
        font-size: 18px;
    }

    .hotspot-label .en {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .hotspot-data {
        height: 36px;
    }

    .hotspot-data .notice-label {
        width: 70px;
        font-size: 14px;
    }

    .hotspot-data .lin-time {
        font-size: 12px;
        line-height: 14px;
    }

    .hotspot-data .lin-party-row a {
        font-size: 16px;
    }

    .hotspot-data .hotspot-colum {
        width: 12px;
        height: auto;
        top: 4px;
    }

    .hotspot-data .hotspot-colum .bid-next {
        margin-top: -4px;
    }

    .dynamic-list .plate-img {
        margin: 18px 0;
        width: 21.2vw;
    }

    .dynamic-list .news-colum .news-bor2 {
        height: 56px;
        margin-bottom: 8px;
    }

    .dynamic-list .news-colum .news-num {
        font-size: 24px;
    }

    .dynamic-list .news-colum .news-title {
        font-size: 16px;
    }

    .introduction-data .introduction-info .plate-img {
        width: 18.07vw;
        margin-bottom: 24px;
    }

    .introduction-data .introduction-info h1 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .introduction-data .introduction-info .box-more {
        margin-top: 6vw;
    }

    .industry-layout .plate-img {
        width: 23.49vw;
        margin-top: 6px;
        margin-bottom: 3.8vw;
    }

    .industry-layout .front-desc {
        width: 32vw;
        font-size: 16px;
        line-height: 22px;
    }

    .industry-layout .front-box .industry-item-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .industry-layout .behind-box .close-behind {
        width: 18px;
    }

    .industry-layout .behind-data .title-box {
        margin-bottom: 20px;
    }

    .industry-layout .behind-data h1 {
        font-size: 24px;
    }

    .industry-layout .behind-data h2 {
        font-size: 18px;
    }

    .industry-layout .behind-data-detail h3 {
        font-size: 16px;
    }

    .industry-layout .behind-data-detail .explain {
        font-size: 12px;
        text-indent: 28px;
        line-height: 18px;
        margin: 10px 0 30px;
    }

    .industry-layout .behind-data-number p span {
        font-size: 28px;
    }

    .industry-layout .behind-data-number p.tip {
        margin-top: 4px;
    }

    .industry-layout .behind-data .box-more {
        margin-top: 2.8vw;
    }

    .party-building .plate-img {
        width: 19.17vw;
        margin-top: 4vw;
    }

    .party-building .emblem {
        margin-top: 2.2vw;
    }

    .party-building .box-more {
        margin-top: 1.6vw;
    }

    .party-building .party-swiper .party-item {
        border-width: 6px;
    }

    .party-building .party-swiper .day {
        font-size: 36px;
        line-height: 38px;
    }

    .party-building .party-swiper .year {
        font-size: 13px;
        margin-left: 8px;
    }

    .party-building .party-swiper .year p {
        padding: 1px 0;
    }

    .party-building .party-swiper .title {
        font-size: 16px;
        margin: 14px 0 8px;
    }

    .party-building .party-swiper .desc {
        font-size: 12px;
        line-height: 16px;
    }

    .party-building .party-swiper .more {
        font-size: 12px;
    }

    .party-building .party-swiper .more-arrow {
        width: 18px;
        margin-left: 8px;
    }

    .party-building .party-swiper-operation {
        bottom: 8vw;
    }

}

@media screen and (max-width: 1500px){
    .dynamic-list .swiper-news{
        height: 12.42vw;
        bottom: -5.32vw;
    }
    .dynamic-list .news-colum-more{
        bottom: -5.32vw;
    }

    .dynamic-list .news-colum-more::after{
        right: 0.53vw;
    }

    .page-index .box-more{
        padding-left: 0.6vw;
    }

    .dynamic-list .news-colum-more{
        padding-left: 1.8vw;
    }
} 

@media screen and (max-width: 1400px) {
    .page-index .box-more {
        font-size: 12px;
        padding-left: 0.8vw;
        margin-top: 0.6vw;
    }

    .hotspot-data .lin-time {
        font-size: 12px;
        line-height: 12px;
    }

    .hotspot-data .lin-party-row a {
        font-size: 14px;
    }

    .dynamic-list .swiper-news {
        bottom: -4vw;
        padding: 1.2vw 1.4vw 1vw;
    }

    .dynamic-list .swiper-news .swiper-title {
        font-size: 16px;
        line-height: 18px;
    }

    .dynamic-list .swiper-news .desc {
        font-size: 12px;
        line-height: 20px;
        margin-top: 14px;
    }

    .dynamic-list .swiper-news .more {
        font-size: 12px;
    }

    .dynamic-list .swiper-news .more-arrow {
        width: 20px;
    }

    .dynamic-list .news-colum::before {
        top: 26px;
    }

    .dynamic-list .news-colum .news-tab {
        height: 26px;
        margin-bottom: 13px;
    }

    .dynamic-list .news-colum .news-tab .news-title {
        font-size: 16px;
        line-height: 16px;
    }

    .dynamic-list .news-colum .news-bor2 {
        height: 48px;
        margin-bottom: 4px;
    }

    .dynamic-list .news-colum .news-num {
        font-size: 20px;
    }

    .dynamic-list .news-colum .news-colum-date::after {
        height: 36px;
        margin-top: -18px;
    }

    .dynamic-list .news-colum .news-title {
        font-size: 14px;
    }

    .dynamic-list .news-colum .news-subtitle {
        font-size: 12px;
        margin-top: 2px;
    }

    .dynamic-list .news-colum-more {
        bottom: -4vw;
        padding-left: 2vw;
    }

    .dynamic-list .news-colum-more::after {
        right: 0.54vw;
    }

    .introduction-data {
        padding-top: 4vw;
    }

    .introduction-data .introduction-info .box-more {
        margin-top: 4vw;
    }

    .industry-layout .front-desc {
        width: 28.33vw;
        font-size: 14px;
        line-height: 20px;
    }

    .industry-layout .front-box .industry-item-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .party-building .party-swiper .title {
        margin: 8px 0 4px;
    }
}

@media screen and (max-width: 1600px) {
.party-building .party-swiper{
    bottom: 140px;
}

}

news-content-p-block{
  display: none;
}