/* ----- 内容部分 ------ */
.tagContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 左侧 */
.l-content {
    flex-shrink: 0;
    width: 840px;
}

.tag-title {
    padding: 14px 0 10px 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

.tag-info-box {
    margin-top: 30px;
}

.content-info{
    display: flex;
    margin-bottom: 25px;
}

.content-pic {
    flex-shrink: 0;
    margin-right: 19px;
    border: 1px solid #e6e6e6;
}

.content-pic img {
    width: 244px;
    height: 129px;
}

.content-text-title{
    width:576px;
    margin-top: -4px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-text-title a {
    width:576px;
    color: #333;
}

.content-text-title a:hover {
    color: #00b1fb;
}

.content-text-info {
    min-height: 50px;
    max-height: 51px;
    width:576px;
    margin-top: 10px;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.projectBox-rightIcon-time{
    font-size: 14px;
    color: #999999;
    margin-right: 60px
}
.release-data {
    display: flex;
    margin-top: 25px;
    color: #999;
}

.time span:first-child {
    margin-right: 10px;
    color: #ccc;
}

.time {
    display: flex;
    align-items: center;
    margin-right: 31px;
}

.time span:last-child {
    line-height: 16px;
}

.time .iconfont {
    font-size: 15px;
}
/* 右侧 */
.r-content {
    flex-shrink: 0;
    width: 258px;
}

.recommend-read {
    padding: 15px 15px 0 17px;
    color: #666666;
}

.recommend-text {
    margin-bottom: 12px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend-text:last-child {
    margin: 0;
}

.recommend-text a {
    color: #666;
}

.recommend-text a:hover {
    color: #00b1fb;
}


/* ------ 分页 ------ */
.paging {
    width: 100%;
}

.paging-info {
    display: flex;
    width: 514px;
    height: 33px;
    margin-left: 155px;
    border: 1px solid #e6e6e6;
}

.page-btn {
    width: 65px;
}

.page-btn a {
    display: block;
    height: 100%;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.prev {
    border-right: 1px solid #e6e6e6;
}

.page-num {
    padding: 0 13px;
    border-right: 1px solid #e6e6e6;
    line-height: 36px;
}

.page-num a {
    color: #333;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 36px;
}

.page-active,
.page-active a{
    background: #00B1FB;
    color: #fff;
}
