@charset "UTF-8";
.all {
  padding: 4.5% 0;
}
.all .list {
  margin-top: 60px;
}
.all .time {
  color: #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  text-align: center;
}
.all .day {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .repeat {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .repeat:first-child {
  padding-top: 0;
}
.all .repeat:hover .day {
  border-color: #f00000;
}
.all .repeat:hover .time {
  color: #f00000;
}
.all .repeat:hover .img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.all .repeat:hover .txt_tit a {
  color: #f00000;
}
.all .repeat:hover .txt_more {
  color: #f00000;
}
.all .c {
  width: 440px;
  margin: 0 80px;
}
.all .img {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all .txt_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .txt_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.all .txt_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #222222;
  max-width: 90%;
}
.all .share {
  position: relative;
}
.all .share_box {
  display: none;
  margin-top: 20px;
  right: 0;
  position: absolute;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  line-height: 1;
  text-align: right;
}
.all .share_box::after {
  bottom: 100%;
  right: 0px;
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff; /* 箭头颜色 */
}
.all .share_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.all .share_flx a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eeeeee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .share_flx a svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .share_flx a:hover {
  background: #f00000;
}
.all .share_flx a:hover svg path {
  fill: #ffffff;
}
.all .share_flx a:last-child {
  margin-right: 0;
}
.all .des {
  line-height: 1.875;
  height: 5.625em;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 25px auto 78px;
}
.all .txt_more {
  color: #888888;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1600px) {
  .all .list {
    margin-top: 35px;
  }
  .all .c {
    width: 340px;
    margin: 0px 50px;
  }
  .all .des {
    margin: 20px auto 35px;
  }
  .all .repeat {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1200px) {
  .all .c {
    width: 280px;
    margin: 0px 35px;
  }
  .all .list {
    margin-top: 25px;
  }
  .all .repeat {
    padding: 25px 0;
  }
  .all .des {
    margin: 10px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .all .time {
    display: none;
  }
  .all .c {
    width: 240px;
    margin: 0px 35px 0 0;
  }
  .all .des {
    margin: 5px auto 15px;
  }
}
@media screen and (max-width: 600px) {
  .all {
    padding: 40px 0;
  }
  .all .repeat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .all .c {
    width: 100%;
  }
  .all .txt {
    margin-top: 20px;
  }
}
