.top {
  height: 68rem;
  background: url('../images/news/top_bg.png') no-repeat;
  background-size: cover;
  overflow: hidden;
}

.top-inner {
  max-width: 160rem;
  margin: 30rem auto 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;
  line-height: 7rem;
  color: #333333;
}

.news-module li {
  flex: 1;
  height: 100%;
  border-right: 0.1rem solid #ddd;
  cursor: pointer;
}

.news-module li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333333;
  font-size: max(1.8rem, 16px);
}

.news-module li:last-child {
  border-right: none;
}

.news-module li.active a{
  color: #013E8E;
  font-weight: bold;
}

.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;
}

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

.news-cover {
  width: 45rem;
  height: 26rem;
  object-fit: cover;
  margin: 0;
}

.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: #0B3E8E !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: #C6C6C6;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  margin: 0 0.5rem;
  cursor: pointer;
}

.pagination-item a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.pagination-item.active {
  background: #0B3E8E;
}

.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: #0B3E8E;
  border-radius: 0.5rem;
}

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

.news-links a{
  color: #333;
}