.take {
  
    background: url("../images/newindexthree.png") no-repeat ;
      background-size: 100% 100%;
}

.news{
  
    background: url("../images/newindexfure.png") no-repeat ;
         background-size: 100% 100%;
  
}
.index_box .news:hover {
    background: url(../images/newindexfure.png) no-repeat top #1c1c1c;
    background-size: cover;
}