﻿.main_content{
  background: #fbfbfb;
}
.pd20{
  padding: 20px;
}
.onserve_detial_list{
  overflow: hidden;
}

.onserve_detial_list li{
 width: 13%;
 float: left;
 text-align: center;
 padding: 20px 0;
 border: 1px solid #ccc;
 margin-right: 4%;
 border-radius: 8px;
 margin-bottom: 50px;
}
.onserve_detial_list li:last-of-type{
  margin-right: 0;
}
.onserve_detial_list li img{
  margin-bottom: 20px;
  transition: all 0.5s linear;
}
.onserve_detial_list li:hover img{
 transform: scale(1.1);
}
.onserve_detial_list li p{
  font-size: 16px;
}
.onserve_detial_list li a{
  display: block;
}
@media only screen and (max-width: 1440px) {
  
  .onserve_detial_list li{
 margin-right: 40px;
  }
}
@media only screen and (max-width:768px) {
  .onserve_detial_list li {
   width: 47%;
   float: left;
   text-align: center;
   padding: 20px 0;
   border: 1px solid #ccc;
   margin-right: 2%;
   border-radius: 8px;
   margin-bottom: 10px;
  }
}

  