.news__list-right {
  display: flex;
  align-items: start;
}
@media (max-width:800px){
  .news__list-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: calc(100% - 30px);
  }
}

.news__list-right a {
  word-break: break-all;
}

.news-page .news__list-content.active-img {
  width: calc(100% - 200px);
}

.news__list-img {
  width: 200px;
  margin-left: 20px;
  cursor: pointer;
}
.news__list-img.big {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #00000090;
  margin-left: 0px;
}

.news__list-img.big img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0px auto;
  overflow-y: auto;
}

.news__list-img__btn {
  display: none;
  position: absolute;
  top: 30px;
  right: 10%;
  color: #fff;
  background-color: #555555;
  border-radius: 10px;
  text-align: center;
  width: fit-content;
  padding: 0 15px;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  cursor: pointer;
}
.news__list-img.big .news__list-img__btn {
  display: block;
}

@media (max-width:834px){
  .news__list-img__btn {
    right: 5%;
  }
}
@media (max-width:800px){
  .news-page .news__list-content.active-img {
    width: 100%;
  }
  .news__list-img {
    margin-left: 0px;
    cursor: pointer;
  }
}

/* 250514 add */
.nopage-page .w1200 {
  padding: 10rem 0;
}
.nopage-page .txt800w {
  text-align: center;
}
.nopage-page .circle__link {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:834px){
  .nopage-page .w1200 {
    padding: 5rem 0;
  }
}