/*专家列表*/

.expert-bg {
    background-image: url("/css/images/image2/expert/expert-bg.png");
}

.expert-list {
    box-sizing: border-box;
    padding: 10px 14% 46px;
    padding-left: calc(100vw * 380 / 1920);
}

.expert-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin-top: 70px;
}

.stock-content-label-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 70px;
    cursor: pointer;
}

.stock-content-label {
    font-size: 1rem;
    color: #333;
    border-radius: 20px;
    padding: 0 53px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
    border: 1px solid rgba(10, 48, 127, 0.2);
}

.stock-content-label:last-child {
    margin-right: 0;
}

.stock-content-label-active {
    background: #1674CC;
    color: #fff;
    border: 1px solid #1674CC;
}

.expert-list-content {
    display: flex;
    flex-wrap: wrap;
}

.expert-item {
    width: 22.775%;
    margin-right: 2.2%;
    box-sizing: border-box;
    /*border: 1px solid rgba(102,102,102,0.5);*/
    box-shadow: 0 0 3px rgba(102, 102, 102, 0.5);
    padding: 3% 2%;
    color: #666666;
    font-size: 1rem;
    margin-bottom: 3%;
    text-align: center;

}

.expert-item:last-child {
    margin-right: 0;
}

.expert-item-name {
    font-size: 1.2rem;
    color: #333333;
    margin: 18px 0;
}
.expert-item-name2{
    margin-bottom: 10px;
}
.expert-item .expert-item-container{
    display: flex;
    justify-content: center;
}
.expert-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}

.expert-item-content {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-align: left;

}
@media only screen and (max-width:1300px){
    .expert-list{padding:10px 5%}
}
@media only screen and (max-width:500px){
    .expert-title{margin-top: 20px;}
}<!--耗时1772746598.638秒-->