main {
  background: #F7F8FB;
}
.section {
  max-width: 1250px;
  margin: 0 auto;
}
/* .section {
  max-width: 1440px;
  margin: 0 auto;
} */
.section .title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  text-align: center;
  padding: 48px 0;
}
.section2 {
  padding-bottom: 100px;
}
.section2 .title {
  text-align: left;
  padding-top: 28px;
  padding-bottom: 0;
}
.latest-list {
  flex-wrap: wrap;
}
.latest-list .news-item {
  width: calc((100% - 29px) / 2);
  height: 553px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(67,67,67,0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
}
.latest-list .news-item:hover img {
  transform: scale(1.02);
}
.latest-list .news-item:nth-child(2n) {
  margin-right: 29px;
}
.latest-list .news-item .img-box {
  width: 100%;
  height: 378px;
  overflow: hidden;
}
.latest-list .news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s linear;
  transform: scale(1);
}
.latest-list .news-item:first-child {
  width: 100%;
  height: 451px;
  display: flex;
  align-items: center;
}
.latest-list .news-item:first-child .img-box {
  width: 619px;
  height: 100%;
  display: block;
}
.latest-list .news-item .news-info {
  padding: 8px 16px;
  box-sizing: border-box;
  position: relative;
}
.latest-list .news-item:first-child .news-info {
  width: calc(100% - 619px);
  padding: 29px;
  box-sizing: border-box;
}
.latest-list .news-item .tit {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-list .news-item:first-child .tit {
  font-size: 22px;
}
.latest-list .news-item .time {
  font-family: "Roboto";
  color: rgba(255, 92, 24, 1);
  font-size: 18px;
  padding: 18px 0;
}
.latest-list .news-item:first-child .time {
  padding: 24px 0;
}
.latest-list .news-item .desc {
  font-family: "Roboto";
  width: calc(100% - 120px);
  color: #DADADA;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-list .news-item:first-child .desc {
  width: 100%;
}
.latest-list .news-item .more-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 92, 24, 0.9);
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 16px;
  bottom: 6px;
}
.latest-list .news-item .more-btn:hover {
  background: rgba(255, 92, 24, 1);
}
.latest-list .news-item:first-child .more-btn {
  position: relative;
  margin-top: 30px;
  right: auto;
  bottom: auto;
}

.newsroom-list {
  flex-wrap: wrap;
  /* padding-bottom: 80px; */
}
.newsroom-list .newsroom-item {
  width: 50%;
  padding: 50px 0;
  border-top: 1px solid #A5A5A5;
  cursor: pointer;
}
.newsroom-list .newsroom-item:nth-child(1),.newsroom-list .newsroom-item:nth-child(2) {
  border: none;
}
.newsroom-list .newsroom-item .img-box {
  width: 187px;
  height: 136px;
  overflow: hidden;
}
.newsroom-list .newsroom-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s linear;
  transform: scale(1);
}
.newsroom-list .newsroom-item:hover img {
  transform: scale(1.02);
}
.newsroom-item .item-info {
  padding: 0 22px;
  width: calc(100% - 187px);
  box-sizing: border-box;
}
.newsroom-item .update,.newsroom-item .time {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 17px;
  color: #616161;
}
.newsroom-item .tit {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 17px;
  color: #181818;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 详情 */
.details {
  padding-top: 61px;
}
.details .type {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  color: #616161;
}
.details .time {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  color: #616161;
}
.details .title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 31px;
  color: #333333;
  padding: 38px 0 12px 0;
  text-align: left;
}
.details .s-title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #616161;
  padding-bottom: 50px;
}
.details .content {
  min-height: 55vh;
}
.details .content * {
  font-family: "Roboto";
  /* font-weight: 500; */
  font-size: 16px;
  color: #616161;
}
.details .content p {
  padding: 0;
  margin: 0;
  margin-bottom: 54px;
  text-align: justify;
  text-indent: 2em;
}
.details .content img {
  width: 100%;
  max-width: 100% !important;
  border-radius: 20px;
}
.newsroom-more-btn {
  background: #e8e8ed;
  color: #1d1d1f;
  font-size: 17px;
  width: 110px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 30px;
  /* box-shadow: 0px 6px 16px 0px #0c213f2e; */
  font-family: "Roboto";
  font-weight: 500;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
  margin-top: 50px;
}
.newsroom-more-btn:hover {
  background: #d2d2d7;
  color: #1d1d1f;
}
#newsroom .newsroom-list .newsroom-item {
  width: 100%;
}
#newsroom .newsroom-list .newsroom-item:nth-child(2) {
  border-top: 1px solid #A5A5A5;
}
#newsroom .pages-box {
  padding-bottom: 0;
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  .section {
    padding: 0 40px;
    box-sizing: content-box;
  }
  .section2 {
    padding-bottom: 100px;
  }
  .details {
    padding-top: 61px;
}
}
@media screen and (max-width: 1100px) {
  .latest-list .news-item:first-child .img-box {
    width: 520px;
  }
  .latest-list .news-item:first-child .news-info {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 900px) {
  .latest-list .news-item:first-child .img-box {
    width: 420px;
  }
  .latest-list .news-item:first-child .news-info {
    width: calc(100% - 420px);
  }
}

@media screen and (max-width: 800px) {
  .section {
    padding: 0 15px;
    padding-top: 40px;
  }
  .section2 {
    padding-bottom: 40px;
  }
  .newsroom-more-btn {
    margin-top: 20px;
  }
  .latest-list .news-item .tit,.latest-list .news-item:first-child .tit {
    font-size: 18px;
  }
  .details .title {
    padding: 10px 0;
  }
  .details .s-title {
    padding-bottom: 20px;
  }
  .details .content p {
    margin-bottom: 10px;
  }
  .newsroom-list .newsroom-item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #A5A5A5 !important;
    border-top: none !important;
  }
  .newsroom-list .newsroom-item:last-child {
    border: none !important;
  }
  .latest-list .news-item {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .latest-list .news-item:nth-child(2n) {
    margin-right: 0;
  }
  .latest-list .news-item:first-child,.latest-list .news-item:first-child .img-box,.latest-list .news-item .img-box {
    height: auto;
  }
  .latest-list .news-item img {
    height: auto;
  }
  .latest-list .news-item:first-child .img-box,.latest-list .news-item:first-child .news-info {
    width: 100%;
  }
  .latest-list .news-item .more-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 15px;
  }
  .latest-list .news-item:first-child .more-btn {
    margin-top: 15px;
  }
  .latest-list .news-item:first-child .news-info,.latest-list .news-item .news-info {
    padding: 12px 15px;
    padding-bottom: 24px;
  }
  .latest-list .news-item .time,.latest-list .news-item:first-child .time {
    padding: 10px 0;
    font-size: 16px;
  }
  .section .title {
    padding: 20px 0;
    padding-top: 0;
  }
  .latest-list .news-item .desc {
    width: 100%;
  }
  #newsroom .pages-box {
    padding-top: 30px;
  }
}