#expertsGarden {
    background-color: #F5F7FD;
    font-weight: 500;
    font-family: PingFang SC;
}


#expertsGarden .imgHead {
    width: 100%;
    height: 280px;
    margin-top: 29px;
}
#expertsGarden .title {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    line-height: 54px;
    margin-top: 35px;
}
#expertsGarden .expert_content {
    width: 100%;
    margin-top: 5px;
}
#expertsGarden .expert_content>div {
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    justify-content: space-between;
}

#expertsGarden .expert_content .expertPic {
    width: 27%;
    height: 302px;
    border-radius: 10px;
    box-sizing: border-box;
}

#expertsGarden .expert_content .expertPic img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}

#expertsGarden .expert_content .expert_detail {
    width: 71%;   
    padding:20px 26px 20px 0;
    box-sizing: border-box;
}

#expertsGarden .expert_content .expert_name {
    display: flex;
    /* align-items: center; */
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    line-height: 32px;
}
#expertsGarden .expert_content .expert_name>span {
    max-width: 85%;
    height: 100%;
}
#expertsGarden .expert_content .expert_name img {
    width: 94px;
    height: 39px;
    margin-left: 10px;
    vertical-align: middle;
}

#expertsGarden .expert_content .labels {
    margin-top: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#expertsGarden .expert_content .labels>span {
    font-size: 12px;
    color: #1C8EFF;
    line-height: 24px;
    padding: 0 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #F1F9FF;
    border-radius: 12px;
}

#expertsGarden .expert_content .numPort {
    display: flex;
    margin-top: 10px;
}

#expertsGarden .expert_content .numPort>div {
    color: #525C64;
    font-size: 16px;
    margin-right: 47px;
    line-height: 36px;
}

#expertsGarden .expert_content .numPort>div:last-child {
    margin-right: 0;
}

#expertsGarden .expert_content .numPort>div span {
    font-weight: bold;
    color: #232323;
    margin-left: 9px;
}

#expertsGarden .expert_content .text_content {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
#expertsGarden .writers {
    display: flex;
    flex-wrap: wrap;
    padding:0 20px 30px;
    margin-top: 35px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFFEFF;
}

#expertsGarden .writers .writerPic {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-right: 18px;
}
#expertsGarden .writers .writerPic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#expertsGarden .writers .writerDetail {
    width: 60%;
}
#expertsGarden .writers .writerDetail>span {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #232323;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    


}
#expertsGarden .writers .writerDetail>div {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}
#expertsGarden .paging {
    
    margin-top: 20px;
    text-align: center;
}
@media screen and (min-width:751px){
    #expertsGarden .w {
        width: 1200px;
        margin: auto;
    }
    #expertsGarden .writers>div {
        width: 25%;
        display: flex;
        margin-top: 30px;
        cursor: pointer;
        align-items: center;
    }
}
@media screen and (max-width:750px){
    html,body{
        overflow-x: hidden;
    }
    #expertsGarden .w {
       max-width: 750px;
       min-width: 320px;
        /* margin: auto; */
    }
    #expertsGarden .w #slideshow{ 
        width:100% !important; 
        height: 180px !important;
        margin-top: 29px;
    }
    #expertsGarden .writers>div {
    min-width: 20%;
    display: flex;
    margin-top: 30px;
    cursor: pointer;
    align-items: center;
    margin-left: 10px;
}
    #expertsGarden .imgHead img{
        width: 100%;
        height: 180px;
    }

    #expertsGarden .expert_content{
        width: 100%;
       
    }
    #expertsGarden .expert_content .expertPic{
        width: 35%;
    }
    #expertsGarden .expert_content .expertPic img{
        width: 94%;
        height: 94%;
    }
    #expertsGarden .expert_content .expert_detail{
        width: 63%;
        
        box-sizing: border-box;
    }
    #expertsGarden .expert_content .text_content{
        padding-right:20px
    }
    #expertsGarden .writers .writerPic {
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }
    #expertsGarden .writers .writerDetail{
        width: 62%;
    }
    #expertsGarden .writers .writerDetail>span{
        font-size: 16px
    }
   

}

