#mainSidebar {
    width: 280px;
    min-height: 800px;
    gap: 10px;
    angle: 0deg;
    opacity: 1;
    padding: 24px;
    float: left;
    background-color: #F5F3F3;

}


.column {
    flex: 1;

    width: 100%;
}


#mainSidebar .column-title {
    justify-content: space-between;
    align-items: center;
}

#mainSidebar .column-title h3 {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 3px solid #c10000;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #C02219;
    display: inline-block;
}

#mainSidebar .column-title .info {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A19898;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#mainSidebar .column-title .more:hover {
    color: #c10000;
}


/* 信息公告列表 */
#mainSidebar .sidebar-list {
    list-style: none;
}

#mainSidebar .sidebar-list ul {
    list-style: none;
    /* 清除默认内边距，避免排版偏移 */
    padding-left: 0;
}

#mainSidebar .sidebar-list li {
    padding: 12px 0;
    height: 40px;
    line-height: 40px;

    font-family: "微软雅黑";
}

#mainSidebar .sidebar-list li,
#mainSidebar .sidebar-list li a {
    font-family: "微软雅黑";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #171616;
    text-decoration: none;
}

#mainSidebar .sidebar-list li a:link {
    color: #171616
}

#mainSidebar .sidebar-list li a:hover {
    color: #C02219
}

#mainSidebar .sidebar-list li.thisclass,
#mainSidebar .sidebar-list li.thisclass a {
    color: #C02219;
}

#mainSidebar .sidebar-list li {
    border-top: 1px solid #DED9D9;
    padding-top: 15px;
    margin-top: 10px;
    padding-left: 24px;
    position: relative;
}

/* 自定义圆点 */
#mainSidebar .sidebar-list li::before {
    content: "";
    /* 绝对定位，固定在li左侧 */
    position: absolute;
    left: 0;
    top: 1.2em; /* 垂直居中（根据line-height调整） */
    /* 圆点大小（宽高相等+圆角50%就是圆形） */
    width: 8px;
    height: 8px;
    /* 圆形 */
    border-radius: 50%;
    /* 圆点颜色 */
    background-color: #DED9D9;
    /* 可选：加边框，让圆点更突出 */
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #DED9D9;
}

#mainSidebar .sidebar-list li.thisclass::before {

    background-color: #C02219;
    /* 可选：加边框，让圆点更突出 */
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #C02219;

}

#mainContent {
    float: right;
    min-height: 800px;
    width: 910px;
    overflow: auto;
    float: right;
    padding-top: 10px;
    line-height: 150%;

}

#mainContent .mainContent {

}

#mainContent .mainTitle {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dbd4cd;
    margin-bottom: 10px;
}

#mainContent .mainTitle h2 {
    font-family: "Microsoft YaHei", "黑体", serif;
    float: left;
    color: #bd2a23;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-bottom: 2px solid #bd2a23;
    position: relative;
    padding-top: 10px;
}

#mainContent .mainTitle h2 .bg-text{
    position: absolute;
    top: 45%;
    left: 10px;
    transform: translateY(-50%); /* 垂直居中 */
    z-index: -1; /* 层级低于中文，在后面 */
    font-size: 18px;
    font-weight: bold;
    color: #bd2a23; /* 淡粉色，和图中一致 */
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    opacity: 0.3;
}

#mainContent .mainTitle .position {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 40px;
}

#mainContent .mainTitle .position a {
    font-size: 14px;
    text-decoration: none;
}

#mainContent .mainTitle .position a:hover {
    text-decoration: #bd2a23;
    color: #bd2a23;
}


.textList {
    padding-bottom: 50px;
    padding-top: 0;
    margin-top: 20px;
    min-height: 450px;
    background: white;
}

.textList ul li {
    padding-bottom: 0px;
    position: relative;
    transition: 0.6s all;
    padding: 0;
    padding-right: 10px;
    transition: 0.4s all;
    margin-bottom: 5px;
}

.textList ul li a {
    display: flex;
    position: relative;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    transition: 0.4s all;
    border-bottom: 1px solid #E2E2E2;
    padding: 2px 0;
}

.textList ul li:hover {
    /*background: #bd2a23;*/
    transition: 0.4s all;
}

.textList ul li a {
    text-decoration: none;
}

