  /* 头部背景 */
  .header {
    background: linear-gradient(135deg, #d40000, #c20000);
    height: 323px;
    position: relative;
    overflow: hidden;
  }

  .header-banner {
    width: 100%;
    height: 100%;
  }



  /* 导航栏 */
  .nav {
    position: -webkit-sticky;
    /* 对于旧版WebKit浏览器 */
    position: sticky;
    top: 0;
    z-index: 1000;
    /* 确保导航栏在顶部 */
    width: 100%;
    height: 73px;
    background-color: #d40000;
    color: white;
    padding: 15px 0;
    text-align: center;
    background: url("https://www.scycjy.gov.cn/scdjw/upload/images/2025/12/4fe4421fefd87abe.png") 100% 100% no-repeat;
  }

  .nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 100px;
  }

  .nav li a {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
  }

  .nav li a:hover {
    color: #ffcc00;
  }

  /* 主内容区 */
  .main-container {
    max-width: 1210px;
    margin: 20px auto;
    /* padding: 0 20px; */
    display: flex;
    gap: 20px;
  }

  .left-content {
    width: 770px;
  }

  .carousel {
    width: 100%;
    height: 525px;
  }

  .carousel-item {
    position: relative;
    cursor: pointer;
  }

  .carousel-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
  }

  .carousel-cover {
    width: 100%;
    height: 100%;
  }

  .right-sidebar {
    width: 404px;
    /* flex: 1;
    background-color: #fff;
    border-radius: 8px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px; */
  }

  /* 图片轮播 */
  .article-box {
    width: 100%;
    height: 577px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: bisque;
    position: relative;
  }

  .article-text-box {
    display: flex;
    gap: 10px;
  }

  .article-box .article-box-img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }

  .article-box-caption {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }

  .video-play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 1s;
    border-radius: 50%;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  }

  /* 文章分类 */
  .section-title {
    margin: 0px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #C71010;

  }

  .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    background-color: #d40000;
  }

  .article-list {
    margin-bottom: 20px;
  }

  .article-item {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
  }

  .article-item:last-child {
    border-bottom: none;
  }

  .article-icon {
    width: 27px;
    height: 30px;
    background: url('https://www.scycjy.gov.cn/scdjw/upload/images/2025/12/3fc458b16e771cb1.png') 100% 100% no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #d40000;
    flex-shrink: 0;
  }

  .article-title {
    font-weight: bold;
    font-size: 24px;
    color: #212121;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .article-title:hover {
    color: #d40000;
  }

  .article-desc:hover {
    color: #d40000;
  }

  .article-desc {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    line-height: 30px;
    text-indent: 2em;
  }

  /* 更多按钮 */
  .more-link {
    float: right;
    color: #d40000;
    font-size: 0.8rem;
    text-decoration: none;
  }



  .calendar-date {
    width: 404px;
    /* height: 235px; */
    border-top: 4px solid #d40000;
    text-align: center;
    padding: 15px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 24px;
    color: #171414;
    line-height: 48px;
    margin-bottom: 40px;

  }

  .calendar-date .lunar {
    color: #797979;
  }

  /* 自定义日历样式 */
  .custom-box {
    width: 404px;
    background: #f9fafc;
    border-top: 4px solid #d40000;
    padding: 15px;
    margin-bottom: 40px;
  }

  .custom-top {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
  }

  .custom-top .custom-title {
    width: 150px;
    font-size: 20px;
    color: #ba162c;
    font-weight: bold;
  }

  .custom-calendar {
    width: 100%;
    border-collapse: collapse;

    padding: 0 15px;
  }

  .custom-calendar th,
  .custom-calendar td {

    text-align: center;
    font-size: 0.9rem;
  }

  .custom-calendar th {
    background-color: #f5f7fa;
    color: #606266;
    font-size: 18px;
    /* margin-top: 10px; */
  }

  .custom-calendar tr {
    /* margin-bottom: 10px; */
  }

  .custom-calendar td {
    /* border: 1px solid #ebeef5; */
    cursor: pointer;
    /* padding: 17px 10px; */
    width: 55px;
    height: 55px;
    position: relative;
  }

  .custom-calendar td.has-issue {
    /* background-color: #ffebee;
    color: #d40000;
    font-weight: bold; */
    /* padding: 17px 10px; */
    position: relative;

  }

  .custom-calendar td.has-issue::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #d40000;
    border-radius: 50%;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-calendar td.today {
    background-color: #f3b64d !important;
    color: white !important;
    border-radius: 4px;

  }

  .custom-calendar td .nowDay {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    text-align: center;

  }


  .custom-calendar td.selectDay {
    background-color: #d40000 !important;
    color: white !important;
    border-radius: 4px;

  }



  /* 推荐卡片 */
  .recommend-box {
    width: 404px;
    border-top: 4px solid #d40000;

  }

  .recommend-title {
    padding: 15px;
    font-size: 20px;
    color: #ba162c;
    font-weight: bold;
    /* margin-bottom: 20px; */
  }

  .recommend-card {
    width: 400px;
    height: 129px;
    margin-bottom: 45px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .recommend-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  /* 底部 */
  .footer {
    background-color: #bc0301;
    color: white;
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
  }

  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .footer-left {
    flex: 1;
    text-align: left;
    line-height: 1.8;
    font-size: 0.9rem;
  }

  .footer-left p {
    margin: 5px 0;
  }

  .footer-center {
    flex: 1;
    text-align: center;
  }

  .footer-right {
    flex: 1;
    text-align: right;
  }

  .qrcode {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }

  .qrcode img {
    width: 100%;
    height: 100%;
  }

  .qrcode p {
    font-size: 0.8rem;
    margin-top: 5px;
  }

  .el-dialog__header {
    background: #cc0002;
    padding: 12px 16px !important;
  }

  .el-dialog__title {
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    font-size: 1vw;
  }

  .el-dialog__headerbtn .el-dialog__close {
    color: #ffffff !important;
    font-size: 18px;
  }

  .el-dialog__headerbtn {
    top: 15px !important;
  }

  .el-dialog__headerbtn .el-dialog__close {
    font-weight: bold !important;
  }

  #modalVideo {
    height: auto;
    min-height: 490px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }




  .text-box {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
  }

  .biref {
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    max-height: 130px;
    overflow-y: auto;
  }

  .el-scrollbar__wrap {
    margin-bottom: -15px !important;
  }