.indexContent {
  padding-top: 0.1rem;
}

.indexContent .noticeWrapper {
  color: #fff;
  background: -webkit-linear-gradient(left, #ffc919, #f6b62e);
  margin: 4px 9px 4px 9px;
  border-radius: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  text-align: left;
}

.indexContent .noticeWrapper .noticeCon {
  display: flex;
  align-items: center;
}

.indexContent .noticeWrapper .noticeCon .icon {
  width: 38px;
  padding-left: 10px;
  padding-right: 8px;
}

.indexContent .search_category_box {
  display: flex;
  white-space: nowrap;
  padding: 0 0.12rem;
  height: 0.32rem;
  overflow: scroll;
  font-size: 0.13rem;
  align-items: center;
  margin: 0.06rem 0;
}
.indexContent .search_category_box::-webkit-scrollbar {
  display: none;
}
.indexContent .search_category_box .c_item {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.13rem;
  padding: 0.05rem;
  margin-right: 0.1rem;
  color: #909193;
}
.indexContent .search_category_box .c_item.c_active {
  color: #f55;
  border: #f55 solid 1px;
  border-radius: 0.06rem;
}
.indexContent .bannerCon {
  height: 1.46rem;
  padding: 0 0.12rem;
}
.indexContent .bannerWrapper {
  height: 100%;
}
.indexContent .bannerWrapper .swiper-wrapper .swiper-slide > a {
  display: block;
  height: 100%;
}
.indexContent .bannerWrapper .swiper-wrapper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.06rem;
}
.indexContent .bannerWrapper .swiper-wrapper .swiper-slide > .storySlide {
  height: 2rem;
}
.indexContent .pagenationCommon {
  margin: 0;
  padding: 0.2rem 0;
}
.indexContent .rankWrapper.margintop10 {
  border-top: 0.01rem solid #f2f2f2;
}
.indexContent .rankWrapper.margintop10 .storyRow .storyCell:last-child {
  border-bottom: 0.01rem solid #f2f2f2;
}
.indexContent .searchForm {
  border-bottom: 0.01rem solid #efefef;
}
.indexContent .searchForm form {
  width: 100%;
  display: flex;
  padding: 0.2rem 0.1rem;
  position: relative;
}
.indexContent .searchForm form .icon-search {
  position: absolute;
  top: 0.29rem;
  left: 0.25rem;
}
.indexContent .searchForm form .searchInput {
  flex: 1;
  border-radius: 0.8rem;
  background-color: #f1f1f1;
  border: 0;
  outline: 0;
  padding-left: 0.4rem;
}
.indexContent .searchForm form .toFun {
  font-size: 0.14rem;
  height: 0.35rem;
  line-height: 0.35rem;
  margin-left: 0.1rem;
  color: #333;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0 0.15rem;
}
.indexContent .searchForm .resultText {
  padding-left: 0.1rem;
  margin-bottom: 0.15rem;
}
.indexContent .hotPoint {
  background-color: #fff;
  padding: 0.2rem 0.1rem;
}
.indexContent .hotPoint .title {
  color: #fff;
}
.indexContent .hotPoint .hotLit {
  padding-top: 0.15rem;
}
.indexContent .hotPoint .hotLit .hotCell {
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  padding: 0.06rem 0.15rem;
  margin-bottom: 0.15rem;
  margin-right: 0.1rem;
  font-size: 0.14rem;
  border-radius: 0.2rem;
}