.new-block1{
    padding-top: 50px;
    margin-bottom: -20px;
}
.new-block1 .lTitText{
    font-weight: bold;
}
.newList1-main{
    margin-top: 20px;
}
.pic-img1{
    width: 460px;
    height: 345px;
    overflow: hidden;
    margin-right: 40px;
  }
   
  .pic-img1 .picshowimg{
    overflow: hidden;
    display: none;
    width: 460px;
    transition: 0.36s;
    height: 345px;
  }
  .pic-img1 .active{
  display: block;
  }
  .pic-img1 .picshowimg img{
  width: 460px;
  height: 345px;
  transition: 0.36s;
  }
  .pic-img1 .picshowimg:hover img{
    transform: scale(1.08);
  }
  .pic-info1{
    width:679px;
    margin-top: -25px;
      margin-bottom: -25px;
  } 
  .pic-info1 .list-item{
    margin-top: 25px;
    padding-bottom: 23px;
      transition: 0.3s;
  }
  .pic-info1 .list-mark{
      margin-top: 13px;
  }
  
  .pic-info1 .list-text{
      transition: 0.3s;
    display: none;
  }
 
  .pic-info1 .list-tit{
    transition: 0.3s;
    font-size: 18px;
  }
  .pic-info1 .list-text{
    margin-top: 18px;
    transition: 0.3s;
  }
  .pic-info1 .active .list-text{
    display:block;
    }
.pic-info1 .active .list-tit {
    color: #00429D;
}
  .pic-info1 .list-item:last-child{
    border-bottom:none;
  }