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

.content-pcExpertComment .main-content-box{
    width: 100%;
    background: #F8FBFC;
}

.content-pcExpertComment .main-content{
    padding-bottom: 30px;
}

.content-pcExpertComment .main-title{
    padding-top: 25px;
}

.content-pcExpertComment .main-title,
.content-pcExpertComment .main-title>a{
    font-size: 14px;
    color: #878787;
}

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

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

.content-pcExpertComment .channel-content{
    padding: 23px 300px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.content-pcExpertComment .channel-content .channel-item{
    width: 150px;
    height: 54px;
    line-height: 54px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content-pcExpertComment .channel-content .channel-item:first-of-type{
    background-image: url("../../images/onlineParentSchool/expertopinion_1btn_unsel.png");
}

.content-pcExpertComment .channel-content .channel-item:nth-of-type(2){
    background-image: url("../../images/onlineParentSchool/expertopinion_2btn_unsel.png");
}

.content-pcExpertComment .channel-content .active:first-of-type{
    background-image: url("../../images/onlineParentSchool/expertopinion_1btn_sel.png");
}

.content-pcExpertComment .channel-content .active:nth-of-type(2){
    background-image: url("../../images/onlineParentSchool/expertopinion_2btn_sel.png");
}

.content-pcExpertComment .main-content .comment-item{
    display: block;
    width: 276px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(211, 211, 211, 0.25);
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 35px 30px 0;
}

.content-pcExpertComment .main-content .comment-item:nth-of-type(4n){
    margin-right: 0;
}

.content-pcExpertComment .main-content .comment-item>div:first-of-type{
    font-size: 20px;
    color: #383838;
    font-weight: 900;
    text-align: justify;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.content-pcExpertComment .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-pcExpertComment .main-content .comment-item>div:last-of-type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #878787;
}

.content-pcExpertComment .main-content .comment-item>div:last-of-type>div:first-of-type{
    height: 31px;
    line-height: 31px;
}

.content-pcExpertComment .main-content .comment-item>div:last-of-type>div:first-of-type>img{
    width: 31px;
    height: 31px;
    margin-right: 5px;
}