/* ----- 内容部分 ------ */
.tagContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 左侧 */
.l-content {
    flex-shrink: 0;
    width: 840px;
}

.tag-title {
    padding: 16px 0 10px 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

.oldNotice-box{
    padding-bottom: 40px;
}

.oldNotice-index{
    height: 178px;
    border-bottom: 1px dashed #E6E6E6;

}
.oldNotice-title{
    height: 68px;
    line-height: 68px;
    display: flex;
}

.oldNotice-title .iconwenjianjia{
    font-size: 20px;
    color:#CCCCCC;
}
.oldNotice-text{
    width: 801px;
    font-size: 20px;
    color:#333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.oldNotice-title:hover .iconwenjianjia{
    color:#00B1FB;
}

.oldNotice-title:hover .oldNotice-text{
    color:#00B1FB;
}

.oldNotice-section{
    width: 839px;
    height: 41px;
    font-size: 16px;
    color: #999999;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    min-height: 45px;

}

.release-data {
    display: flex;
    margin-top: 24px;
    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;
}

.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;
}
