.container {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.crumbs {
    padding-top: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
    background: none !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
}

.crumbs-content {
    display: flex;
    align-items: center;
    margin-right: 5px;

    img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    div {
        font-weight: 500;
        color: #525252;
    }
}

.leftCategorize {
    width: 190px;
    background: #fff;
    border: 1px solid #E5E5E5;
    height: fit-content;
    align-self: flex-start;
}

.categorizeTitle {
    width: 190px;
    height: 50px;
    background: #4472C4;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.subTitle {
    display: block;
    margin: 0 27px;
    padding: 15px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    text-align: center;
}

/* 取消最后一个子栏目的下边框 */
.subTitle:last-child {
    border-bottom: none;
}

.subTitle:hover {
    color: #1D3F8F;
}

.active {
    color: #1D3F8F !important;
}

/* 菜单分组样式 */
.menu-group {
    border-bottom: 1px solid #E5E5E5;
}

.menu-group:last-child {
    border-bottom: none;
}

.group-title {
    padding: 15px 27px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #F5F7FA;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}

.subTitle-small {
    display: block;
    padding: 12px 0px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
    transition: all 0.3s;
    text-align: center;
    margin: 0px 25px;
}

.subTitle-small:last-child {
    border-bottom: none;
}

.subTitle-small:hover {
    color: #1D3F8F;
    /* background: #F0F4FF; */
}

.subTitle-small.active {
    color: #1D3F8F;
    font-weight: 500;
    /* background: #E8EFFF; */
}

.rightList {
    margin-left: 15px;
    width: 795px;
}

.rightListTitleRow {
    border-bottom: 1px solid #E5E5E5;
    height: 60px;
    margin-bottom: 18px;
}

.rightListTitle {
    width: 160px;
    height: 60px;
    font-weight: 700;
    font-size: 20px;
    color: #395CB5;
    border-bottom: 4px solid #395CB5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightListContent {}
.rightList .page-detail img{
    width: 100%;
}
.newDetail {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.newDetail img {
    width: 250px;
    height: 141px;
}
.newDetail2 img {
    width: 180px;
    height: 232px;
}

.newTitleBox {
    flex: 1;
}

.newTitleBox {
    padding-top: 10px;
    box-sizing: border-box;
}

.newTitle {
    font-weight: bold;
    font-size: 18px;
    color: #525252;
    margin-bottom: 23px;
}

.newTime {
    font-size: 18px;
    color: #525252;
    width: 100px;
    text-align: right;
}

.newDesc {
    font-weight: 400;
    font-size: 16px;
    color: #525252;
}

/* 新闻列表样式 - 匹配图片样式 */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    padding: 12px 0;
    border-bottom: 1px dashed #E5E5E5;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.news-item a:hover {
    color: #395CB5;
}

.news-dot {
    color: #395CB5;
    margin-right: 8px;
    font-size: 16px;
}

.news-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-date {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.no-data {
    text-align: center;
    padding: 50px 0;
    color: #999;
    font-size: 14px;
}

/* 文章详情样式 */
.article-detail {
    padding: 20px;
    background: #fff;
}

.article-title {
    font-size: 22px;
    font-weight: bold;
    color: #4472C4;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-meta {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    margin: 0 20px 20px 20px;
    border: 1px dashed #ccc;
    font-size: 16px;
    color: #1D3F8F;
}

.article-source {
    color: #1D3F8F;
}
.article-source a {
    color: #1D3F8F !important;
}
.article-source a:hover {
    color: #1D3F8F !important;
}.article-source a {
    color: #1D3F8F;
}
.article-source a:hover {
    color: #1D3F8F;
}
.article-time {
   color: #1D3F8F;
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.article-content p {
    margin-bottom: 15px;
    /* text-indent: 2em; */
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.article-content h2,
.article-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 15px 0;
}
/* 富文本中附件图标样式 */
.article-content img[src*="fileTypeImages"],
.article-content img[src*="icon_pdf"],
.article-content img[src*="icon_doc"],
.article-content img[src*="icon_xls"],
.article-content img[src*="icon_ppt"],
.article-content img[src*="icon_txt"],
.article-content img[src*="icon_zip"],
.article-content img[src*="icon_rar"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 10px !important;
    width: 25px !important;
    height: 25px !important;
}
.custom-pagination {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    min-width: 16px;
    text-align: center;
    line-height: 1;
}

.custom-pagination a.current {
    background: #1890ff;
    color: #fff;
    border-color: #1890ff;
}

.custom-pagination a:hover:not(.current) {
    background: #f5f5f5;
    border-color: #ccc;
}

.custom-pagination span.disabled {
    color: #ccc;
    border-color: #eee;
    cursor: not-allowed;
}

.custom-pagination .ellipsis {
    border: none;
    padding: 0 8px;
    color: #999;
    background: none;
}

.custom-pagination .page-total {
    border: none;
    padding: 0 15px 0 5px;
    background: none;
    color: #666;
}

.custom-pagination .page-jump {
    border: none;
    background: none;
    padding-right: 5px;
    color: #666;
}

.custom-pagination .page-input {
    width: 40px;
    height: 30px;
    text-align: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
}

.custom-pagination .page-confirm {
    background: #ffc107;
    color: #fff;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 6px 15px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

.custom-pagination .page-confirm:hover {
    background: #ffb300;
    border-color: #ffb300;
}

/* phpcms 自带分页器样�?- 增大字体 */
#pages {
    text-align: center !important;
    margin-top: 20px !important;
    padding: 20px 0 !important;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

#pages a,
#pages a.a1 {
    display: inline-block !important;
    padding: 6px 10px !important;
    margin: 0 2px !important;
    border: 1px solid #ddd !important;
    text-decoration: none !important;
    color: #333 !important;
    background: #fff !important;
    font-size: 16px !important;
    min-width: 16px !important;
    text-align: center !important;
    height: auto !important;
    line-height: 1.4 !important;
}
#pages span {
    display: inline-block !important;
    padding: 6px 10px !important;
    margin: 0 2px !important;
    border: 1px solid #395CB5 !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #395CB5 !important;
    font-size: 16px !important;
    min-width: 16px !important;
    text-align: center !important;
    height: auto !important;
    line-height: 1.4 !important;
}

#pages a:hover {
    border: 1px solid #395CB5 !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #395CB5 !important;
}

#pages a.current,
#pages span.current {
    background: #395CB5 !important;
    color: #fff !important;
    border-color: #395CB5 !important;
}

#pages span.disabled,
#pages .noPage {
    color: #999 !important;
    border-color: #eee !important;
    cursor: not-allowed !important;
    background: #fff !important;
}
