.leadCare-box{
    width: 100%;
    min-width: 1200px;
}
.leadCare-box .toptext{
    width: 80%;
    text-align: center;
    margin: 1.2rem auto;
    font-size: 0.29rem;
    line-height: 0.5rem;
}
.list{
    width: 80%;
    margin: 0.5rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 1.2rem;*/
}
.tuijian{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.tuijian .item{
    display: flex;
}
.tuijian .item a{
    color: #000;
    display: flex;
}
.tuijian .imgs{
    float: left;
    width: 9.7rem;
    height: 5.5rem;
    overflow: hidden;
}
.tuijian .text{
    width: 36.8%;
    height: 5.5rem;
    display: flex;
    flex-direction: column;
    float: left;
    background: #ccc;
}
.tuijian .text .date{
    padding-top: 1rem;
    padding-left: 0.48rem;
}
.tuijian .text .title{
    padding-left: 0.48rem;
    padding-top: 0.9rem;
}
.tuijian .text .title::after{
    content: '';
    height: 3px;
    width: 0.3rem;
    display: block;
    background: #000;
    margin-top: 5px;
}
.tuijian .text .inner{
    padding:0.7rem 0.48rem 0 0.48rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.list .item{
    width: 49%;
    margin: 0.5rem 0;
}
.list .item a{
    color: #000;
}
.list .item .imgs{
    width: 7.6rem;
    height: 4.16rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}
.list .item .tit{
    /*padding-top: 0.1rem;*/
}
.list .line{
    width: 100%;
    height: 1px;
    background: #ccc;
}
.list .item .tit::after{
    content: '';
    height: 3px;
    width: 0.3rem;
    display: block;
    background: #000;
    margin-top: 5px;
}
.list .item .text{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 0.1rem;
}
/*.list .item{*/
/*    width: 90% !important;*/
/*    margin: 0 auto;*/
/*    height: 3.7rem;*/
/*}*/
/*.list .item .imgs{*/
/*    float: left;*/
/*    width: 50% !important;*/
/*    height: 3.7rem;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*}*/
/*.list .item .imgs img{*/
/*    width: 100% !important; */
/*}*/
/*.list .item .text{*/
/*    width: 48%;*/
/*    height: 92%;*/
/*    float: left;*/
/*    line-height: 0.3rem;*/
/*    padding-left: 0.2rem;*/
/*    display: flex;*/
/*    align-items: end;*/
/*}*/
/*.list .item:nth-child(even) .text{*/
/*    text-align: right;*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    align-items: end;*/
/*    padding-left: 0;*/
/*}*/
/*.list .item:nth-child(even) .imgs {*/
/*    float: right;*/
/*}*/