/**
 * Created by Mr.xie on 2018/11/7 12:34.
 */
/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*前缀兼容样式 end*/
#news .container .now-position {
  line-height: 36px;
  margin-top: 10px;
}
#news .container .now-position a:hover {
  color: #5457c6;
}
#news .container .empty img {
  margin-top: 105px;
  margin-bottom: 40px;
}
#news .container .section-1 {
  margin-top: 30px;
}
#news .container .section-1 > .list .list-item {
  margin-bottom: 10px;
  background-color: #f9faff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#news .container .section-1 > .list .list-item a {
  display: block;
  height: 179px;
  padding: 25px 350px 25px 243px;
  position: relative;
}
#news .container .section-1 > .list .list-item a .cover-img {
  width: 188px;
  height: 130px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#news .container .section-1 > .list .list-item a .item-content {
  line-height: 26px;
}
#news .container .section-1 > .list .list-item a .item-content .title {
  font-size: 18px;
  margin-bottom: 14px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .container .section-1 > .list .list-item a .item-content .context {
  font-size: 14px;
  height: 52px;
  color: #999999;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
#news .container .section-1 > .list .list-item a .right-info {
  width: 80px;
  height: 90px;
  line-height: 24px;
  color: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
#news .container .section-1 > .list .list-item a .right-info > h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
#news .container .section-1 > .list .list-item a .right-info > p {
  font-size: 14px;
  margin-bottom: 20px;
}
#news .container .section-1 > .list .list-item a .right-info > .icon_to {
  width: 50px;
  height: 20px;
  background-image: url("/resource/img/public/icon_to_02.png");
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#news .container .section-1 > .list .list-item:hover {
  -webkit-box-shadow: 0 -1px 12px 0 #b8b8b8;
  -moz-box-shadow: 0 -1px 12px 0 #b8b8b8;
  box-shadow: 0 -1px 12px 0 #b8b8b8;
}
#news .container .section-1 > .list .list-item:hover .item-content .title {
  color: #5e63ff;
}
#news .container .section-1 > .list .list-item:hover .right-info > .icon_to {
  background-image: url("/resource/img/public/icon_to_01.png");
}
#news .container .section-1 #pageWrap {
  margin-top: 30px;
}
#news .container .section-1 #pageWrap .layui-laypage > * {
  margin: 0 5px;
  background-color: #f0f2f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
#news .container .section-1 #pageWrap .layui-laypage a:hover,
#news .container .section-1 #pageWrap .layui-laypage a:active {
  color: #5d61e7;
}
/*# sourceMappingURL=news.css.map */