@import url('../css/head_foot.css?v=1');
#content {
  padding: 24px 60px;
  margin: 0 auto;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 760px;
}
#content .cont .cont_l .news {
  margin-bottom: 4px;
}
#content .cont .cont_l .news .news_title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .news .news_title .news_title_l {
  text-decoration: 6px #00D179 underline;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_l .news .btns {
  margin-bottom: 8px;
  display: flex;
}
#content .cont .cont_l .news .btns .btn {
  width: 155px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: m;
  font-weight: 600;
  color: #666666;
  text-align: center;
  line-height: 38px;
  margin-right: 8px;
}
#content .cont .cont_l .news .btns .btn_lv {
  background: #00D179;
  color: #111;
}
#content .cont .cont_l .news .new_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 9px;
  margin-bottom: 16px;
}
#content .cont .cont_l .news .new_list .new_item {
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #F5F6FA;
}
#content .cont .cont_l .news .new_list .new_item img {
  width: 100%;
  height: 131px;
  border-radius: 8px 8px 8px 8px;
}
#content .cont .cont_l .news .new_list .new_item .item_title {
  height: 38px;
  margin-top: 4px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  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 .news .new_list .new_item:hover .item_title {
    color: #00D179;
  }
}
#content .cont .cont_l .news .paging {
  text-align: center;
}
#content .cont .cont_l .news .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont .cont_l .news .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont .cont_l .news .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00D179;
  border-radius: 8px;
  border: none;
  color: #111;
}
#content .cont .cont_l .ad {
  margin-bottom: 24px;
}
#content .cont .cont_l .ad .ad_title {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  text-align: center;
}
#content .cont .cont_l .ad .ad_cont {
  min-height: 90px;
}
#content .cont .cont_r {
  width: 376px;
}
#content .cont .cont_r .r_ad {
  margin-bottom: 12px;
}
#content .cont .cont_r .r_ad .ad_title {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  text-align: center;
}
#content .cont .cont_r .r_ad .ad_cont {
  min-height: 90px;
  text-align: center;
}
#content .cont .cont_r .popular {
  margin-bottom: 24px;
}
#content .cont .cont_r .popular .popular_title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_r .popular .popular_title .popular_title_l {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_r .popular .popular_title .popular_more span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .popular .popular_title .popular_more img {
  width: 16px;
  height: 16px;
}
#content .cont .cont_r .popular .popular_list .popular_item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  margin-bottom: 8px;
}
#content .cont .cont_r .popular .popular_list .popular_item img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
#content .cont .cont_r .popular .popular_list .popular_item span {
  width: calc(100% - 46px);
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont .cont_r .popular .popular_list .popular_item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  #content .cont .cont_r .popular .popular_list .popular_item:hover span {
    color: #00D179;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .news .news_detail {
    display: none;
  }
  #content .cont .cont_l .news .new_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .cont_l .news .new_list .new_item img {
    height: 183px;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .news .news_detail {
    display: none;
  }
  #content .cont .cont_l .news .new_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .cont_l .news .new_list .new_item img {
    height: 183px;
  }
  #content .cont .cont_r {
    display: none;
  }
}
