.swiper-cover{
  background: rgba(0, 0,0, 0.2);
}
.news_content{
  position: relative;
}
.content-header{
  font-size: 60px;
}
.news_content>div>p{
  margin-bottom: 78px;
  font-size: 16px;
  font-family:SYMedium;
  /* font-weight: bold; */
  color: #003A70;
}
.aboutUS-content .index-content{
    width: 87.5%;
}
.news_content ul{
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.news_content-item{
  width: calc((100% - 10px)/3);
  cursor: pointer;
  margin:-14px -14px 0 -14px;
  padding: 14px 14px 0 14px;
  margin-bottom: 40px;
  position: relative;
   margin-right: 26px;
}

.news_content ul>li:nth-child(3n){
  margin-right: 0px;
}
.news_content-item-img{
  display: flex;
  position: relative;
  height: 228px;
  object-fit: contain;
}
.news_content-item-img>img{
  width: 100%;
}
.news_content-item h3{
  margin-top: 20px;
  font-size: 20px;
  font-family: SYBold;
  font-weight: 600;
  color: #003A70;
  line-height: 28px;
  position: relative;
}
.news_content-item>div{
  width: 100%;
  position: relative;
  z-index: 4;
}
.news_content-item p{
  height: 145px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 300;
  color: #003A70;
  line-height: 28px;
  position: relative;

}
.news_content-item-down{
  height: 42px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.news_content-item-down>p{

  height: 14px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 300;
  color: #003A70;
  line-height: 14px;
  margin-top: 6px;
}
.news_content-item>div:hover .bggrey{
  background-color: #f5f5f6;
  transform: scale(1.063);
}

.pagination{
  /* transform: translateY(-160px); */
  margin-bottom: 100px;
  margin-top: 20px !important;
}





/* 新闻详情 */

@media only screen and (max-width:1920px) {
  
  
}
@media only screen and (max-width:1600px) {
  
  .news_content ul{
    /* height: auto; */
    display: flex;
    flex-wrap: wrap;
  }
  .pagination{
    /* transform: translateY(-125px); */
    /* margin: -125px auto ; */
    
    margin-bottom: 100px;
  }
  .content-header{
    font-size: 40px;
  }
}
@media only screen and (max-width:1400px) {
  .news_content-item{
    width: 46.43%;
    cursor: pointer;
    margin:-14px -14px 0 -14px;
    padding: 14px 14px 0 14px;
    margin-bottom: 40px;
  }
  .content-header{
    font-size: 40px;
  }
}
@media only screen and (max-width:1050px) {
  
  .content-header{
    font-size: 30px;
  }
}
@media only screen and (max-width:980px){
  .news_content-item{
    width: 70.43%;
    /* width: 440px; */
    /* margin-right: 40px; */
    cursor: pointer;
    margin:-14px -14px 0 -14px;
    padding: 14px 14px 0 14px;
    margin-bottom: 40px;
  }
  .news_content ul {
    /* height: auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
  
}
@media only screen and (max-width:600px){
  .news_content{
    width: 100%;
  }
  .news_content>div>p {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: SYMedium;
    /* font-weight: bold; */
    color: #003A70;

}
  .news_content-item{
    width: 100%;

  }
  .news_content-item p{
    height: auto;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  }
  .news_content ul>li:nth-child(3n) {
    margin-right: -14px;
}
}

  