.remark-photo{
    width:144px;
    height:144px;
    margin:10px auto;
}
.remark-photo img{
    display: block;
    width:100%;
    height:100%!important;
}
.remarkTitle{
    font-size:16px;
    color:#333;
    margin-top:20px;
    margin-bottom:10px;
}
.remark-link{
    color: #333;
    font-size:14px;
    width: 200px;
    height:50px;
    overflow: hidden;  
    display: -webkit-box;
    -webkit-box-orient: vertical; /*使用该属性的前提是display:box;*/
    -webkit-line-clamp: 2; /*显示的行数*/
    word-wrap:break-word;
    margin-bottom:20px;
}
.min-height{
    min-height: 960px;
}
.header-auther {
    height: 34px;
    font-size: large;
    color:#f87c60;
    font-weight: 600;
  }
.vido-box-list-title:hover{
    color:#4d8cf1;
}