.website-list{ width: 100%; background: #fff; padding: 20px 0; transition: all 0.5s;}
.website-list ul{ width: 100%; margin: 0 auto; overflow: hidden;}
.website-list ul li{float: left; height: auto; padding: 0; margin: 5px 0; width: auto; border-radius: 4px;}
.website-list ul li a{ text-decoration: none; cursor: pointer; border-radius: 20px; border: 1px solid #fff; font-size: 14px; color: #111; margin: 0 20px; line-height: 34px; padding: 6px 12px; transition: all 0.2s;}
.website-list ul li.active a,.website-list ul li a:hover{ border: 1px solid #37c19c; background: #37c19c; color: #fff;}
@media screen and (max-width: 480px) {
.website-list{padding:10px 0;}
.website-list ul{ width:100%;}
.website-list ul li a{ margin: 0 5px;}
}


.anli-item {
    background: #f4f4f4;
    padding: 30px 0;
    overflow: hidden;
  }
  @media screen and (max-width: 480px) {
  .anli-item {padding:15px;}
  }
  .anli-item .w1200 {
    width: 1200px;
    margin: 0 auto;
  overflow:hidden;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 {
      width: 100%;
    }
  }
  
  .anli-item .w1200 .itembox {
    width: 380px;
    height: 360px;
    background: #fff;
    margin-right: 30px;
    padding: 10px 10px 15px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
  transition: all 0.5s;
  }
  
  .anli-item .w1200 .itembox:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01), 0 16px 15px -4px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    transition: 0.5s;
  }
  
  .anli-item .w1200 .itembox:hover .iiimg .ann {
    display: block;
  }
  
  .anli-item .w1200 .itembox:nth-child(3n+3) {
    margin-right: 0px;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox {
      width: 100%;
      height: auto;
  margin-bottom:15px;
    }
  }
  
  .anli-item .w1200 .itembox .iiimg {
    width: 360px;
    height: 260px;
    overflow: hidden;
    position: relative;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox .iiimg {
      width: 100%;
      height: auto;
    }
  }
  
  .anli-item .w1200 .itembox .iiimg img {
    object-fit: cover;
    width: acla(100%);
    width: 360px;
    height: 260px;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox .iiimg img {
      width: 100%;
      height: 200px;
    }
  }
  
  .anli-item .w1200 .itembox .iiimg .ann {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 360px;
    height: 260px;
    display: none;
    animation-duration: 2s;
  padding-left: calc( 50% - 90px );
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox .iiimg .ann {
      width: 100%;
      height: 200px;
    }
  }
  
  .anli-item .w1200 .itembox .iiimg .ann a {
    width: 80px;
      height: 30px;
      background: #fff;
      border-radius: 15px;
      display: block;
      text-align: center;
      line-height: 30px;
      text-decoration: none;
      margin: 115px 5px 0;
      float: left;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox .iiimg .ann a {
      margin: 85px 5px 0;
    }
  }
  
  .anli-item .w1200 .itembox .tttext .name {
    width: 360px;
    display: block;
    overflow: hidden;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .anli-item .w1200 .itembox .tttext .name font {
    font-size: 16px;
    float: left;
  }
  
  .anli-item .w1200 .itembox .tttext .name span {
    font-size: 14px;
    float: right;
    color: #fe8533;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox .tttext .name {
      width: 100%;
    }
  }
  
  .anli-item .w1200 .itembox .tttext .nbr {
    width: 360px;
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
  }
  
  @media screen and (max-width: 480px) {
    .anli-item .w1200 .itembox .tttext .nbr {
      width: 100%;
    }
  }
  
  .anli-item .w1200 .itembox .tttext .nbr font {
    float: left;
    font-size: 12px;
    color: #999;
  }
  
  .anli-item .w1200 .itembox .tttext .nbr span {
    float: right;
    font-size: 12px;
    color: #999;
  }
  
  @media (max-width: 1024px) and (min-width: 765px){
  .anli-item .w1200{ width:100%;}
  .anli-item .w1200 .itembox{width: calc( 33.33% - 14px ); margin-right: 20px; margin-bottom: 20px;}
  .anli-item .w1200 .itembox .iiimg{width: 100%;}
  .anli-item .w1200 .itembox .tttext .name{
  width: 100%;}
  .anli-item .w1200 .itembox .tttext .nbr{width: 100%;}
  }
  }
  