.top-content-2 .top-content-left .nav-content-left .item .img-1{
    width: 190px;
}
.top-content-2 .top-content-left .nav-content-left .item .img-1 img{
    height: 117px;
}
.top-content-2 .top-content-left .nav-content-left .item .nav-img-1{
    width: calc(100% - 190px);
    padding-left: 23px;

}
.top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .title-1{
    font-family: 'MYRIADPRO-BOLD';
    /* overflow: hidden; */
    text-overflow: ellipsis;
    line-height: 16px;
   /*  -webkit-line-clamp: 1; */
    height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .desc{
    color: #c8c8c8;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
}
@media only screen and (max-width: 736px){
    .top-content-2 .top-content-left .nav-content-left .item .img-1{
        width: 40%;
    }
    .top-content-2 .top-content-left .nav-content-left .item .nav-img-1{
        width: 60%;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1025px){
    .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .title-1{
        line-height: 17px;
      	height: 72px;
    }
}

@media only screen and (min-width: 1024px){
    .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .title-1{
        
      	height: 41px;
    }
  .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .desc {
    color: #c8c8c8;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    /* -webkit-line-clamp: 3; */
    height: 94px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
}

@media only screen and (min-width: 1180px){
    .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .title-1{
        
        height: 44px;
        font-size: 15px;
        line-height: 22px;
        overflow: hidden;
    }
  .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .desc {
    color: #c8c8c8;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    /* -webkit-line-clamp: 3; */
    height: 94px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
  .top-content-2 .top-content-left .nav-content-left .item .img-1 img {
    height: 145px;
}
}

@media only screen and (max-width: 768px){
    .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .title-1{
        line-height: 17px;
      	height: 45px;
    }
}

@media only screen and (max-width: 1024px){
    .top-content-2 .top-content-left .nav-content-left .item .img-1 img {
    height: 145px;
}
  
  @media only screen and (max-width: 768px){
   .top-content-2 .top-content-left .nav-content-left .item .nav-img-1 .desc {
    color: #c8c8c8;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
}




