#content {
  padding: 24px 60px;
}
#content .bread {
  color: #999999;
  margin-bottom: 16px;
}
#content .bread a {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 836px;
}
#content .cont .cont_l h2 {
  margin-bottom: 12px;
  font-size: 32px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .cont .cont_l .tag_list {
  display: flex;
  margin-bottom: 12px;
}
#content .cont .cont_l .tag_list a {
  padding: 4px 6px;
  background: #eee;
  border-radius: 2px 2px 2px 2px;
  margin-right: 8px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999;
}
#content .cont .cont_l .tag_list a:hover {
  color: #666;
  text-decoration: underline;
}
#content .cont .cont_l .miaoshu {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .cont .cont_l .search_title {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
#content .cont .cont_l .search_ad {
  width: 100%;
  min-height: 90px;
  margin-bottom: 16px;
}
#content .cont .cont_l .ad_box {
  margin-bottom: 12px;
}
#content .cont .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_l .ad_box .ad_title {
  color: #999;
  font-family: m;
  font-size: 14px;
  text-align: center;
}
#content .cont .cont_l .big_cover {
  width: 100%;
  margin-bottom: 16px;
}
#content .cont .cont_l .cont_text {
  margin-bottom: 16px;
}
#content .cont .cont_l .cont_text h3 {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_l .cont_text p {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#content .cont .cont_l .cont_text:last-child {
  margin-bottom: 0px;
}
#content .cont .cont_l .tiao_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 24px;
}
#content .cont .cont_l .tiao_box a {
  color: #333;
  font-family: m;
}
#content .cont .cont_l .tiao_box a:first-child {
  margin-right: 32px;
}
#content .cont .cont_l .tiao_box a:hover {
  color: #387FFF;
}
#content .cont .cont_l .popular h3 {
  color: #333;
  font-family: s;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
#content .cont .cont_l .popular .pop_list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
#content .cont .cont_l .popular .pop_list .pop_item {
  position: relative;
}
#content .cont .cont_l .popular .pop_list .pop_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content .cont .cont_l .popular .pop_list .pop_item .pop_img {
  width: 100%;
  height: 151px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
#content .cont .cont_l .popular .pop_list .pop_item .pop_img img {
  width: 100%;
}
#content .cont .cont_l .popular .pop_list .pop_item h4 {
  width: 100%;
  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;
}
@media (any-hover: hover) {
  #content .cont .cont_l .popular .pop_list .pop_item:hover .pop_img img {
    transform: scale(1.1);
    transition: 0.5s;
  }
  #content .cont .cont_l .popular .pop_list .pop_item:hover h4 {
    color: #387FFF;
    text-decoration: underline;
  }
}
#content .cont .cont_l .popular .paging {
  height: 50px;
  text-align: center;
}
#content .cont .cont_l .popular .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont .cont_l .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 .cont .cont_l .popular .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #387FFF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont .cont_r {
  width: 300px;
}
#content .cont .cont_r .ad_box {
  margin-bottom: 12px;
}
#content .cont .cont_r .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_r .ad_box .ad_title {
  color: #999;
  font-family: m;
  font-size: 14px;
  text-align: center;
}
#content .cont .cont_r .trending h2 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_r .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 .cont_r .trending .tren_list .tren_item .coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .cont .cont_r .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 .cont_r .trending .tren_list .tren_item .one {
  color: #E61F21;
}
#content .cont .cont_r .trending .tren_list .tren_item .two {
  color: #F09323;
}
#content .cont .cont_r .trending .tren_list .tren_item .three {
  color: #F7C650;
}
#content .cont .cont_r .trending .tren_list .tren_item h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 19px;
}
#content .cont .cont_r .trending .tren_list .tren_item:hover h3 {
  color: #387FFF;
}
#content .cont .cont_r .trending .tren_list .tren_item:last-child {
  margin-bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont .cont_l h2 {
    font-size: 30px;
  }
  #content .cont .cont_l .popular .pop_list {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .ad_box {
    display: none;
  }
  #content .cont .cont_r .trending {
    width: 100%;
  }
  #content .cont .cont_r .trending .tren_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #content .cont .cont_r .trending .tren_list .tren_item {
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont .cont_l h2 {
    font-size: 30px;
  }
  #content .cont .cont_l .popular .pop_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .ad_box {
    display: none;
  }
  #content .cont .cont_r .trending {
    width: 100%;
  }
  #content .cont .cont_r .trending .tren_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #content .cont .cont_r .trending .tren_list .tren_item {
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont .cont_l h2 {
    font-size: 18px;
  }
  #content .cont .cont_l .popular .pop_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .ad_box {
    display: none;
  }
  #content .cont .cont_r .trending {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont .cont_l h2 {
    font-size: 18px;
  }
  #content .cont .cont_l .popular .pop_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .ad_box {
    display: none;
  }
  #content .cont .cont_r .trending {
    width: 100%;
  }
}
