.article-container {
  /* margin-top: 57px; */
  margin-bottom: 60px;
  padding: 0 60px 0 60px;
  box-sizing: content-box;
  background: #fff;
  border-radius: 12px;
  margin-top: 0px;
  min-height: 450px;
}

.article-container .name {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding-top: 24px;
}

.article-container .desc1 {
  font-size: 14px;
  color: #777777;
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.article-container .subtitle {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.article-container .desc1 .left {}

.article-container .desc1 .right {}

.article-container .desc1 .di {
  display: inline-block;
}

.article-container .desc1 .di:nth-child(1) {
  margin-right: 16px;
}

.article-container .content {
  padding: 20px 0;
}

.article-container .content video {
  max-width: 100%;
}

.ar_bottom {

  padding: 50px 0;
}

.ar_bottom .ari {
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}

.article-list {
  width: 100%;
  overflow: visible;
}

.article-list::after {
  content: '';
  clear: both;
  display: block;
}


.article-list .article-item {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 34px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.article-list .article-item:hover {
  box-shadow: 0px 10px 20px rgb(119 119 119 / 60%);
  transform: scale(1.02);
  z-index: 100;
  background-color: #fff;
}

.r-info {
  flex-grow: 1;
  overflow: hidden;
  padding: 0 10px;
}

.article-list.article_list-row3 .article-item {
  width: calc((100% - 40px) /3);
  margin-right: 20px;
}

.article-list.article_list-row2 .article-item {
  width: calc((100% - 20px) /2);
  margin-right: 20px;
}

.article-list.article_list-row2.amr200 .article-item {
  width: calc((100% - 200px) /2);
  margin-right: 200px;
}

.article-list.article_list-row4 .article-item {
  width: calc((100% - 60px) /4);
  margin-right: 20px;
}

.article-list.article_list-row5 .article-item {
  width: calc((100% - 80px) /5);
  margin-right: 20px;
}

.article-list.article_list-row4 .article-item:nth-child(4n) {
  margin-right: 0;
}

.article-list.article_list-row5 .article-item:nth-child(5n) {
  margin-right: 0;
}

.article-list.article_list-row2 .article-item:nth-child(2n) {
  margin-right: 0;
}

.article-list.article_list-row3 .article-item:nth-child(3n) {
  margin-right: 0;
}

.article-list .article-item .name {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  height: 22px;
}

.article-list .article-item .sub-name {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin: 0 16px 24px 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  overflow: hidden;
}

.article-list .article-item .bot {
  display: flex;
  justify-content: space-between;
  height: 69px;
  padding: 0 16px;
  align-items: center;
  font-size: 12px;
  color: #777777;
}

.article-item-box-s {
  box-shadow: 0px 10px 20px rgba(119, 119, 119, 0.16);
  border-radius: 12px;
}

.article-s .article-item {

  box-shadow: 0px 10px 20px rgba(119, 119, 119, 0.16);
  border-radius: 12px;
}

.zsgl .article-list.article_list-row3 .article-item {
  padding-bottom: calc((100% - 40px) /3)
}

@media screen and (max-width: 451px) {
  .article-container {
    margin-bottom: 25px;
    min-height: 250px;
  }

  .article-container .desc1 {
    margin: 10px 0;
    font-size: 12px;
  }

  .article-container .name {
    font-size: 18px;
  }

  .ar_bottom {
    padding: 20px 0;
  }

  .ar_bottom .ari {
    font-size: 14px;
  }

  .article-container .desc1 .left .pos {
    display: none;
  }

  .article-list.article_list-row2 .article-item,
  .article-list.article_list-row3 .article-item,
  .article-list.article_list-row2.amr200 .article-item {
    width: 100%;
  }

  .article-list.article_list-row5 .article-item,
  .article-list.article_list-row4 .article-item,
  .zsgl .article-list.article_list-row3 .article-item {
    width: calc((100% - 10px) /2);
  }

  .zsgl .article-list.article_list-row3 .article-item {
    padding-bottom: calc((100% - 10px) /2)
  }

  .article-list.article_list-row5 .article-item:nth-child(2n+1),
  .article-list.article_list-row4 .article-item:nth-child(2n+1),
  .zsgl .article-list.article_list-row3 .article-item:nth-child(2n+1) {
    margin-right: 10px !important;
  }

  .article-list .article-item .name {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
  }

  .article-list .article-item .sub-name {
    margin: 0 0 10px 0;
    padding: 0;
  }

  .article-item {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

  .article-list .article-item .bot {
    height: 30px;
    padding: 0;
  }

  .article-s .article-item {
    box-shadow: 0px 2px 8px rgb(119 119 119 / 16%);
    border-radius: 8px;
  }
}
