#content {
  flex: 1;
  width: 1280px;
  padding: 24px 100px;
  margin: 0 auto;
}
#content h2 {
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  margin-bottom: 8px;
}
#content .jies {
  font-family: s;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .ad_box {
  margin-bottom: 24px;
}
#content .ad_box .ad_title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .article-list .article-item {
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E1E1E1;
  display: flex;
  margin-bottom: 24px;
}
#content .article-list .article-item .img-box {
  width: 540px;
  height: 316px;
  border-radius: 0px 0px 0px 0px;
}
#content .article-list .article-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .article-list .article-item .item-r {
  width: calc(100% - 540px);
  padding: 16px 32px;
}
#content .article-list .article-item .item-r h3 {
  font-family: b;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
#content .article-list .article-item .item-r p {
  font-family: s;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
}
#content .article-list .article-item .item-r .btn {
  width: 300px;
  height: 80px;
  background: linear-gradient(180deg, #39B835 47%, #048800 100%);
  border-radius: 16px 16px 16px 16px;
  border: 6px solid #0F7D0C;
  text-align: center;
  line-height: 68px;
  font-family: s;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
}
#content .article-list .article-item:hover .item-r .btn {
  background: linear-gradient(180deg, #048800 47%, #048800 100%);
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .article-list .article-item {
    flex-direction: column;
    border: none;
  }
  #content .article-list .article-item .img-box {
    width: 100%;
    height: 201px;
    font-size: 0;
    border: 1px solid #E1E1E1;
  }
  #content .article-list .article-item .item-r {
    width: 100%;
    padding: 16px;
  }
  #content .article-list .article-item .item-r .btn {
    margin: 0 auto;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .article-list .article-item {
    flex-direction: column;
    border: none;
  }
  #content .article-list .article-item .img-box {
    width: 100%;
    height: 201px;
    font-size: 0;
    border: 1px solid #E1E1E1;
  }
  #content .article-list .article-item .item-r {
    width: 100%;
    padding: 16px;
  }
  #content .article-list .article-item .item-r .btn {
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .article-list .article-item {
    flex-direction: column;
    border: none;
  }
  #content .article-list .article-item .img-box {
    width: 100%;
    height: 201px;
    font-size: 0;
    border: 1px solid #E1E1E1;
  }
  #content .article-list .article-item .item-r {
    width: 100%;
    padding: 16px;
  }
  #content .article-list .article-item .item-r .btn {
    margin: 0 auto;
  }
}
