@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url("../extends/font/SourceHanSansCN-Regular.otf");
  }

@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url("../extends/font/SourceHanSerifCN-Heavy.otf");
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url("../extends/font/SourceHanSansCN-Medium.otf");
}

.carousel-item {
    height: 100% !important;
}

.carousel-inner {
    height: 37vw !important;
    min-height: 200px;
}

.carousel-caption {
    display: none !important;
    visibility: hidden !important;
}

/* main1 */
.main1 .cont-2-l .con .news img {
    display: none;
}

.main1 .cont-2-l .con .n1 img {
    display: block !important;
}

.main1 .cont-2-l .con .n1,
.main1 .cont-2-l .con .n2 {
    margin-top: 0 !important;
    display: block !important;
    overflow: unset !important;
    height: auto !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    white-space: unset !important;
    margin-bottom: 40px;
}

.main1 .cont-2-l .con .n1 .time,
.main1 .cont-2-l .con .n2 .time {
    margin: 15px 0;
    height: 20px;
}

.main1 .cont-2-l .con .n2 img {
    display: block !important;
}

.main1 .cont-2-l .con .news {
    display: flex;
    justify-content: start;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    white-space: nowrap;
    /* 强制文本一行显示 */
    text-overflow: ellipsis;
}

.main1 .cont-2-r .con {
    overflow: hidden;
}

.main1 .cont-2-r .con .scroll {
    overflow: hidden;
    margin-top: 30px;
}

.main1 .cont-2-r .news_list {
    height: 596px;
    width: 100%;
    padding-bottom: 1px;
    display: flex;
    transition: all 1s ease-in-out;
    flex-direction: column;
}

.main1 .cont-2-r .news_list .news {
    height: 16.66667%;
    width: 100%;
    padding: 0 !important;
    border-top: 1px solid #dbe0e6;
    border-bottom: 1px solid #dbe0e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.up_bottom {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up_arror {
    height: 17px;
    width: 17px;
    border-left: 2px solid #698bb2;
    border-top: 2px solid #698bb2;
    transform: rotate(45deg);
    margin-top: 10px;
}

.up_bottom:hover {
    background-color: #ccc;
}


.down_arror {
    height: 17px;
    width: 17px;
    border-left: 2px solid #698bb2;
    border-top: 2px solid #698bb2;
    transform: rotate(-135deg);
    margin-bottom: 10px;
}

