.New-Model4 {
    background-color: rgb(247, 245, 245);
    height: 500px;
    border-bottom:3px solid rgb(20, 68, 106) ;
}

.New-Model4-title {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.New-Model4-title-h4 {
  position: absolute;
  left: 1%;
  font-size: 18px;
  font-weight: 700;
  color: rgb(20, 68, 106);
}

.New-Model4-L {
  height: 460PX;
 }

.New-Model4-R {
  height: 460PX;
  Position: relative;
  overflow: hidden;
}

.New-Model4-L-img1 {
  height: 315px;
  position: relative;
  width: 98%;
  margin-left: 2%;
  /**border: solid 1px rgb(20, 68, 106);**/
}

.New-Model4 .New-Model4-L a img {
  width: 100%;
  height: 220px;
}  

.New-Model4 .New-Model4-L a img:hover {
  box-shadow: 1px 2px 10px rgb(5, 5, 5);
}

.New-Model4-L-img1-b {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
  border-bottom: 3px solid rgb(211, 208, 208);
}

.New-Model4-L-img1-b:hover {
  background-color: rgba(45, 82, 112, 0.4);
}

.New-Model4-L-img1-b a {
  text-decoration: none;
  color: rgb(36, 34, 34);
  font-size: 13px;
}

 .New-Model4-L-cat {
  height: 140px;
  background: url(../img/bg2.png);
  background-size: 100% 100%;
 }

.cat {
  position: absolute;
  width: 200px;
  height: 100px;
  background: url(../img/bear.png) no-repeat;
  /* 我们元素可以添加多个动画， 用逗号分隔 */
  animation: bear .4s steps(8) infinite, move 3s forwards;
  bottom: 0%;
}

.New-Model4-R-more {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0%;
  line-height: 40px;
  text-align: right;
  z-index: 5;
}

.New-Model4-R a {
  font-size: 15px;
  color: rgb(36, 34, 34);
  font-weight: 450;
  line-height: 5px;
}

.New-Model4-R a:hover {
  color: rgb(20, 68, 106);
}

.New-Model4 .New-Model4-R .Article_PublishDate {
  font-size: 8px;
}

.New-Model4-R-more a {
  color:rgb(20, 68, 106) ;
  font-weight: 700;
}
@keyframes bear {
          0% {
              background-position: 0 0;
          }
          100% {
              background-position: -1600px 0;
          }
      }
      
      @keyframes move {
          0% {
              left: 0;
          }
          100% {
              left: 50%;
              /* margin-left: -100px; */
              transform: translateX(-50%);
          }
      }
 @media screen and (min-width:1250px) {
   .container{
     width: 1250px;
   }
 } 
 @media screen and (max-width:768px) {
   .New-Model4{
     height: 300px;
   }
  .New-Model4-title{
    height: 30px;
   
  }
  .New-Model4-title-h4{
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .New-Model4-R{
    height:260px ;
  }
  .New-Model4-R-more{
    font-size: 12px;
  }
  .New-Model4-R-more a{
    font-size: 12px;
    
  }
  .New-Model4-R a{
    font-size: 11px;
    font-weight: 350;
    line-height: 2px;
  }
  .w5_more{
    line-height: -1px;
  }
 } 