.videoIntroduction {
    font-size: 16px;
    color: rgb(127, 127, 127);
    height: 103px;
    border-top: solid rgb(226, 226, 226);
    border-bottom: solid rgb(226, 226, 226);
    margin-top: 20px;
}
.videoIntroduction div:nth-of-type(1){
    margin: 16px 0;
}
.suggestion{
    height: 81px;
    /* display: flex;
    justify-content:space-between; */
    /* align-items: center; */
}

.suggestion .left img{
   transform: translateY(7px);
}
.suggestion .left{
    float: left;
    font-size: 29px;
    color: rgb(59, 59, 59);
}
.suggestion .right img{
    transform: translateY(3px);
 }
.suggestion .right{
    margin-top: 39px;
    font-size: 14px;
    color: rgb(59, 59, 59);
    float: right;
}
.suggestionNext{
    margin: 22px 0;
    height: 458px;
   
    /* display: flex;
    justify-content:space-between; */
    
} 
.suggestionNext .every{
     float: left;
     
   width: 246px;
   color: rgb(101, 101, 101);
}
.suggestionNext .every div:nth-of-type(1) img{
    width: 246px;
    height: 342px;
    
}
.suggestionNext .every:nth-of-type(2){
    margin-left: 66PX;
}
.suggestionNext .every:nth-of-type(3){
    margin-left: 66PX;
}
.suggestionNext .every:nth-of-type(4){
    margin-left: 66PX;
}
.suggestionNext .every div:nth-of-type(2){
  padding: 25px 0;
  height: 67px;
  font-size: 18px;
  box-sizing: border-box;
  overflow: hidden;
}
.suggestionNext .every div:nth-of-type(3){
  font-size: 14px;
  float: left;
}
.comments{
    
    margin: 40px 0 20px 54px;
}
.comments .avatar{
   float: left;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: rgb(8, 189, 159);
}
.comments .main{
     width: 1041px;
    float: left;
    margin-left: 28px;
}

.comments .main p:nth-of-type(1){
    font-size: 18px;
    color: rgb(88, 103, 142);
}
.comments .main  p:nth-of-type(2){
   
    font-size: 22px;
    margin-top: 14px;
}
.all{
    display: block;
    margin-bottom: 80px;
    text-align: center;
    font-size: 17px;
    color: rgb(182, 182, 182);
}
.comments .iconfont{
    color: #629fad; 
    font-size: 26px;
    margin-left: -57px;
}
.comments #article_praise {
    color: #629fad; 
    margin: 5px 0 0 5px;
    font-size: 20px;
}

