/* ----- 内容部分 ------ */
.tagContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 左侧 */
.l-content {
    flex-shrink: 0;
    width: 840px;
}

.tag-title {
    display: flex;
    padding: 24px 0 10px 0;
    color: #333;
    border-bottom: 1px solid #E6E6E6;
}

.unscramble {
    flex-shrink: 0;
    margin-right: 15px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.project-list {
    color: #333;
    font-size: 14px;
}

.project-list span {
    margin-left: 24px;
    line-height: 23px;
}

.project-list span a:hover {
    color: #00b1fb;
}

.project-list-active {
    color: #00B1FB;
}

.project-list span:first-child {
    margin: 0;
}

.tag-info-box {
    margin-top: 30px;
}

.content-info {
    display: flex;
    margin-bottom: 25px;
}

.content-pic {
    flex-shrink: 0;
    margin-right: 19px;
}

.content-pic img {
    width: 230px;
    height: 129px;
}

.content-text-title {
    width: 583px;
    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 {
    width: 576px;
    height: 48px;
    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;
}
