main {
  margin-bottom: 10px;
}

.cate-index-title {
  line-height: 70px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  background: linear-gradient(0deg, #D0DBE6, #E7EAF1, #E4E8EF);
}

.cate-index-top {
  width: 100%;
  height: 270px;
  justify-content: space-between;
}

.cate-index-top > div {
  height: 100%;
}

.cate-index-swiper {
  width: 390px;
  margin: 0;
  position: relative;
  background-color: #fff;
}

.cate-index-swiper img {
  width: 100%;
  height: 100%;
}

.cate-index-swiper p {
  width: 390px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #23232330;
  position: absolute;
  bottom: 0;
}

.cate-index-swiper p span {
  width: 224px;
  line-height: 30px;
  margin-left: 10px;
}

.cate-index-swiper-pagination {
  width: initial !important;
  height: 30px;
  display: flex;
  align-items: center;
  bottom: 0 !important;
  left: initial !important;
  right: 12px !important;
}

.cate-index-swiper-pagination span {
  width: 20px;
  height: 20px;
  margin: 0 !important;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: initial;
  border-radius: initial;
  background-color: #626262;
}

.cate-index-swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #E70012;
}

.cate-index-swiper-pagination span + span {
  margin-left: 5px !important;
}

.cate-index-recommend {
  width: 470px;
  padding: 14px 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.cir-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

.cir-item + ul {
  margin-top: 20px;
}

.cir-item li {
  width: 100%;
}

.cir-item li:first-child {
  width: 100%;
  margin-bottom: 5px;
}

.cir-item li a {
  display: inline-block;
  width: 82%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

.cir-item li:first-child a {
  display: initial;
  color: #E70012;
}

.cate-index-right {
  width: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.secondary-tle-container h2 {
  margin-right: 26px;
}

.secondary-tle-container,
.article-categorys {
  display: flex;
  align-items: center;
}

.article-categorys hr {
  width: 1px;
  height: 17px;
  border: none;
  margin: 0 12px;
  background-color: #666;
}

.article-categorys li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.article-categorys li h3 {
  cursor: pointer;
  font-weight: initial;
}

.article-categorys .checked {
  color: #E70012;
}

.cate-article-container .article-item {
  width: 100%;
  margin: 0;
}

.cate-article-container .article-item + div {
  display: none;
}

.cate-article-container .article-list-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cate-article-container .article-list li a {
  width: 280px;
  margin-right: 20px;
}