html {
  font-size: 100px;
}
* {
  font-size: 0.14rem;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, #def0ff, #ffffff 100%);
  content: '';
  z-index: -1;
}
#news-center {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 0.36rem;
  padding-bottom: 0.8rem;
}
.news-center-top {
  display: flex;
  gap: 0.24rem;
}
.news-center-top .ad-box {
  flex: 1;
  height: 4.06rem;
  overflow: hidden;
}
.news-center-top .ad-box .banner-swiper {
  width: 100%;
  height: 100%;
}
.news-center-top .ad-box img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news-center-top .hot-box {
  width: 3.84rem;
  height: 4.06rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.28rem 0.2rem;
}
.news-center-top .hot-box > span {
  font-size: 0.2rem;
}
.news-center-top .hot-box-item {
  display: block;
  margin-top: 0.16rem;
  border-bottom: 0.01rem solid transparent;
  transition: all 0.4s;
  position: relative;
}
.news-center-top .hot-box-item::after {
  content: '';
  position: absolute;
  height: 0.02rem;
  width: 0.18rem;
  background-color: #020202;
  opacity: 0;
  transition: all 0.4s;
  bottom: -0.01rem;
  left: 100%;
}
.news-center-top .hot-box-item-time {
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding-left: 0.26rem;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.4s;
}
.news-center-top .hot-box-item-time span {
  color: #858586;
}
.news-center-top .hot-box-item-time svg {
  margin-right: -0.06rem;
}
.news-center-top .hot-box-item-title {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  line-height: 0.22rem;
}
.news-center-top .hot-box-item-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center-top .hot-box-item-title::before {
  content: attr(sort);
  color: #0088FA;
  font-size: 0.16rem;
  font-family: "DIN Alternate Bold";
  transform: scaleY(0.9);
}
.news-center-top .hot-box-item.active {
  margin-top: 0.2rem;
  border-bottom-color: #D8DBE3;
}
.news-center-top .hot-box-item.active::after {
  opacity: 1;
  left: 0;
}
.news-center-top .hot-box-item.active .hot-box-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.news-center-top .hot-box-item.active .hot-box-item-title span {
  font-size: 0.16rem;
}
.news-center-top .hot-box-item.active .hot-box-item-title::before {
  font-size: 0.2rem;
  transform: scaleY(1);
}
.news-center-top .hot-box-item.active .hot-box-item-time {
  height: 0.2rem;
  margin-top: 0.12rem;
  margin-bottom: 0.18rem;
}
.news-center-list {
  margin-top: 0.18rem;
}
.news-center-list .news-center-item {
  margin-top: 0.24rem;
  display: flex;
  gap: 0.32rem;
}
.news-center-list .news-center-item img {
  width: 3rem;
  height: 1.45rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news-center-list .news-center-item-content {
  flex: 1;
  overflow: hidden;
}
.news-center-list .news-center-item-title {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center-list .news-center-item-other {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin-top: 0.12rem;
}
.news-center-list .news-center-item-time {
  display: flex;
  align-items: center;
  color: #858586;
  gap: 0.06rem;
}
.news-center-list .news-center-item-desc {
  line-height: 0.2rem;
  margin-top: 0.18rem;
  color: #858586;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center-list .news-center-item-tag {
  background-color: #D1EAFF;
  padding: 0.02rem 0.08rem;
  border-radius: 0.02rem;
  font-size: 0.12rem;
  color: #0088FA;
}
.news-center-more {
  width: 168px;
  height: 42px;
  border: 1px solid #0088fa;
  border-radius: 22px;
  display: block;
  text-align: center;
  line-height: 42px;
  color: #0088FA;
  margin: 0.56rem auto 0;
}
#news-list,
#news-detail {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 0.24rem;
  padding-bottom: 0.8rem;
}
.news-list-bread a,
.news-detail-bread a {
  color: #898989;
  transition: all 0.4s;
}
.news-list-bread a:hover,
.news-detail-bread a:hover {
  color: #0088FA;
}
.news-list-outer,
.news-detail-outer {
  display: flex;
  gap: 0.6rem;
}
.news-list-outer .news-detail-main,
.news-detail-outer .news-detail-main {
  background-color: #fff;
  padding: 0.32rem;
  border-radius: 0.08rem;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
}
.news-list-outer .news-detail-main img,
.news-detail-outer .news-detail-main img {
  max-width: 100% !important;
}
.news-list-outer .news-detail-main .news-detail-box img,
.news-detail-outer .news-detail-main .news-detail-box img {
  cursor: zoom-in;
}
.news-list-outer .news-list-main,
.news-detail-outer .news-list-main,
.news-list-outer .news-detail-main,
.news-detail-outer .news-detail-main {
  flex: 1;
  overflow: hidden;
}
.news-list-outer .news-list-main .news-list-item,
.news-detail-outer .news-list-main .news-list-item,
.news-list-outer .news-detail-main .news-list-item,
.news-detail-outer .news-detail-main .news-list-item {
  display: flex;
  gap: 0.32rem;
}
.news-list-outer .news-list-main .news-list-item:not(:first-child),
.news-detail-outer .news-list-main .news-list-item:not(:first-child),
.news-list-outer .news-detail-main .news-list-item:not(:first-child),
.news-detail-outer .news-detail-main .news-list-item:not(:first-child) {
  margin-top: 0.24rem;
}
.news-list-outer .news-list-main .news-list-item img,
.news-detail-outer .news-list-main .news-list-item img,
.news-list-outer .news-detail-main .news-list-item img,
.news-detail-outer .news-detail-main .news-list-item img {
  width: 3rem;
  height: 1.45rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news-list-outer .news-list-main .news-list-item-content,
.news-detail-outer .news-list-main .news-list-item-content,
.news-list-outer .news-detail-main .news-list-item-content,
.news-detail-outer .news-detail-main .news-list-item-content {
  flex: 1;
  overflow: hidden;
}
.news-list-outer .news-list-main .news-list-item-title,
.news-detail-outer .news-list-main .news-list-item-title,
.news-list-outer .news-detail-main .news-list-item-title,
.news-detail-outer .news-detail-main .news-list-item-title {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-outer .news-list-main .news-list-item-other,
.news-detail-outer .news-list-main .news-list-item-other,
.news-list-outer .news-detail-main .news-list-item-other,
.news-detail-outer .news-detail-main .news-list-item-other {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin-top: 0.12rem;
}
.news-list-outer .news-list-main .news-list-item-time,
.news-detail-outer .news-list-main .news-list-item-time,
.news-list-outer .news-detail-main .news-list-item-time,
.news-detail-outer .news-detail-main .news-list-item-time {
  display: flex;
  align-items: center;
  color: #858586;
  gap: 0.12rem;
}
.news-list-outer .news-list-main .news-list-item-time svg,
.news-detail-outer .news-list-main .news-list-item-time svg,
.news-list-outer .news-detail-main .news-list-item-time svg,
.news-detail-outer .news-detail-main .news-list-item-time svg {
  margin-right: -0.06rem;
}
.news-list-outer .news-list-main .news-list-item-desc,
.news-detail-outer .news-list-main .news-list-item-desc,
.news-list-outer .news-detail-main .news-list-item-desc,
.news-detail-outer .news-detail-main .news-list-item-desc {
  line-height: 0.2rem;
  margin-top: 0.18rem;
  color: #858586;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-outer .news-list-main .news-list-item-tag,
.news-detail-outer .news-list-main .news-list-item-tag,
.news-list-outer .news-detail-main .news-list-item-tag,
.news-detail-outer .news-detail-main .news-list-item-tag {
  background-color: #D1EAFF;
  padding: 0.02rem 0.08rem;
  border-radius: 0.02rem;
  font-size: 0.12rem;
  color: #0088FA;
}
.news-list-outer .news-list-main .news-list-more,
.news-detail-outer .news-list-main .news-list-more,
.news-list-outer .news-detail-main .news-list-more,
.news-detail-outer .news-detail-main .news-list-more {
  width: 168px;
  height: 42px;
  border: 1px solid #0088fa;
  border-radius: 22px;
  display: block;
  text-align: center;
  line-height: 42px;
  color: #0088FA;
  margin: 0.56rem auto 0;
}
.news-list-outer .hot-box,
.news-detail-outer .hot-box {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.28rem 0.2rem;
}
.news-list-outer .hot-box > span,
.news-detail-outer .hot-box > span {
  font-size: 0.2rem;
}
.news-list-outer .hot-box-item,
.news-detail-outer .hot-box-item {
  display: block;
  margin-top: 0.16rem;
  border-bottom: 0.01rem solid transparent;
  transition: all 0.4s;
  position: relative;
}
.news-list-outer .hot-box-item-title,
.news-detail-outer .hot-box-item-title {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  line-height: 0.22rem;
}
.news-list-outer .hot-box-item-title span,
.news-detail-outer .hot-box-item-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-outer .hot-box-item-title::before,
.news-detail-outer .hot-box-item-title::before {
  content: attr(sort);
  color: #0088FA;
  font-size: 0.16rem;
  font-family: "DIN Alternate Bold";
  transform: scaleY(0.9);
}
.news-list-outer .hot-box-item:nth-child(1) .hot-box-item-title::before,
.news-detail-outer .hot-box-item:nth-child(1) .hot-box-item-title::before {
  color: #D93026;
}
.news-list-outer .hot-box-item:nth-child(2) .hot-box-item-title::before,
.news-detail-outer .hot-box-item:nth-child(2) .hot-box-item-title::before {
  color: #EC6B02;
}
.news-list-outer .hot-box-item:nth-child(3) .hot-box-item-title::before,
.news-detail-outer .hot-box-item:nth-child(3) .hot-box-item-title::before {
  color: #FFAC54;
}
.news-list-outer .latest-box,
.news-detail-outer .latest-box {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.28rem 0.2rem;
  margin-top: 0.24rem;
}
.news-list-outer .latest-box > span,
.news-detail-outer .latest-box > span {
  font-size: 0.2rem;
}
.news-list-outer .latest-box-item,
.news-detail-outer .latest-box-item {
  display: block;
  margin-top: 0.16rem;
  border-bottom: 0.01rem solid transparent;
  transition: all 0.4s;
  position: relative;
}
.news-list-outer .latest-box-item-title,
.news-detail-outer .latest-box-item-title {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  line-height: 0.22rem;
}
.news-list-outer .latest-box-item-title span,
.news-detail-outer .latest-box-item-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.news-detail-more {
  margin: 0.36rem 0;
  border-top: 1px solid #D8DBE3;
  border-bottom: 1px solid #D8DBE3;
  padding: 0.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}
.news-detail-more a {
  display: flex;
  gap: 0.06rem;
}
.news-detail-more a span {
  color: #858586;
  white-space: nowrap;
}
.news-detail-recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: 0.14rem;
}
.news-detail-recommend-list a {
  width: calc(50% - 0.12rem);
  display: inline-flex;
  gap: 0.14rem;
}
.news-detail-recommend-list a img {
  width: 1.56rem;
  height: 0.75rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news-detail-recommend-list a p {
  color: #858586;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
