.swiper-container {
  width: 40%;
  float: left;
  height: 350px;
}

.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-container .swiper-slide .swiper-title {
  padding: 5px;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 60px;
  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: #145bbb;
}

.swiper-container-1 {
  height: 82px;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}
.swiper-container-1 .swiper-slide {
  padding-left: 5px;
}
.swiper-container-1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-container {
  width: 60%;
  padding-left: 20px;
  float: right;
}

.section-title-container {
  border-bottom: 1px solid #dedede;
  height: 26px;
  position: relative;
}
.section-title {
  color: #7e7e7e;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #1c60a6;
  height: 26px;
  font-family: Arial, Helvetica, sans-serif;
}
.more {
  background: none;
  width: 38px;
  height: 15px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  background: url(../images/more.jpg) no-repeat;
  z-index: 999;
}
