/* #region 轮播 */
.swiper-container {
  width: 100%;
  height: 266px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  right: 10px;
  width: 100%;
  text-align: right;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  opacity: 0.7;
  background: #6c6d6e;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 3px;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Arial', 'Microsoft YaHei', '\u5b8b\u4f53', Tahoma, Geneva, sans-serif;
}

.swiper-active-switch {
  background: red;
}
/* #endregion */

.index-left-container {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
}
.index-center-container {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
}
.index-right-container {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
}

.section-container {
  min-height: 266px;
}
.section {
  border-bottom: 2px solid #146cc1;
  height: 42px;
}
.section .section-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #18267d;
  margin-top: 10px;
}
.section .more {
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
  position: absolute;
  right: 0px;
  color: #1826a5;
}

.index-right-container .section .section-title {
  padding-left: 24px;
  background: url(../images/new1_icon.png) no-repeat left center;
}
.index-right-container .section .more {
  color: #666;
}

.fwzn-list {
  margin-top: 10px;
}
.fwzn-list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 5px;
}
.fwzn-list li a {
  width: 100%;
  display: inline-block;
  border: 1px solid #e3e3e3;
  transition: all 0.4s ease-in-out;
  line-height: 35px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fwzn-list li a:hover {
  background-color: #f3b200;
  border: 1px solid #f3b200;
}

.notice-list .news_date {
  position: absolute;
  left: 0;
  width: 60px;
  height: 28px;
  line-height: 28px;
  margin-top: 3px;
  font-family: 'Microsoft YaHei';
  border-radius: 4px;
  background: #146cc1;
  text-align: center;
  vertical-align: middle;
}
.notice-list .news_date .news_year {
  display: inline-block;
  padding: 0 4px;
  font-size: 18px;
  color: #fff;
}
.notice-list .news_date .news_days {
  display: inline-block;
  height: 27px;
  padding: 0 6px;
  font-size: 14px;
  color: #18267d;
  border-radius: 0px 4px 4px 0px;
  background: #fff;
  vertical-align: top;
  border: 1px solid #146cc1;
}
.notice-list a {
  display: block;
  zoom: 1;
  padding: 11px 0 11px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 70px;
  font-size: 14px;
}
.notice-list li a:hover {
  color: #1e3883;
}

.contact {
  font-size: 14px;
  line-height: 24px;
  margin-left: 19px;
}
.qrcode > div {
  float: left;
  margin-left: 19px;
  margin-top: 10px;
}
.qrcode img {
  display: block;
  width: 100px;
  height: 100px;
}
.qrcode span {
  display: block;
  width: 100px;
  line-height: 24px;
  text-align: center;
}
