.jl_top_swiper {
  width: 100%;
}
.media_content {
  margin-top: 0.9rem;
}
.media_content .title {
  font-size: 0.42rem;
  text-align: center;
  margin-bottom: 0.9rem;
}
.media_content ul {
  width: 16rem;
  margin: 0 auto;
}
.media_content ul li {
  width: 3rem;
  height: 2.4rem;
  float: left;
  margin: 0 0.1rem;
  margin-bottom: 0.42rem;
  cursor: pointer;
}
.media_content ul li img {
  margin-bottom: 0.2rem;
}
.media_content ul li p {
  font-size: 0.18rem;
  text-align: center;
}
.media_content ul li .more {
  cursor: pointer;
}
.media_content ul li .more:hover {
  color: #f90320;
}
.swiper-button-prev {
  width: 0.67rem;
  height: 1.36rem;
  background: url('../images/projects/left.jpg') no-repeat;
  background-size: contain;
}
.swiper-button-next {
  width: 0.67rem;
  height: 1.36rem;
  background: url('../images/projects/right.jpg') no-repeat;
  background-size: contain;
}
