#content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont-l {
  width: 803px;
}
#content .cont-l .bread {
  margin-bottom: 2px;
}
#content .cont-l .bread a {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
#content .cont-l .bread a:last-child {
  color: #40B1F2;
}
#content .cont-l .classification-list {
  margin: 10px 0 24px;
}
#content .cont-l .classification-list .classification-item {
  position: relative;
  width: 100%;
  padding: 16px;
  background: #F9FBFC;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont-l .classification-list .classification-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont-l .classification-list .classification-item .img-box {
  width: 206px;
  height: 152px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
#content .cont-l .classification-list .classification-item .img-box img {
  width: 100%;
  height: 152px;
}
#content .cont-l .classification-list .classification-item .item-r {
  width: calc(100% - 220px);
}
#content .cont-l .classification-list .classification-item .item-r span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: s;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
#content .cont-l .classification-list .classification-item .item-r h4 {
  margin-top: 8px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont-l .classification-list .classification-item:hover {
  background: #B88E2F;
}
#content .cont-l .classification-list .classification-item:hover .item-r span,
#content .cont-l .classification-list .classification-item:hover .item-r h4 {
  color: #fff;
}
#content .cont-r {
  width: 381px;
  padding-top: 18px;
}
#content .cont-r .trending-articles h3 {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  margin-bottom: 12px;
}
#content .cont-r .trending-articles .cate-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 15px;
}
#content .cont-r .trending-articles .cate-list .cate-item {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  padding: 24px 20px;
}
#content .cont-r .trending-articles .cate-list .cate-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont-r .trending-articles .cate-list .cate-item .title {
  margin-bottom: 6px;
  font-family: bk;
  font-size: 20px;
  color: #333333;
  position: relative;
}
#content .cont-r .trending-articles .cate-list .cate-item .title::before {
  position: absolute;
  top: 15px;
  left: 0px;
  content: "";
  width: 61px;
  height: 10px;
  z-index: -1;
  background: #FFC800;
  border-radius: 7px 7px 7px 7px;
}
#content .cont-r .trending-articles .cate-list .cate-item p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #050B20;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-r .trending-articles .cate-list .cate-item::after {
  width: 100%;
  height: 100%;
  background: #F9FBFC;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#content .cont-r .trending-articles .cate-list .cate-item:hover {
  background: #B88E2F;
}
#content .cont-r .trending-articles .cate-list .cate-item:hover .title::before {
  display: none;
}
#content .cont-r .trending-articles .cate-list .cate-item:hover .title,
#content .cont-r .trending-articles .cate-list .cate-item:hover p {
  color: #fff;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .trending-articles .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .trending-articles .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .trending-articles .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .classification-list .classification-item .img-box {
    width: 166px;
    height: auto;
  }
  #content .cont-l .classification-list .classification-item .img-box img {
    width: 100%;
    height: auto;
  }
  #content .cont-l .classification-list .classification-item .item-r {
    width: calc(100% - 180px);
  }
  #content .cont-r {
    width: 100%;
  }
}
