

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #333;
    scroll-behavior: smooth;
  }
  html {
    font-size: 100px;
  }
  body {
    background: #fff;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }

  .back {
    margin-left: auto;
    margin-right: auto;
    background: url(//www.ahnews.com.cn/images/dblbm_bg_pc.jpg) center top no-repeat;
    min-width: 1200px;
    width: 100%;
    background-size: contain;
    position: relative;
    margin: 0px auto;

  }

  .bodyWidth {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
  }

  .zw {
    width: 100%;
    padding-bottom: 31%;
  }


  .wyly {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  
  }

  .wyly a {
    
    width: 16%;
    min-width: 1.2rem;

  }

  .wyly a:first-child {
    margin-right: 20%;
  }


  .wyly img {
    
    width: 100%;
    
  } 

 #wyqz {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  
 } 
 
 .form {
    width: 70%;
    margin-bottom: 0.2rem;
    /* aspect-ratio: 0.56; */
    /* height: 100vw; */
    /* max-height: 1500px; */
    height: 1500px;
 }


 .fkzs-box {
    margin: 50px auto 0px auto;
    flex-direction: column;
    
}

.fkzs {
    display: flex;
    align-items: center;
    margin: 0px auto 20px auto;
    position: relative;
    width: 100%;
}

.fkzs p {
 
  font-size: 40px;
  margin-left: 10px;
  text-align: center;
  color: #333;
}


#fkzs-list {
  margin: 0.1rem auto;
}

.fkzs-box ul li {
    
    overflow: hidden;
    border-bottom: 1px dotted #888;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fkzs-box .txt {
    width: 64%;
    float: right;
    overflow: hidden;
    max-height: 230px;
}

.fkzs-box .txt-not-img {
  width: 100%;
}


.txt-a {
   font-size: 24px;
    font-weight: bold;
    color: #333;
    display: block;
    line-height: 35px;
    max-height: 105px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt-a:hover {
  color: #56a5ff;
}

.txt-summary {
  margin-top: 20px;
  line-height: 35px;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}

.txt-img {
    display: block;
    float: left;
    width: 34%;
    aspect-ratio: 16.0/9;
    max-height: 230px;
    overflow: hidden;
}

.txt-img img {
    width: 100%;
    aspect-ratio: 16.0/9;
    max-height: 230px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 8px;
    object-fit: cover;
}
  
  
  .loadMore {
    text-align: center;
    color: #888;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 0.5rem;
    cursor: pointer;
  }
  
