.content .ctx1 {
  padding: 0.84rem 0 0.7rem;
  background: #eaeaea;
}
.content .ctx1 .title {
  font-size: 40px;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .content .ctx1 .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .ctx1 .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .ctx1 .title {
    font-size: 24px;
  }
}
.content .ctx1 .p1 {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 1200px) {
  .content .ctx1 .p1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .ctx1 .p1 {
    font-size: 16px;
  }
}
.content .ctx2 {
  padding: 0.7rem 0 1.7rem;
}
.content .ctx2 p {
  line-height: 2;
  /* color: #999; */
  /* margin-bottom: 0.5rem; */
}
/* .content .ctx2 img {
  margin-bottom: 0.7rem;
} */
.content .ctx2 .title {
  font-size: 26px;
  color: #333;
}
@media only screen and (max-width: 1440px) {
  .content .ctx2 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .ctx2 .title {
    font-size: 20px;
  }
    .content .ctx2 img{
        width: 100% !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 767px) {
  .content .ctx2 .title {
    font-size: 18px;
  }
}
.content .ctx2 video {
  width: 100% !important;
  height: 100% !important;
}
.content .ctx3 {
  padding: 0.36rem 0 1.1rem;
  border-top: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .ctx3 p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
@media only screen and (max-width: 1366px) {
  .content .ctx3 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content .ctx3 p {
    font-size: 14px;
  }
}
.content .ctx3 p a {
  color: #999;
}
.content .ctx3 .right {
  height: 40px;
  line-height: 40px;
  padding: 0 0.6rem;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  color: #aeaeae;
  transition: all 0.3s ease-out;
}
.content .ctx3 .right:hover {
  background: #e3e3e3;
}
@media screen and (max-width: 768px) {
  .content .ctx3 {
    flex-direction: column;
  }
  .content .ctx3 .right {
    margin-top: 0.5rem;
  }
    .content .ctx2 img{
        width: 100% !important;
        height: auto !important;
    }
}
/*# sourceMappingURL=media-detail.css.map */