.swiper-container {
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.swiper-left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.swiper-right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.arrow-left {
  width: 50px;
  height: 50px;
  margin-top: -40px;
  margin-left: -25px;
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.arrow-left:before {
  content: '';
}
.arrow-right {
  width: 50px;
  height: 50px;
  margin-top: -40px;
  margin-right: -25px;
  font-size: 50px;
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.arrow-right:before {
  content: '';
}

.part-1 {
  margin: 30px 0;
}
.part-1 > a {
  display: block;
  width: 25%;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
}
.part-1 > a > img {
  width: 100%;
  height: auto;
}

.tabs {
  width: auto;
  margin: auto;
  text-align: center;
}
.tabs > li {
  display: inline;
  font-size: 18px;
}
.tabs > li.active span {
  background-color: #1f4190;
  color: #fff;
}
.tabs > li span {
  width: auto;
  min-width: 130px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 10px 8px;
  padding: 8px 0;
  background-color: #f0f0f0;
  color: #4d4d4d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.tab1-content {
  padding-top: 46px;
  overflow: hidden;
}
.tab1-content > div,
.tab2-content > div {
  display: none;
}
.tab1-content > div.show,
.tab2-content > div.show {
  display: block;
}
.tab1-content .left-list,
.tab1-content .right-list {
  width: 50%;
  padding: 0 10px;
  float: left;
}

.newbox .hd {
  height: 34px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
}
.newbox .hd .title {
  float: left;
  color: #4d4d4d;
}
.newbox .hd .title h3 {
  float: left;
  border-bottom: 3px solid #1e3883;
  margin: 0;
  padding: 0 15px;
  line-height: 33px;
  font-weight: 600;
  font-size: 18px;
}
.newbox .hd .more {
  float: right;
  margin: 8px 20px 0 0;
}
.newbox .hd .more a {
  display: block;
  width: 48px;
  height: 18px;
  line-height: 18px;
  color: #1e3883;
  text-align: center;
  border: 1px solid #1e3883;
  font-size: 13px;
}
.newbox .bd {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}
.newbox .bd ul li {
  margin-bottom: 10px;
}
.newbox .bd ul li .datelist {
  padding: 10px 25px;
  background: #f4f2f4;
  overflow: hidden;
  zoom: 1;
}
.newbox .bd ul li .datelist .time {
  width: 100px;
  height: 40px;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #000;
  text-align: center;
}
.newbox .bd ul li .datelist .time span {
  display: block;
  font-size: 16px;
  color: #666;
}
.newbox .bd ul li .datelist .time .date {
  font-size: 14px;
}
.newbox .bd ul li .datelist .dinfo {
  padding-left: 30px;
  overflow: hidden;
  zoom: 1;
}
.newbox .bd ul li .datelist .dinfo h5 {
  margin: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.newbox .bd ul li .datelist .dinfo h5 a {
  color: #666;
  font-size: 16px;
}
.newbox .bd ul li .datelist .dinfo h5 a:hover {
  color: #1e3883;
}

.tab2-content ul li {
  float: left;
  width: 25%;
  height: 186px;
  margin: 15px 0;
  padding: 0 15px;
  display: block;
  position: relative;
}
.tab2-content ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab2-content ul li h5 {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
}
.smore {
  color: #fff;
  margin: 20px 0;
  min-width: 130px;
  background-color: #5bc0de;
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
}

.links {
  background: #f4f4f4;
  padding: 20px 0 40px 0;
  margin-top: 20px;
}
.links h3 {
  font-size: 16px;
  color: #780b0b;
  font-weight: normal;
  margin-bottom: 15px;
}
.links h3 span {
  font-size: 12px;
  color: #595959;
  margin-left: 10px;
}
.linkcon {
  width: 100%;
  overflow: hidden;
}
