#content {
  padding: 32px 60px;
}
#content .top_story {
  display: flex;
  margin-bottom: 24px;
}
#content .top_story .story_l {
  width: 512px;
  margin-right: 24px;
}
#content .top_story .story_l .story_rank {
  margin-bottom: 12px;
}
#content .top_story .story_l .story_rank .num {
  font-size: 48px;
  font-family: s;
  font-weight: 600;
  color: #387FFF;
}
#content .top_story .story_l .story_rank span {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
#content .top_story .story_l .story_img {
  width: 512px;
  height: 288px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
#content .top_story .story_l .story_img img {
  width: 100%;
  height: 288px;
  object-fit: cover;
}
#content .top_story .story_l h3 {
  width: 513px;
  height: 150px;
  font-size: 38px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .top_story .story_l:hover .story_img img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .top_story .story_l:hover h3 {
  color: #387FFF;
  text-decoration: underline;
}
#content .top_story .story_r .story_rank {
  margin-bottom: 12px;
}
#content .top_story .story_r .story_rank .num {
  font-size: 48px;
  font-family: s;
  font-weight: 600;
  color: #387FFF;
}
#content .top_story .story_r .story_rank span {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
#content .top_story .story_r .story_list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, minmax(100px, 300px));
}
#content .top_story .story_r .story_list .story_item {
  position: relative;
}
#content .top_story .story_r .story_list .story_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .top_story .story_r .story_list .story_item .story_img {
  width: 300px;
  height: 169px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
#content .top_story .story_r .story_list .story_item .story_img img {
  width: 300px;
  height: 169px;
  object-fit: cover;
}
#content .top_story .story_r .story_list .story_item h3 {
  width: 300px;
  height: 40px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .top_story .story_r .story_list .story_item:hover .story_img img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .top_story .story_r .story_list .story_item:hover h3 {
  color: #387FFF;
  text-decoration: underline;
}
#content .categories h2,
#content .popular h2 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .categories {
  margin-bottom: 24px;
}
#content .categories .cate_list {
  display: flex;
  justify-content: space-between;
}
#content .categories .cate_list .cate_item {
  position: relative;
}
#content .categories .cate_list .cate_item .coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .categories .cate_list .cate_item .bg {
  width: 180px;
  height: 200px;
  border-radius: 8px;
}
#content .categories .cate_list .cate_item .title_box {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
#content .categories .cate_list .cate_item .title_box .title {
  width: 148px;
  height: 20px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .categories .cate_list .cate_item:hover .title_box .title {
  text-decoration: underline;
}
#content .cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cont .must h2,
#content .cont .trending h2 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .must {
  width: 836px;
}
#content .cont .must .must_list .must_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
#content .cont .must .must_list .must_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .must .must_list .must_item .must_cover {
  width: 299px;
  height: 168px;
  border-radius: 8px 8px 8px 8px;
  margin-right: 16px;
}
#content .cont .must .must_list .must_item .must_r {
  width: calc(100% - 315px);
}
#content .cont .must .must_list .must_item .must_r h3 {
  font-size: 20px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 23px;
  margin-bottom: 18px;
}
#content .cont .must .must_list .must_item .must_r .tag_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  height: 28px;
  overflow: hidden;
}
#content .cont .must .must_list .must_item .must_r .tag_list .tag {
  padding: 4px 6px;
  background: #EEEEEE;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #999999;
  margin: 0 6px 6px 0;
}
#content .cont .must .must_list .must_item .must_r .text {
  width: 100%;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont .must .must_list .must_item:hover .must_r h3 {
  color: #387FFF;
  text-decoration: underline;
}
#content .cont .must .must_list .must_item:last-child {
  margin-bottom: 0;
}
#content .cont .trending {
  width: 300px;
}
#content .cont .trending .tren_list .tren_item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  margin-bottom: 12px;
  box-sizing: border-box;
}
#content .cont .trending .tren_list .tren_item .coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .cont .trending .tren_list .tren_item .num {
  width: 40px;
  height: 40px;
  font-family: s;
  font-size: 24px;
  color: #999;
  text-align: center;
  line-height: 40px;
  margin-right: 6px;
}
#content .cont .trending .tren_list .tren_item .one {
  color: #E61F21;
}
#content .cont .trending .tren_list .tren_item .two {
  color: #F09323;
}
#content .cont .trending .tren_list .tren_item .three {
  color: #F7C650;
}
#content .cont .trending .tren_list .tren_item h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 19px;
}
#content .cont .trending .tren_list .tren_item:hover h3 {
  color: #387FFF;
}
#content .cont .trending .tren_list .tren_item:last-child {
  margin-bottom: 0;
}
#content .popular .pop_list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, minmax(100px, 370px));
}
#content .popular .pop_list .pop_item {
  position: relative;
}
#content .popular .pop_list .pop_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content .popular .pop_list .pop_item .pop_img {
  width: 370px;
  height: 209px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
