.main {
  width: 20rem;
  margin: 0 auto;
}
.main-box {
  display: flex;
  margin-top: 0.5rem;
}
.main-box-left {
  width: 80%;
  padding-right: 3%;
}
.main-box-right {
  width: 20%;
}
.main .tzgg .item {
  display: flex;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #e5e5e5;
}
.main .tzgg .item:hover .left img {
  transform: scale(1.1);
}
.main .tzgg .item:hover .right-title {
  color: #014B96;
}
.main .tzgg .item .left {
  width: 2.7125rem;
  height: 1.95rem;
  overflow: hidden;
  border-radius: 0.1rem;
  margin-right: 0.5rem;
}
.main .tzgg .item .left img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .tzgg .item .right {
  width: 70%;
  height: 1.95rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.15rem 0;
}
.main .tzgg .item .right-title {
  font-size: 0.225rem;
  color: #111;
  font-weight: bold;
}
.main .tzgg .item .right-info {
  font-size: 0.175rem;
  color: #808080;
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
}
.main .tzgg .item .right-time {
  font-size: 0.175rem;
  color: #808080;
}
.main .read .content .top {
  width: 100%;
  height: 2.4rem;
  margin: 0.15rem 0;
}
.main .read .content .top .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main .read .content .top .swiper-wrapper .img {
  width: 100%;
  height: 100%;
}
.main .read .content .top .swiper-button-next,
.main .read .content .top .swiper-button-prev {
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(204, 204, 204, 0.4);
}
.main .read .content .top .swiper-button-next::after,
.main .read .content .top .swiper-button-prev::after {
  font-size: 0.25rem;
}
.main .read .content .bottom {
  width: 100%;
  height: 2.5rem;
}
.main .read .content .item {
  margin-bottom: 0.225rem;
  cursor: pointer;
  color: #4C4C4C;
  font-size: 0.175rem;
}
.main .read .content .item:hover {
  color: #2847C6 !important;
}
.main .read .content .item .text {
  margin-bottom: 0.05rem;
}
.main .train .content .item {
  margin-top: 0.125rem;
  cursor: pointer;
}
.main .train .content .item .poster {
  width: 100%;
  height: 2.2125rem;
  overflow: hidden;
}
.main .train .content .item .poster img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.main .train .content .item .poster img:hover {
  transform: scale(1.15);
}
.main .train .content .item .text {
  font-size: 0.1875rem;
  color: #4C4C4C;
  font-weight: bold;
  margin: 0.125rem 0;
}
.main .train .content .item .count {
  font-size: 0.15rem;
  color: #969696;
  display: flex;
  align-items: center;
}
.main .train .content .item .count img {
  width: 0.1875rem;
  height: 0.1875rem;
  margin-right: 0.075rem;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    padding: 0 0.2rem;
    margin: 0;
  }
  .main-box {
    flex-direction: column;
    margin-top: 0.25rem;
  }
  .main-box-left {
    width: 100%;
    padding-right: 0;
  }
  .main-box-left .content .item {
    flex-direction: column;
  }
  .main-box-left .content .item .left {
    margin-right: 0;
    width: 100%;
    height: 2.25rem;
  }
  .main-box-left .content .item .right {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .main-box-left .content .item .right-info {
    margin: 0.15rem 0;
  }
  .main-box-right {
    display: none;
  }
}
