.news {
  display: flex;
  margin: 30px auto;
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.news .news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
}
.news .news-container .news-status {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: calc(70% - 20px);
  margin-right: 20px;
  min-width: 710px;
  align-items: center;
}
.news .news-container .news-status .news-status-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 51px;
  border-bottom: 1px solid #999;
  margin-bottom: 18px;
}
.news .news-container .news-status .news-status-title h3 {
  text-align: center;
  line-height: 51px;
  border-bottom: 5px solid var(--blue);
  color: var(--blue);
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  padding: 0 5px;
}
.news .news-container .news-status .news-status-title .nst2 {
  line-height: 51px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.news .news-container .news-status .news-status-left {
  width: 400px;
  max-width: 400px;
  height: 344px;
}
.news .news-container .news-status .news-status-left .swiper-container {
  width: 400px;
  height: 257px;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 10px;
  /* 设置按钮大小 */
  --swiper-navigation-position: 0px;
}
.news .news-container .news-status .news-status-left .swiper-container .swiper-wrapper {
  display: flex;
  width: 400px;
  height: 257px;
}
.news .news-container .news-status .news-status-left .swiper-container .swiper-wrapper .swiper-slide {
  width: 400px !important;
  height: 257px;
}
.news .news-container .news-status .news-status-left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 400px;
  height: 257px;
}
.news .news-container .news-status .news-status-left .swiper-container .swiper-wrapper .swiper-slide-text {
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  position: absolute;
  background: #000;
  opacity: 0.9;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  bottom: 0px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
}
.news .news-container .news-status .news-status-left .swiper-container .swiper-button-prev {
  top: 237px;
}
.news .news-container .news-status .news-status-left .swiper-container .swiper-button-next {
  top: 237px;
}
.news .news-container .news-status .news-status-right {
  margin-left: 2%;
  width: 10%;
  height: 344px;
  flex-grow: 2;
}
.news .news-container .news-status .news-status-right .all-info {
  display: flex;
  flex-direction: column;
}
.news .news-container .news-status .news-status-right .all-info li {
  margin-top: 16px;
}
.news .news-container .news-status .news-status-right .all-info li .info {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
@keyframes magnify {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.news .news-container .news-status .news-status-right .all-info li .info div {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.news .news-container .news-status .news-status-right .all-info li .info div .imgicon {
  width: 24px;
  height: 24px;
  animation: magnify 1s linear infinite alternate;
}
.news .news-container .news-status .news-status-right .all-info li .info div .imgicon2 {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 7px;
}
.news .news-container .news-status .news-status-right .all-info li .info div a {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 6px;
  font-size: 16px;
  color: #4a4a4a;
}
.news .news-container .news-status .news-status-right .all-info li .info div a:hover {
  color: red;
}
.news .news-container .news-status .news-status-right .all-info li .info span {
  flex: 0 0 100px;
  text-align: center;
  font-size: 16px;
  color: #4a4a4a;
}
.news .news-container .news-status .news-status-right .all-info li:first-child {
  margin-top: 0px;
}
.news .news-container .news-notify {
  width: 30%;
  box-sizing: border-box;
  height: 410px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.news .news-container .news-notify .news-notify-title {
  width: 100%;
  height: 51px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  margin-bottom: 18px;
}
.news .news-container .news-notify .news-notify-title h3 {
  text-align: center;
  line-height: 51px;
  margin: 0;
  border-bottom: 5px solid #d81e06;
  color: #d81e06;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  padding: 0 5px;
}
.news .news-container .news-notify .news-notify-title .nst2 {
  line-height: 51px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.news .news-container .news-notify .news-notify-info {
  display: flex;
  width: 100%;
  height: 384px;
}
.news .news-container .news-notify .news-notify-info .all-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news .news-container .news-notify .news-notify-info .all-info li {
  width: 100%;
  height: 24px;
  margin-top: 16px;
}
.news .news-container .news-notify .news-notify-info .all-info li .info {
  display: flex;
  justify-content: space-between;
}
@keyframes magnify {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.news .news-container .news-notify .news-notify-info .all-info li .info .imgicon {
  width: 24px;
  height: 24px;
  animation: magnify 1s linear infinite alternate;
}
.news .news-container .news-notify .news-notify-info .all-info li .info .imgicon2 {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 7px;
}
.news .news-container .news-notify .news-notify-info .all-info li .info a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 6px;
  font-size: 16px;
  color: #4a4a4a;
}
.news .news-container .news-notify .news-notify-info .all-info li .info a:hover {
  color: red;
}
.news .news-container .news-notify .news-notify-info .all-info li .info span {
  flex: 1 0 100px;
  text-align: right;
  font-size: 16px;
  color: #4a4a4a;
}
.news .news-container .news-notify .news-notify-info .all-info li:first-child {
  margin-top: 0px;
}
.news .news-recommand {
  width: 100%;
  height: 239px;
  overflow: hidden;
  display: flex;
  margin-top: -55px;
  box-sizing: border-box;
  border: 1px solid var(--blue);
}
.news .news-recommand .news-recommand-title {
  width: 38px;
  background-color: var(--blue);
  padding: 75px 5px;
  text-align: center;
}
.news .news-recommand .news-recommand-title a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: "微软雅黑";
}
.news .news-recommand .news-recommand-right {
  width: calc(100% - 88px);
  height: 254px;
  margin: 24px 25px;
}
.news .news-recommand .news-recommand-right .swiper-container2 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.news .news-recommand .news-recommand-right .swiper-container2 .swiper-wrapper .swiper-slide {
  height: 188px;
}
.news .news-recommand .news-recommand-right .swiper-container2 .swiper-wrapper .swiper-slide img {
  width: 100% ;
  height: 188px;
}
.news .news-recommand .news-recommand-right .swiper-container2 .swiper-wrapper .swiper-slide-text {
  display: block;
  font-weight: bolder;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #4a4a4a;
}
.news .news-recommand .news-recommand-right .swiper-container2 .swiper-wrapper .swiper-slide-text:hover {
  color: red;
}
@media (max-width: 1100px) {
    .news-status {
        margin-right: 0px !important;
    }
}
/*# sourceMappingURL=index.css.map */