@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body,
#support {
  background: #f7f9fa;
}



.newsroom-advertisement .advertisement-info {
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  /* height: 300px; */
  margin: 0 auto;
  overflow: hidden;
}

.newsroom-advertisement .advertisement-info picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.newsroom-advertisement .advertisement-info img {
  display: block;
  width: 100%;
  height: 100%;
}

.newsroom-advertisement .advertisement-info::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.newsroom-hero__bread {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  width: min(1400px, calc(100% - 48px));
  transform: translateX(-50%);
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.newsroom-hero__bread a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.newsroom-hero__bread .on {
  color: #ffffff;
}

.newsroom-advertisement .advertisement-info-text.newsroom-hero__content {
  position: absolute;
  top: 114px;
  left: 50%;
  z-index: 3;
  width: min(1400px, calc(100% - 48px));
  transform: translateX(-50%);
  color: #ffffff;
}

.newsroom-advertisement .advertisement-info-text.newsroom-hero__content h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
}

.newsroom-shell {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 60px;
  width: min(1400px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.newsroom-grid-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.newsroom-grid-wrap ul li {
  width: 100%;
}


.newsroom-card {
  padding: 0;
  border: 0;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  /* width: 332px;
  height: 368px; */
}

.newsroom-card:hover {
  box-shadow: 0px 10px 30px 0px #0000001A;
}

.newsroom-card__media {
  overflow: hidden;
  width: 100%; 
  height: 200px;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
}

.newsroom-card__media-link {
  display: block;
}
.newsroom-card__media img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: fill;
  transition: transform 0.35s ease;
}

.newsroom-card:hover .newsroom-card__media img,
.newsroom-card:focus-within .newsroom-card__media img {
  transform: scale(1.05);
}

.newsroom-card__body {
  box-sizing: border-box;
  height: 168px;
  padding: 16px;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}

.sa-xxlb-3-item .sa-time.newsroom-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9b9fa8;
}

.newsroom-card__time,
.newsroom-card__separator,
.newsroom-card__tag {
  color: #9b9fa8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.newsroom-card__title {
  width: 100%;
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #292929;
}

.newsroom-card__title-tooltip-trigger {
  display: block;
  width: 100%;
}

.newsroom-card__title-link {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.newsroom-card__title-link:hover {
  color: #0055CD;
}

.newsroom-title-tooltip.el-tooltip__popper {
  width: max-content;
  max-width: calc(100vw - 24px);
  padding: 10px 14px;
  border: none;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  word-break: break-word;
}

.newsroom-title-tooltip.el-tooltip__popper[x-placement^="top"] .popper__arrow {
  border-top-color: #000;
}

.newsroom-title-tooltip.el-tooltip__popper[x-placement^="top"] .popper__arrow::after {
  border-top-color: #000;
}

.support-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin-top: 60px;
  /* background-color: #fff; */
}
.support-pagination .el-pagination.is-background .btn-next,
.support-pagination .el-pagination.is-background .btn-prev,
.support-pagination .el-pagination.is-background .el-pager li {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 0 6px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  color: #303133;
  box-sizing: border-box;
}

.support-pagination .el-pagination.is-background .btn-prev,
.support-pagination .el-pagination.is-background .btn-next {
  padding: 0;
  font-size: 14px;
}

.support-pagination .el-pagination.is-background .el-pager li:not(.disabled):hover,
.support-pagination .el-pagination.is-background .btn-prev:hover,
.support-pagination .el-pagination.is-background .btn-next:hover {
  border-color: #0055CD;
  color: #0055CD;
}

.support-pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
  border-color: #0055CD ;
  background-color: #0055CD ;
  color: #fff !important;
}

.support-pagination .el-pagination.is-background .el-pager .more,
.support-pagination .el-pagination.is-background .el-pager .btn-quicknext,
.support-pagination .el-pagination.is-background .el-pager .btn-quickprev {
  border-color: transparent;
  background-color: transparent;
}

.support-pagination .el-pagination.is-background .el-pager .more::before {
  color: #909399;
}

.support-pagination .el-pagination.is-background .btn-prev:disabled,
.support-pagination .el-pagination.is-background .btn-next:disabled {
  color: #c0c4cc;
  border-color: #ebeef5;
  background-color: #f5f7fa;
}

.support-pagination-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 40px;
  padding: 28px 0 24px;
}

.support-pagination-mobile__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  color: #8d939c;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.support-pagination-mobile__btn:disabled {
  color: #c0c4cc;
  border-color: #ebeef5;
  background: #f5f7fa;
  cursor: not-allowed;
}

.support-pagination-mobile__status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2a2b2e;
  font-size: 18px;
  line-height: 28px;
}

.support-pagination-mobile__current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
}

.support-pagination-mobile__divider,
.support-pagination-mobile__total {
  color: #606266;
  font-size: 16px;
}

.btnfr {
  margin-top:0px !important;
}
@media screen and (max-width: 1399px) {
  .newsroom-grid-wrap ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
  }
  .newsroom-advertisement .advertisement-info-text.newsroom-hero__content {
    left: 50%;
    top:90px
  }
  .newsroom-hero__bread {
    left: 50%;
  }
}

@media screen and (max-width: 1080px) {
  .newsroom-grid-wrap ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }

  .newsroom-hero__bread,
  .newsroom-advertisement .advertisement-info-text.newsroom-hero__content {
    width: calc(100% - 48px);
  }

  .newsroom-advertisement .advertisement-info {
    height: 260px;
  }
  .newsroom-advertisement .advertisement-info-text.newsroom-hero__content {
    top: 120px;
  }
  .newsroom-advertisement .advertisement-info-text.newsroom-hero__content h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .newsroom-advertisement .advertisement-info {
    height: 220px;
  }

  .newsroom-advertisement .advertisement-info img {
    object-position: center top;
  }

  .newsroom-hero__bread {
    display: none;
  }

  .newsroom-advertisement .advertisement-info-text.newsroom-hero__content {
    top: auto;
    bottom: 34px;
    width: calc(100% - 40px);
    font-size: 42px;
  }

  .newsroom-shell {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .newsroom-grid-wrap ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .sa-xxlb-3-item .sa-title.newsroom-card__title {
    font-size: 15px;
  }

  .newsroom-card {
    width: 100%;
    /* max-width: 332px; */
  }

}

@media screen and (max-width: 480px) {
  .newsroom-advertisement .advertisement-info {
    height: 180px;
  }

  .newsroom-advertisement .advertisement-info-text.newsroom-hero__content h2 {
    font-size: 24px;
  }

  .support-pagination--desktop {
    display: none;
  }

  .support-pagination-mobile {
    display: flex;
  }
}
