.menu-banner{
    width: 100%;
    height: 500px;
    background: url(/ClinicalResearchCenter/img/news.png) no-repeat #00683D;
    background-size: cover;

}
.menu-title{
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
}
.menu-title h2{
    font-size: 40px;
    line-height: 2;
    color: #ffff;
    margin-top: 250px;
}
.news-bg{
    background: #F6F6F6;
}
.news-title{
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.news-title h2{
    font-size: 40px;
    line-height: 2;
    color: #00683D;
}
.search{
    width: 300px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    padding: 0 20px;
}
.search-box{
    position: relative;
    margin-top: 15px;
}
.search-box span{
    color: #6b6b6b;
    position: absolute;
    right: 20px;
    top: 10px;
}

.new-detail{
    display: block;
    padding: 50px 0;
}
.datail-title{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}
.news_time{
    text-align: center;
    font-size: 14px;
    line-height: 3;
    color: #6b6b6b;
}
.news-content{
    font-size: 14px;
    line-height: 1.5;
    min-height: 500px;
    margin-top: 50px;
}
.news-page{
    display: flex;
    justify-content: space-between;
}
.page a{
    display: flex;
    width: 400px;
    border-top: 2px solid #C9C9C9;
    padding-top: 20px;
    gap: 20px;
    color: #6b6b6b;
}
.page a:hover{
    color: #000;
    border-top: 2px solid #00683D;
}
.page a:hover .iconfont{
    border: 1px solid #00683D;
}
.page-next .iconfont{
    transform: scaleX(-1);
}
.page .iconfont{
    display: block;
    font-size: 25px;
    padding: 1px 11px;
    width: 100px;
    border-radius: 40px;
    border: 1px solid #C9C9C9;
    text-align: center;
}


/* ========== 4K 屏幕（<3840px） ========== */
@media (max-width: 3840px) {
    
}
/* ========== 2K 屏幕（<2560px） ========== */
@media (max-width: 2560px) {
  .warp {
    max-width: 1920px;
    padding: 20px 6%;
  }
  .fonter-min {
    padding: 20px 5%;
  }
    .Departments{
        max-width: 1440px;
    }
    .download-tab{
        max-width: 1440px;
    }
    .menu-title,.news-title{
        max-width: 1440px;
    }

}
/* ========== 大桌面/1080p（<1920px） ========== */
@media (max-width: 1920px) {
    .title{
        max-width: 1440px;
    }
    .Departments{
        max-width: 1440px;
        padding: 50px 5%;
    }
    .download-tab{
        max-width: 1440px;
    }
    .menu-title,.news-title{
        max-width: 1440px;
    }
}

@media (max-width: 1200px) {
    .title{
        max-width: 1440px;
    }
    .Departments{
        max-width: 1440px;
       
    }
    .download-tab{
        max-width: 1440px;
    }
    .menu-title,.news-title{
        max-width: 1440px;
    }
}


/* ==========手机（<768px） ========== */
@media (max-width: 768px) {
  .menu-title, .news-title{
    flex-direction: column;
   }
.news-title h2{
  font-size: 23px;
  line-height: 1;
  
}
.search{
  width:100%;
}
    .menu-banner{
        height: 200px;
        background-position: -100px;
    }
    .menu-title h2{
        font-size: 24px;
        margin-top: 100px;
        margin-left: 20px;
    }
    .Departments{
        padding: 20px 5%;
    }
    .news-content{
        margin-top:10px;
    }
    .datail-title{
        font-size: 20px;
    }
    .news-page{
        flex-direction: column;
    }
    .page {
        margin-bottom:50px ;
    }
    .page a{
        width: 100%;
    }
}