.top {
  height: 68rem;
  background: url('../images/news/top_bg.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.top-inner {
  max-width: 160rem;
  width: 100%;
  margin: 0 auto;
}

.top-inner h1 {
  font-size: 5.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0.3rem 0.7rem 1rem rgba(7,20,45,0.27);
  margin-bottom: 3.4rem;
}

.top-inner p {
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.news-module {
  list-style: none;
  height: 7rem;
  background: #F8F8F8;
  display: flex;
  margin: 0;
  padding: 0;
  color: #333;
}

.news-module li {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news-module li:first-child {
  border-right: 1px solid #DDDDDD;
}

.news-module li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  background-color: #f8f8f8;
  text-decoration: none;
}

.news-module li.active a,
.news-module li a:hover {
  font-weight: bold;
  color: #CD152E;
  background-color: #EBEBEB;
}

.news-module-title {
  font-size: 3.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 4rem 0 0 0;
  text-align: center;
}

.news-module-title-tip {
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: 400;
  color: #DCDFE5;
  text-align: center;
  margin-bottom: 4rem;
}

.news-company {
  max-width: 160rem;
  margin: auto;
}

.news-list {
  border-top: 0.1rem solid #ddd;
  border-bottom: 0.1rem solid #ddd;
  list-style: none;
}

.news-list li {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 0.1rem solid #ddd;
  cursor: pointer;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out, background-color 0.22s ease-out;
}

.news-list li:hover {
  background-color: rgba(11, 62, 142, 0.03);
}

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

.news-cover {
  width: 45rem;
  height: 26rem;
  object-fit: cover;
  margin: 0;
  transition: transform 0.28s ease-out;
}

.news-list li.fx-zoom-img:hover .news-cover {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .news-list li,
  .news-cover {
    transition: none !important;
  }

  .news-list li.fx-zoom-img:hover .news-cover,
  .news-list li.fx-lift:hover {
    transform: none;
  }
}

.news-content {
  flex: 1;
  padding: 3rem 2.8rem;
  display: flex;
  flex-direction: column;
  height: 26rem;
}

.news-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2.5rem;
}

.news-desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  flex: 1;
}

.news-create-time {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}

.news-create-time a:hover {
  color: #CD152E !important;
}

.news-create-time a img{
  width: 4rem;
  height: 2rem;
  object-fit: contain;
}

.pagination {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}

.pagination-item {
  width: 5rem;
  height: 5rem;
  background: #CD152E;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  margin: 0 0.5rem;
  cursor: pointer;
}

.pagination-item a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  background: #eee;
}

.pagination-item.active a{
  background: #CD152E !important;
  color: #fff !important;
}

.news-detail {
  margin: auto;
  max-width: 126.2rem;
}

.news-detail h2 {
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 5.6rem 0 2rem 0;
  text-align: center;
}

.publish-time {
  text-align: center;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #ddd;
  margin-bottom: 3rem;
}

.news-detail-content {
  text-indent: 2em;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #ddd;
  margin-bottom: 2rem;
}

.btns-wrap {
  text-align: center;
  margin: 3.8rem 0 4.3rem 0;
}

.btns-wrap a {
  outline: none;
  display: inline-block;
  color: #fff;
  width: 16rem;
  height: 5rem;
  line-height: 5rem;
  background: #CD152E;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}

.news-links {
  display: flex;
  justify-content: space-between;
}

.news-links a{
  color: #333;
  font-size: 1.3rem;
}