html,
body {
  height: 100%;
}

body {
  font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .12);
  border-radius: 5px;
  border: 1px solid transparent;
  height: 140px;
  background-clip: content-box;
}

.elements-swiper .swiper-wrapper,
.pics-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

.container-max {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.district-name {
  display: inline-block;
  padding: 5px 16px;
  background-color: #D91817;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  vertical-align: middle;
}

.container-max .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.page-footer {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  background-color: #d74339;
}

.page-footer p {
  margin-bottom: 16px;
}

.row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zoom-in-out {
  transition: all .3s ease-in-out 0s;
}

/* tab block header start */
.block-tab-header {
  border-bottom: 1px solid #D74339;
}

.tab-header-item {
  font-size: 25px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tab-header-item:first-child {
  margin-left: 0;
}

.tab-header-item.tab-active {
  color: #D74339;
}

.tab-header-item.tab-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #D74339;
}

a.tab-more {
  float: right;
  color: #D74339;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
}

/* tab block header end */

.pane-news-item {
  font-size: 16px;
  line-height: 24px;
  color: #06273a;
  padding-left: 15px;
  background: url('../images/dot.png') 0 9px no-repeat;
  margin: 18px 0;
  max-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pane-news-item span {
  font-size: 12px;
  color: #999;
  padding: 0 5px;
}

.pane-news-item a:hover {
  color: #D74339;
  text-decoration: none;
}

.inner-container {
  min-height: 630px;
}

.com-pagination {
  margin-top: 30px;
  text-align: center;
}

.com-pagination .ui-paging-container li {
  padding: 3px 10px;
  margin-left: 7px;
  color: #007bff;
}

.com-pagination .ui-paging-container li.focus,
.com-pagination .ui-paging-container li.ui-pager:hover {
  background-color: #007bff !important;
  color: #fff;
}

.com-pagination .ui-paging-container li.ui-pager {
  border: none;
  background-color: #F0F0F0;
}

/* video cover start */
.video-cover::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background-image: url('../images/video.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.video-cover:hover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
}

/* video cover end */

/* loadmore button start */
.hide-item {
  display: none;
}

.loadmore-btn {
  text-align: center;
}

.loadmore-btn button {
  border: 1px solid #bcbcbc;
  width: 345px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  margin: 20px auto;
  border-radius: 4px;
  background-color: #fff;
}

.loadmore-btn button:hover {
  color: #D74339;
  background-color: #F6F6F6;
}

.loadmore-btn button:focus {
  outline: none;
}

/* loadmore button end */

@media (min-width: 960px) {
  .lg-gutter-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg-gutter-right-0 {
    padding-right: 0;
  }

  .lg-gutter-left-0 {
    padding-left: 0;
  }

  .lg-gutter-right-5 {
    padding-right: 5px;
  }

  .lg-gutter-left-5 {
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .md-hide {
    display: none;
  }

  .md-show {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hide-sm {
    display: none !important;
  }

  .row>div[class^="col"]:not(:last-child) {
    margin-bottom: 10px;
  }

  .sm-gutter-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .loadmore-btn button {
    width: 100%;
  }

  .district-name {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 13px;
    padding: 5px 6px;
    font-weight: 400;
  }
}

.fr-element .fr-video::after {
  z-index: -1 !important;
}

