.news {
  width: 72.9167vw;
  margin: 0 auto;
  padding: 5.2083vw 0;
}
.news .news-content {
  position: relative;
  /* 50px */
  padding-bottom: 2.6042vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.news .news-content .list {
  width: 22.9167vw;
  margin-top: 2.0833vw;
}
.news .news-content .list:nth-child(1) {
  margin-top: 0;
}
.news .news-content .list:nth-child(2) {
  margin-top: 0;
}
.news .news-content .list:nth-child(3) {
  margin-top: 0;
}
.news .news-content .list .list-a .pic {
  width: 100%;
  height: 14.5833vw;
  overflow: hidden;
}
.news .news-content .list .list-a .pic img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.news .news-content .list .list-a:hover .pic img {
  transform: scale(1.2);
}
.news .news-content .list .list-a:hover p {
  color: #3DB0AD;
  text-decoration: underline;
}
.news .news-content .list .list-a:hover .time span {
  color: #3DB0AD;
}
.news .news-content .list .list-a:hover .time img {
  display: block;
}
.news .news-content .list .list-a p {
  width: 100%;
  font-size: 18px;
  color: #2B1E1A;
  line-height: 26px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .news-content .list .list-a .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
}
.news .news-content .list .list-a .time span {
  font-size: 14px;
  color: #787E80;
}
.news .news-content .list .list-a .time img {
  width: 20px;
  height: 20px;
  display: none;
}
#demo-laypage-normal-1 {
  text-align: center;
  margin-top: 3.125vw;
}
.news .layui-form-label {
  width: auto !important;
  font-size: 18px;
}
.news .layui-form-item {
  margin-bottom: 40px;
}

.news .layui-flow-more{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  margin: 30px auto 0 auto !important;
}

@media (max-width: 960px) {
  .news {
    width: 100%;
    padding: 1.33333333rem 0.4rem;
  }
  .news .news-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-bottom: 1.33333333rem;
  }
  .news .news-content .list {
    width: 48%;
    margin-top: 0.53333333rem;
  }
  .news .news-content .list:nth-child(1) {
    margin-top: 0;
  }
  .news .news-content .list:nth-child(2) {
    margin-top: 0;
  }
  .news .news-content .list:nth-child(3) {
    margin-top: 0.53333333rem;
  }
  .news .news-content .list .list-a .pic {
    width: 100%;
    height: 2.82666667rem;
    overflow: hidden;
  }
  .news .news-content .list .list-a .pic img {
    width: 100%;
    transition: 0.4s;
  }
  .news .news-content .list .list-a:hover .pic img {
    transform: scale(1.2);
  }
  .news .news-content .list .list-a:hover p {
    color: #3DB0AD;
    text-decoration: underline;
  }
  .news .news-content .list .list-a:hover .time span {
    color: #3DB0AD;
  }
  .news .news-content .list .list-a:hover .time img {
    display: block;
  }
  .news .news-content .list .list-a p {
    width: 100%;
    font-size: 0.42666667rem;
    color: #2B1E1A;
    line-height: 0.69333333rem;
    margin: 0.26666667rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .news .news-content .list .list-a .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.53333333rem;
  }
  .news .news-content .list .list-a .time span {
    font-size: 0.37333333rem;
    color: #787E80;
  }
  .news .news-content .list .list-a .time img {
    width: 0.53333333rem;
    height: 0.53333333rem;
    display: none;
  }
  #demo-laypage-normal-1 {
    text-align: center;
    margin-top: 1.6rem;
  }
  .news .layui-form-label {
    width: auto !important;
    font-size: 0.48rem;
    padding: 0 !important;
    margin-bottom: 0.53333333rem;
  }
  .news .layui-form-item {
    margin-bottom: 0.8rem;
  }
  .news .layui-input-inline {
    margin: 0 !important;
  }
  .news .layui-input-inline input {
    font-size: 0.42666667rem;
    width: 60%;
  }
}
