.new {
  padding-top: .4rem;
}

.newItem {
  display: flex;
  align-items: center;
  padding: .4rem 0;
  border-bottom: 0.01rem solid #DCDCDC;
  transition: all .3s;
}

.newItem:hover {
  border-bottom: 0.01rem solid #00ADE8;
}

.newImg {
  width: 3.35rem;
  height: 2.25rem;
  overflow: hidden;
  margin-right: .5rem;
}

.newText {
  width: 7.8rem;
  margin-right: 1.85rem;
}

.newTime {
  display: flex;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9F9F9F;
  margin-bottom: .12rem;
}

.newTime img {
  width: .15rem;
  height: .15rem;
  margin-right: .04rem;
}

.newTit {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  transition: all .3s;
  margin-bottom: .2rem;
}

.newItem:hover .newTit{
  color: #00ADE8;
}

.newTxt {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  transition: all .3s;
}

.newsArrwo{
  width: .5rem;
  height: .5rem;
  position: relative;
}

.newsArrwo img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.newItem:hover .newsArrwo img:last-child{
  opacity: 0;
}




@media only screen and (max-width: 768px) {
    
    .newImg {
  margin-right: .2rem;
  width: 40%;
  height: auto;
}
.new {
  padding-top: .4rem;
  width: 90%;
  margin: 0 auto;
}
.newText {
  width: 59%;
  margin-right: 0;
}.newTime {
  display: flex;
  font-weight: 400;
  font-size: 0.18rem;
  color: #9F9F9F;
  margin-bottom: .12rem;
}
.newTit {
    font-weight: normal;
  font-size: 0.24rem;
  margin-bottom: .2rem;
}.newTxt {
    font-weight: normal;
  font-size: 0.2rem;
  color: #666666;
  transition: all .3s;
}
    
    
}

























