/* kv */
.kv{ background-image: url(../img/news/kv.jpg);}

/* common */
.btn-blue{ min-width: 123px; border-radius: 34px; display: inline-block; padding: 8px 25px; color: #FFF; text-align: center; background-color: var(--color-blue); border: none;cursor: pointer;}
.btn-blue:hover{opacity: .8;}
/* Lastest Company News */
.lastest-news{ width: 1200px; margin: auto;}
.news-header{ font-size: 32px; padding: 100px 0 50px;}
.news-topping{ padding-bottom: 100px;}
.news-slick .item{ display: flex; position: relative; padding-bottom: 100px;}
.news-slick .item-left{ margin-right: 50px; width: 400px;}
.news-slick .item-left img{ border-radius: 18px; width: 100%; aspect-ratio: 16/12; object-fit: cover;}
.focus-news-img img{ transition: all .5s; background-color: #fd7608;}


.news-slick .item-right{ flex: 1;}
.news-slick .item-right p:nth-child(1){ font-size: 16px;}
.news-slick .item-right p:nth-child(2){ font-size: 30px; line-height: 38px;  max-width: 600px; margin-top: 18px;}
.news-slick .btn-read-more{ position: absolute; bottom: 0px; right: 0;}
 /* slick-arrow */
.news-slick .slick-arrow{ position: absolute;top:50%; width: 41px; height: 41px; margin-top: -70px; border: none; overflow: hidden; text-indent: -999px; background-image: url(../img/news/slider-arrow.png); background-size: cover; background-color: transparent; cursor: pointer; z-index: 2;}
.news-slick .slick-arrow.slick-prev{ left: -45px; transform:rotate(180deg);}
.news-slick .slick-arrow.slick-next{ right: -45px;}
.news-slick .slick-disabled{ display: none !important;}
/* slick-dots */
.news-slick .slick-dots{ width: 665px; position: absolute; right: 0; top: 260px; list-style-type: none; display: flex;}
.news-slick .slick-dots li{ flex: 1; border-bottom: 2px solid #CCC;}
.news-slick .slick-dots li.slick-active{ border-bottom: 2px solid var(--color-orange);}
.news-slick .slick-dots li button{ display: block; border: none; background-color: transparent; height: 100%; width: 100%; line-height: 0; overflow: hidden; text-indent: -999px;}
/* lastest-more */
.lastest-more ul{ list-style-type: none;}
.lastest-more ul li{ padding-bottom: 50px;}
.lastest-more ul li a{ display: flex; font-size: 16px; color: var(--color-black);  line-height: 2.1;}
.lastest-more ul li a p:nth-child(1){ font-size: 18px; line-height: 3; width: 200px;}
.lastest-more ul li a p:nth-child(2){ flex: 1; position: relative; font-size: 26px;}
.lastest-more ul li a:hover{ color: var(--color-orange);}
.lastest-more ul li a:hover p:nth-child(2)::after{ content: ''; opacity: .8; position: absolute; width: 100%; border-bottom: 2px solid var(--color-orange); left: 0; bottom: -25px;}
.lastest-more-footer{ padding:50px 0 100px 0;}



/* media-news */
.media-news{ background-color: #f2f2f2; padding-bottom: 100px;}
.media-news .item{ display: flex; justify-content: space-between; margin-bottom: 50px;}
.media-news .item .left{ flex: 1;}
.media-news .item .right{ width: 435px; margin-left: 50px;}
.media-news .item .right img{ width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; transition: all .5s;}
.media-news .item .right a:hover img { opacity: .8;}

.media-news .item-header{ display: flex; justify-content: space-between; font-size: 16px; border-top: 2px solid #CCC; padding: 30px 0;}
.media-news .item-title{ font-size: 26px; line-height: 48px;}
.media-news .item-desc{ font-size: 16px; line-height: 30px; margin-top: 30px;}
.media-news .item-footer{ margin-top: 30px;}
.media-news .item-footer a{ font-size: 1rem; color: var(--color-blue); text-decoration: underline; }
.media-news .item-footer a:hover{ color: var(--color-orange);}


/* news detail */
.detail-header{ padding: 200px 0 50px 0; border-bottom: 2px solid #DDD; font-size: 48px;}
.detail-header, .detail-body{ display: flex;}
.detail-header .left, .detail-body .left{ flex: 1;}
.detail-header .right, .detail-body .right{ width: 300px; margin-left: 100px;}
.post-time{ height: 100px; line-height: 100px;}
.post-content{ line-height: 1.8; font-size: 18px;}
.post-footer{ padding: 50px 0; font-size: 18px; display: flex; line-height: 1.8;}
.post-footer span{ color: var(--color-orange); margin-right: 10px;}



.detail-body .pr{ padding-top: 100px; line-height: 1.8;}
.detail-body .pr p:nth-child(1){ font-size: 18px; color: #727c84;}
.detail-body .pr .mail{ color: var(--color-orange); font-size: 20px;}
.other-news{ padding-bottom: 50px;}
.other-news-header{ padding: 30px 0 0 0; color: #727c84; font-size: 16px;}
.other-news li{ margin-top: 30px;}
.other-news li a{ color: var(--color-black); font-size: 16px; line-height: 1.8; }
.other-news li a span{ display: block;}
.other-news li a span:nth-child(2){ color: #666; margin-top: 15px; font-size: 14px;}
.other-news li a:hover{ color: var(--color-orange); }


blockquote{
    position: relative;
    margin: 1rem 0;
    padding-left: 1.5rem;
    color: #333;
    font-size: 0.95em;
}
blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: '';
    border-left: 4px solid  #fb571e;
    
}

/* dark model */
body.dark .kv{filter: contrast(150%)}
body.dark .lastest-more ul li a{ color: var(--color-white);}
body.dark .media-news{ background-color: #101010;}
body.dark .other-news li a{ color: #FFF;}
body.dark .other-news li a:hover{ color: var(--color-blue);}
body.dark .other-news-header {
    color: #aab6c0;
}
body.dark .media-news .item-footer a {
    color: #73b5f3;
}
body.dark blockquote {
    color: #EEE;
}
@media screen and (max-width: 1200px) {
    .news-slick .item-left{ width: 300px;}
}


@media screen and (max-width: 640px) {
    /* kv */
    .kv {
      background-image: url(../img/news/kv-mo.jpg);
    }

    /* content */
    .lastest-news{ width: auto; margin: 0 15px;}
    .news-header {
        font-size: 18px;
        padding: 50px 0 30px;
        font-family: 'Inter-Black';
    }
    .news-slick{ width: 100%;}
    .news-slick .item {
        display: block;
        padding-bottom: 0;
        height: auto;
    }
    .news-slick .item-left, .lastest-more ul li a p:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
    .news-slick .item-left img {
        border-radius: 12px;
        width: 80%;
        height: 180px;
        display: block;
        margin: auto;
    }
    .news-slick .slick-arrow.slick-prev {
        left: 0;
    }
    .news-slick .slick-arrow.slick-next {
        right: 0;
    }
    .news-slick .slick-arrow {
        top: 75px;
        width: 28px;
        height: 28px;
        margin-top: 0;
    }
    .news-slick .slick-dots {
        width: auto;
        position:relative;
        right: 0;
        top: 0;
        margin-top: 30px;
    }
    .news-slick .item-right p:nth-child(1) {
        padding-top: 18px;
        font-size: 1rem;
    }
    .news-slick .item-right p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
        margin-top: 18px;
    }
    .news-slick .item-right p:nth-child(3){   margin-top: 18px;     text-align: right;}
    .news-slick .btn-read-more {
        position: relative;
    }
    .news-topping {
        padding-bottom: 50px;
    }
    .lastest-more ul li a {
        display: block;
        font-size: 16px;
        line-height: 24px;
    }
    .lastest-more ul li a p:nth-child(1) {
        text-align: left;
        font-size: 1rem;
        padding-bottom: 10px;
        line-height: 18px;
    }
    .lastest-more-footer {
        padding: 18px 0 50px 0;
    }
    .media-news{ padding-bottom: 0;}
    .media-news .item {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .media-news .item .left {
        order: 2;
    }
    .media-news .item .right {
        width: auto;
        margin-left: 0;
        order: 1;
    }
    .media-news .item .right img {
        border-radius: 12px;
    }
    .media-news .item-header {
        font-size: 1rem;
        border-top: none;
        padding: 10px 0;
        opacity: .8;
    }
    .media-news .item-title {
        font-size: 16px;
        line-height: 24px;
    }
    .media-news .item-footer {
        margin-top: 18px;
    }
    .media-news .item-desc {
        font-size: 1rem;
        line-height: 18px;
        margin-top: 10px;
        opacity: 0.8;
    }
    .lastest-more ul li a p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
    }
    /* detail */
    .detail-header, .detail-body {
       flex-direction: column;
    }
    .detail-header {
        padding: 100px 0 30px 0;
        border-bottom: 1px solid #DDD;
        font-size: 32px;
    }
    .detail-header .right{ display: none;}
    .detail-header .right, .detail-body .right {
        width: auto;
        margin-left: 0;
    }
    .detail-body .pr {
        padding-top: 0;
    }
    .other-news li a {
        font-size: 14px;
        line-height: 1.6;
    }
    .other-news li a span:nth-child(2) {
        margin-top: 5px;
        font-size: 13px;
    }
}