@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.pic_lt .lat_title {
  display: block;
  line-height: 35px;
  font-size: 1.4rem;
  text-align: left;
  border: 1px solid #0e497a;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  background: #0e497a;
  margin: 0 auto;
  margin-bottom: 30px;
}
.pic_lt .lat_title a {
  display: inline-block;
  position: relative;
  color: #fff;
}
.pic_lt .lt_more {
  position: absolute;
  top: 11px;
  right: 0px;
  display: block;
  width: 25px;
  line-height: 25px;
  color: #aaa;
  border-radius: 3px;
  text-align: center;
}
.pic_lt ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pic_lt ul {
  padding: 20px 0;
}
.pic_lt li {
  float: left;
  width: 23%;
  padding: 0 10px;
  position: relative;
  margin-left: 24px;
  margin-top: 24px;
}
.pic_lt li .lt_img {
  margin: 5px 0;
  display: block;
  position: relative;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.4s;
}
.cover:hover {
  opacity: 0.9;
}
.pic_lt li .lt_img img {
  width: 100%;
  height: auto;
}
.pic_lt li .fa-heart {
  color: #ff0000;
}
.pic_lt 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;
  font-size: 12px;
  border: 1px solid #a2c6ce;
}
.pic_lt li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ffff00;
  background: #6db142;
  text-align: center;
  border-radius: 2px;
}
.pic_lt 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;
}
.pic_lt li .fa-caret-right {
  color: #bbb;
}
.pic_lt .lt_cmt {
  background: #5c85c1;
  color: #fff;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  white-space: nowrap;
  -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);
}
.pic_lt .lt_date {
  display: block;
  margin-top: 5px;
  color: #888;
}
.lt_tits {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: 600;
}
.more_link {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 2.5;
  color: #111;
  border: 1px solid #111;
  padding: 0 30px;
  transition: all 0.4s;
}
.more_link:hover {
  background: #0e497a;
  border: 1px solid #0e497a;
  color: #fff;
}