.down_bottom {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.down_bottom:hover {
    background-color: #ccc;
}

.news_list_arror {
    height: 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.main1_right_BG {

    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center;
}

/* main2 */
.main2-list {
    white-space: nowrap; /* 强制文本一行显示 */
}

.item2-time {
    font-family: SourceHanSansCN-Medium !important;
}

@media screen and (max-width: 900px) {

    .main2-title {
        width: 100%;
        height: 68px;
        background-color: #c2211b;
        font-family: SourceHanSansCN-Medium;
        font-size: 23px;
        letter-spacing: 5px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item2-title {
        font-family: SourceHanSansCN-Medium;
        font-size: 17px;
        color: #4d4d4d;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-height: 51px;
        width: 70%;      
    }

    .item2-title a {
        color: #4d4d4d;
white-space: initial;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
max-height: 51px;
display: -webkit-box;

    }

    .item2-time {
        margin-left: auto;
        color: #9a9a9a;
        font-family: SourceHanSansCN-Medium;
        font-size: 15px;
        position: absolute;
        right: 0;
        margin-right: 30px;
    }

    .main2-item {
        height: 72px;
        width: 100%;
        border-bottom: 1px solid #f7f7f7;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    
    .main2-menu {
        padding: 0 20px;
    }

    .main2-content {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0px 0px 27px 0px rgba(89, 89, 89, 0.1);
        border-image: -webkit-linear-gradient(right, #009fff, #ec2f4b) 30 30;
        border-bottom: 4px solid #1f64a9;
    }

    .main2-container {
        width: 100%;
        height: auto;
    }

    .main2-logo {
        display: none;
    }

    .main2 .more_btn {
        top: 0;
    }

    .kjrc-s {
        text-align: center;
        background-image: unset;
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 900px) {
    .kjrc-s {
        text-align: center;
        background-image: url(../images/titleBG.png);
        background-size: 100% 100%;
    }

    .main2 .more_btn {
        top: -38px;
    }

    .main2-title {
        width: 100%;
        height: 68px;
        background-color: #c2211b;
        font-family: SourceHanSansCN-Medium;
        font-size: 23px;
        letter-spacing: 5px;
        white-space: nowrap;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item2-title {
        font-family: SourceHanSansCN-Medium;
        font-size: 17px;
        color: #4d4d4d;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 51px;
        width: 70%;
    }

    .item2-title a {
        color: #4d4d4d;
white-space: initial;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
max-height: 51px;
display: -webkit-box;

    }

    .main2-item {
        height: 72px;
        width: 100%;
        border-bottom: 1px solid #f7f7f7;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .item2-time {
        margin-left: auto;
        color: #9a9a9a;
        font-family: SourceHanSansCN-Medium;
        font-size: 15px;
    }

    .main2-menu {
        padding: 0 20px;
        height: 482px;
    }

    .main2-content {
        width: 32.8%;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0px 0px 27px 0px rgba(89, 89, 89, 0.1);
        border-image: -webkit-linear-gradient(right, #009fff, #ec2f4b) 30 30;
        border-bottom: 4px solid #1f64a9;
    }

    .main2-container {
        width: 100%;
        height: 550px;
        display: flex;
        justify-content: space-between;
    }

    .main2-logo {
        position: absolute;
        height: 100px;
        width: 100px;
        background-color: #f9f9f9;
        background-image: url(../images/main2LOGO.png);
        background-repeat: no-repeat;
        background-position: 0 -20px;
        border-radius: 50%;
        background-position: center;
        background-size: 85% 85%;
        transform: translate(-50%, -565%);
    }

    .main2-list {
        height: 100%;
    }


}

.slick-dots li {
    height: 3.5px !important;
}


.footer-logo {
    width: 100%;
    height: 100%;
}

.logo-box {
    background-image: url(../images/footerLOGO.png);
    width: 90%;
    height: 100%;
    background-size: 100% 100%;
}

.link-left .con {
    padding: 0 !important;
}

.main5 {
    height: 408px;
}

.main5 .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main5-container {
    height: 220px;
    width: 100%;
    display: flex;
    background-image: url(../images/main4BG.png);
    background-size: 100% 100%;
    border-radius: 0px 0px 0px 50px;
}

.main5-title {
    min-width: 80px;
    width: 5vw;
    max-width: 110px;
    height: 100%;
    background-color: #c2211b;
    box-shadow: 22px 0px 27px 0px rgba(89, 89, 89, 0.25);
    border-radius: 0px 0px 0px 50px;
    background-image: url(../images/main5-text.png);
    background-size: 40% 75%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    flex-shrink: 0;
}

.main5-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    overflow: hidden;
    padding-right: 20px;
}

.main5-item {
    height: 185px;
    width: 20vw;
    min-width: 320px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 10px;
}

.main5-item img {
    height: 100%;
    width: 100%;
}

#topw32 {
    display: flex;
    align-items: center;
}

.pg-canvas {
    transform: translateX(-45%);
}

.bgleft {
  position: absolute;
    height: 634px;
    width: 400px;
    transform: translateY(195px);

}

.bgright {
  position: absolute;
  right: 0;
  transform:translateY(30%);
z-index: -1;
}

.footer-left {
  float: right;
}

.fleft {
  float: left;
}

.fright{
  float: right;
}

.cont-2-l .n3,
.cont-2-l .n4,
.cont-2-l .n5,
.cont-2-l .n6 {
    float: unset;
    width: 92%;
}

.cont-2-l .n3 .time,
.cont-2-l .n4 .time,
.cont-2-l .n5 .time,
.cont-2-l .n6 .time {
    position: absolute;
    right: 0;
}