.sutong-news {
  padding: 25px 0 95px;
}

.sutong-news .wp {
  position: relative;
}

.sutong-news .t {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.sutong-news .t h3 {
  font-size: 48px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.sutong-news .t h3::after {
  display: block;
  /* content: ''; */
  width: 50px;
  height: 3px;
  background: #113f86;
  margin: 10px auto 0 0;
}

.sutong-news .t h4 {
  font-size: 44px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 20;
}




.sutong-news .list {
  padding: 70px 0 0 0px;
}

.sutong-news .list img {
  width: 100%;
}


.sutong-news .t {
    padding: 0 10px;
}


 @media screen and (max-width: 1080px){
.sutong-news .t h4 {
    font-size: 34px;
}
.sutong-news .t h3 {
    font-size: 34px;
}
  }
 @media screen and (max-width: 768px){
.sutong-news .t h4 {
    font-size: 24px;
}
.sutong-news .t h3 {
    font-size: 24px;
}
  }

 @media screen and (max-width: 500px){
.sutong-news {
    padding: 30px 0;
}
.sutong-news .t h4 {
    font-size: 16px;
}
  }
 

  @media screen and (max-width: 500px){
.sutong-news .list {
    padding: 0;
}
  }


.poi{
     display: block;
}
.po{
  
   display: none;
}


@media screen and (max-width: 768px){
.poi{
    display: none;
}
.po{
    display: block;
}
}