.layer1 {
  padding:0.24rem 0;
  background: linear-gradient(180deg, #f2faff 0%, #ffffff 100%);
}

*{
  margin: 0;
  padding: 0;
}
.layer1 .navigation {
  display: flex;
  align-items: center;
}
.news-name{
    padding:0 1.25rem;
}
.layer1 .navigation a {
  font-size: 0.064rem;
  color: #999999;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.layer1 .layer1_dynamice {
  font-size: 0.064rem;
  font-weight: 400;
  color: #0064d2 !important;
}
.layer1 .layer1_right {
  margin: 0 0.024rem;
}
.layer1 .layer1_title {
  font-size: 0.128rem;
  font-size:max(min(0.128rem,42px),22px);
  font-weight: 600;
  color: #28293b;
  line-height: 0.24rem;
}
.layer1 .public_time {
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  color: #777777;
  opacity: 0.87;
  margin-top: 0.1rem;
}
.layer1_line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
  margin-top: 0.2rem;
}
.layer2 .layer1_one_title {
  font-size: 0.064rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.128rem;
}
.layer2 {
  padding: 0 1.25rem;
}
.layer2 .content{
  font-size: 0.061rem;
  font-size:max(0.061rem,12px);
}
.layer2 .content span{
  font-size: 0.061rem;
  font-size:max(0.061rem,12px);
}
.layer2 .content p{
  line-height: 28px;
}
.layer2 .layer2_img {
  width: 100%;
  height: 2.88rem;
  margin-top: 0.16rem;
  margin-bottom: 0.26rem;
}
.layer2 .layer2_img img {
  width: 100%;
  height: 2.88rem;
}
.layer2_top span {
  color: #333333;
  font-size: 0.064rem;
}
.layer2_top a {
  color: #999999;
  font-size: 0.064rem;
}
.layer2_top {
  line-height: 0.128rem;
}
.news {
  font-size: 0.16rem;
  font-size:max(min(0.16rem,32px),22px);
  font-weight: 600;
  color: #333333;
  margin-top: 0.2rem;
}
.layer3 {
  padding: 0 1.25rem;
  padding-bottom: 0.292rem;
  background: linear-gradient(0deg, #f2faff 0%, #ffffff 100%);
}
.layer2_news {
  font-size: 0.16rem;
  font-weight: 600;
  color: #333333;
  margin-top: 0.2rem;
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.layer2_news li {
  width: 1.6rem;
}
.layer2_news a {
  display: inline-block;
  width: 100%;
  height: 0.924rem;
  border-radius: 10px;
  overflow: hidden;
}
.layer2_news a img {
  width: 100%;
  height: 100%;
}
.layer2_news a img:hover {
  transform: scale(1.2);
  transition: 0.2s 0.1s;
  cursor: pointer;
}
.layer2_news_title {
  font-size: 0.08rem;
  font-size:max(min(0.08rem,22px),16px);
  font-weight: 600;
  color: #222222;
  margin-top: 0.16rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.layer2_news_content {
  font-size: 0.064rem;
  font-size:max(0.064rem,12px);
  font-weight: 400;
  color: #555555;
  width: 100%;
  margin-top: 0.108rem;
  margin-bottom: 0.108rem;
  white-space: nowrap; /*禁止换行*/
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis; /*省略号*/
}
.layer2_news_time {
  font-size: 0.064rem;
  font-weight: 400;
  color: #829db5;
}
/*移动端适配*/
@media screen and (max-width: 1000px) {
    .layer1 {
      padding: calc(0.24rem + 40px) 0 0.24rem;
      background: linear-gradient(180deg, #f2faff 0%, #ffffff 100%);
    }
    .layer2_news a{
        height:auto;
    }
  .layer2, .layer3{
    padding:0 20px;
  }
  .news-name{
      padding:0 20px;
  }
  .layer2_news {
    display: block;
  }
  .layer2_news li{
    width: 100%;
  }
  .layer2 .content img{
      max-width:100%;
      height:auto;
  }
}