.content_header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exampleDetail_content {
  margin-top: 88px;
  margin-bottom: 54px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.exampleDetail_body {
  display: flex;
  width: 100%;
}
.body_left {
  width: 53.4375%;
  display: flex;
  position: relative;
}
.body_left:hover h3 {
  color: #d7000f;
}
.body_left:hover p {
  color: #d7000f;
}
.body_left_img > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cover {
  width: 100%;
  height: 158px;
  position: absolute;
  /*background-image: url(../imgs/Rectangle769.png);*/
  bottom: 0;
  padding: 36px 50px ;
  display: flex;
 justify-content:  flex-end;
  flex-direction: column;;
}
.amplifyactive{
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.3);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.amplifyactive>img{
    max-width: 80%;
    max-height: 100%;
    object-fit: cover;
}
.amplify{
    display: none;
}
.cover > h3 {
  font-size: 30px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  
}
.cover > p {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.body_right {
  width: 46.5625%;
  background-image: url(../imgs/img.png);
  background-size: 100% 100%;
  /* background-position: center;
  background-repeat: no-repeat;
  flex: none; */
  padding: 35px 62px 0 62px;
}
.body_right > h3 {
  padding: 15px 0;
  font-size: 26px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.body_right > img {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 35px;
}
.img_list {
  display: flex;
  flex-wrap: wrap;
}
.img_list > li {
  width: 31.8%;
  display: flex;
  margin-bottom: 14px;
  margin-right: 14px;
  flex-direction: column;
  cursor: pointer;
}
.img_list  p{
    margin-top: 10px;
    text-align: center;
}
.img_list > li > img {
  width: 100%;
   object-fit: cover;
  height: 100%;
}
.img_list > li:nth-child(3n) {
  margin-right: 0;
}
/* .img_list>div:nth-child(3n-1){
  display: flex;
  justify-content: center;
}  */
.check >img{
  outline: 1px solid #d7000f;
}
.check >p{
    color: #d7000f;
}
@media only screen and (max-width: 1920px) {
  .img_list > li {
    width: 31.699%;
    display: flex;
    margin-bottom: 14px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1600px) {
  .img_list > li {
    width: 31.2%;
    display: flex;
    margin-bottom: 14px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  .img_list > li {
    width: 31%;
    display: flex;
    margin-bottom: 14px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .exampleDetail_body {
    display: flex;
    flex-direction: column;
  }
  .body_left {
    width: 100%;
    display: flex;
    position: relative;
  }
  .cover {
    padding: 24px 24px 0;
  }
  .body_right {
    width: 100%;
    background-image: url(/imgs/Rectangle762.png);
    background-size: 100%;
    padding: 24px 0 0 0;
  }
  .img_list > li {
    width: 31.699%;
    display: flex;
  }
  .img_list > li:nth-child(3n){
    margin-right: 12px;
  }
}
