.right {
    overflow-y: scroll;
    /* padding: 0 15px; */
}

.right::-webkit-scrollbar {
    width: 5px;
}

.right::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ddd;
}


.right ul {
    width: 733px;
    margin-top: 25px;
}

.right ul li {
    margin-bottom: 20px;
    /*
    max-height: 78px;
    */
    max-height: 90px;
    overflow: hidden;
}


.right ul li a:nth-child(4n+1) {
    padding-left: 26px;
    width: 615px;
    margin-right: 17px;
    float: left;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right ul li a {

    font-size: 16px;
    line-height: 30px;
    color: #333;
    /* float: left; */
}


.right ul li a:hover {
    text-decoration: underline;
    color: #FE8500;
}

/* .right ul li .time {

    line-height: 30px;
    width: 100px;
    display: inline;
} */

.right ul li .time {
    line-height: 30px;
    width: 75px;
	/* width: 5.3em; */
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.right ul li p {
    text-indent: 2em;
    line-height: 30px;
    color: #959595 !important;
    font-size: 13px;

    /* text-overflow: ellipsis; */
    /* 溢出文本显示省略号 */
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* 文本不换行 */
    overflow: hidden;
}
.right ul li p *{
	color: #959595 !important;
    font-size: 13px;
}

.pagenum {
    text-align: center;
    margin-bottom: 20px;
}

.pagenum span, .pagenum span a {
    color: #333333;
    line-height: 24px;
    font-size: 13px;
}

.pagenum span a:hover {
    text-decoration: underline;
    color: #FE8500;
}