.content-container .left-container {
  float: left;
  width: 74%;
}
.content-container .right-container {
  float: right;
  width: 25%;
}

.section-title-container-1 {
  height: 25px;
  background: #f2f2f2;
  margin-top: 8px;
  border: #e1e1e1 solid 1px;
}
.section-title-container-1 img,
.section-title-container-1 span,
.section-title-container-2 img,
.section-title-container-2 span {
  top: 3px;
  left: 5px;
  position: relative;
}
.section-title-container-1 .more,
.section-title-container-2 .more {
  float: right;
  margin-right: 10px;
}
.section-title-container-2 .more {
  margin-top: 5px;
}
.section-title-container-2 {
  height: 25px;
  background: #b70d0e;
  color: #fff;
  margin-top: 8px;
}

.swiper-container {
  width: 36%;
  height: 157px;
  float: left;
  margin-top: 10px;
}
.swiper-container img {
 /* -o-object-fit: cover;
  object-fit: cover;*/
  width: 100%;
  height: 157px;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #666;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ff0000;
}

.part-1 ul {
  float: right;
  width: 64%;
  margin-top: 10px;
}
.part-1 ul li {
  height: 25px;
  border-bottom: #cecece dashed 1px;
  line-height: 25px;
    font-size: 12px;
}
.part-1 ul li .title {
  width: 40%;
  overflow: hidden;
  position: absolute;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part-2 > div {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}
.part-2 > div   div {
  border-left: none;
}
