.newsPage {
  padding-bottom: 100px;
}
.newsPage .newsPageTitle {
  color: #404040;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.newsPage .newsPageTitle p {
  font-size: 16px;
}
.newsPage .newsPageTitle h3 {
  font-size: 32px;
  text-align: left;
  position: relative;
}
.newsPage .newsPageTitle h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background: #404040;
  bottom: -10px;
  left: 0%;
  margin-left: 0px;
}
.newsPage .newsBox {
  display: flex;
  padding: 40px;
  overflow: hidden;
  padding-bottom: 60px;
}
.newsPage .newsBox-left {
  width: 600px;
  overflow: hidden;
  height: 400px;
  flex-shrink: 0;
}
.newsPage .newsBox-left img {
  width: 600px;
}
.newsPage .newsBox-left #policySwiperNews {
  width: 600px;
  min-width: 600px;
  height: 100%;
}
.newsPage .newsBox-left #policySwiperNews .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100% !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.newsPage .newsBox-left #policySwiperNews .swiper-wrapper .policyTxt {
  position: absolute;
  left: 0;
  right: 0;
  padding: 14px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 0;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 54px;
  font-size: 16px;
  padding-right: 140px;
}
.newsPage .newsBox-right {
  flex: 1;
  padding-left: 20px;
  text-align: left;
  overflow: hidden;
}
.newsPage .newsBox-right .newsUl .lastNewList:nth-child(2) {
  display: none;
}
.newsPage .newsBox-right .newsUl .newsUlItem {
  border-bottom: solid 1px #e9e9e9;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.newsPage .newsBox-right .newsUl .newsUlItem::after {
  content: "";
  background-color: #cccccc;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 23px;
}
.newsPage .newsBox-right .newsUl .newsUlItem-title {
  font-weight: 500;
  font-size: 16px;
  min-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: flex;
  text-align: left;
}
.newsPage .newsBox-right .newsUl .newsUlItem-title a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
}
.newsPage .newsBox-right .newsUl .newsUlItem:nth-child(1) {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 2px;
}
.newsPage .newsBox-right .newsUl .newsUlItem:nth-child(1)::after {
  display: none;
}
.newsPage .newsBox-right .newsUl .newsUlItem:nth-child(1) .newsUlItem-title a {
  width: 100%;
}
.newsPage .newsBox-right .newsUl .newsUlItem-time {
  color: #999;
  font-size: 14px;
  text-align: left;
  width: 100px;
}
.newsPage .newsBox-right .newsUl .newsUlItem-content {
  text-align: left;
  padding-top: 6px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
}
.newsPage .centerNewsBox {
  padding: 0 40px;
  margin-top: 40px;
  padding-bottom: 50px;
  width: 100%;
}
.newsPage .centerNewsBox .centerNews {
  display: flex;
  justify-content: space-between;
}
.newsPage .centerNewsBox .centerNews .centerNewitem {
  width: 18%;
  color: #333;
  box-shadow: 0 5px 5px #eee;
  background: #fff;
}
.newsPage .centerNewsBox .centerNews .centerNewitem-img {
  width: 100%;
  height: 175px;
  overflow: hidden;
}
.newsPage .centerNewsBox .centerNews .centerNewitem-img img {
  width: 100%;
}
.newsPage .centerNewsBox .centerNews .centerNewitem-title {
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
}
.newsPage .centerNewsBox .centerNews .centerNewitem-bottomtxt {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 14px;
  padding: 15px;
}
.newsPage .centerNewsBox .centerNews .centerNewitem-bottomtxt:hover {
  color: #999;
}
.newsPage .centerNewsBox .centerNews .newsUl {
  flex: 1;
}
.newsPage .centerNewsBox .centerNews .newsUl .lastNewList:nth-child(2) {
  display: none;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem {
  border-bottom: solid 1px #e9e9e9;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem::after {
  content: "";
  background-color: #cccccc;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 23px;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem-title {
  font-weight: 500;
  font-size: 16px;
  min-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: flex;
  text-align: left;
  font-weight: bold;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem-title a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem:nth-child(1) {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 2px;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem:nth-child(1)::after {
  display: none;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem:nth-child(1) .newsUlItem-title a {
  width: 100%;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem-time {
  color: #999;
  font-size: 14px;
  text-align: left;
  width: 100px;
  font-weight: 500;
}
.newsPage .centerNewsBox .centerNews .newsUl .newsUlItem-content {
  text-align: left;
  padding-top: 6px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
}
.newsPage .mediaListBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 40px;
}
.newsPage .mediaListBox #policySwiperMedia {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100% !important;
  /* Center slide text vertically */
  align-items: center;
  position: relative;
  font-size: 40px;
  overflow: hidden;
  width: 300px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMediaMin {
  display: block;
  width: 100%;
  text-align: left;
  background: #f6f6f6;
  padding: 30px 20px 10px;
  width: 220px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMediaMin-date {
  font-size: 14px;
  color: #666;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMediaMin-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia {
  width: 100%;
  text-align: left;
  padding: 50px 40px 30px;
  background: #f6f6f6;
  display: none;
  overflow: hidden;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-date > div {
  color: #666;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-date > div:nth-child(1) {
  font-size: 54px;
  line-height: 40px;
  width: 50px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-date > div:nth-child(2) {
  font-size: 14px;
  width: 50px;
  text-align: center;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  overflow: hidden;
  margin: 0;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-content {
  overflow: hidden;
  height: 40px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-content span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  display: block;
  color: #666;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide .infoBoxMedia-seeDetail {
  color: #666;
  font-size: 14px;
  float: left;
  margin-top: 40px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide img {
  width: 100%;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-active,
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-duplicate-active {
  margin-right: 0px !important;
  width: 600px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-active .infoBoxMedia,
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-duplicate-active .infoBoxMedia {
  display: block !important;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-active .infoBoxMediaMin,
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-duplicate-active .infoBoxMediaMin {
  display: none;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-slide-next .infoBoxMediaMin {
  margin-left: 20px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button {
  top: 80px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  width: 140px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button h3 {
  margin: 0;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button-prev {
  left: 0;
  padding-left: 40px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 66px;
  top: -4px;
  background-image: url("https://www.nercsc.cn/upfile/2022/12/1671190873346.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button-next {
  right: 0;
  text-align: right;
  padding-right: 40px;
}
.newsPage .mediaListBox #policySwiperMedia .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 66px;
  top: -4px;
  background-image: url("https://www.nercsc.cn/upfile/2022/12/1671190873346.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotateY(180deg);
}/*# sourceMappingURL=newsPage.min.css.map */