* {
  padding: 0;
  margin:0;
  list-style-type: none;
  font-size:14px;
  color:#333;
}
.web_container {
    /* min-width: 1250px; */
    width:100%;
    /* width: 144rem; */
    display: flex;
    flex-direction: column;
    margin-top: 8.6rem;
}
img.dy_image:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
img.dy_image {
    width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;cursor:pointer
}
.over_text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.body_content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.body_main{
    /* margin-top:8.6rem; */
}
