@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.galleryWidget04 {
  width: 100%;
  padding: 40px 0 40px 0; }
  .galleryWidget04 .title {
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  .galleryWidget04 .gallery-wrap {
    max-width: 1120px;
    margin: 24px auto 0;
    display: none; }
  .galleryWidget04 figcaption {
    display: none; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .galleryWidget04 .gallery-wrap {
    margin-top: 16px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */

/*# sourceMappingURL=galleryWidget04.css.map */
