@charset "utf-8";
/* 새글 스킨 (latest) */

.lat_rs {position:relative; overflow:hidden; display: flex; height: 187px; }

.lat_rs .lat_rs_title {
	display: block;
	padding-bottom: 25px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #b7b7b7;
	float:left;
	position:relative;
	width:100%;
}
.lat_rs .lat_title {
	width: 202px;
	background: #1d70b8 url("img/notice_icon.png") no-repeat  30px 50px;
	margin-right: 1%;
	padding: 100px 0 0 30px;
}
.lat_rs .lat_title::before {content:'NOTICE'; display: block; font-size: 36px; color: #fff; font-weight: 700; opacity: 0.14; position: absolute;top: 105px;}
.lat_rs .lat_title a {color: #fff;
	font-weight: bold; font-size: 25px; position:relative; z-index: 888;}
.lat_rs .lat_rs_title a{color:#000;display:inline-block;position:relative;text-decoration:none; font-size:20px; font-weight:500;}
/*.lat_rs .lat_rs_title a:after{position:absolute;bottom:-3px;left:0;width:10%;height:1px;background:#151515;content:''}*/
/*.lat_rs ul{padding:15px 20px;} */

.lat_rs ul {display: flex; width: 990px;}
.lat_rs li {width: 33%; background: #fff; box-sizing: border-box; border: 1px solid #ddd;margin-right: 1%; padding: 30px 0 0 40px;position: relative;}
.lat_rs li:last-child {margin-right: 0;}
.lat_rs li a {font-size: 18px; font-weight: 600;}
.lat_rs li p {position: absolute; bottom: 0; right: 0;}
.lat_rs li a.more{display: block; width: 40px; height: 40px; background: #2070b8; text-indent: -9999px; position: relative;}
.lat_rs li a.more::after,.lat_rs li a.more::before {content:''; display: block; width: 2px; height: 18px; background: #fff; position: absolute;left: 50%; top: 50%; transform: translate(-50%, -50%);}
.lat_rs li a.more::after {height: 2px; width: 18px;}
.lat_rs li .fa-heart{color:#ff0000;}
.lat_rs li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size:12px;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.lat_rs li .new_icon{display:inline-block;width: 16px;line-height:16px;font-size:12px;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.lat_rs li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:12px;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.lat_rs li .fa-caret-right{color:#bbb}
.lat_rs .lt_date{display:block; margin-top: 20px; color:#1d70b8; font-size:14px; font-weight: bold;}
.lat_rs  .empty_li{line-height:145px ;color:#151515;text-align:center;padding:0;}
.lat_rs  .empty_li:before{background:none;padding:0}

.lat_rs .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.lat_rs .lt_more {display:block;width:85px;line-height:25px;color:#151515;border-radius:3px;text-align:center; float:left; position:absolute; right:2%;}
.lat_rs .lt_more p{font-size:13px; }
.lat_rs .lt_more:hover{color:#777}
