.indexBanner {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #333333;
  overflow: hidden;
}

#ibanner {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #777777;
  text-align: center;
  font-size: 60px;
}
#ibanner .item {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ibanner .pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
#ibanner .pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  transition: all 0.4s;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  opacity: 0.3;
}
#ibanner .pagination .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 0.8;
}

.recommend-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  min-height: 400px;
}
.recommend-list .join-search.fixed {
  position: fixed;
  top: 525px;
  left: 50%;
  margin-left: 572px;
}
.recommend-list .recommend-join {
  font-size: 14px;
  color: #888888;
  width: 174px;
  height: 110px;
  background: url(../images/recommend/recommend_search.png);
  color: #fff;
  padding-top: 45px;
  line-height: 24px;
  padding-left: 12px;
  cursor: pointer;
}
.recommend-list .recommend-search {
  background: #fff;
  margin-left: 28px;
  font-size: 14px;
  color: #888888;
  width: 109px;
  height: 40px;
  border: 1px solid #4860D3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.recommend-list .recommend-search i {
  display: block;
  width: 21px;
  height: 22px;
  background: url(../images/recommend/icon-search.png);
  margin-right: 15px;
}
.recommend-list li {
  float: left;
  margin-right: 30px;
  padding: 15px 30px 15px 295px;
  height: 180px;
  background: #fff;
  width: 585px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(159, 159, 159, 0.16);
}
.recommend-list li:nth-child(2n) {
  margin-right: 0;
}
.recommend-list li .pic {
  float: left;
  width: 260px;
  height: 150px;
  overflow: hidden;
  margin-left: -280px;
}
.recommend-list li img {
  width: 260px;
  height: 150px;
  transition: transform 0.4s;
}
.recommend-list li:hover img {
  transform: scale(1.2);
}
.recommend-list li h5 {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 0 0;
  font-weight: bold;
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-list li article {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommend-list li aside {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
}
.recommend-list li .tags {
  display: block;
  font-size: 0;
  margin-top: 8px;
  height: 22px;
  overflow: hidden;
}
.recommend-list li span {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #4860D3;
  color: #4860D3;
  line-height: 20px;
  font-size: 12px;
  margin-right: 5px;
}
.recommend-list .show-more {
  width: 221px;
  height: 39px;
  border: 1px solid #4860D3;
  margin: 30px auto 60px auto;
  text-align: center;
  line-height: 39px;
  color: #4860D3;
  font-size: 16px;
}
.recommend-list .show-more:hover {
  background: #4860D3;
  color: #fff;
}
.recommend-list p {
  padding: 50px 0;
}
