#content .bread {
  display: flex;
  align-items: center;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont-l {
  width: 836px;
}
#content .cont .cont-l h2 {
  font-family: s;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 38px;
  margin-bottom: 12px;
}
#content .cont .cont-l .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  overflow: hidden;
}
#content .cont .cont-l .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 .cont-l .text {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .cont .cont-l .ad-box {
  margin-bottom: 16px;
}
#content .cont .cont-l .ad-box .ad-title {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
}
#content .cont .cont-l .ad-box .ad-cont {
  min-height: 90px;
}
#content .cont .cont-l .img-box {
  width: 100%;
  height: 470px;
  margin-bottom: 16px;
}
#content .cont .cont-l .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont .cont-l .cont-title {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}
#content .cont .cont-l .prev-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cont .cont-l .prev-next .prev-box,
#content .cont .cont-l .prev-next .next-box {
  width: calc((100% - 16px) / 2);
  border: 1px solid #EEEEEE;
}
#content .cont .cont-l .prev-next .prev-box .prev,
#content .cont .cont-l .prev-next .next-box .prev,
#content .cont .cont-l .prev-next .prev-box .next,
#content .cont .cont-l .prev-next .next-box .next {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 12px 0;
}
#content .cont .cont-l .prev-next .prev-box .tj,
#content .cont .cont-l .prev-next .next-box .tj {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  background: #eee;
}
#content .cont .cont-l .prev-next .prev-box .tj .img-box,
#content .cont .cont-l .prev-next .next-box .tj .img-box {
  width: 100px;
  height: 72px;
  margin-bottom: 0;
  margin-right: 8px;
}
#content .cont .cont-l .prev-next .prev-box .tj .img-box img,
#content .cont .cont-l .prev-next .next-box .tj .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont .cont-l .prev-next .prev-box .tj span,
#content .cont .cont-l .prev-next .next-box .tj span {
  width: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 16px;
}
#content .cont .cont-l .prev-next .prev-box:hover .prev,
#content .cont .cont-l .prev-next .next-box:hover .prev,
#content .cont .cont-l .prev-next .prev-box:hover .next,
#content .cont .cont-l .prev-next .next-box:hover .next {
  color: #7C3EFC;
}
#content .cont .cont-l .prev-next .prev-box:hover .tj span,
#content .cont .cont-l .prev-next .next-box:hover .tj span {
  color: #7C3EFC;
}
#content .cont .cont-l .popular h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  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: 268px;
  height: 151px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
#content .cont .cont-l .popular .pop-list .pop-item .pop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#content .cont .cont-l .popular .pop-list .pop-item h4 {
  width: 100%;
  font-size: 18px;
  font-family: m;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .cont-l .popular .pop-list .pop-item:hover h4 {
  color: #7C3EFC;
  text-decoration: underline;
}
#content .cont .cont-r {
  width: 300px;
}
#content .cont .cont-r .articles h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont-r .articles ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont .cont-r .articles ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont-r .articles ul li a .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 72px;
  position: relative;
}
#content .cont .cont-r .articles ul li a .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont .cont-r .articles ul li a .img-box .ar-num {
  width: 20px;
  height: 20px;
  background: #EC4A46;
  position: absolute;
  top: 0;
  left: 0;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
#content .cont .cont-r .articles ul li a h4 {
  width: calc(100% - 108px);
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#content .cont .cont-r .articles ul li a:hover h4 {
  color: #463DE0;
  text-decoration: underline;
}
#content .cont .cont-r .articles ul .one a {
  flex-direction: column;
}
#content .cont .cont-r .articles ul .one a .img-box {
  width: 100%;
  height: 169px;
  position: relative;
  margin-bottom: 8px;
}
#content .cont .cont-r .articles ul .one a h4 {
  font-family: m;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .popular {
    margin-bottom: 16px;
  }
  #content .cont .cont-l .popular .pop-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img {
    width: 100%;
    height: 200px;
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img img {
    width: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .articles ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .popular {
    margin-bottom: 16px;
  }
  #content .cont .cont-l .popular .pop-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img {
    width: 100%;
    height: 200px;
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img img {
    width: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .articles ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .popular {
    margin-bottom: 16px;
  }
  #content .cont .cont-l .popular .pop-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img {
    width: 100%;
    height: 151px;
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img img {
    width: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .articles ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l h2 {
    font-size: 26px;
    line-height: 30px;
  }
  #content .cont .cont-l .img-box {
    height: 200px;
  }
  #content .cont .cont-l .popular {
    margin-bottom: 16px;
  }
  #content .cont .cont-l .popular .pop-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img {
    width: 100%;
    height: 151px;
  }
  #content .cont .cont-l .popular .pop-list .pop-item .pop-img img {
    width: 100%;
  }
  #content .cont .cont-l .prev-next .prev-box .tj,
  #content .cont .cont-l .prev-next .next-box .tj {
    flex-direction: column;
  }
  #content .cont .cont-l .prev-next .prev-box .tj .img-box,
  #content .cont .cont-l .prev-next .next-box .tj .img-box {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  #content .cont .cont-l .prev-next .prev-box .tj span,
  #content .cont .cont-l .prev-next .next-box .tj span {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .articles ul {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
