body {
    background: #F1F1F1
}
.wrap {
    width: 1400px;
    min-height: 1000px;
    margin: 10px auto;
    margin-bottom: 50px;
}
/* 新闻盒子 */
.news-wrap {
    margin-top: -20px;
}
td:hover{
    cursor: pointer;
    background: rgba(53, 53, 53, 0.6)
}
.caption{
    margin-top: -34px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: white
}
.caption h3 {
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    font-weight: normal;
    color: #373D41;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.caption p{
    text-align: left;
    height: 74px;
    margin-top: -10px;
    text-indent: 1.5em;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.caption .read-count{
    float: right;
}
.caption .clear-float{
    display: block;
    height: 42px;;
}