.news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news>li {
  width: 37%;
  display: flex;
  height: 200px;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}


.news>li:hover{
  color: #d60c18;
}
.news>li .fontS22{
  line-height: 36px;
}

.newRight {
  padding: 60px 0px;
  padding-right: 9%;
  padding-left: 3%;
}


.newLeft {
  padding: 60px 0px;
  padding-left: 9%;
  padding-right: 3%;
  border-right: 1px solid #e9e9e9;
}

.news>li>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.LeftLeft {
  width: 40%;
  overflow: hidden;
}



.leftRight {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.news>li:hover .LeftLeft>img {
  transform: scale(1.1);
}

.LeftLeft>img {
  height: 100%;
  transition: all 1s;
}

.leftRight>.fontS14{
  color: #d60c18;
}
.leftRight>.fontS15{
  display: flex;
  align-items: center;
  color: #777777;
}


.leftRight>.fontS15>img{
  margin-right: 10px;
}


@media (max-width: 1000px) {
  .news>li{
    width: 88% !important;
  }
  .newRight{
    padding: 60px 0px;
    padding-left: 9%;
    padding-right: 3%;
    border-right: 1px solid #e9e9e9;
  }
}


@media (max-width: 500px){
  .news>li{
    height: auto !important;
  }
  .news>li>a{
    flex-wrap: wrap;
  }
  .LeftLeft{
    width: 94%;
  }
  .LeftLeft>img{
    width: 100%;
  }
  .leftRight{
    width: 94%;
    margin-top: 30px;
  }
  .news>li .fontS22{
    margin: 8px 0;
    font-size: 17px !important;
    line-height: 25px;
  }
  .newLeft{
    padding: 20px 0;
  }
  .newLeft{
    border-right: 0 !important;
  }
}