.content-pcHSNew .center{
    width: 1200px;
    margin: 0 auto;
}

.content-pcHSNew .main-content-box{
    width: 100%;
    background: #F8FBFC;
    padding: 25px 0 26px;
}

.content-pcHSNew .position{
    margin-bottom: 25px;
}

.content-pcHSNew .position,
.content-pcHSNew .position>a{
    font-size: 14px;
    color: #878787;
}

.content-pcHSNew .position>a:first-of-type{
    font-size: 14px;
    color: #4C4C4C;
}

.content-pcHSNew .position>i{
    position: relative;
    top: 1px;
    margin: 0 2px;
}

.content-pcHSNew .main-content{
    margin-bottom: 20px;
}

.content-pcHSNew .main-content .expert-item{
    float: left;
    display: block;
    width: 585px;
    height: 199px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(211, 211, 211, 0.25);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.content-pcHSNew .main-content .expert-item:nth-of-type(2n){
    margin-right: 0;
}

.content-pcHSNew .main-content .expert-item>div:first-of-type{
    width: 114px;
    height: 149px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.content-pcHSNew .main-content .expert-item>div:first-of-type>img{
    height: 149px;
    max-width: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.content-pcHSNew .main-content .expert-item>div:last-of-type{
    width: 395px;
}

.content-pcHSNew .main-content .expert-item>div:last-of-type>div:first-of-type{
    font-size: 20px;
    color: #383838;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
}

.content-pcHSNew .main-content .expert-item>div:last-of-type>div:nth-of-type(2){
    font-size: 14px;
    color: #878787;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-pcHSNew .main-content .specialAfter::after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 25px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.content-pcHSNew .main-content .expert-item>div:last-of-type>div:last-of-type{
    display: flex;
    align-items: center;
}

.content-pcHSNew .main-content .expert-item>div:last-of-type>div:last-of-type>div:first-of-type{
    font-size: 14px;
    color: #8EC286;
    font-weight: 500;
    margin-right: 5px;
}

.content-pcHSNew .main-content .expert-item>div:last-of-type>div:last-of-type>div:last-of-type{
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    background: linear-gradient(180deg, #A3DCA0 0%, #8CBF8A 12.5%, #9FDA5D 100%);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}