/* Index common section */
.sectionTitle {
  width: 100%;
  height: 54px;
  position: relative;
}

.sectionTitle h2 {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #9b1317;
}

.sectionTitle h2::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0 10px 0 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sectionTitle h2.newsIcon::before {
  background-image: url('/bowuguan-prod/sites/default/files/press.png');
}

.sectionTitle h2.galleryIcon::before {
  background-image: url('/bowuguan-prod/sites/default/files/cloud-display.png');
}

.sectionTitle .more {
  display: block;
  /*color: #959595 !important;*/
  float: right;
  /*margin: -16px 0 0 0;*/
  font-size: 14px;
  line-height: 1;
  height: 14px;
}

.sectionTitle.white h2,
.sectionTitle.white .more {
  color: #fff;
}

.displayList,
.newsList,
.announcementList,
.galleryList {
  list-style: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

@media (max-width: 1239px) {}

@media (max-width: 991px) {}

@media (max-width: 779px) {
  .sectionTitle {
    height: 64px;
  }

  .sectionTitle h2 {
    font-size: 30px;
  }

  .sectionTitle h2::before {
    width: 36px;
    height: 36px;
    margin: 0 12px 0 0;
  }

  .sectionTitle .more {
    margin: -24px 0 0 0;
    font-size: 20px;
    line-height: 1;
    height: 30px;
  }

  /* .sectionTitle .more::after {
    width: 12px;
    height: 28px;
    margin: 0 0 0 12px;
  } */
}

@media (max-width: 600px) {
  .sectionTitle {
    height: 54px;
  }

  .sectionTitle h2 {
    font-size: 26px;
  }

  .sectionTitle h2::before {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
  }

  .sectionTitle .more {
    margin: -24px 0 0 0;
    font-size: 16px;
    height: 16px;
  }
}

@media (max-width: 432px) {
  .sectionTitle {
    height: 44px;
  }

  .sectionTitle h2 {
    font-size: 22px;
  }

  .sectionTitle h2::before {
    width: 28px;
    height: 28px;
    margin: 0 8px 0 0;
  }

  .sectionTitle .more {
    margin: -16px 0 0 0;
    font-size: 12px;
    line-height: 1;
    height: 12px;
  }

  /* .sectionTitle .more::after {
    width: 6px;
    height: 12px;
  } */
}


/* Main slider */
.mainSlider {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  width: 100%;
  height: 560px;
  margin: 0;
}

.mainSlider .container {
  width: 100%;
}

.mainSlider .swiper-wrapper {
  width: 100%;
}

.mainSlider .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-content: center;
  position: relative;
}

.mainSliderImg {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.mainSliderImg img {
  display: block;
  width: 100%;
  height: auto;
  max-width: fit-content;
}

.mainSliderTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.667), rgba(0, 0, 0, 0));
  padding: 9px 20px;
}

