.news .conts .list ul li .intr .txts a {
  -webkit-text-decoration: auto;
          text-decoration: auto;
  color: #C0392B;
}

.news .conts .list ul li .imgs {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news .conts .list ul li .imgs img {
  opacity: 1;
}

/* 分页按钮样式 */
.news .read-more .no-more {
  display: inline-block;
  padding: 12px 30px;
  color: #999;
  font-size: 16px;
  cursor: default;
}