.newsPage {
  background: #F6FBFF;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.newsPage .newsNside {
  width: 390px;
  font-family: 'LamaSans-Medium';
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 12;
}
.newsPage .newsNside .newsNside-in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .newsNside .nside-first {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.newsPage .newsNside .nside-first .index-nside {
  color: #333333;
}
.newsPage .newsNside .nside-first .index-dot {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.newsPage .newsNside .nside-first .index-dot svg {
  width: 100%;
  height: 100%;
}
.newsPage .newsNside .nside-first i {
  font-size: 22px;
  margin: 0 14px;
  line-height: 24px;
}
.newsPage .newsNside .nside-first .index-nside {
  display: flex;
  align-items: center;
}
.newsPage .newsNside .lastA {
  font-weight: bold;
  font-size: 72px;
  color: #E63329;
  line-height: 74px;
  margin-top: 32px;
  text-transform: uppercase;
}
.newsPage .indexPage-outer {
  position: relative;
  z-index: 12;
}
.newsPage .newsPage-inner {
  width: 100%;
  position: relative;
}
.newsPage .news-list {
  width: 100%;
}
.newsPage .item {
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 12;
}
.newsPage .item1 {
  display: flex;
}
.newsPage .item1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsPage .item1 .img {
  display: block;
  overflow: hidden;
  width: 50%;
  position: relative;
  aspect-ratio: 1.5;
}
.newsPage .item1 .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1) rotateZ(0deg);
  transition: 0.5s ease-in-out;
}
.newsPage .item1 .item-con {
  width: 50%;
  padding: 20px 40px;
  position: relative;
}
.newsPage .item1 .item-con .name {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  position: relative;
  font-family: 'LamaSans-Medium';
  z-index: 12;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
}
.newsPage .item1 .item-con .name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #E63329;
  transition: 0.5s;
  bottom: 0;
  z-index: 15;
}
.newsPage .item1 .item-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  opacity: 0.8;
  z-index: 12;
  position: relative;
  margin-top: 18px;
}
.newsPage .item1 .item-con .page-right-box {
  margin-top: 30px;
  display: block;
}
.newsPage .item1:hover .img img {
  transform: scale(1.1) rotateZ(0deg);
}
.newsPage .item1:hover .item-con .name {
  color: #E63329;
}
.newsPage .item1:hover .item-con .name::after {
  width: 100%;
}
.newsPage .item2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CDD7DE;
  transition: 0.5s;
}
.newsPage .item2 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsPage .item2 .img {
  width: 25%;
  aspect-ratio: 1.5;
  background: #D4DCEC;
  overflow: hidden;
  display: block;
}
.newsPage .item2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1) rotateZ(0deg);
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.newsPage .item2 .item-con {
  width: 75%;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  padding-left: 34px;
}
.newsPage .item2 .item-con .name {
  font-weight: bold;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
}
.newsPage .item2 .item-con .name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  bottom: -1px;
}
.newsPage .item2 .item-con .desc-main {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 18px;
  transition: 0.5s;
}
.newsPage .item2 .item-con .item-con-words {
  width: calc(90% - 46px);
}
.newsPage .item2 .item-con .item-more {
  width: 46px;
  height: 46px;
  overflow: hidden;
}
.newsPage .item2 .item-con .item-more .page-right-box {
  display: block;
}
.newsPage .item2:hover {
  border-top: 1px solid transparent;
  background: #115DA9;
  border-bottom: 1px solid transparent;
}
.newsPage .item2:hover .item-con .name {
  color: #FFFFFF;
}
.newsPage .item2:hover .item-con .desc-main {
  color: #FFFFFF;
}
.newsPage .item2:hover .item-con .name::after {
  width: 140px;
}
.newsPage .item2:hover .img img {
  transform: scale(1.1) rotateZ(0deg);
}
.newsPage .item2:hover + .item2 {
  border-top: 1px solid transparent;
}
.newsPage .item:nth-of-type(2) {
  border-top: 1px solid #CDD7DE;
}
.newsPage .webPage {
  margin-top: 60px;
}
@media (max-width: 1500px) {
  .newsPage .item2 .item-con .name {
    font-size: 20px;
  }
  .newsPage .item1 .img {
    width: 42%;
  }
  .newsPage .item1 .item-con {
    width: 57%;
  }
  .newsPage .item1 .item-con .name {
    font-size: 22px;
  }
  .newsPage .item1 .item-con .desc-main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1350px) {
  .newsPage {
    padding-top: 16px;
  }
  .newsPage .webPage {
    margin-top: 52px;
  }
}
@media (max-width: 1250px) {
  .newsPage .item1 .item-con {
    width: 58%;
  }
  .newsPage .webPage {
    margin-top: 46px;
  }
}
@media (max-width: 1023px) {
  .newsPage .item1 .item-con .name {
    font-size: 18px;
  }
  .newsPage .item1 .item-con .desc-main {
    margin-top: 12px;
  }
  .newsPage .item2 .item-con .name {
    font-size: 18px;
  }
  .newsPage .item2 .item-con .desc-main {
    margin-top: 10px;
  }
  .newsPage .item {
    padding: 24px 0;
  }
  .newsPage .item2 .item-con .item-more {
    width: 40px;
    height: 40px;
  }
  .newsPage .webPage {
    margin-top: 42px;
  }
  .newsPage .item1 .item-con {
    padding: 20px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .newsPage {
    padding-top: 0;
  }
  .newsPage .item2 .item-con .name {
    font-size: 14px;
  }
  .newsPage .item2 .item-con .desc-main {
    font-size: 12px;
    margin-top: 4px;
  }
  .newsPage .item2 .item-con {
    padding-left: 20px;
  }
  .newsPage .item1 .img {
    width: 25%;
  }
  .newsPage .item1 .item-con {
    width: 58%;
    position: relative;
    padding: 0 0 0 20px;
  }
  .newsPage .item1 .indexPage-inner {
    justify-content: flex-start;
  }
  .newsPage .item1 .item-con .page-right-box {
    position: absolute;
    right: -30%;
    top: 0;
  }
  .newsPage .item1 .item-con .name {
    font-size: 14px;
  }
  .newsPage .item1 .item-con .desc-main {
    font-size: 12px;
    margin-top: 4px;
    line-height: 24px;
  }
}
@media (max-width: 368px) {
  .newsPage .item1 .img {
    width: 100%;
  }
  .newsPage .item1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .newsPage .item1 .item-con {
    width: 100%;
    padding: 0 0;
    margin-top: 20px;
  }
  .newsPage .item1 .item-con .page-right-box {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }
  .newsPage .item2 .indexPage-inner {
    flex-wrap: wrap;
  }
  .newsPage .item2 .img {
    width: 100%;
  }
  .newsPage .item2 .item-con {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0;
  }
  .newsPage .item2 .item-con .item-con-words {
    width: 100%;
    margin-top: 15px;
  }
  .newsPage .item2 .item-con .item-more {
    margin-top: 15px;
  }
}
