.typeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.4rem;
  margin-top: 1.38rem;
  border: 1px solid #d4d8d7;
  border-right: 0;
}

.typeList div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 0.5rem;
  border-right: 1px solid #d4d8d7;
  height: 1.2rem;
  color: #4c4c4c;
  font-size: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.typeList div:hover {
  background-color: #e2e2e4;
}

.news-ul {
  padding: 0 3.45rem;
  margin-top: 0.74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-ul li {
  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;
  width: 100%;
  height: 4.1rem;
  -webkit-box-shadow: 0px 0.06rem 0.35rem 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.06rem 0.35rem 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 0.95rem;
  overflow: hidden;
}

.news-ul li .url {
  width: 4.4rem;
  height: 100%;
  object-fit: cover;
}

.news-ul li .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
}

.news-ul li .right .title {
  color: #4c4c4c;
  font-size: 0.26rem;
  line-height: 0.32rem;
  margin-top: 0.83rem;
  padding: 0 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.95rem;
}

.news-ul li .right .content {
  margin-top: 0.63rem;
  line-height: 0.28rem;
  font-size: 0.2rem;
  color: #4c4c4c;
  padding: 0 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-ul li .right .news-footer {
  height: 0.84rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0.6rem;
}

.news-ul li .right .news-footer .box {
  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;
  height: 100%;
  border-top: 1px solid #d4d8d7;
}

.news-ul li .right .news-footer .box .date {
  color: #4c4c4c;
  font-size: 0.2rem;
}

.news-ul li .right .news-footer .box img {
  width: 0.17rem;
  cursor: pointer;
}

.learn-more {
  background-color: #39aeb2;
  width: 4rem;
  height: 0.86rem;
  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;
  color: #fff;
  font-size: 0.16rem;
  margin: 0 auto;
  margin-bottom: 1.3rem;
  margin-top: 0.35rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}


.news-ul-mb {
  display: none;
}

@media (max-width: 1012px) {
  .typeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.4rem;
    margin-top: 0.6rem;
    border: 1px solid #d4d8d7;
    border-right: 0;
  }
  .typeList div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d4d8d7;
    height: 0.97rem;
    padding-left: 0;
    padding-right: 0;
    color: #4c4c4c;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.28rem;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .typeList div:hover {
    background-color: #fff;
  }
  .news-ul {
    display: none;
  }
  .news-ul-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.6rem;
  }
  .news-ul-mb li {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0.06rem 0.35rem 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0.06rem 0.35rem 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 0.7rem;
  }
  .news-ul-mb li .top {
    height: 0.75rem;
    background-color: #fff;
    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;
    width: 100%;
    padding: 0 0.26rem;
  }
  .news-ul-mb li .top .title {
    color: #4c4c4c;
    font-size: 0.28rem;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .news-ul-mb li .top .date {
    font-size: 0.28rem;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    
  }
  .news-ul-mb li .bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .learn-more {
    background-color: #39aeb2;
    width: 3.98rem;
    height: 0.67rem;
    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;
    color: #fff;
    font-size: 0.26rem;
    margin: 0 auto;
    margin-bottom: 1.3rem;
    margin-top: 0.35rem;
    cursor: pointer;
  }
}
/*# sourceMappingURL=news.css.map */
