.provider-body{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.provider-body>.provide-list{
    width: 936px;
}

.provider-body>.recommend{
    width: 240px;
}

.selected{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0!important;
}

.provider-left{
    display: flex;
}

.provider-list{
    display: flex;
    justify-content: space-between;
    padding: 32px 24px !important;
}

.provider-list:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.provider-logo{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}

.provider-logo>img{
    width: 66px;
    height: 66px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    display: block;
}




.provider-info>:nth-child(1)>a{
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 22px;
    margin-right: 16px;
}


.provide-position{
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
    margin-top: 18px;
}

.provide-position>img{
    margin-right: 10px;
}



.provide-btn>a{
    width: 120px;
    height: 32px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provide-btn>a>img{
    margin-right: 6px;
}
.provide-btn{
    padding-top: 24px;
    margin-right: 48px;
    position: relative;
}

.provide-btn::before{
    content: '';
    position: absolute;
    left: -72px;
    top: -16px;
    width: 1px;
    height: 155px;
    background: #F0F0F0;
}

.provide-btn>:nth-child(1){
    color: #FFFFFF;
    background: #FF9934;
    margin-bottom: 24px;
}

.provide-btn>:nth-child(2){
    color: #595959;
    border: 1px solid #D9D9D9;
}

.recommend .title{
    height: 80px;
    padding: 16px;
    background: url("../../images/provider/provide5.png") no-repeat;
    background-size: cover;
}

.recommend .title>:nth-child(1){
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    line-height: 25px;
    margin-bottom: 4px;
}

.recommend .title>:nth-child(1)>span{
    color: #FF9934;
}

.recommend .title>:nth-child(2){
    font-size: 14px;
    color: #8C8C8C;
    line-height: 20px;
}

.recommend .card{
    height: 150px;
    padding-top: 24px;
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
}

.recommend .card-info{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 24px;
    width: 240px;
    height: 150px;
    background: #00194B;
    opacity: 0.75;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    display: none;
}

.recommend .card-info>:nth-child(2){
    margin-top: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend>:nth-child(1)>:not(:last-child){
    border-bottom: 1px solid #F7F8F9;
}

.recommend .card>:nth-child(1){
    margin: 0 auto 16px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.imgLogoRad{
    width: 66px;
    height: 66px;
    display: block;
    border-radius: 50%;
}

.imgLogo{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.recommend .card>a{
    display: block;
    margin: 0 auto;
    max-width: 176px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.recommend>:nth-child(2){
    margin-top: 20px;
}

.recommend .title-two{
    height: 48px;
    padding: 16px 15px;
    display: flex;
    background: #FFFFFF;
    align-items: center;
}

.recommend .case{
    display: block;
    /*height: 209px;*/
    background: #FFFFFF;
}

.recommend .case>img{
    display: block;
    width: 100%;
    height: 141px;
}

.recommend .case>div{
    padding: 12px 16px;
}

.recommend .case>div>:nth-child(1){
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.recommend .case>div>:nth-child(2){
    font-size: 12px;
    font-weight: bold;
    color: #FF9934;
    line-height: 17px;
}

@media screen and (max-width: 767px){
    .provider-body>.provide-list{
        float: none;
    }
    .provider-list{
        display: block;
    }
    .provide-btn{
        display: flex;
    }
    .provide-btn>:nth-child(1){
        margin-right: 20px;
    }
    .provider-left{
        display: block;
    }
    .provider-left>.provider-logo{
        margin-bottom: 5px;
    }
    .recommend{
        display: none;
    }


}
