.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text > span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text > p {
  font-size: 0.8rem;
  color: #fff;
}
.bread .con {
  display: flex;
  height: 4rem;
}
.bread .con a {
  font-size: 0.7rem;
  color: #777;
  line-height: 4rem;
}
.bread .con a:hover {
  color: #ff8041;
}
.bread .con span {
  font-size: 0.7rem;
  color: #777;
  display: inline-block;
  line-height: 4rem;
  margin: 0 0.4rem;
}
.bread .con h6 {
  font-size: 0.7rem;
  line-height: 4rem;
  color: #777;
}
.hd-con {
  margin-top: 0.6rem;
}
.hd-con .con {
  position: relative;
}
.hd-con .con .hd-list {
  width: 100%;
  float: left;
}
.hd-con .con .hd-list .meeting > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #454545;
}
.hd-con .con .hd-list .meeting > h2 img {
  width: 1.8rem;
  margin-right: 0.8rem;
  position: relative;
  top: 0.8rem;
}
.hd-con .con .hd-list .meeting > ul {
  margin-top: 1rem;
}
.hd-con .con .hd-list .meeting > ul li {
  float: left;
  width: 32%;
  margin-top: 1.5rem;
}
.hd-con .con .hd-list .meeting > ul li a {
  display: block;
}
.hd-con .con .hd-list .meeting > ul li a .top {
  height: 0;
  padding-bottom: 58%;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.hd-con .con .hd-list .meeting > ul li a .top img {
  width: 100%;
}
.hd-con .con .hd-list .meeting > ul li a .bottom {
  padding: 1.2rem 1rem 1rem;
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #eeeeee;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .title {
  margin-bottom: 2.2rem;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .title h2 {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .date span {
  font-size: 0.7rem;
  color: #999;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .date span.dian {
  color: #e4e4e4;
  margin: 0 0.2rem;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .date h4 {
  float: right;
  font-size: 0.7rem;
  color: #999;
  padding-left: 1rem;
  position: relative;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .date h4 span {
  font-weight: bold;
  color: #ee8650;
  margin-left: 0.5rem;
}
.hd-con .con .hd-list .meeting > ul li a .bottom .date h4:before {
  content: '';
  width: 1px;
  height: 70%;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 15%;
}
.hd-con .con .hd-list .meeting > ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.hd-con .con .hd-list .meeting > ul li.name {
  position: relative;
}
.hd-con .con .hd-list .meeting > ul li.name:before {
  content: '';
  width: 5rem;
  height: 4.5rem;
  background: url(../img/kuaikan/huodong/baoming.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 2;
}
.hd-con .con .hd-list .meeting > ul li:hover a .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.hd-con .con .hd-list .meeting > ul li:hover a .bottom {
  box-shadow: 0px 12px 35px 0px rgba(33, 33, 33, 0.09);
}
.hd-con .con .hd-list .meeting > ul li:hover a .bottom .title h3 {
  border: solid 1px #e88045;
  color: #e88045;
}
.hd-con .con .hd-list .meeting > ul li:hover a .bottom .title h2 {
  color: #e87f45;
}
@media screen and (max-width: 1180px) {
  .hd-con .con .hd-list .meeting > ul li a .bottom .date h4 {
    padding-left: 0;
    position: relative;
    top: 2px;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .date h4:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    top: 50%;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .hd-con {
    padding-bottom: 2rem;
  }
  .hd-con .con .hd-list .meeting > h2 {
    font-size: 20px;
  }
  .hd-con .con .hd-list .meeting > h2 img {
    width: 20px;
    top: 8px;
    margin-right: 8px;
  }
  .hd-con .con .hd-list .meeting > ul {
    margin-top: 0;
  }
  .hd-con .con .hd-list .meeting > ul li {
    width: 48.5%;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom {
    padding: 12px;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .title {
    margin-bottom: 10px;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .title h3 {
    float: none;
    font-size: 12px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    top: 0;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .title h2 {
    padding-left: 0;
    margin-top: 10px;
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .date span {
    font-size: 12px;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .date span.dian {
    margin: 0;
  }
  .hd-con .con .hd-list .meeting > ul li a .bottom .date h4 {
    float: none;
    font-size: 12px;
    padding-left: 0;
  }
  .hd-con .con .hd-list .meeting > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .hd-con .con .hd-list .meeting > ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .hd-con .con .hd-list .luntan {
    margin-top: 30px;
  }
  .hd-con .con .hd-list .luntan > h2 img {
    width: 26px;
  }
}
/*# sourceMappingURL=look_back.css.map */