.main {
  width: 1200px;
  margin: 0 auto;
}
.main a {
  color: #333;
  text-decoration: none;
}
.recommend {
  display: flex;
}
.recommend-label {
  display: flex;
  align-items: center;
  margin: 31px 0;
}
.recommend-label img {
  width: 26px;
  height: 30px;
  margin-right: 12px;
}
.recommend-label span {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 35px;
}
.swiper-content {
  width: 900px;
  height: 360px;
}
.swiper-content .swiper-slide {
  width: 900px;
  height: 360px;
}
.swiper-content .swiper-slide img {
  height: 100%;
  width: 100%;
}
.title-content {
  width: 300px;
  background: #f8fbff;
}
.title-content .special-title {
  width: 300px;
  height: 72px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 12px 24px;
  border-bottom: 1px solid #d8e8ff;
}
.title-content .special-title a {
  color: inherit;
}
.title-content .special-title:hover {
  font-weight: 500;
  color: #0170f5;
  background: #d8e9ff;
  border: none;
}
.title-content .special-title .special-title-outer {
  width: 252px;
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.title-content .special-title .special-title-inner {
  max-height: 48px;
}

.list-nav {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.list-nav a {
  text-decoration: none;
  color: inherit;
}
.list-nav .nav-item {
  width: 167px;
  height: 55px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0170f5;
  font-size: 26px;
  font-weight: 400;
  color: #0170f5;
  line-height: 53px;
  text-align: center;
  margin-right: 28px;
}
.list-nav .nav-divider {
  width: 812px;
  height: 2px;
  background: #f1f1f1;
}
.list-nav .nav-active {
  background: linear-gradient(317deg, #0170f5 0%, #00c2ff 100%);
  color: #ffffff;
  border: none;
}
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.list-item {
  display: flex;
  width: 584px;
  height: 169px;
  padding: 24px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
}
.list-item:nth-child(2n + 1) {
  margin-right: 32px;
}
.item-img {
  flex-shrink: 0;
  width: 203px;
  height: 121px;
  background: #d9d9d9;
  margin-right: 24px;
  position: relative;
}
.item-img img {
  width: 100%;
  height: 100%;
}
.item-img .play-button {
  position: absolute;
  top: 46px;
  left: 87px;
  width: 28px;
  height: 28px;
}
.item-info .item-title {
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
}
.item-desc {
  display: flex;
  align-items: center;
  margin-top: 46px;
}
.item-desc .item-source {
  font-size: 14px;
  font-weight: 400;
  color: #0170f5;
  line-height: 21px;
  width: 200px;
  height: 21px;
  overflow: hidden;
  margin-right: 20px;
}
.item-desc .item-source a {
  color: #0170f5;
}
.item-desc .publish-time {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}

/* 分页 */
.special-list .tc {
  padding: 32px 0 0;
  text-align: center !important;
}

.special-list .tc .pages {
  display: inline-block;
  padding-bottom: 60px;
  padding-top: 10px;
  margin-right: 0;
}

.special-list .tc .pages .total-page {
  float: left;
  line-height: 34px;
  margin-right: 8px;
}

.special-list .tc .pages .page {
  float: left;
}

.special-list .tc .pages .page a {
  float: left;
  margin-right: 8px;
  padding: 0 13px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  min-width: 34px;
  height: 34px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
}
.special-list .tc .pages .page a:hover {
  border-color: #3e57fd;
}
.special-list .tc .pages .page .on {
  border: 1px;
  color: #ffffff;
  background: linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-color: #3e57fd;
  background-image: -moz-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -o-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -webkit-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -webkit-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -ms-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
}

.special-list .tc .pages .page .no_border {
  border: none;
}

.special-list .tc .pages .page .bgc {
  color: #fff;
  background-color: #c2c2c2;
}
