.item {
  display: flex;
}

.item .img {
  width: 3.2rem;
  height: 2.133333rem;
  border-radius: 0.133333rem;
  overflow: hidden;
}

.item .img img {
  width: 100%;
  display: block;
}

#img-list a {
  display: block;
  padding: 0.2rem 0.4rem;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}

#img-list a:last-child {
  border: none;
}

.img-text {
  flex: 1;
  padding: 0.133333rem 0 0.133333rem 0.4rem;
  position: relative;
}

.img-text .img-text-tt {
  font-size: 0.373333rem;
  color: #555;
  line-height: 0.533333rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-text .img-text-date {
  font-size: 0.373333rem;
  color: #aaa;
  left: 0.4rem;
  bottom: 0.133333rem;
  background: url(../../images/mobile/cal.png) 0 center no-repeat;
  -webkit-background-size: 0.32rem 0.32rem;
  background-size: 0.32rem 0.32rem;
  padding-left: 0.4rem;
  position: absolute;
}

.mb-header,
.mb-footer,
.mb-trend {
  display: block;
}

.pc-trend {
  display: none;
}

.mb-trend .swiper-container img {
  display: block;
  width: 100%;
}

.mb-trend .swiper-container p {
  height: 1.066667rem;
  line-height: 0.586667rem;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 0.32rem;
  height: 0.32rem;
  border: 0.04rem solid #fff;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  margin-right: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background-color: transparent;
}

.swiper-pagination-clickable .swiper-pagination-bullet:hover {
  width: 0.666667rem;
  background: #fff;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  width: 0.666667rem;
  background: #dde34a;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.066667rem;
}

.wrap {
  width: auto;
}

.news .company-news-title {
  margin-top: 0.4rem;
  position: static;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
}

.news .company-news-title .title {
  position: static;
  height: 0.933333rem;
  line-height: 0.933333rem;
  padding-left: 0.4rem;
}

.news .company-news-title .title a {
  font-size: 0.373333rem;
  color: #555;
}

.news .company-news {
  padding: 0;
  background-color: #fff;
}

.news .company-news li {
  margin: 0;
  width: auto;
  float: none;
  height: 0.933333rem;
  line-height: 0.933333rem;
}

.news .company-news li .company-news-detail {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 2.666667rem 0 0.4rem;
}

.news .company-news li .company-news-detail p {
  padding: 0;
  font-size: 0.32rem;
}

.news .company-news li .company-news-detail .date {
  background: url(../../images/mobile/cal.png) 0 center no-repeat;
  -webkit-background-size: 0.32rem 0.32rem;
  background-size: 0.32rem 0.32rem;
  padding-left: 0.4rem;
  height: 0.933333rem;
  line-height: 0.933333rem;
  top: 0;
  right: 0.4rem;
}

.news .company-news li.mr {
  margin: 0;
}

.pagination {
  padding: 0.4rem;
}

.pagination-info {
  display: none;
}

.pagination table {
  float: none;
  margin: 0 auto;
}

.swiper-slide {
  max-width: 100%;
  height: 4rem;
}

.pagination-prev,
.pagination-next {
  background: none;
  border: 1px solid #bbb;
  height: 30px;
  line-height: 30px;
}

.pagination-prev:after {
  content: '上一页';
}

.pagination-next:after {
  content: '下一页';
}