/* 顶部 */
.content-top {
  width: 100%;
}

.top-image {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}

.more{
  display: block;
  width: 160px;
  height: 44px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
   padding-left: 31px;
  background: url('http://jx.news.cn/lsjx/image/more.png') no-repeat center / 100%;
}

.relative{
  position: relative;
}