.page {
  background-color: rgba(24, 24, 24, 1);
  position: relative;
  width: 1920px;
  min-height: 1500px;
}

.group1 {
  width: 1920px;
}

/* Header */
.mod1 {
  box-shadow: 0px 2px 6px 0px rgba(130, 130, 130, 0.18);
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  width: 1920px;
}

.bd1 {
  width: 1200px;
  height: 60px;
  margin: 20px 0 0 360px;
}

.pic1 {
  width: 179px;
  height: 60px;
}

.word1 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(250, 120, 110, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 381px;
}

.info1 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(250, 120, 110, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 40px;
}

.txt1 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(250, 120, 110, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 40px;
}

.word2 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(250, 120, 110, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 40px;
}

.info2 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(250, 120, 110, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 40px;
}

.info2-nav {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 40px;
}

.txt2 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(250, 120, 110, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  display: block;
  margin: 14px 0 0 40px;
}

.bd2 {
  width: 40px;
  height: 6px;
  margin: 14px 0 0 920px;
}

.main1 {
  background-color: rgba(250, 120, 110, 1);
  width: 40px;
  height: 6px;
}

/* Banner */
.mod2 {
  z-index: 4;
  height: 500px;
  background: url(./img/SketchPngdab142fa149aef4e3be1bcdc5233f0e7c2d04a2343a176860fd705cc8c511f83.png) 100% no-repeat;
  width: 1920px;
}

.box1 {
  width: 515px;
  height: 216px;
  margin: 192px 0 0 360px;
}

.txt3 {
  text-shadow: 0px 0px 6px rgba(58, 42, 41, 1);
  width: 343px;
  height: 118px;
  overflow-wrap: break-word;
  color: rgba(250, 253, 252, 1);
  font-size: 84px;
  letter-spacing: 1.75px;
  font-family: PingFangSC-Semibold;
  text-align: left;
  white-space: nowrap;
  line-height: 118px;
  display: block;
}

.layer1 {
  width: 515px;
  height: 2px;
  background: url(./img/SketchPng242f70edf05713d3b59f274ec959edcdf4dc44a031dc6717dc19bcb6b68b535c.png) 100% no-repeat;
  margin-top: 20px;
}

.word3 {
  text-shadow: 0px 0px 6px rgba(58, 42, 41, 1);
  width: 450px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(250, 253, 252, 1);
  font-size: 40px;
  letter-spacing: 0.8333333134651184px;
  font-family: PingFangSC-Semibold;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  margin-top: 20px;
  display: block;
}

/* News list container */
.box2 {
  background-color: rgba(39, 39, 39, 0.56);
  width: 1200px;
  margin: -60px 0 0 360px;
  padding: 30px 60px;
}

/* News item card */
.news-card {
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.08);
  text-decoration: none;
}

.news-card:last-child {
  border-bottom: none;
}

.news-card:hover .news-title {
  color: rgba(250, 120, 110, 1);
}

.news-thumb {
  width: 240px;
  height: 150px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-thumb .no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
}

.news-info {
  flex: 1;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(238, 238, 238, 1);
  font-family: PingFangSC-Medium;
  line-height: 32px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-summary {
  font-size: 15px;
  color: rgba(170, 170, 170, 1);
  font-family: PingFangSC-Regular;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-date {
  font-size: 13px;
  color: rgba(136, 136, 136, 1);
  font-family: PingFangSC-Regular;
}

/* Empty */
.empty-text {
  text-align: center;
  padding: 60px 0;
  color: rgba(136, 136, 136, 1);
  font-size: 18px;
}

/* Pagination */
.pagination-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px;
  gap: 10px;
}

.page-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(238, 238, 238, 1);
  border-radius: 4px;
  font-size: 15px;
  font-family: PingFangSC-Regular;
  text-decoration: none;
}

.page-btn:hover {
  background-color: rgba(250, 120, 110, 0.8);
}

.page-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.page-current {
  display: inline-block;
  padding: 10px 24px;
  background-color: rgba(250, 120, 110, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  font-size: 15px;
  font-family: PingFangSC-Semibold;
}

/* Footer */
.mod4 {
  background-color: rgba(51, 51, 51, 1);
  height: 242px;
  width: 1920px;
}

.wrap1 {
  width: 487px;
  height: 194px;
  margin: 24px 0 0 360px;
}

.outer1 {
  width: 487px;
  height: 54px;
}

.TextGroup1 {
  height: 54px;
  width: 64px;
}

.bd3 {
  width: 64px;
  height: 54px;
}

.word6 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(238, 238, 238, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  display: block;
}

.word7 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(238, 238, 238, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 10px;
  display: block;
}

.block1 {
  width: 93px;
  height: 52px;
  margin: 1px 0 0 10px;
}

.block2 {
  width: 93px;
  height: 20px;
}

.txt5 {
  width: 42px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  display: block;
}

.word8 {
  width: 41px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  display: block;
}

.word9 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(139, 139, 139, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
  display: block;
}

.txt6 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(139, 139, 139, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  display: block;
  margin: 33px 0 0 1px;
}

.txt7 {
  width: 103px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(139, 139, 139, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  display: block;
  margin: 33px 0 0 10px;
}

.txt8 {
  width: 112px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(139, 139, 139, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  display: block;
  margin: 33px 0 0 10px;
}

.word10 {
  width: 182px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(238, 238, 238, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 30px;
  display: block;
}

.info4 {
  width: 420px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(238, 238, 238, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 10px;
  display: block;
}

.word11 {
  width: 305px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(238, 238, 238, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 10px;
  display: block;
}

.txt9 {
  width: 166px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(238, 238, 238, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 10px;
  display: block;
}
