﻿.content{
  width:1400px;
  margin:40px auto 0;
}
.content p{
  width: 100%;
}
@media screen and (max-width:1500px){
  .content{
    width:1200px;
  }
}
@media screen and (max-width:1281px){
  .images_font{
    display: none;
  }
  .table{
    display: none;
  }
  .content{
    width:100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width:768px){
  .images{
    height:200px;
  }
}