#content .popular .pop_list .pop_item .pop_img img {
  width: 100%;
  height: 209px;
  object-fit: cover;
}
#content .popular .pop_list .pop_item h3 {
  width: 370px;
  height: 40px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .popular .pop_list .pop_item .tag_list {
  display: flex;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
}
#content .popular .pop_list .pop_item .tag_list a {
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 2px 2px;
  margin-right: 8px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
}
#content .popular .pop_list .pop_item .tag_list a:hover {
  text-decoration: underline;
}
#content .popular .pop_list .pop_item:hover .pop_img img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .popular .pop_list .pop_item:hover h3 {
  color: #387FFF;
  text-decoration: underline;
}
#content .popular .paging {
  height: 50px;
  text-align: center;
}
#content .popular .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .popular .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #999;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .popular .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #387FFF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .top_story {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #content .top_story .story_l {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #content .top_story .story_l .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_l .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_l .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_l .story_img {
    width: 60%;
    height: 192px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    margin-bottom: 8px;
    display: inline-block;
  }
  #content .top_story .story_l .story_img img {
    height: 192px;
  }
  #content .top_story .story_l h3 {
    display: inline-block;
    transform: translateY(-74px);
    width: 38%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .top_story .story_r .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_r .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_r .story_list {
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
  #content .top_story .story_r .story_list .story_item {
    position: relative;
  }
  #content .top_story .story_r .story_list .story_item .coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #content .top_story .story_r .story_list .story_item .story_img {
    width: 100%;
    height: 193px;
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_list .story_item .story_img img {
    width: 100%;
    height: 193px;
  }
  #content .top_story .story_r .story_list .story_item h3 {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .categories {
    margin-bottom: 20px;
  }
  #content .categories .cate_list {
    display: flex;
    justify-content: space-between;
    overflow: scroll;
  }
  #content .categories .cate_list::-webkit-scrollbar {
    display: none;
  }
  #content .categories .cate_list .cate_item {
    margin-right: 16px;
  }
  #content .categories .cate_list .cate_item:last-child {
    margin-right: 0;
  }
  #content .cont {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #content .cont .must,
  #content .cont .trending {
    margin-bottom: 20px;
  }
  #content .cont .must h2,
  #content .cont .trending h2 {
    font-size: 24px;
    font-family: s;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
  }
  #content .cont .must {
    width: 100%;
  }
  #content .cont .must .must_list .must_item .must_cover {
    width: 131px;
    height: 87px;
    border-radius: 8px 8px 8px 8px;
    margin-right: 8px;
  }
  #content .cont .must .must_list .must_item .must_r {
    width: calc(100% - 139px);
  }
  #content .cont .must .must_list .must_item .must_r h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  #content .cont .must .must_list .must_item .must_r .tag {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0px;
  }
  #content .cont .must .must_list .must_item .must_r .text {
    display: none;
  }
  #content .cont .trending {
    width: 100%;
  }
  #content .cont .trending .tren_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #content .cont .trending .tren_list .tren_item {
    width: calc((100% - 16px) / 2);
  }
  #content .popular .pop_list {
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
  #content .popular .pop_list .pop_item .pop_img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item .pop_img img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item h3 {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .top_story {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #content .top_story .story_l {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #content .top_story .story_l .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_l .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_l .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_l .story_img {
    width: 60%;
    height: 192px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    margin-bottom: 8px;
    display: inline-block;
  }
  #content .top_story .story_l .story_img img {
    height: 192px;
  }
  #content .top_story .story_l h3 {
    display: inline-block;
    transform: translateY(-74px);
    width: 38%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .top_story .story_r .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_r .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_r .story_list {
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
  #content .top_story .story_r .story_list .story_item {
    position: relative;
  }
  #content .top_story .story_r .story_list .story_item .coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #content .top_story .story_r .story_list .story_item .story_img {
    width: 100%;
    height: 193px;
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_list .story_item .story_img img {
    width: 100%;
    height: 193px;
  }
  #content .top_story .story_r .story_list .story_item h3 {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .categories {
    margin-bottom: 20px;
  }
  #content .categories .cate_list {
    display: flex;
    justify-content: space-between;
    overflow: scroll;
  }
  #content .categories .cate_list::-webkit-scrollbar {
    display: none;
  }
  #content .categories .cate_list .cate_item {
    margin-right: 16px;
  }
  #content .categories .cate_list .cate_item:last-child {
    margin-right: 0;
  }
  #content .cont {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #content .cont .must,
  #content .cont .trending {
    margin-bottom: 20px;
  }
  #content .cont .must h2,
  #content .cont .trending h2 {
    font-size: 24px;
    font-family: s;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
  }
  #content .cont .must {
    width: 100%;
  }
  #content .cont .must .must_list .must_item .must_cover {
    width: 131px;
    height: 87px;
    border-radius: 8px 8px 8px 8px;
    margin-right: 8px;
  }
  #content .cont .must .must_list .must_item .must_r {
    width: calc(100% - 139px);
  }
  #content .cont .must .must_list .must_item .must_r h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  #content .cont .must .must_list .must_item .must_r .tag {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0px;
  }
  #content .cont .must .must_list .must_item .must_r .text {
    display: none;
  }
  #content .cont .trending {
    width: 100%;
  }
  #content .cont .trending .tren_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #content .cont .trending .tren_list .tren_item {
    width: calc((100% - 16px) / 2);
  }
  #content .popular .pop_list {
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
  #content .popular .pop_list .pop_item .pop_img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item .pop_img img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item h3 {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .top_story {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #content .top_story .story_l {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #content .top_story .story_l .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_l .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_l .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_l .story_img {
    width: 100%;
    height: 192px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  #content .top_story .story_l .story_img img {
    height: 192px;
  }
  #content .top_story .story_l h3 {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .top_story .story_r .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_r .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_r .story_list {
    grid-gap: 16px;
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
  #content .top_story .story_r .story_list .story_item {
    position: relative;
  }
  #content .top_story .story_r .story_list .story_item .coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #content .top_story .story_r .story_list .story_item .story_img {
    width: 100%;
    height: 193px;
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_list .story_item .story_img img {
    width: 100%;
    height: 193px;
  }
  #content .top_story .story_r .story_list .story_item h3 {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .categories {
    margin-bottom: 20px;
  }
  #content .categories .cate_list {
    display: flex;
    justify-content: space-between;
    overflow: scroll;
  }
  #content .categories .cate_list::-webkit-scrollbar {
    display: none;
  }
  #content .categories .cate_list .cate_item {
    margin-right: 16px;
  }
  #content .categories .cate_list .cate_item:last-child {
    margin-right: 0;
  }
  #content .cont {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #content .cont .must,
  #content .cont .trending {
    margin-bottom: 20px;
  }
  #content .cont .must h2,
  #content .cont .trending h2 {
    font-size: 24px;
    font-family: s;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
  }
  #content .cont .must {
    width: 100%;
  }
  #content .cont .must .must_list .must_item .must_cover {
    width: 131px;
    height: 87px;
    border-radius: 8px 8px 8px 8px;
    margin-right: 8px;
  }
  #content .cont .must .must_list .must_item .must_r {
    width: calc(100% - 139px);
  }
  #content .cont .must .must_list .must_item .must_r h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  #content .cont .must .must_list .must_item .must_r .tag {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0px;
  }
  #content .cont .must .must_list .must_item .must_r .text {
    display: none;
  }
  #content .cont .trending {
    width: 100%;
  }
  #content .popular .pop_list {
    grid-gap: 16px;
    grid-template-columns: repeat(1, minmax(100px, auto));
  }
  #content .popular .pop_list .pop_item .pop_img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item .pop_img img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item h3 {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .top_story {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #content .top_story .story_l {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #content .top_story .story_l .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_l .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_l .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_l .story_img {
    width: 100%;
    height: 192px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  #content .top_story .story_l .story_img img {
    height: 192px;
  }
  #content .top_story .story_l h3 {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .top_story .story_r .story_rank {
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_rank .num {
    font-size: 48px;
    font-family: s;
    font-weight: 600;
    color: #387FFF;
  }
  #content .top_story .story_r .story_rank span {
    font-size: 18px;
    font-family: m;
    font-weight: 500;
    color: #333333;
  }
  #content .top_story .story_r .story_list {
    grid-gap: 16px;
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
  #content .top_story .story_r .story_list .story_item {
    position: relative;
  }
  #content .top_story .story_r .story_list .story_item .coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #content .top_story .story_r .story_list .story_item .story_img {
    width: 100%;
    height: 193px;
    margin-bottom: 8px;
  }
  #content .top_story .story_r .story_list .story_item .story_img img {
    width: 100%;
    height: 193px;
  }
  #content .top_story .story_r .story_list .story_item h3 {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #content .categories {
    margin-bottom: 20px;
  }
  #content .categories .cate_list {
    display: flex;
    justify-content: space-between;
    overflow: scroll;
  }
  #content .categories .cate_list::-webkit-scrollbar {
    display: none;
  }
  #content .categories .cate_list .cate_item {
    margin-right: 16px;
  }
  #content .categories .cate_list .cate_item:last-child {
    margin-right: 0;
  }
  #content .cont {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #content .cont .must,
  #content .cont .trending {
    margin-bottom: 20px;
  }
  #content .cont .must h2,
  #content .cont .trending h2 {
    font-size: 24px;
    font-family: s;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
  }
  #content .cont .must {
    width: 100%;
  }
  #content .cont .must .must_list .must_item .must_cover {
    width: 131px;
    height: 87px;
    border-radius: 8px 8px 8px 8px;
    margin-right: 8px;
  }
  #content .cont .must .must_list .must_item .must_r {
    width: calc(100% - 139px);
  }
  #content .cont .must .must_list .must_item .must_r h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  #content .cont .must .must_list .must_item .must_r .tag {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0px;
  }
  #content .cont .must .must_list .must_item .must_r .text {
    display: none;
  }
  #content .cont .trending {
    width: 100%;
  }
  #content .popular .pop_list {
    grid-gap: 16px;
    grid-template-columns: repeat(1, minmax(100px, auto));
  }
  #content .popular .pop_list .pop_item .pop_img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item .pop_img img {
    width: 100%;
    height: 194px;
  }
  #content .popular .pop_list .pop_item h3 {
    width: 100%;
  }
}
