@charset "UTF-8";
.news-lm-img{}
.news-box{padding:1rem 2.88rem 1rem 2.88rem; display: flex;flex-wrap: wrap; align-content: flex-start; }
.news-box-one {display: block;background:#131885;flex: 0 0 calc(33.33% - 0.24rem); overflow: hidden; box-shadow:4px 4px 6px 0px rgba(0, 0, 0, 0.1); margin: 0.12rem; } /* 减小flex计算中的值和margin，减少总占用空间 */
.news-box-one img {width: 100%;object-fit: cover;display: block;transition: transform 0.3s ease;height: 2.3rem;}
.news-box-one img:hover{filter: brightness(1.1); }
.news-box-one h3 {
  color:#fff;font-size: 0.28rem;margin:0.15rem;padding-bottom: 0.3rem;font-weight: normal;line-height:0.4rem ;border-bottom: 1px solid #7E81BD; overflow-wrap: break-word; word-wrap: break-word;word-break: normal;vertical-align: middle;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;height: 2.46rem;
  font-weight: bold;
  text-align: center;
}
.news-box-one h4 {color:#fff;padding:0 0.15rem 0.15rem 0.15rem;display: flex;align-items: flex-end; font-size:0.24rem;font-weight: bold; justify-content:center;}
.news-box-one h4 p {color:#fff;font-size:0.24rem;margin-right:0.05rem;font-weight: bold;}
/*搜索*/
    .searchpadding{padding: 1rem 3rem 0rem 3rem;}

.chn-news-intro .news-date{font-size: 0.4rem;font-weight: bold;}
.chn-news-intro .news-date span{margin-right: 0.1rem;font-weight: bold;}
.resuorces-tit {display: flex;align-items: center; justify-content: center; margin:1rem 0 0 0;padding: 0 3rem;}
.resuorces-tit a {display: inline-block;padding:0.33rem 0.6rem 0.33rem 0.6rem ;border:1px solid #f0f0f0; color:#a4a4a4 ;text-decoration: none;font-size: 0.2rem;}
.resuorces-tit a:hover{background-color: #131885; color: #fff;}
.bblue{background-color:#131885 !important; color: #fff !important;}


 @media (max-width: 768px) {

    .news-box{padding:0.65rem; }
    .news-box-one {flex: 0 0 calc(100%); margin: 0; } /* 调整移动端的flex和margin值 */
   .chn-news-intro{width: 100%;}
   .img-wrap{height:10rem !important;}
   .chn-name{}
   .searchpadding{padding:0.4rem 0.65rem 0 0.65rem;}
   .news-box-one{background: none;box-shadow: none;}
   .news-box-one h3{font-size: 0.4rem;height:auto;color:#131885;border-bottom:none;font-weight: bold;padding-bottom:0;margin: 0.3rem 0 0.15rem 0;line-height: 0.5rem;}
   .news-box-one h4{font-size: 0.3rem;color:#131885;font-weight: bold;border-bottom:1px solid #131885;padding-bottom: 0.1rem;margin-bottom: 0.5rem;padding: 0.15rem 0 0.15rem 0;}
   .news-box-one h4 p{font-weight: bold;  font-size: 0.3rem;color:#131885;}
   .news-box-one img{height: 3.6rem;}
   .resuorces-tit{display: none;}
   .chn-news-intro .news-date{font-size: 0.2rem;}
   
 }