﻿.nn-banner {
  width: 100%;
  height: 179px;
  background-position: center 0;
  background-size: 1920px 100%;
  background-repeat: no-repeat;
}
.nn-banner.news-banner {
  background-image: url(../image/banner9.jpg);
}
.nn-banner .max-width {
  height: 100%;
  position: relative;
}
.nn-banner .nn_title {
  text-align: center;
  width: 155px;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 36px;
  color: #fff;
}
.nn-banner .nn_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--theme-color);
}
.nn-banner .website_p {
  position: absolute;
  right: 0;
  bottom: 25px;
  display: flex;
  align-items: center;
}
.nn-banner .website_p p {
  width: 20px;
  height: 18px;
  background: url(../image/home.png) no-repeat 0 0 / 100% 100%;
  margin-right: 5px;
  margin-bottom: 1px;
}
.nn-banner .website_p .a1 {
  display: flex;
  align-items: center;
  color: #aaa;
  margin-right: 5px;
}
.nn-banner .website_p .a1:hover {
  color: var(--theme-color);
}
.nn-banner .website_p i {
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.nn-banner .website_p .a2 {
  color: #fff;
  margin-left: 8px;
}
.new-news {
  min-height: 50vh;
}
.new-news .max-width {
  padding-top: 58px;
}
.new-news .max-width .nn-list-item {
  height: 350px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #2b2d2e;
}
.new-news .max-width .nn-list-item a {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.new-news .max-width .nn-list-item a .left_img {
  width: 512px;
  height: 291px;
  margin-right: 40px;
}
.new-news .max-width .nn-list-item a .right_cont .rc_1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.new-news .max-width .nn-list-item a .right_cont .rc_1 .rc_date {
  width: 104px;
  height: 104px;
  border: 2px solid #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin-right: 30px;
}
.new-news .max-width .nn-list-item a .right_cont .rc_1 .rc_date .ri {
  font-size: 38px;
}
.new-news .max-width .nn-list-item a .right_cont .rc_1 .rc_tit {
  flex: 1;
  line-height: 32px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-news .max-width .nn-list-item a .right_cont .rc_2 {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.new-news .max-width .nn-list-item a .ckxq {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 40px;
  background-color: #a0a1a1;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-news .max-width .nn-list-item a .ckxq i {
  margin-top: 2px;
  margin-left: 5px;
  width: 15px;
  height: 11px;
  background: url(../image/arrow.png) no-repeat 0 0 / 100% 100%;
}
.new-news .max-width .nn-list-item a:hover .ckxq {
  background-color: var(--theme-color);
}
.news_page {
  height: 130px;
  padding-top: 20px;
}
.news-detail-box {
  margin-bottom: 60px;
  padding: 26px 30px;
  background-color: #3a3a3a;
}
.news-detail-box .ndb-title {
  font-size: 22px;
  color: var(--theme-color);
  padding: 0 6px 20px;
  text-align: center;
}
.news-detail-box .ndb-time {
  padding: 16px 6px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
  color: #ddd;
  text-align: center;
}
.news-detail-box .ndb-cont {
  padding: 25px 0;
  color: #ddd;
  font-size: 14px;
  line-height: 32px;
}
