/* 详情页样式 */
.body-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.small-box {
    margin-bottom: 30px;
}

/* 左右布局结构 */
.el-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.el-col-18 {
    width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

.el-col-6 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .el-col-18, .el-col-6 {
        width: 100%;
    }
}

/* 导航 */
.navigation {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 面包屑样式调整 */
.el-icon.el-breadcrumb__separator {
    margin: 0 8px;
    font-weight: bold;
    color: #666;
}

/* 内容标题 */
.title {
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(216, 216, 216);
    font-size: 24px;
    color: rgb(48, 46, 46);
    line-height: 56px;
    width: 80%;
    text-align: center;
}

/* 发布信息 */
.small-title {
    height: 45px;
    font-size: 18px;
    color: rgb(145, 143, 143);
    line-height: 45px;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.option {
    margin-right: 5px;

}

.title-right {
    margin-right: 30px;
}

/* 正文内容 */
.content-style {
    font-family: PingFangSC, PingFang SC;
    font-size: 18px;
    color: #434343;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 30px;
}

.content-style p {
    margin-bottom: 20px;
    text-align: justify;
}

.content-style img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

/* 新闻内容特定样式 */
.content-style .newspaper-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.content-style .text-center {
    text-align: center;
}

.content-style .text-justify {
    text-align: justify;
    text-indent: 2em;
}

/* 上下篇 */
.paging {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}

.paging-item {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #2f2e2e;
    line-height: 45px;
    text-align: justify;
}
.paging-item:last-child{
    border: none;
}
.paging-text {
    color: #666;
    cursor: pointer;
}

.paging-text:hover {
    color: #bc1906;
}

/* 相关阅读 */
.red-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #bc1906;
    line-height: 30px;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    letter-spacing: 2px;
}

.red-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #bc1906;
    margin-top: 5px;
}

.content-box {
    padding: 10px 0;
    border-bottom: none;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    /* margin-top: 10px; */
}

.text-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    padding-left: 15px;
    padding: 20px 0 20px 13px;
    font-size: 20px;
    color: #2f2e2e;
    cursor: pointer;
}

.text-list::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #bc1906;
    font-size: 20px;
    line-height: 20px;
}

.text-left {
    font-family: PingFangSC, PingFang SC;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    margin-right: 15px;
}

.text-left:hover {
    color: #bc1906;
}

.time {
    color: #2f2e2e;
    font-size: 18px;
    white-space: nowrap;
}

/* 新闻侧边栏样式 */
.jgjs-news-sidebar {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.jgjs-news-box {
    padding-left: 20px;
    margin-top: 26px;
}

/* 侧边栏标题样式 */
.jgjs-news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #bc1906;
    margin-bottom: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #bc1906;
    position: relative;
    padding-left: 10px;
}

.jgjs-news-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #bc1906;
}

.jgjs-news-more {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.jgjs-news-more:hover {
    color: #bc1906;
}

/* 时政要闻样式 */
.jgjs-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jgjs-news-item {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.jgjs-news-item:last-child {
    border-bottom: none;
}

.jgjs-news-content {
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.jgjs-news-content:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #bc1906;
    font-size: 20px;
    line-height: 20px;
}

.jgjs-news-content:hover {
    color: #bc1906;
}

.jgjs-news-time {
    font-size: 12px;
    color: #999;
    padding-left: 15px;
}

/* 工会新闻样式 */
.jgjs-union-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.jgjs-union-item {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.jgjs-union-item:last-child {
    border-bottom: none;
}

.jgjs-union-content {
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.jgjs-union-content:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #bc1906;
    font-size: 20px;
    line-height: 20px;
}

.jgjs-union-content:hover {
    color: #bc1906;
}

/* 面包屑导航样式 */
.xwxq-breadcrumb {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.xwxq-breadcrumb-item {
    display: flex;
    align-items: center;
}

.xwxq-breadcrumb-inner {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #303133;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
}

.xwxq-breadcrumb-inner.is-link {
    color: #303133;
}

.xwxq-breadcrumb-inner.active {
    color: #606266;
}

.xwxq-breadcrumb-separator {
    margin: 0 8px;
    font-weight: bold;
    color: #666;
} 


@media screen and (max-width:768px) {
    .jgjs-union-content:before{
        display: none;
        padding: 0;

        padding-left: 0;
    }
    .jgjs-union-list{
        padding: 0 !important;
        width: 100%;
        margin: 0 auto;
    }
    .jgjs-union-content{
        padding: 0;
    }
    .title{
        width: 100%;
        padding: 0;
        font-size: 20px;
        line-height: 35px;
    }
    .xwxq-breadcrumb-separator{
        font-size: 14px;
    }
    .navigation{
        margin: 0;
        margin-left: 10px;
    }
    .small-title{
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .text-list{
        padding: 10px;
    }

}
