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

.lat_2 {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
	border: 1px solid #dddddd;
 	text-align: left;
	height: 162px;
	background : url(img/bg_zoom.png)  no-repeat right bottom #fbfbfb;
}
.lat_2 .lat_title_2 {
	display: block;
	padding: 0 20px;
	line-height: 65px;
	font-size: 1.483em;
	font-weight: 700;
/*	border-bottom: 1px solid #e2e2e2; */
	color: #014190;
}
.lat_2 .lat_title_2 a {
	color: #014190;
	display: inline-block;
	position: relative;
}
.lat_2 .lat_title_2 a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #253dbe;
	content: ''
}
.lat_2 ul {
	padding: 0 20px;
	color: #999;
	font-weight: 600;
}
.lat_2 li {
	position: relative;
	line-height: 20px;
	padding: 3px 0;
	padding-right: 50px;
	padding-left: 10px;
	position: relative
}
.lat_2 li:before {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 4px;
	height: 4px;
	background: #aaa;
	content: '';
	border-radius: 50%;
}
.lat_2 li a:hover {
	color: #008aea
}
.lat_2 li .fa-heart {
	color: #ff0000;
}
.lat_2 li .fa-lock {
	display: inline-block;
	line-height: 14px;
	width: 16px;
	font-size: 0.833em;
	color: #4f818c;
	background: #cbe3e8;
	text-align: center;
	border-radius: 2px;
 	border: 1px solid #a2c6ce
}
.lat li .new_icon {
	display: inline-block;
	width: 16px;
	line-height: 14px;
	font-size: 0.833em;
	color: #fff;
	background: #35b1ff;
	text-align: center;
	border-radius: 2px;
	padding-top: 2px;
}
.lat_2 li .hot_icon {
	display: inline-block;
	width: 16px;
	line-height: 16px;
	font-size: 0.833em;
	color: #fff;
	background: #e52955;
	text-align: center;
	border-radius: 2px;
}
.lat_2 li .fa-caret-right {
	color: #bbb
}
.lat_2 .lt_date {
	position: absolute;
	top: 3px;
	right: 0;
	color: #888
}
.lat_2 .empty_li {
	line-height: 145px;
	color: #666;
	text-align: center;
	padding: 0;
}
.lat_2 .empty_li:before {
	background: none;
	padding: 0
}
.lat_2 .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_2 .lt_more {
	position: absolute;
	top: 20px;
	right: 25px;
	background: url('img/more_btn.gif') no-repeat;
	text-indent: -999px;
	overflow: hidden;
	width: 25px;
	height: 25px;
}
/*.lat_2 .lt_more {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	width: 25px;
	line-height: 43px;
	color: #aaa;
	border-radius: 3px;
	text-align: center;
} */
.lat_2 .lt_more:hover {
	color: #00b4ff
}
