@charset "utf-8";

.news-wrap {position: relative; max-width:1540px; width:100%; margin: 0 auto; margin-top: 55px; padding-left: 40px;}

.news-wrap .shadowImg { width:450px; height:350px; filter:grayscale(1)}
.news-wrap .shadowImg img {width:100%; height:100%; object-fit: cover; object-position: center; filter:grayscale(1)}
.news-wrap .shadowImg strong {position: absolute; left:0; font-size: 26px; line-height: 35px; color:rgba(0,0,0,0.5); font-family: 'SUITE SemiBold';}
.news-wrap .shadowImg_1 {position: absolute; right:100%; top:0;}
.news-wrap .shadowImg_1 strong {top:calc(100% + 15px); width:100%; color:#a3a3a3;}
.news-wrap .shadowImg_2 {position: absolute; left:100%; bottom:0;}
.news-wrap .shadowImg_2 strong {bottom:calc(100% + 15px); width:100%; color:#a3a3a3;}
.news-wrap .no-img {display: none;}
.news-wrap .title {display: none;}
.news-wrap .list {display: flex; margin-right:100px; position: relative;}
.news-wrap .thumb {max-width:57.14%; width:100%;}
.news-wrap .thumb li {height:500px; text-align: center; align-items: start; justify-content: center; display: flex !important; overflow:hidden; position: relative; }
.news-wrap .thumb.nodata-wrap {position: relative;}
.news-wrap .thumb.nodata-wrap::after {content:''; width:100%; height:100%; position: absolute; top:0; left:0; border:1px solid #999}
.news-wrap .thumb a {position: relative; width:100%; height:100%;}
.news-wrap .thumb a:hover img {transform:scale(1.1);}
.news-wrap .thumb img {width:100%; height: 100%; object-fit: cover; object-position: center;transition:transform .5s;}
.news-wrap .text {display: flex;width:calc(100% - 57.14%); position: relative;}
.news-wrap .text-inner {width:100%; position: relative;align-self: end; height:300px; padding:50px 40px 50px 50px; background: #005BAC;}
.news-wrap .text-inner ul {}
.news-wrap .text .subjectText {font-family: 'SUITE SemiBold'; font-size: 27px; line-height: 35px; color:#fff; overflow:hidden; height:70px; position: relative;}
.news-wrap .text-inner::before {content:''; width:3px; height:58px; background:#fff; position: absolute; left:0px; top:58px;}
.news-wrap .text .subjectText span {display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;}
.news-wrap .text .content {font-family: 'HG Regular'; font-size: 17px; line-height: 30px; color:rgba(255,255,255,0.7); margin-top: 40px;}
.news-wrap .text .content span {display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow:hidden;}
.news-wrap .text .date {display: none;}
.news-wrap .text.nodata-wrap .slick-slider {height:100%; color:#fff; width:100%;}
.news-wrap .nodata {font-family: 'HG Regular'; text-align: center;}
.news-wrap .control {position: absolute; left:0; top:0; height:calc(100% - 300px); width:100%; padding-left:48px; padding-bottom:50px; display: flex; align-items: end; justify-content: space-between;}
.news-wrap .numbering .current {font-size: 70px; display: inline-block; font-family: 'SUITE ExtraBold'; color:#D5D5D5; line-height: 1;}

.news-wrap .control .pannel {display: flex; align-items: center; align-self: end;}
.news-wrap .control .paging {font-size: 0; margin-right: 30px;}

.news-wrap .slick-dots li {width:10px; height: 10px; border-radius:50%; text-indent: -9999px; border:1px solid #000; border-radius:50%; margin-right: 10px; opacity:0.5; display: inline-block;}
.news-wrap .slick-dots li button {width:100%; height:100%; display: inline-block;}
.news-wrap .slick-dots li:last-child {margin-right: 0;}
.news-wrap .slick-dots li.slick-active {background:#000; opacity:1;}
.news-wrap .slick-dots li:hover {background:#000;}
.news-wrap .control .prevnext button {position: relative; text-indent: -9999px; width:24px; height:14px; opacity:0.3; transition:.3s;}
.news-wrap .control .prevnext button:hover {opacity:1;}
.news-wrap .control .prevnext .prev {background:url('../images/news-prev.png') no-repeat center;}
.news-wrap .control .prevnext .next {background:url('../images/news-next.png') no-repeat center; margin-left: 15px;}
.news-wrap .control .more {width:16px; height:16px; background:url('../images/news-more.png') no-repeat center; text-indent: -9999px; display: inline-block; margin-left: 15px; transition:transform .5s;}
.news-wrap .control .more:hover {transform:rotate(180deg)}
@media screen and (max-width:1800px) {
    .news-wrap {max-width:95%;}
}
@media screen and (max-width:1200px) {
    .news-wrap {padding-left:0; max-width:100%; margin:0 40px; width:auto;}
    .news-wrap .shadowImg_1 {display: none !important;}
    .news-wrap .list {margin-right: 0; flex-direction: column;}
    .news-wrap .thumb {max-width:unset; width:64%;}
    .news-wrap .thumb li {height:380px;}
    .news-wrap .text {width:100%; flex-direction: row-reverse;}
    .news-wrap .text-inner {max-width:unset; width:55%; padding:30px 30px 40px 30px; height:190px;}
    .news-wrap .text-inner::before{top:38px;}
    .news-wrap .text .content {margin-top: 0px; font-size: 16px; line-height: 28px;}
    .news-wrap .text .content span {-webkit-line-clamp:2; }
    .news-wrap .control {width:calc(100% - 55%); position: relative; flex-direction: column; align-items:start; padding-top: 24px; padding-left:0;}
    .news-wrap .control .pannel {align-self: start; margin-top: 20px;}

    .news-wrap .shadowImg strong {position: relative; bottom:unset;white-space: nowrap; overflow:hidden; display: block; text-overflow: ellipsis;}
    .news-wrap .shadowImg_2 {bottom:unset; top:0; display: flex !important; flex-direction: column-reverse; left:67%; justify-content: space-between;}
    .news-wrap .shadowImg img {height:305px; flex-shrink: 0;}
}
@media (max-width:768px) {
    .news-wrap {margin: 0 20px;}
    .news-wrap .shadowImg {display: none !important;}

    .news-wrap .thumb {width:100%;}
    .news-wrap .thumb li {height:275px;}
    .news-wrap .text {flex-direction: column;}
    .news-wrap .text-inner {width:100%;}
    .news-wrap .text .subjectText {font-size: 22px; height:auto; line-height: 32px; margin-bottom: 2px;}
    .news-wrap .control {width:100%; flex-direction: unset; padding-top: 12px; padding-bottom: 0;}
    .news-wrap .control .pannel {align-self: end;}
}

/* 640 380 */