.textList ul li a p {
    transition: 0.6s all;
    line-height: 50px;
    font-size: 14px;
    color: #323232;
    width: calc(100% - 280px);
    position: relative;
    padding-left: 20px;
    transition: 0.4s all;
    height: 50px;
}

.textList ul li a span {
    font-size: 14px !important;
    color: #323232;
    font-weight: normal;;
    width: 60px;
    text-align: right;
    line-height: 50px;
    display: block;
    transition: 0.4s all;
}

.textList ul li a .data {
    width: 60px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
    position: relative;
    padding-right: 5px;
}

.textList ul li a .data::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: #bd2a23;
    right: -15px;
}

.textList ul li:hover a .data::before {
    /*background: white;*/
}

.textList ul li a:hover span {
    /*color: white;*/
    transition: 0.4s all;
}

.textList ul li a .data i {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #bd2a23;
    font-style: normal;
    transition: 0.4s all;
}

.textList ul li a .data b {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
    font-weight: normal;
    margin-top: 1px;
    transition: 0.4s all;
}

.textList ul li a:hover .data i {
    /*color: white;*/
    transition: 0.4s all;
}

.textList ul li a:hover .data b {
    /*color: white;*/
    transition: 0.4s all;
}

.textList ul li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.textList ul li a:hover .title {
    /*color: white*/
    color: #bd2a23;
}

/* 列表右侧缩略图 */
.textList ul li a {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: flex-start;
}
.textList ul li a .list-pic {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    flex-shrink: 0;
}
.textList ul li a .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片不变形裁剪 */
    border-radius: 4px;
}
/* 标题自动占剩余宽度 */
.textList ul li a p.title {
    flex: 1;
    padding-left: 28px;
}


.newsContent {
    padding: 15px;
}

.newsContent h5 {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    line-height: 80px;
    color: #6c5a54;
}

.newsContent .info {
    /*border-top: 1px dashed #dbd4cd;*/
    border-bottom: 1px solid #dbd4cd;
    line-height: 35px;
    height: 38px;
    text-align: center;
    margin-bottom: 25px;
}

.newsContent .info span {
    margin: 0 15px;
}

.newsContent .info span.sendTime {
    float: left;
    display: inline-block;
    color: #8a8a8a;
}

.newsContent .info span.source {
    float: right;
    display: inline-block;
    color: #8a8a8a;
}

/* 分页容器整体样式 */
.pagelist {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}

/* 清除 ul 默认样式 */
.pagelist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

/* 每个分页项横向排列 */
.pagelist ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

/* 分页数字、按钮通用样式 */
.pagelist ul li a,
.pagelist ul li.thisclass {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    padding: 0 6px;
    transition: all 0.2s ease;
}

/* 鼠标悬浮效果 */
.pagelist ul li a:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #000;
}

/* 当前选中页样式（高亮） */
.pagelist ul li.thisclass {
    background-color: #bd2a23;
    border-color: #bd2a23;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

/* 分页下拉选择框样式 */
.pagelist ul li select {
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 4px;
    outline: none;
    cursor: pointer;
    color: #333;
}

.pagelist ul li select:hover {
    border-color: #999;
}

/* 分页信息文字（共X页X条） */
.pagelist ul li .pageinfo {
    color: #666;
    margin-left: 5px;
}

.pagelist ul li .pageinfo strong {
    color: #bd2a23;
    font-weight: normal;
}

/* 图片列表容器 */
.imgList {
    max-width: 1200px;
    margin: 0 auto;
}

/* 列表布局 - 弹性网格 */
.imgList ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 卡片之间的间距 */
}

/* 单个卡片 */
.imgList li {
    width: calc(25% - 15px); /* 一行4个 */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* 悬浮效果 */
.imgList li:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 图片 */
.imgList .card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* 内容区 */
.imgList .card-content {
    padding: 12px;
}

/* 标题 */
.imgList .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.4;
    /* 超出两行显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgList .title a {
    text-decoration: none;
    color: #333333;
    transition: all 0.2s ease;
}

.imgList .title a:hover {
    text-decoration: none;
    color: #bd2a23;
}

/* 描述 */
.imgList .description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 8px;
    /* 超出两行省略 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 时间 */
.imgList .time {
    font-size: 12px;
    color: #999;
}
