.nei_header{
  box-shadow: 0px 4px 10px 0px rgba(57, 57, 57, 0.11);
}
.load_more{
 width: 100%;
 height:45px;
 border-radius: 6px;
 background-color: #fff; 
 line-height: 45px;
 text-align: center;
 font-size: 14px;
 color: #333; 
 cursor: pointer;
}
.load_more em{
 padding-right: 15px;
 background-image: url(/uploads/image/stimages/icon_bottom.png);
 background-position: right center;
 background-repeat: no-repeat;
}
.load_more2{
 width: 100%;
 height:45px;
 border-radius: 6px;
 background-color: #f6f6f6; 
 line-height: 45px;
 text-align: center;
 font-size: 14px;
 color: #333; 
 cursor: pointer;
}
.load_more2 em{
 padding-right: 15px;
 background-image: url(/uploads/image/stimages/icon_bottom.png);
 background-position: right center;
 background-repeat: no-repeat;
}