:root {
  --count--count: var(--blue-color);
  --count--total: #999;
}

.module_container {
  margin: 20px 0;
}
.module_container .otcontainer .top__ {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-column-gap: 20px;
  margin-bottom: 20px;
  min-height: 350px;
}
.module_container .otcontainer .top__ .left__ {
  height: inherit;
}
.module_container .otcontainer .top__ .left__ .swiper {
  height: inherit;
}
.module_container .otcontainer .top__ .left__ .swiper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.module_container .otcontainer .top__ .left__ .swiper .swiper-slide a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module_container .otcontainer .top__ .right__ {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item {
  display: none;
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item h1.title {
  font-size: calc(1.1rem + 0.1vw);
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 32px;
  text-align: left;
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item .line_date {
  height: 5px;
  background: #e5e5e5;
  margin: 20px 0;
  border-radius: 5px;
  width: 80%;
  position: relative;
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item .line_date span.pos_date {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue-color);
  font-weight: bold;
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item .content__ p {
  line-height: 30px;
  margin-top: 20px;
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item:hover {
  color: var(--blue-color);
}
.module_container .otcontainer .top__ .right__ .main_right__ .xh_item.active {
  display: block;
}
.module_container .otcontainer .top__ .right__ .swiper_controller {
  position: absolute;
  width: calc(100% - 32px);
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ {
  display: flex;
  align-items: center;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ div.active {
  background: var(--blue-color);
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ div:hover {
  background: var(--blue-color);
  border: none;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ div:hover .icon {
  color: #fff;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ .swiper-button-disabled {
  background: #ccc;
  cursor: not-allowed;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ .swiper-button-disabled:hover {
  background: #ccc;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .btn_con__ .swiper-button-disabled:hover .icon {
  color: inherit;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .count__ .count {
  font-size: calc(1.2rem + 0.1vw);
  font-weight: bold;
  color: var(--count--count);
  margin-right: 3px;
}
.module_container .otcontainer .top__ .right__ .swiper_controller .count__ .total {
  font-size: calc(0.8rem + 0.1vw);
  color: #999;
  margin-left: 3px;
}
@media (max-width: 1024px) {
  .module_container .otcontainer .top__ {
    grid-template-columns: repeat(1, 100%);
    height: auto !important;
  }
  .module_container .otcontainer .top__ .left__ .swiper .swiper-slide {
    height: auto;
  }
  .module_container .otcontainer .top__ .right__ {
    padding-bottom: 75px;
  }
  .module_container .otcontainer .top__ .main_right__ .xh_item h1.title {
    min-height: 64px;
  }
  .module_container .otcontainer .top__ .main_right__ .xh_item .line_date {
    width: 60% !important;
  }
  .module_container .otcontainer .top__ .main_right__ .xh_item .line_date .pos_date {
    right: -31% !important;
  }
}
.module_container .otcontainer .bottom__ .swiper {
  padding: 0 14px 0 0;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper {
  margin: 3px;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide {
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0 10px 10px 0;
  display: block;
  transition: all 0.3s;
  background: #fff url("/static/images/makesi/4.png") no-repeat 130% -20%;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide h1.title {
  font-size: calc(0.9rem + 0.1vw);
  line-height: 28px;
  min-height: 56px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  text-align: left;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide p.content {
  margin: 20px 0;
  color: #999;
  display: none;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide span.date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--blue-color);
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide span.date .icon {
  margin-right: 5px;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide:hover {
  background: var(--blue-color) url("/static/images/makesi/4.png") no-repeat;
  background-position: 100% -30%;
  color: #fff;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide:hover p.content {
  color: #fff;
}
.module_container .otcontainer .bottom__ .swiper .swiper-wrapper .swiper-slide:hover span.date {
  color: #fff;
}

/*# sourceMappingURL=commontb.css.map */
