._s._news .tab{ display: flex; justify-content: space-between; width: 100%; max-width: 390px; margin: 0 auto; margin-top: 65px;  }
._s._news .tab li{ width: calc(185 / 390 * 100%); background-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); text-align: center; transition-duration: 0.2s; font-size: 20px; cursor: pointer; }
._s._news .tab li > a{ display: block; padding: 23px 0; }
._s._news .tab li.on{ background-color: #fff; color: #080808; }

._s._news .basicsch{ width: 100%; max-width: 365px; margin-left: auto; margin-top: 60px; display: flex; align-items: center; border-radius: 50px; border: 1px solid #878787; box-sizing: border-box; padding: 0 5px; }
._s._news .basicsch input{ border: none; background: none; height: 53px; width: 100%; padding: 0 20px; font-size: 17px; color: #fff; }
._s._news .basicsch input::placeholder{ color: #333; }
._s._news .basicsch > a{ width: 44px; height: 44px; border-radius: 50%; color: #080808; display: flex; align-items: center; justify-content: center; background-color: #fff; flex-shrink: 0; }



/* ._s._news .conbx{ display: none; }
._s._news .conbx.on{ display: block; } */

._s._news .newslist{ flex-wrap: wrap; }
._s._news .newslist li{ margin-bottom: 50px; }
._s._news .newslist li > a .thumb{ overflow: hidden; }
._s._news .newslist li > a .thumb::after{ display: none; }
._s._news .newslist li > a .thumb img{ transition-duration: 0.6s; }

@media screen and (min-width: 821px){
    ._s._news .newslist li:hover > a .thumb img{ transform: scale(1.05); }
}

._s._news .pagination{ display: flex; justify-content: center; margin-top: 100px; }
._s._news .pagination .btn{ font-size: 18px; color: #7c7c7c; cursor: pointer; }
._s._news .pagination .btn.on{ color: #fff; }
._s._news .pagination .number{ display: flex; align-items: center; margin: 0 10px; }
._s._news .pagination .number li > a{ font-size: 18px; font-weight: 300; padding: 8px; color: #878787; }
._s._news .pagination .number li.on > a{ color: #fff; }


._s._news .urgent{ width: 100%; border-top: 2px solid #7c7c7c; border-bottom: 2px solid #7c7c7c; margin-top: 50px; }
._s._news .urgent .row{ display: flex; padding: 20px 0; font-size: 20px; border-bottom: 1px solid #333; box-sizing: border-box; line-height: 1.3; color: rgba(255,255,255,0.9); }
._s._news .urgent .row.top{ border-bottom: 2px solid #7c7c7c; text-align: center; font-weight: 700; color: #fff; }
._s._news .urgent .row .number{ width: 120px; flex-shrink: 0; text-align: center; }
._s._news .urgent .row .number span{ font-size: 16px; display: inline-flex; align-items: center; justify-content: center; background-color: #fff; color: #333; border-radius: 40px; padding: 4px 15px;}
._s._news .urgent .row .title{ width: 100%; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
._s._news .urgent .row .date{ width: 160px; flex-shrink: 0; text-align: center; }

@media screen and (min-width: 821px){
    ._s._news .urgent .row:hover{ background-color: rgba(255,255,255,0.02); }
}

@media screen and (max-width: 1600px){
    ._s._news .tab li{ font-size: 16px; }
    ._s._news .tab li > a{ padding: 15px 0; }
    ._s._news .tab{ margin-top: 40px; }
    ._s._news .basicsch input{ font-size: 16px; height: 45px; }
    ._s._news .basicsch > a{ width: 36px; height: 36px; }
    ._s._news .newslist{ margin-top: 40px; }
    ._s._news .urgent .row{ font-size: 16px; }
    ._s._news .urgent .row .number span{ font-size: 14px; padding: 0 10px; height: 100%; }
}

@media screen and (max-width: 820px){
    ._s._news .tab li{ font-size: 14px; }
    ._s._news .tab li > a{ padding: 10px 0; }
    ._s._news .basicsch input{ font-size: 14px; height: 40px; }
    ._s._news .basicsch > a{ width: 30px; height: 30px; }
    ._s._news .urgent .row{ padding: 15px 0; }
    ._s._news .urgent .row .number{ width: 90px; }
    ._s._news .urgent .row .date{ width: 120px; }
}

@media screen and (max-width: 500px){
    ._s._news .basicsch{ max-width: 350px; width: 100%; margin: 0 auto; margin-top: 40px; }

    ._s._news .urgent .row.top{ display: none; }
    ._s._news .urgent .row{ display: block; }
    ._s._news .urgent .row .number{ width: 100%; font-weight: 500; text-align: left; }
    ._s._news .urgent .row .title{ width: 100%; margin-top: 10px; color: #fff; display: block; overflow: unset; text-overflow: unset; }
    ._s._news .urgent .row .date{ width: 100%; margin-top: 10px; text-align: right; }
}

/* view */
._s._view h1{ font-size: 48px; font-weight: 700; line-height: 1.3; text-align: center; }
._s._view .date{ font-size: 18px; margin-top: 30px; display: block; text-align: center; }
._s._view .editor{ border-top: 1px solid #fff; box-sizing: border-box; padding: 80px 0; line-height: 1.3; }
._s._view .exp{ width: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; box-sizing: border-box; }
._s._view .exp > a{ display: flex; padding: 20px 0; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.2); }
._s._view .exp > a .lbx{ color: rgba(255,255,255,0.2); display: flex; align-items: center; flex-shrink: 0; width: 140px; }
._s._view .exp > a i{ font-size: 24px; flex-shrink: 0;  }
._s._view .exp > a span{ font-size: 18px; display: block; flex-shrink: 0; margin-left: 15px; }
._s._view .exp > a p{ font-size: 18px; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

._s._view .files{ margin-top: 45px; border-top: 1px solid #fff; box-sizing: border-box; }
._s._view .files > a{ display: flex; align-items: center; padding: 20px 0; color: rgba(255,255,255,0.6); }
._s._view .files > a span{ margin-left: 10px; }

@media screen and (min-width: 821px){
    ._s._view .exp > a:hover{ background-color: rgba(255,255,255,0.02); }
}

@media screen and (max-width: 1280px){
    ._s._view h1{ font-size: 35px; }
    ._s._view .date{ font-size: 16px; margin-top: 15px; }
    ._s._view .exp > a span{ font-size: 16px; }
    ._s._view .exp > a p{ font-size: 16px; }
}

@media screen and (max-width: 820px){
    ._s._view h1{ font-size: 22px; }
    ._s._view .date{ font-size: 14px; margin-top: 15px; }
    ._s._view .exp > a{ padding: 15px 0; }
    ._s._view .exp > a .lbx{ width: 100px; }
    ._s._view .exp > a i{ font-size: 20px; }
    ._s._view .exp > a span{ font-size: 14px; margin-left: 10px; }
    ._s._view .exp > a p{ font-size: 14px; }
}

@media screen and (max-width: 500px){
    ._s._view h1{ font-size: 18px; }
    ._s._view .files{ margin-top: 20px; font-size: 14px; }
    ._s._view .files > a{ padding: 15px 0; }
}
