.kind {
    cursor: pointer;
}

.paginations  .hr-bottom{
    border-bottom: 1px solid var(--717679);
}

.paginations  .square {
    border: 1px solid var(--717679);
}

.baseTittle .CH {
    margin-bottom: 0px;
}

.baseTittle .EN {
    text-shadow: 1px 1px var(--717679),
                -1px 1px var(--717679), 
                1px -1px var(--717679), 
                -1px -1px var(--717679);
}

.baseTittle .rectangle {
    background: var(--717679);
}

#scrollToTop {
    color: var(--70767A);
}

#scrollToTop div{
    background-color: var(--70767A);
}


/* section4 section5 */

#news{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: none;
    margin-bottom: 100px;
}

.sectionSwiper{
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.sectionSwiper .swiper-slide{
    position: relative;
    display: flex;
}

.sectionSwiper .cos{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectionSwiper .co{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 0 0;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;
    align-items: center;
}

.sectionSwiper .item{
    padding-bottom: 30px;
    width: 100%;
}


.sectionSwiper .itemTittle{
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: var(--717679-30);

}

.sectionSwiper .itemTittle .date{
    font-family: 'jf-jinxuan-M';
    font-size: 18px;
    color: var(--FFFFFF);
    text-align: center;
    padding: 1%;
}

.sectionSwiper .itemTittle .tittle{
    font-family: 'jf-jinxuan-M';
    font-size: 32px;
    text-align: center;
    padding-bottom: 17px;
    color: var(--FFFFFF);
}


.sectionSwiper .hr{
    margin-left: auto;
    margin-top: 40px;
    width: 35%;
    height: 5%;
    margin-bottom: 2%;
}

.sectionSwiper .hr-bottom{
    color: var(--595757);
    text-align: end;
    padding-bottom: 10px;
    padding-right: 20px;

}

.sectionSwiper .hr-bottom a{
    font-family: 'jf-jinxuan-M';
    font-size: 15px;    
}

.sectionSwiper img{
    width: 100%;
    height: 375px;
    object-fit: cover;
    margin-bottom: 25px;
}

.sectionSwiper .ca{
    background: var(--595757);
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 2;
    color: var(--FBFBFB);
    text-align: center;
    font-family: 'jf-jinxuan-M';
    font-size: 20px;
    padding: 5px;
    letter-spacing: 1px;
}


.sectionSwiper .background{
    border: 1px solid var(--717679);
    height: 550px;
    position: absolute;
    top: 50px;
    left: 25px;
    width: 96%;
    z-index: -1;
}

.navigation .pagination {
    margin: 0px;
}

.navigation .prev, .navigation .next {
    color: var(--8A8A8A);
    font-size: 30px;
}

.swiper-pagination-bullet-active {
    background: var(--717679);
}


@media screen and (max-width: 1440px) {
    .sectionSwiper .co {
        width: 45%;
        margin-bottom: 5%;
    }

    #news {
        margin-bottom: 50px;
    }
}

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


    .sectionSwiper .co {
        width: 80%;
        padding: 30px 30px 0 0;
        margin-bottom: 10%;
    }

    .sectionSwiper img {
        max-width: none;
    }

}



@media screen and (max-width: 768px) {
    
    .sectionSwiper .co {
        width: 90%;
        padding: 30px 30px 0 0;
        margin-bottom: 15%;
    }

    .sectionSwiper .background {
        height: 500px;
        top: 55px;
        width: 95%;
    }

    .sectionSwiper .hr {
        width: 45%;
        margin-top: 30px;
    }

    .sectionSwiper .item {
        padding-bottom: 20px;
    }

    .sectionSwiper img {
        margin-bottom: 20px;
    }

    .sectionSwiper .itemTittle .tittle {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .sectionSwiper .itemTittle {
        height: 130px;
    }


}

@media screen and (max-width: 425px) {
    
    .sectionSwiper {
        width: 100%;
    }

    .sectionSwiper .co {
        width: 95%;
        padding: 30px 0px 0 0;
        margin-bottom: 120px;
    }

    .sectionSwiper .background {
        left: 5%;
        width: 90%;
        height: 450px;
    }

    .sectionSwiper .hr {
        width: 80%;
        margin-top: 0px;
        margin-right: 10%;
    }

    .sectionSwiper .itemTittle .tittle {
        font-size: 25px;
        padding-bottom: 5%;
    }

}