html{
    min-width:unset !important 
}

.re-design-body .KV_story {
    margin-top: 5.5vw;
}

.re-design-body .KV_story .newwrap{
    top: unset;
    bottom: 10%;
    z-index: 2;
}

.re-design-body .KV_story  img{
    max-width: unset;
}


.re-design-body .KV_story .newwrap .KV_text{
    padding-left: 80px;
    width: unset !important;
    
}

.re-design-body .KV_story .newwrap .KV_text h2{
    font-size: 72px;
    font-weight: 600;
    line-height: 1.5;
    color: #fdc532;
    padding-bottom: 0;
}

.re-design-body .KV_story .newwrap .KV_text p{
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

.re-design-body .KV_story .news-back{
    height: 135px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
}

.re-design-body .newsList{
    max-width: 1200px;
    width: unset !important;
    padding: 0;
}

.re-design-body .newsList .new-loading{
    text-align: center;
    padding: 20px;
    display: none;
}

.re-design-body .newsList .new-loading.show{
    display: block;
}

.re-design-body .newsList .news-history{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

.re-design-body .newsList .news-history .news-history-item a{
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.re-design-body .newsList .news-history .news-history-item.current a{

    color: #fdc532;
}

.re-design-body .newsList ul{
    margin-left: -10px;
    margin-right: -10px;
}

.re-design-body  .newsList ul li{
    padding: 0 10px;
  
}

.re-design-body  .newsList ul li h3{
    padding-top: 0;
    font-size: 24px;
}

.re-design-body  .newsList ul.news-main li.hide-status{
    display: none;
}

.re-design-body  .newsList ul li p{
    margin-bottom: 6px;
    color: #000;
    font-size: 18px;
    padding-left: 0;
}

.re-design-body  .newsList ul li .news-list-item{
    border: 1px solid #000;
}

.newsList ul li p:before{
    content: none;
}



.re-design-body  .newsList ul li .news-list-item img{
    height: 180px;
}

.re-design-body  .newsList ul li .news-list-item .news-item-content{
    position: relative;
    padding: 20px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.re-design-body  .newsList ul li .news-list-item .news-item-content .news-item-more{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 110px;
    height: 28px;
    text-align: center;
    padding-top: 4px;
    padding-right: 12px;
    font-size: 15px;
    background: url(/redesign/img/news-list-more.png) no-repeat;
    background-size: cover;
}

.re-design-body .newsList .news-history.news-history-mb{
    display: none;
}

@media screen and (min-width: 768.1px) and (max-width: 1024px){
    .re-design-body .newsList{
        max-width: 740px;
    }

    .re-design-body .newsList ul li{
        width: 50%;
    }

    .re-design-body .KV_story{
        margin-top: 9.5vw;
    }
    
    .re-design-body .KV_story .newwrap .KV_text h2{
        font-size: 48px;
    }

    .re-design-body .KV_story .newwrap .KV_text p{
        font-size: 24px;
    }
}

@media screen and (max-width: 768px){
    .re-design-body .KV_story{
        margin-top: 9.5vw;
    }

    .re-design-body .KV_story .newwrap{
        bottom: 6vw;
    }

    .re-design-body .KV_story .newwrap .KV_text h2{
        font-size: 8vw;

    }

    .re-design-body .KV_story .newwrap .KV_text p{
        font-size: 3vw;
    }

    .re-design-body .KV_story  img{
       height: 33.4vw;
    }
    
    .re-design-body .newsList .news-history.news-history-pc{
        display: flex;
        padding-top: 0;
    }

    .re-design-body .newsList .news-history .news-history-item a{
        font-size: 2.954vw;
    }

    .re-design-body .newsList .news-history.news-history-mb{
        display: none;
        justify-content: center;
    }

    .re-design-body .newsList .news-history.news-history-mb .news-history-select{
        padding: 10px 15px;
        width: 200px;
        text-align: center;
        position: relative;
       
    }

     .re-design-body .newsList .news-history.news-history-mb .news-history-select .select-text{
         display: flex;
        justify-content: center;
        align-items: center;
    }

    .re-design-body .newsList .news-history.news-history-mb .news-history-select .select-icon{
        width: 2vw;
        height: 3vw;
        transform: rotate(90deg);
        position: absolute;
        right: 10px;
    }

    .re-design-body .newsList .news-history.news-history-mb .news-history-select .select-icon.change{
         transform: rotate(270deg);
    }

    .re-design-body .newsList .news-history.news-history-mb .news-history-select-list{
        display: flex;
        flex-direction: column;
        position: absolute;
        left: -1px;
        top: 39px;
        width: 200px;
        background-color: #fff;
        z-index: 2;
        border: 1px solid #000;
        opacity: 0;
    }

     .re-design-body .newsList .news-history.news-history-mb .news-history-select-list.change{
        opacity: 1;
    }

    .re-design-body .newsList .news-history.news-history-mb .news-history-select-list a{
        color: #000;
        border-bottom: 1px solid #000;
        padding: 10px 15px;
    }

    

    .re-design-body .newsList{
        max-width: 100%;
        padding: 20px;
    }

    .re-design-body .newsList ul li{
        width: 50%;
        margin-bottom: 25px;
    }

    .re-design-body .newsList ul li .news-list-item img{
        height: 21.8vw;
    }

    .re-design-body .KV_story .newwrap .KV_text{
        padding-left: 10vw;
    }

    .re-design-body .newsList ul li h3{
        font-size: 3vw;
    }

    .re-design-body .newsList ul li p{
        font-size: 2.727vw;
        margin-bottom: 0;
    }

    .re-design-body .newsList ul li .news-list-item .news-item-content .news-item-more{
        width: 13.636vw;
        height: 3.523vw;
        font-size: 2.05vw;
        background-size: cover;
        padding-top: 2px;
        right: 10px;
        bottom: 10px;
    }

    .re-design-body .newsList ul li .news-list-item .news-item-content{
        padding: 10px;
        height: 25vw;
    }
}

