body {
  background: #fff;
}
#content .cont {
  width: 800px;
  padding: 0;
  margin: 0 auto;
}
#content .cont .cont-text {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont .cont-menu {
  padding: 24px;
  background: rgba(14, 18, 66, 0.05);
  margin-bottom: 32px;
}
#content .cont .cont-menu h2 {
  font-family: s;
  font-size: 24px;
  color: #333333;
  margin-bottom: 4px;
}
#content .cont .cont-menu .cont-menu-span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: block;
  margin-bottom: 16px;
}
#content .cont .cont-menu ul li {
  margin-bottom: 12px;
}
#content .cont .cont-menu ul li:last-child {
  margin-bottom: 0;
}
#content .cont .cont-menu ul li a {
  font-family: s;
  font-size: 16px;
  color: #13199F;
}
#content .cont .cont-menu ul li a:hover {
  text-decoration: underline;
}
#content .cont .article-box {
  margin-bottom: 32px;
}
#content .cont .article-box h3 {
  font-family: eb;
  font-size: 26px;
  color: #5FD67C;
  margin-bottom: 16px;
}
#content .cont .article-box .article-cover {
  width: 100%;
}
#content .cont .article-box .article-p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .article-box .article-p strong {
  font-family: b;
}
#content .cont .article-box .article-p a {
  color: #13199F;
  text-decoration: underline;
}
#content .cont .article-box .product-list .product-item {
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  padding: 24px;
  display: flex;
  margin-bottom: 16px;
}
#content .cont .article-box .product-list .product-item .item-l {
  width: 228px;
  height: 152px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
#content .cont .article-box .product-list .product-item .item-l img {
  width: 100%;
}
#content .cont .article-box .product-list .product-item .item-r {
  width: calc(100% - 244px);
}
#content .cont .article-box .product-list .product-item .item-r h4 {
  font-family: b;
  font-size: 26px;
  color: #13199F;
  margin-bottom: 4px;
}
#content .cont .article-box .product-list .product-item .item-r .item-p {
  font-family: m;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .cont .article-box .product-list .product-item .item-r .click {
  display: inline-block;
  padding: 6px 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5FD67C;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #5FD67C;
  text-align: center;
}
#content .cont .article-box .product-list .product-item .r-zi {
  width: 40px;
  height: 40px;
}
#content .cont .article-box .see-more {
  width: 437px;
  padding: 12px 32px;
  background: #FFD445;
  border-radius: 4px 4px 4px 4px;
  font-family: s;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin: 0 auto 32px;
  display: block;
}
#content .cont .article-box .here {
  font-family: s;
  font-size: 20px;
  color: #333333;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
#content .cont .article-box .find-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
#content .cont .article-box .find-box a {
  width: calc((100% - 16px) / 2);
  padding: 16px 24px;
  background: #13199F;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .article-box .find-box a span {
  width: 244px;
  font-family: b;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont .article-box .find-box a img {
  width: 36px;
  height: 36px;
}
#content .cont .article-box .article-list .article-item {
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  padding: 24px;
  display: flex;
  margin-bottom: 16px;
}
#content .cont .article-box .article-list .article-item .item-l {
  width: 228px;
  height: 152px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
