@CHARSET "UTF-8";

/* 共享空间列表 */
#content_right_list {
    float: left;
    width: 100%;
}

#content_right_list li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
}

#content_right_list #ssNoImages, #content_right_list #ssImages {
    float: left;
    width: 100%;
}

#content_right_list #ssNoImages #ssTitle {
    float: left;
    width: 100%;
    color: #0000CC;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    overflow: hidden; /* 内容超出后隐藏 */
    text-overflow: ellipsis; /* 超出内容显示为省略号 */
    white-space: nowrap; /* 文本不进行换行 */
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 8px;
}

#content_right_list #ssNoImages #ssTitle:VISITED {
    color: #5b357d;
}

#content_right_list #ssNoImages #ssTitle img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    border-radius: 15%;
    border: 1px solid #EEEEEE;
}

#content_right_list #ssNoImages #ssContent {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #777;
    line-height: 1.5em;
    margin-bottom: 5px;
    /* 2 times the line-height to show 2 lines */
    /* height: 3em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content_right_list #ssImages #ssCoverPath {
    float: left;
    width: 132px;
    height: 87px;
    margin-right: 15px;
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#content_right_list #ssImages #ssCoverPath img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

#content_right_list #ssImages #ssCoverPath font {
    position: absolute;
    top: 70%;
    left: 56%;
    padding: 2px 6px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #CCC;
    font-size: 12px;
}

#content_right_list #ssImages #ssContent {
    font-size: 13px;
    color: #777;
    line-height: 1.5em;
    margin-bottom: 5px;
    /* 2 times the line-height to show 2 lines */
    /* height: 3em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content_right_list #else_info span {
    color: #999;
    font-size: 13px;
}

#content_right_list #text-font-p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}

#content_right_list #text-font {
    margin-right: 10px;
    font-size: 12px;
}

/* 分页 */
#page_div {
    width: 100%;
    float: left;
}

#News-Pagination {
    float: left;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
