@charset "utf-8";

.wrap_swuNews{min-height:59rem;width:180rem;margin:0 auto;}
.wrap_swuNews .container{position:relative;}
.wrap_swuNews h2{font-size:3.2rem;font-family:'pre-b';color:#222;line-height:1.1;position:absolute;left:0rem;top:0.5rem;}
.wrap_swuNews .title{display:none;}
.wrap_swuNews .list{position:absolute;top:0rem;left:50%;margin-left:-123rem;width:246rem;}
.wrap_swuNews .list .nodata{font-size:2rem;color:#000;text-align:center;padding:4rem;width:100%;}
.wrap_swuNews .con{padding-top:1rem;}
.wrap_swuNews .thumb{width:74rem;height:47rem;overflow:hidden;}
.wrap_swuNews .thumb img{object-fit:cover;object-position:center;width:inherit;height:inherit;transition:transform 0.3s ease;border-radius:0.2rem;}
.wrap_swuNews .slick-center .thumb{box-shadow:0 0 10px rgba(0,0,0,0.3);}
.wrap_swuNews a.subject:hover .thumb img{transform:scale(1.05);}
.wrap_swuNews .subjectText{margin-top:4rem;line-height:1.1;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.wrap_swuNews .subjectText span{font-size:2.6rem;color:#222;font-family:'pre-b';}
.wrap_swuNews .content{display:none;}
.wrap_swuNews .date{margin-top:2rem;font-size:1.4rem;color:#888;font-family:'pre-m';}
.wrap_swuNews .more{width:2.7rem;height:2.7rem;background:#ac2f30 url('../images/rctMore_w.png') no-repeat center;position:absolute;right:0rem;top:0.5rem;border-radius:0.3rem;text-indent:-9999px;display:block;}
.wrap_swuNews .list,
.wrap_swuNews .more{display:none}
.wrap_swuNews .inner > li.active .list,
.wrap_swuNews .inner > li.active .more{display:block}
.wrap_swuNews .slick-slide{transform:translateY(11rem);transition:transform 0.3s ease;}
.wrap_swuNews .slick-center{transform:translateY(0rem);transition-delay:0.6s;}
.wrap_swuNews .slick-slide .subjectText,
.wrap_swuNews .slick-slide .date{display:none;}
.wrap_swuNews .slick-center .subjectText,
.wrap_swuNews .slick-center .date{display:block;}

.wrap_swuNews .control{position:absolute;right:5.7rem;top:0.5rem;display:flex;align-items:center;}
.wrap_swuNews .control span{margin:0 3rem;width:1px;height:2.6rem;background:#CCC;display:block;}
.wrap_swuNews .control button{width:2.9rem;height:2.7rem;text-indent:-9999px;background-size:100% !important;}
.wrap_swuNews .control .prev{background:url('../images/prev_b.png') no-repeat center;right:20%;}
.wrap_swuNews .control .next{background:url('../images/next_b.png') no-repeat center;right:16%;}
.wrap_swuNews .control .play,
.wrap_swuNews .control .pause{display:none;}

@media only screen and (max-width:1840px){
	.wrap_swuNews{width:100%;padding:0 2rem;}
}
@media only screen and (max-width:1280px){
	.wrap_swuNews{min-height:unset;}
	.wrap_swuNews h2{font-size:2.8rem;position:relative;left:unset;top:unset;}
	.wrap_swuNews .list{position:relative;top:unset;left:unset;margin-left:unset;width:100%;}
	.wrap_swuNews .con{padding-top:3rem;}
	.wrap_swuNews .thumb{width:100%;height:32rem;}
	.wrap_swuNews .subjectText{margin-top:3rem;}
	.wrap_swuNews .subjectText span{font-size:2.4rem;}
	.wrap_swuNews .slick-current .thumb{box-shadow:0 0 10px rgba(0,0,0,0.3);}
	.wrap_swuNews .slick-current .subjectText,
	.wrap_swuNews .slick-current .date{display:block;}
	.wrap_swuNews .slick-slide{transform:translateY(0rem);}
	.wrap_swuNews .control{right:7.7rem;}
	.wrap_swuNews .control span{margin:0 2rem;}
}
@media only screen and (max-width:768px){
}


