body {
  background: #f5f5f5;
}

.main-content {
  width: 100% !important;
  padding-top: 0;
}

.swiper-banner .banner a {
  display: block;
  width: 100%;
  height: 408px;
  background-size: cover;
  background-position: center;
}

.swiper-pagination {
  bottom: 70px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .5;
  background: #fff;
  border-radius: 10px;
  transition: all .16s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
}

.classsify-container {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.classsify_list {
  width: 100%;
  padding: 16px 16px 0;
}

.classsify_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.classsify_list .classsify_item {
  border-radius: 2px;
  font-size: 14px;
  color: #323233;
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 16px;
  position: relative;
}

.classsify_list .classsify_item a {
  display: inline-block;
  width: 100%;
  padding: 0 16px;
}

.classsify_list .classsify_item.active {
  background: #155bd4;
  color: #fff;
}

.article_list {
  background: #fff;
}

.article_list .article_box_wrap:first-child {
  border-top: 1px solid #f7f8fa;
}

.article_list .article_box_wrap .article_box-left {
  width: 100%;
}

.article_list .article_box_wrap .article_box-right {
  flex-shrink: 0;
  margin-left: 16px;
  height: 120px;
  max-height: 120px;
  width: 192px;
  min-width: 192px;
  border-radius: 4px;
  object-fit: cover;
  /*object-position: left 0 top 0;*/
}

.article_list .article_box_wrap .article_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  border-bottom: 1px solid #edebf0;
}

.article_list .article_box_wrap .article_box .title {
  font-weight: 500;
  color: #323233;
  font-size: 20px;
  line-height: 28px;
}

.article_list .article_box_wrap .article_box .desc {
  color: #646566;
  margin: 8px 0 16px;
  min-height: 44px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article_list .article_box_wrap .article_box .bottom {
  display: flex;
  align-items: center;
  color: #969799;
  font-size: 14px;
  line-height: 20px;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif;
}

.article_list .article_box_wrap .article_box .bottom .time {
  margin-right: 12px;
}

.article_list .article_box_wrap .article_box .bottom .views {
  margin-right: 12px;
}

.article_list .article_box_wrap .article_box .bottom .views .iconfont {
  margin-left: 4px;
}


.bread-crumbs {
  height: 36px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid rgba(236, 234, 234, 0.5);
  margin-top: 34px;
}

.bread-crumbs a {
  color: #999;
}