#content .cont .article-box .article-list .article-item .item-l img {
  width: 100%;
}
#content .cont .article-box .article-list .article-item .item-r {
  width: calc(100% - 244px);
}
#content .cont .article-box .article-list .article-item .item-r h4 {
  font-family: b;
  font-size: 26px;
  color: #13199F;
  margin-bottom: 4px;
}
#content .cont .article-box .article-list .article-item .item-r .item-p {
  font-family: m;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .cont .article-box .article-list .article-item .item-r .item-p a {
  color: #13199F;
  text-decoration: underline;
}
#content .cont .article-box .choose-box {
  padding: 24px 50px 12px;
  background: #5FD67C;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
}
#content .cont .article-box .choose-box .title {
  font-family: b;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 12px;
  text-align: center;
}
#content .cont .article-box .choose-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .cont .article-box .choose-box .tag-list a {
  padding: 8px 16px;
  display: block;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px 4px 4px 4px;
  margin: 0 12px 12px 0;
}
#content .cont .article-box .choose-box .tag-list a:hover {
  background: #fff;
}
#content .cont .article-box .top-ways {
  padding: 24px 12px;
  background: rgba(95, 214, 124, 0.1);
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
}
#content .cont .article-box .top-ways .title {
  font-family: b;
  font-size: 20px;
  color: #5FD67C;
  text-align: center;
  margin-bottom: 24px;
}
#content .cont .article-box .top-ways .ways-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .article-box .top-ways .ways-list .ways-item {
  margin-right: 24px;
}
#content .cont .article-box .top-ways .ways-list .ways-item img {
  max-width: 116px;
}
#content .cont .article-box .top-ways .ways-list .ways-item:last-child {
  margin-right: 0;
}
#content .cont .article-box .do {
  margin-bottom: 16px;
  font-family: b;
  font-size: 20px;
  color: #333333;
}
#content .cont .article-box .people {
  padding: 24px;
  background: rgba(14, 18, 66, 0.05);
  border-radius: 8px 8px 8px 8px;
  display: flex;
}
#content .cont .article-box .people .people-cover {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  border-radius: 50%;
}
#content .cont .article-box .people .people-r {
  width: calc(100% - 126px);
}
#content .cont .article-box .people .people-r span {
  display: block;
}
#content .cont .article-box .people .people-r .sp {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont .article-box .people .people-r .name {
  font-family: b;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont .article-box .people .people-r .pep-p {
  font-family: m;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
}
#content .cont .article-box .next-box {
  display: flex;
  justify-content: end;
  margin: 16px 0 32px;
}
#content .cont .article-box .next-box .next {
  width: 172px;
  height: 54px;
  background: #FFD445;
  border-radius: 4px 4px 4px 4px;
  font-family: s;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 54px;
}
#content .cont .list-box {
  background: #5FD67C;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 32px;
}
#content .cont .list-box h3 {
  padding: 20px 24px;
  font-family: eb;
  font-size: 26px;
  color: #FFFFFF;
}
#content .cont .list-box .cont-child {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
#content .cont .list-box .cont-child .child-t {
  padding: 24px;
}
#content .cont .list-box .cont-child .child-t .faq-list .faq-item {
  padding: 24px 0;
  display: block;
  border-top: 1px solid #eee;
}
#content .cont .list-box .cont-child .child-t .faq-list .faq-item h4 {
  font-family: s;
  font-size: 20px;
  color: #13199F;
}
#content .cont .list-box .cont-child .child-t .faq-list .faq-item:hover h4 {
  text-decoration: underline;
}
#content .cont .list-box .cont-child .child-t .faq-list .faq-item:last-child {
  padding-bottom: 0;
}
#content .cont .list-box .cont-child .child-t .faq-list .faq-item:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
  #content .cont .article-box h3 {
    font-size: 22px;
  }
  #content .cont .article-box .product-list .product-item {
    padding: 16px;
  }
  #content .cont .article-box .product-list .product-item .item-l {
    width: 80px;
    height: 53px;
    margin-right: 8px;
  }
  #content .cont .article-box .product-list .product-item .item-r {
    width: calc(100% - 88px);
  }
  #content .cont .article-box .product-list .product-item .item-r h4 {
    font-size: 20px;
  }
  #content .cont .article-box .product-list .product-item .item-r .item-p {
    font-size: 14px;
  }
  #content .cont .article-box .article-list .article-item {
    padding: 16px;
    align-items: center;
  }
  #content .cont .article-box .article-list .article-item .item-l {
    width: 80px;
    height: 53px;
    margin-right: 8px;
  }
  #content .cont .article-box .article-list .article-item .item-r {
    width: calc(100% - 88px);
  }
  #content .cont .article-box .article-list .article-item .item-r h4 {
    font-size: 20px;
  }
  #content .cont .article-box .article-list .article-item .item-r .item-p {
    display: none;
  }
  #content .cont .article-box .choose-box {
    padding: 24px 12px 12px;
  }
  #content .cont .article-box .people {
    padding: 16px;
  }
  #content .cont .article-box .people .people-cover {
    width: 60px;
    height: 60px;
    margin-right: 8px;
  }
  #content .cont .article-box .people .people-r {
    width: calc(100% - 68px);
  }
  #content .cont .article-box .people .people-r span {
    display: block;
  }
  #content .cont .article-box .people .people-r .sp {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #content .cont .article-box .people .people-r .name {
    margin-bottom: 4px;
    font-size: 16px;
  }
  #content .cont .article-box .people .people-r .pep-p {
    font-size: 13px;
  }
  #content .cont .article-box .top-ways .ways-list .ways-item img {
    max-width: 80px;
  }
  #content .cont .article-box .see-more {
    width: 100%;
  }
  #content .cont .article-box .find-box {
    flex-direction: column;
  }
  #content .cont .article-box .find-box a {
    width: 100%;
  }
  #content .cont .article-box .find-box a:first-child {
    margin-bottom: 16px;
  }
}