.mainSliderTitle .titleText {
  height: 42px;
  font-size: 20px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mainSliderNav {
  z-index: 30;
}

.mainSliderNavPrev,
.mainSliderNavNext {
  display: block;
  position: absolute;
  top: calc(50% - 58.5px);
  z-index: 30;
  width: 45px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
}

.mainSliderNavPrev {
  left: 0;
  background-image: url('../images/prev.png');
}

.mainSliderNavNext {
  right: 0;
  background-image: url('../images/next.png');
}

@media (max-width: 1239px) {
  .mainSlider {
    height: 560px;
  }

  .mainSliderImg {
    height: 560px;
  }

  .mainSliderNavPrev,
  .mainSliderNavNext {
    top: calc(50% - 50px);
    width: 42px;
    height: 70px;
  }

  .mainSliderTitle {
    height: 54px;
  }

  .mainSliderTitle .titleText {
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  .mainSlider {
    height: 340px;
  }

  .mainSliderImg {
    height: 340px;
  }

  .mainSliderNavPrev,
  .mainSliderNavNext {
    top: calc(50% - 50px);
    width: 40px;
    height: 64px;
  }

  .mainSliderTitle {
    height: 48px;
  }

  .mainSliderTitle .titleText {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 779px) {
  .mainSlider {
    height: 56vw;
  }

  .mainSliderImg {
    height: 56vw;
  }

  .mainSliderImg img {
    width: auto;
    height: 100%;
  }

  .mainSliderTitle {
    height: 80px;
    padding: 20px 28px;
  }

  .mainSliderTitle .titleText {
    height: 40px;
    font-size: 28px;
    line-height: 40px;
  }

  .mainSliderNavPrev,
  .mainSliderNavNext {
    display: none;
  }
}

@media (max-width: 600px) {
  /* .mainSlider {
    height: 260px;
  }

  .mainSliderImg {
    height: 260px;
  } */

  .mainSliderTitle {
    height: 60px;
    padding: 14px 24px;
  }

  .mainSliderTitle .titleText {
    height: 32px;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 432px) {
  /* .mainSlider {
    height: 200px;
  }

  .mainSliderImg {
    height: 200px;
  } */

  .mainSliderTitle {
    height: 40px;
    padding: 8px 16px;
  }

  .mainSliderTitle .titleText {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}


/* Display */
.display {
  display: block;
  padding: 57px 0 69px 0;
  margin: 0;
}

.displayList {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.displayItem {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 282px;
  height: 160px;
}

.displayItem .image {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 20;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.displayItem .image:hover {
  box-shadow: 5px 5px 5px #ccc;
  z-index: 20;
}

.displayItem .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.displayItem .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.displayItem .tag {
  display: block;
  position: absolute;
  left: 0;
  bottom: 19px;
  padding: 0 0 0 28px;
  margin: 0;
  width: 121px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  z-index: 30;
  color: #fff;
  background-color: #9b1317;
}

.displayItem .tag:hover,
.displayItem .tag:active,
.displayItem .tag:visited,
.displayItem .tag:focus,
.displayItem .tag:focus-within,
.displayItem .tag:focus-visible {
  color: #fff;
}

a.tag:hover,
a.tag:active,
a.tag:visited,
a.tag:focus,
a.tag:focus-within,
a.tag:focus-visible {
  color: #fff;
}

@media (max-width: 1239px) {
  .display {
    display: block;
    padding: 38px 0 46px 0;
    margin: 0;
  }

  .displayItem {
    width: 211px;
    height: 120px;
  }

  .displayItem .tag {
    left: 0;
    bottom: 14px;
    padding: 0 0 0 20px;
    margin: 0;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .displayList {
    flex-flow: row wrap;
  }

  .displayItem {
    width: calc(50vw - 42px);
    height: calc(28.3688vw - 23.83px);
    margin: 0 0 24px 0;
  }

  .displayItem:nth-child(n+2) {
    margin: 0 0 0 0;
  }

  .displayItem .tag {
    left: 0;
    bottom: 20px;
  }
}

@media (max-width: 779px) {
  .display {
    padding: 60px 0;
    margin: 0;
  }

  .displayItem {
    width: calc(50vw - 45px);
    height: calc(28.3688vw - 25.53px);
    margin: 0 0 30px 0;
  }

  .displayItem:nth-child(n+2) {
    margin: 0 0 0 0;
  }

  .displayItem .tag {
    left: 0;
    bottom: 32px;
    padding: 0 0 0 22px;
    margin: 0;
    width: 132px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
  }
}

@media (max-width: 600px) {
  .display {
    padding: 45px 0;
    margin: 0;
  }

  .displayItem {
    width: calc(45vw - 12px);
    height: calc(25.5319vw - 6.81px);
    margin: 0 0 24px 0;
  }

  .displayItem .tag {
    left: 0;
    bottom: 24px;
    padding: 0 0 0 18px;
    margin: 0;
    width: 110px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
}

@media (max-width: 432px) {
  .display {
    padding: 30px 0;
    margin: 0;
  }

  .displayItem {
    width: calc(45vw - 12px);
    height: calc(25.5319vw - 6.81px);
    margin: 0 0 16px 0;
  }

  .displayItem .tag {
    left: 0;
    bottom: 20px;
    padding: 0 0 0 14px;
    margin: 0;
    width: 84px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
}


/* News & announcement */
.news {
  display: block;
  background-image: url(../images/news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px 0;
  margin: 0;
}

.news .container {}

.newsContent {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.newsList {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 790px;
  padding: 0;
  margin: 0;
}

.newsItem {
  display: block;
  width: 384px;
  padding: 0;
  margin: 0;
}

.newsImg {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 238px;
  background-color: #959595;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.newsImg:hover {
  box-shadow: 5px 5px 5px #ccc;
  z-index: 20;
}

.newsImg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.newsImg img:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.newsTitle {
  display: block;
  width: 100%;
  min-height: 24px;
  max-height: 48px;
  padding: 0;
  margin: 12px 0 0 0;
}

.newsTitle a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 24px;
}

.announcementList {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 384px;
}

.announcementItem {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0 0 16px 0;
}

.announcementItem:last-child {
  margin: 0;
}

.announcementItem .date {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 6px;
  margin: 0;
  background-color: #e9e9e9;
}

.announcementItem .day {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #9b1317;
}

.announcementItem .month {
  display: block;
  font-size: 10px;
  line-height: 20px;
  color: #9b1317;
  white-space: nowrap;
}

.announcementItem .title {
  display: block;
  width: 312px;
  min-height: 24px;
  max-height: 48px;
  padding: 0;
  margin: 6px 0;
}

.announcementItem .title a,
.announcementItem .title a:visited {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}

.announcementItem .title a:hover,
.announcementItem .title a:active {
  color: #9b1317;
}

@media (max-width: 1239px) {
  .newsList {
    width: 592px;
  }

  .newsItem {
    width: 288px;
    padding: 0;
    margin: 0;
  }

  .newsImg {
    height: 178px;
  }

  .newsTitle {
    min-height: 22px;
    max-height: 44px;
    padding: 0;
    margin: 12px 0 0 0;
  }

  .newsTitle a {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
  }

  .announcementList {
    width: 288px;
  }

  .announcementItem {
    width: 100%;
    height: 56px;
    padding: 0;
    margin: 0 0 12px 0;
  }

  .announcementItem .date {
    width: 56px;
    height: 56px;
    padding: 4px;
    margin: 0;
  }

  .announcementItem .day {
    font-size: 18px;
    line-height: 24px;
  }

  .announcementItem .month {
    font-size: 9px;
    line-height: 18px;
  }

  .announcementItem .title {
    width: 220px;
    min-height: 22px;
    max-height: 44px;
    margin: 6px 0;
  }

  .announcementItem .title a,
  .announcementItem .title a:visited {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 48px 0;
    margin: 0;
  }

  .newsList {
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
  }

  .newsItem {
    width: calc(50vw - 42px);
    padding: 0;
    margin: 0;
  }

  .newsImg {
    width: 100%;
    height: calc(30.9896vw - 31px);
  }

  .newsTitle {
    min-height: 22px;
    max-height: 44px;
    padding: 0;
    margin: 12px 0 0 0;
  }

  .newsTitle a {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
  }

  .announcementList {
    width: 100%;
  }

  .announcementItem {
    width: calc(50vw - 42px);
    height: 56px;
    padding: 0;
    margin: 0 0 12px 0;
  }

  .announcementItem .date {
    width: 56px;
    height: 56px;
    padding: 4px;
    margin: 0;
  }

  .announcementItem .day {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #9b1317;
  }

  .announcementItem .month {
    display: block;
    font-size: 9px;
    line-height: 20px;
    color: #9b1317;
  }

  .announcementItem .title {
    display: block;
    width: calc(50vw - 112px);
    min-height: 22px;
    max-height: 44px;
    padding: 0;
    margin: 6px 0;
  }

  .announcementItem .title a,
  .announcementItem .title a:visited {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
  }
}

@media (max-width: 779px) {
  .news {
    padding: 54px 0 72px 0;
    margin: 0;
  }

  .newsList {
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
  }

  .newsItem {
    width: 100%;
    padding: 0;
    margin: 0 0 32px 0;
  }

  .newsImg {
    width: 100%;
    height: auto;
  }

  .newsTitle {
    min-height: 32px;
    max-height: 64px;
    padding: 0;
    margin: 16px 0 0 0;
  }

  .newsTitle a {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 32px;
  }

  .announcementList {
    width: 100%;
  }

  .announcementItem {
    width: 100%;
    height: 64px;
    padding: 0;
    margin: 0 0 22px 0;
  }

  .announcementItem .date {
    width: 64px;
    height: 64px;
    padding: 6px;
    margin: 0;
  }

  .announcementItem .day {
    font-size: 24px;
    line-height: 32px;
  }

  .announcementItem .month {
    font-size: 10px;
    line-height: 20px;
  }

  .announcementItem .title {
    width: calc(100vw - 150px);
    min-height: 30px;
    max-height: 60px;
    padding: 0;
    margin: 2px 0;
  }

  .announcementItem .title a,
  .announcementItem .title a:visited {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  .news {
    padding: 48px 0 64px 0;
    margin: 0;
  }

  .newsList {
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
  }

  .newsItem {
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
  }

  .newsImg {
    width: 100%;
    height: auto;
  }

  .newsTitle {
    min-height: 26px;
    max-height: 52px;
    padding: 0;
    margin: 12px 0 0 0;
  }

  .newsTitle a {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 26px;
  }

  .announcementList {
    width: 100%;
  }

  .announcementItem {
    width: 100%;
    height: 56px;
    padding: 0;
    margin: 0 0 16px 0;
  }

  .announcementItem .date {
    width: 56px;
    height: 56px;
    padding: 4px;
    margin: 0;
  }

  .announcementItem .day {
    font-size: 20px;
    line-height: 26px;
  }

  .announcementItem .month {
    font-size: 9px;
    line-height: 20px;
  }

  .announcementItem .title {
    width: calc(90vw - 80px);
    min-height: 26px;
    max-height: 52px;
    padding: 0;
  }

  .announcementItem .title a,
  .announcementItem .title a:visited {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 432px) {
  .news {
    padding: 28px 0 36px 0;
    margin: 0;
  }

  .newsList {
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
  }

  .newsItem {
    width: 100%;
    padding: 0;
    margin: 0 0 16px 0;
  }

  .newsImg {
    width: 100%;
    height: auto;
  }

  .newsTitle {
    min-height: 24px;
    max-height: 48px;
    padding: 0;
    margin: 8px 0 0 0;
  }

  .newsTitle a {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 24px;
  }

  .announcementList {
    width: 100%;
  }

  .announcementItem {
    width: 100%;
    height: 48px;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .announcementItem .date {
    width: 58px;
    height: 52px;
    padding: 3px;
    margin: 0;
  }

  .announcementItem .day {
    font-size: 20px;
    line-height: 26px;
  }

  .announcementItem .month {
    font-size: 7px;
    line-height: 18px;
  }

  .announcementItem .title {
    width: calc(90vw - 76px);
    min-height: 24px;
    max-height: 48px;
    padding: 0;
    margin: 2px 0;
  }

  .announcementItem .title a,
  .announcementItem .title a:visited {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 24px;
  }
}


/* Gallery */
.gallery {
  display: block;
  padding: 57px 0 69px 0;
  margin: 0;
}

.galleryList {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}

.galleryItem {
  display: block;
  position: relative;
  width: 282px;
  height: 396px;
}

.galleryItem .image {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  width: 282px;
  height: 396px;
  background-color: #959595;
}

.galleryItem .image img {
  display: block;
  width: 100%;
}

.galleryItem .detail {
  display: flex;
  position: absolute;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 282px;
  height: 396px;
  padding: 42px 28px;
  margin: 0;
  z-index: 40;
  opacity: 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.galleryItem:hover .detail {
  opacity: 1;
}

.galleryItem:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  padding: 0;
  width: 282px;
  z-index: 20;
  background: rgba(0, 0, 0, 0);
  transform: translate(0, -50%) scale(1, 0);
  -webkit-transform: translate(0, -50%) scale(1, 0);
  -moz-transform: translate(0, -50%) scale(1, 0);
  -ms-transform: translate(0, -50%) scale(1, 0);
  -o-transform: translate(0, -50%) scale(1, 0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.galleryItem:hover:after {
  max-height: 396px;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(0, -50%) scale(1, 1);
}


.galleryItem .hoverTitle {
  display: block;
  text-align: center;
  font-size: 22px !important;
  line-height: 42px !important;
  color: #fff;
  width: 100%;
}

.galleryItem .description {
  display: block;
  font-size: 14px !important;
  line-height: 24px !important;
  width: 100%;
  height: 120px;
  padding: 0;
  margin: 20px 0 90px 0;
}

.galleryItem .description a {
  display: -webkit-box;
  text-align: left;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff;
  width: 100%;
  height: 120px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.galleryItem .galleryButton {
  display: block;
  text-align: center;
  width: 108px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background-color: #9b1317;
  border-radius: 2px;
}

.galleryItem .galleryButton:hover,
.galleryItem .galleryButton:active,
.galleryItem .galleryButton:visited {
  color: #fff;
}

.galleryButton:hover,
.galleryButton:active,
.galleryButton:visited {
  color: #fff;
}

.galleryItem .mTitle {
  display: none;
}

@media (max-width: 1239px) {
  .galleryItem {
    width: 211px;
    height: 296px;
  }

  .galleryItem .image {
    width: 211px;
    height: 296px;
  }

  .galleryItem .detail {
    width: 211px;
    height: 296px;
    padding: 35px 28px;
  }

  .galleryItem:after {
    width: 211px;
  }

  .galleryItem:hover:after {
    max-height: 296px;
  }

  .galleryItem .description {
    height: 96px;
    padding: 0;
    margin: 20px 0 40px 0;
  }

  .galleryItem .description a {
    height: 96px;
    -webkit-line-clamp: 4;
  }

  .galleryItem .galleryButton {
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .galleryList {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .galleryItem {
    width: calc(50vw - 42px);
    height: calc(70.2128vw - 59px);
    margin: 0 0 24px 0;
  }

  .galleryItem:nth-child(n+3) {
    margin: 0 0 0 0;
  }

  .galleryItem .image {
    width: 100%;
    height: calc(70.2128vw - 59px);
  }

  .galleryItem .detail {
    width: calc(50vw - 42px);
    height: calc(70.2128vw - 59px);
    padding: 35px 28px;
  }

  .galleryItem:after {
    width: calc(50vw - 42px);
  }

  .galleryItem:hover:after {
    max-height: calc(70.2128vw - 59px);
  }

  .galleryItem .hoverTitle {
    font-size: 22px;
    line-height: 42px;
  }

  .galleryItem .description {
    height: 96px;
    padding: 0;
    margin: 20px 0 56px 0;
  }

  .galleryItem .description a {
    height: 96px;
    -webkit-line-clamp: 4;
  }

  .galleryItem .galleryButton {
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

@media (max-width: 779px) {
  .gallery {
    display: block;
    padding: 54px 0 72px 0;
    margin: 0;
  }

  .galleryItem {
    width: calc(50vw - 42px);
    height: calc(70.2128vw + 5px);
    margin: 0 0 28px 0;
  }

  .galleryItem:hover .detail {
    display: none;
  }

  .galleryItem:after {
    display: none;
  }

  .galleryItem:hover:after {
    display: none;
  }

  .galleryItem .mTitle {
    display: block;
    width: 100%;
    height: 64px;
    font-size: 22px !important;
    line-height: 64px !important;
    color: #333;
    background-color: #f1f1f1;
    padding: 0 0 0 22px;
  }
}

@media (max-width: 600px) {
  .gallery {
    display: block;
    padding: 42px 0 60px 0;
    margin: 0;
  }

  .galleryItem {
    width: calc(45vw - 10px);
    height: calc(63.1914vw + 33.96px);
    margin: 0 0 22px 0;
  }

  .galleryItem .image {
    height: calc(63.1914vw - 14.04px);
  }

  .galleryItem .mTitle {
    height: 48px;
    font-size: 18px !important;
    line-height: 48px !important;
    padding: 0 0 0 18px;
  }
}

@media (max-width: 432px) {
  .gallery {
    display: block;
    padding: 28px 0 40px 0;
    margin: 0;
  }

  .galleryItem {
    width: calc(45vw - 8px);
    height: calc(63.1914vw + 28.77px);
    margin: 0 0 16px 0;
  }

  .galleryItem .image {
    height: calc(63.1914vw - 11.23px);
  }

  .galleryItem .mTitle {
    height: 40px;
    font-size: 16px !important;
    line-height: 40px !important;
    padding: 0 0 0 16px;
  }
}