.about-nav{
    margin: 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-nav-a{
    width: 1.64rem;
    height: 0.37rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #C0C0C0;
    margin: 0 0.1rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.about-nav-a:hover{
    background: #000000;
    color: #fff;
}
.about-nav .active{
    background: #000000;
    color: #fff;
}

.news-wrap{
    margin: 0.6rem auto;
    overflow: hidden;
}
.news-box{
    display: none;
}
.news-box:first-child{display: block;}
.news-top{
    display: flex;
    justify-content: space-between;
}
.news-top-img{
    width: 8.19rem;
    height: 4.61rem;
    flex-shrink: 0;
}
.news-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-top-content{
    flex:1;
    margin-left: 0.6rem;
}
.news-top-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}   
.news-top-title p{
    flex: 1;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}
.news-top-title span{
    flex-shrink: 0;
    margin-left: 0.15rem;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.news-top-p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.3rem;
}
.news-top-icon{
    width: 0.64rem;
    height: 0.39rem;
    margin-top: 0.7rem;
}
.news-top-icon img{
    width: 100%;
    height: 100%;
}

.news-list{
    margin-top: 0.7rem;
}
.news-item{
    padding: 0.3rem 0;
    border-bottom: 1px solid #CDCDCD;
}
.news-item:last-of-type{
    border-bottom: 0;
}
.news-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-text p{
    flex: 1;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}
.news-text span{
    flex-shrink: 0;
    margin-left: 0.25rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.news-p{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.15rem;
}



/* 新闻详情 */
.news-detail-wrap{
    margin: 0.65rem auto;
    overflow: hidden;
}
.news-detail-title{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.news-detail-time{
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.news-detail-time p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: 0 0.1rem;
}
.news-detail-content{
    margin: 0.6rem 0;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}
.news-detail-content img{
    max-width: 100%;
    display: block;
    margin: 0.3rem auto;
}
.news-detail-content p{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}

.news-detail-share{
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding: 0.22rem 0;
}
.news-detail-share a{
    margin-right: 0.15rem;
}
.news-detail-share i{
    color: #999999;
    font-size: 0.28rem;
    transition: all .4s;
}
.news-detail-share a:hover i{
    color: #014098;
}
.news-detail-page{
    display: flex;
    justify-content: space-between;
}
.news-detail-page a {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #666666;
    transition: all .4s;
}
.news-detail-page a:hover{
    color: #014098;
}














/* 媒体查询 招商加盟页面 */
@media all and (max-width: 1024px) {
      /* 顶部开始 */
  .common-banner {
    height: auto !important;
  }

  .common-title-en {
    font-size: 0.5rem !important;
  }

  .common-title-cn {
    font-size: 0.4rem !important;
  }

  .common-title {
    margin-top: 30px !important;
  }
  .about-nav {
    margin: 30px 0;
  }

  .about-nav-a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }


  /* 新闻列表 */
  .news-top-img {
    width: 40vw;
    height: 40vw;
  }
  .news-top-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-top-content {
    margin-left: 10px;
  }
  .news-top-title p {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 1.6;
  }
  .news-top-title span {
    margin: 10px 0;
  }
  .news-top-p.ellipsis-2 {
    margin-top: 0;
    font-size: 12px;
  }
  .news-top-icon {
    margin-top: 20px;
  }


  .news-list {
    margin-top: 10px;
  }
  .news-wrap {
    padding: 15px;
    width: 100% !important;
  }
  .news-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-text p {
    font-size: 14px;
  }
  .news-text span {
    margin-left: 0;
    margin: 10px 0;
    font-size: 12px;
  }
  .news-p.ellipsis-2 {
    margin-top: 0;
    font-size: 12px;
  }



  /* 分页 */
  .paging-a {
    min-width: 20px;
    height: 20px !important;
  }

  .paging-bt {
    width: 20px !important;
    height: 20px !important;
  }
  .paging-bt img {
    width: 20px !important;
    height: 20px !important;
  }




  /* 新闻详情页面开始 */
  .news-detail-wrap {
    width: 100% !important;
    padding: 15px;
    margin: 25px 0;
  }
  .news-detail-title {
    font-size: 16px;
  }
  .news-detail-time p {
    font-size: 12px;
  }
  .news-detail-content {
    margin: 15px 0;
  }
  .news-detail-share {
    display: none;
  }
  .news-detail-page {
    flex-direction: column;
  }
  .news-detail-page a {
    margin-top: 15px;
    font-size: 12px;
  }
  
  .news-detail-content p,
  .news-detail-content span
  {
      font-size: 14px !important;
  }
  
   .news-detail-content img {
      height: auto !important;
      max-width: 100% !important;
      margin: 10px auto !important;
  }

  /* 新闻详情页面结束 */
  
}
