.page01{
    width: 92.44791%;
    margin:0 auto;
    position: relative;
}

.NewsArea{
    padding: 0% 4%;
    padding-top: 2%;
    border-top:1px solid #707070;
}

.pageChange{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 230px;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 1%;
}

.pageChange .change{
    font-size: 20px;
    color: #383838;
    font-family: 'Noto Serif TC', serif;
    cursor: pointer;
    padding: 0% 4%;
    position: relative;
}

.pageChange .change:nth-child(odd){
    border-right: 1px solid #707070;
}

.pageChange .active::after{
    content: '';
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background-color: #383838;
    transition: all .5s ease-in-out;

}

/* .News{
    display: none;
}

.apear{
    display: block;
} */

.item{
    margin-bottom: 5%;
}

.item .InnerImg{
    width: 100%;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.textArea{
    margin-left: 10%;
    position: relative;
}

.textArea .title .EN{
    font-size: 20px;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
}

.textArea .title {
    font-size: 24px;
    color: #383838;
    font-family: 'Noto Serif TC', serif;
    padding-bottom: 2%;
}

.textArea .content{
    border-top: 1px solid #707070;
    padding-top: 3%;
}

.textArea .content p{
    font-size: 1rem;
    color: #757575;
    margin: 0;
    line-height: 180%;
}

.ReadMore {
    width: 120px;
    margin: 0 auto;
    margin-right: 0%;
    text-align: center;
    border: 1px solid #707070;
    padding: 0.5% 0.5%;
    color: #3E3E3E;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.ReadMore:hover{
    background-color: #3E3E3E;
    color: #fff;
}

.swipeControl{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-right: -2%;
    vertical-align: middle;
    padding: 4% 0%;
    padding-top: 8%;
    position: relative;
}

.swipeControl .swiper-button-next, .swipeControl .swiper-button-prev {
    position: relative;
    width: 9px;
    height: 9px;
    margin-top: 0;
    z-index: 10;
}
.swipeControl .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/img/hotcase/prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swipeControl .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/img/hotcase/next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swipeControl .swiper-pagination{
    bottom: 0;
    width: auto;
    margin: 0% 2%;
    position: relative;
}

.swipeControl .swiper-pagination .swiper-pagination-current::before{
    content: '0';
    display: inline-block;
}
.swipeControl .swiper-pagination .swiper-pagination-total::before{
    content: '0';
    display: inline-block;
}

.Btn{
    position: absolute;
    bottom: 0%;
    right: 0%;
    border: 1px solid #707070;
    padding: 0.5% 1%;
    color: #3E3E3E;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}

.Btn:hover{
    background-color: #3E3E3E;
    color: #fff;
}

@media screen and (max-width:991px){
    .page01 {
        padding: 0%;
        padding-top: 2%;
    }
    .pageChange {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .pageChange .change:nth-child(odd) {
        border-right: 0px;
    }
    .pageChange .change{
        font-size: 18px;
        margin-bottom: 3%;
    }
    .textArea {
        margin-left: 0%;
    }
    .ReadMore {
        width: 80px;
        font-size: 14px;
    }
    .swipeControl .swiper-pagination {
        margin: 0% 5%;
        font-size: 12px;
    }
}