.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}

.etitle {
  margin-top: 56px;
  margin-bottom: 60px;
}

.list li {
  margin-bottom: 27px;
}
.list li > div {
  display: flex;
}
.list li .list-img {
  width: 290px;
  height: 190px;
  margin-right: 22px;
  border-radius: 10px;
  overflow: hidden;
}
.list li .list-con {
  flex: 1;
  border-bottom: dotted 1px #d8d8d8;
  overflow: hidden;
}
.list li .list-con > div:nth-child(1) {
  display: flex;
}
.list li .list-con > div:nth-child(1) > div:nth-child(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 0.3s;
  flex: 1;
  font-weight: bold;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
}
@media (min-width: 801px) {
  .list li .list-con > div:nth-child(1) > div:nth-child(1):hover {
    text-decoration: underline;
  }
}
.list li .list-con > div:nth-child(1) > div:nth-child(2) {
  margin-left: 10px;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fafafa;
  font-size: 12px;
  color: #5e5e5e;
}
.list li .list-con > div:nth-child(2) {
  line-height: 26px;
  max-height: 80px;
  margin-top: 10px;
  margin-bottom: 16px;
}
.list li .list-con > div:nth-child(3) span {
  transition: all 0.3s;
  display: inline-block;
  width: 102px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: solid 1px #d8d8d8;
  border-radius: 14px;
  font-size: 12px;
  color: #5e5e5e;
}
@media (min-width: 801px) {
  .list li .list-con > div:nth-child(3) span:hover {
    background: #2EB797;
    border: solid 1px #2EB797;
    color: #fff;
  }
}

.page-container {
  margin-top: 48px;
  margin-bottom: 51px;
}

@media (max-width: 800px) {
  .etitle {
    margin-top: 32px;
    margin-bottom: 26px;
  }
  .list li {
    margin-bottom: 32px;
  }
  .list li > div {
    display: block;
  }
  .list li .list-img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .list li .list-con > div:nth-child(1) > div:nth-child(1) {
    white-space: normal;
    height: auto;
  }
  .list li .list-con > div:nth-child(2) {
    margin-bottom: 22px;
  }
}/*# sourceMappingURL=news.css.map */