.news-content img{
    max-width: 100%;
    /* display: block; */
    /* margin: 30px auto; */
  }
  /* .news-content strong,.news-content p{
    display: inline-block;
    margin: 35px 0 20px 0;
    font-size: 18px;
    line-height: 25px;
  } */
  .news-content{
    font-size: 16px;
  }
  .news-content strong{
      /* font-size: 20px; */
  }
  .news-content strong:first-child{
    margin-top: 0;
  }
  /* .news-content p{
    font-weight: bold;
    display: block;
    margin: 15px 0;
  } */
  .news-info img{
    max-width: 100%;
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
  }
  .news-info ul{
    margin: 0;
    width: 100%;
  }
  .news-info ul li:hover{
    border: none;
    cursor: default;
  }
  .news-info ul li{
    padding-bottom: 0;
    border: none;
    /* text-indent: 4rem; */
  }
  .news-content{
    padding: 0 180px;
  }
  .qy_icon{
    background: #2F5AA6;
  }
  .zk_icon{
    background:#61BC41;
  }
  .djzl_icon{
    background:#E96A54;
  }
  .other{
    margin-top: 47px;
  }
  .other .titles{
    font-size: 2.5rem;
    margin: 20px 0;
    color: #666666;
    display: inline-block;
  }

  .other .news-p span{
    color: #9A9A9A;
  }
  .other li .content{
    padding: 15px 0;
  }
  .other li:hover .content{
    background:#1E5189;
    text-indent: 2rem;
  }
  .other li:hover p{
    color: #ffffff;
  }
  h1,h2,h3,h4,h5,h6{
    margin: 0;
    margin-top: 20px;
  }
  h3{
    font-size: 22px;
  }

  ul,ol,li{
    margin: 0 !important;
  }

  /* .content-about{
    padding: 0 135px;
  } */
  @media (max-width: 767px) {
  .content-about{
    padding: 0 10px;
    margin-top: 10px;
  }
  .news-content{
    padding: 0;
  }
  h3{
    font-size: 18px;
  }
  h4{
    font-size: 16px
  }
  .nav-about{
    display: none;
  }
  .content-about{
    margin-top: 0;
  }
  .video-title{
    margin-top: 18px;
  }
  .name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
/* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */