.main_contents {
  padding: 0 20px 100px;
}

.main_contents .news_list {
  width: 1020px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 49px;
}

.main_contents .news_list li {
  width: 1020px;
  position: relative;
  display: table;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .news_list li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.main_contents .news_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_contents .news_list li .news__tmb {
  width: 140px;
  height: 140px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.main_contents .news_list li .news__cont {
  display: table-cell;
  vertical-align: middle;
  width: 860px;
  padding-left: 15px;
}

.main_contents .news_list li .news__cont .news__title {
  width: 860px;
  max-height: 3em;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main_contents .news_list li .news__cont .news__date {
  font-size: 12px;
  color: #9e9e9e;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.main_contents .news_list li .news__cont .news__lead {
  width: 860px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_contents .pager {
  text-align: center;
}

.main_contents .pager .pager__prev {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/item_prev.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 48px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .pager .pager__prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents .pager .pager__prev a {
  display: block;
  width: 18px;
  height: 14px;
}

.main_contents .pager ul {
  display: inline-block;
}

.main_contents .pager ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}

.main_contents .pager ul li:first-child {
  margin-left: 0;
}

.main_contents .pager ul li.active {
  background: #004CAD;
  color: #FFF;
}

.main_contents .pager ul li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .pager ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents .pager .pager__next {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/item_next.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 48px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .pager .pager__next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents .pager .pager__next a {
  display: block;
  width: 18px;
  height: 14px;
}
