main {
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  overflow-x: hidden;
}

.resource_img .resource_l .img_list .list_box .img_text {
  font-size: 16px !important;
  padding: 0 1rem;
}

@media screen and (max-width: 992px) {
  .resource_img .resource_l .img_list .list_box .img_text {
    font-size: 1rem !important;
  }
}

.resource_img .resource_l .img_list .list_box .img_botm {
  padding: 0 1rem;
}

@media screen and (max-width: 1199px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.resource_img .resource_r .user-info {
  padding: 0 !important;
  box-shadow: inherit !important;
}

.mall_case .resource_r .user-info .content li:not(:last-child) {
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .resource_img .resource_l .search_table {
    margin-bottom: 1rem !important;
  }
  .resource_img .resource_l .img_list {
    flex-direction: inherit !important;
  }
  .resource_img .resource_r,
  .resource_img .breadcrumb {
    padding-top: 0.5rem !important;
  }
  .page .resource_r .content li:not(:last-child) {
    border-bottom: none;
  }
}
