/* 案例列表 */
/* .yx-header-container{
    position: fixed;
} */
.case-banner{
    margin-top: 60px;
    width: 100%;
    height: 300px;
}
.case-banner img{
    width: 100%;
    height: 300px;
}

/* 动态列表 */
.newslist-warp{
    display: flex;
    flex-direction: column;
}

.newslist-item{
    display: flex;
    width: 100%;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #ffffff;
    cursor: pointer;
}
.newslist-item .newslist-img{
    width: 460px;
}
.newslist-item .newslist-img img{
    width: 460px;
    height: 100%;
}
.newslist-item .newslist-content{
    display: flex;
    flex-direction: column;
}
.newslist-item .newslist-content h1{
   padding: 40px 20px 20px 20px; 
   font-size: 18px;
   color: #333333;
   line-height: 1.5;
   font-weight: bold;
}
.newslist-item .newslist-content>div{
    padding: 0 20px; 
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
}
.newslist-content .projec-item-button{
    position: relative;
    margin-top: 35px;
    margin-left: auto;
    margin-right: 30px;
}
.newslist-item:hover {
    box-shadow: 0px 2px 8px -1px #8f96a3;
  }

  .article-desc{
    display: flex;
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
  }
  .article-desc .desc-time{
    margin-right: 80px;
  }

  .article-title{
    font-size: 36px;
    text-align: left;
    color: #333333;
    padding: 20px 0;
  }