/* 标题 */
.secondTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleBanner {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.titleleft {
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 2px;
    text-align: center;
}

.titleright {
    color: #f90012;
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 2px;
    text-align: center;
}

.lefttext {
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 2px;
    text-align: center;
}

.righttext {
    color: #f90012;
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 2px;
    text-align: center;
}

.header-image {
    margin: 0 20px;
    /* 调整图片与文字的间距 */
    object-fit: cover;
    width: 229px;
    height: 38px;

}

.more-text {
    margin-right: 3px;
    width: 26px;
    font-weight: 500;
    font-size: 12px;
    color: #F90012;
    letter-spacing: 0.67px;
    text-align: center;
    font-size: 12px;
}

.more-image {
    height: 9px;
    width: 6.43px;

}

.symore {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.symore a {
    display: inline-flex;
    /* 或 flex */
    align-items: center;
    /* 垂直居中 */

}

/* 公共 */
.newhysd {
    box-sizing: border-box;
    width: 1200px;
    margin: 40px auto 0 auto;
    padding-bottom: 40px;
}

.column {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* 会议速递 */
.hysd {
    display: flex;
    gap: 16px;
}

.leftImg {
    flex: 0 0 auto;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #FFDFDF;
    height: 472px;
}

.leftImg img {
    object-fit: contain;
    vertical-align: top;
    height: 100%;
}

.leftImg .overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    box-sizing: border-box;
}

.leftImg .overlay h3 a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
}

.rightList {
    box-sizing: border-box;
    border: 2px solid #AC0400;
    flex: 1;
}

.rightList li:not(:last-child) {
    border-bottom: 1px dashed #fee8ea;
}

.rightList li {
    padding: 0 18px;
    /* Use padding instead of margin for full-width background */
}

.rightList li:hover {
    background-color: #AC0400;
    /* Red background on hover */
    color: white;
    /* White text on hover */
    position: relative;
    overflow: hidden;
    /* Ensures the diagonal stripes don't overflow */
}

.rightList li:hover .ellipsis {
    color: white;
    /* Ensure text inside ellipsis turns white */
}

/* Diagonal stripes effect */
.rightList li:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(300deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.1) 2px,
            transparent 2px,
            transparent 4px);
    pointer-events: none;
    /* Allows clicking through the pseudo-element */
}

/* Ensure date elements also turn white on hover */
.rightList li:hover .hysddate-d,
.rightList li:hover .hysddate-ym {
    color: white;
    white-space: nowrap;
}

/* Adjust the separator line color on hover */
.rightList li:hover .hysddate:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.ellipsis {

    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    height: 58px;

}

.hysddate {
    position: relative;
    margin-right: 36px;
    min-width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hysddate:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 26px;
    position: absolute;
    /* 绝对定位，相对于 hysddate */
    right: -18px;
    /* 向右偏移 8px（调整到合适位置） */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 微调垂直位置 */
    background-color: #FEEBEC;
}

.hysddate-d {
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 18px;
}

.hysddate-ym {
    font-weight: 400;
    font-size: 12px;
    color: #97A0C3;
    line-height: 14px;
}

/* 重要指示 */
.zyzs-background {
    width: 100%;
    background: url(/zt_fawcn/template/common/2025srxx_public/zyzs-background.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0 50px 0;
}

.zyzs {
    margin: 0 auto;
    border-radius: 8px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;

}

.zyzs a {
    justify-content: flex-end;
    margin-top: 24px;
    color: #F90012;
    width: 100%;
    display: flex;
}

.zyzs_shorttitle a {
    font-weight: 600;
    font-size: 30px;
    color: #1F1F1F;
}

.zyzs_shorttitle {
    padding-bottom: 20px;
}

.zyzs_title {
    font-weight: 600;
    font-size: 18px;
    color: #1F1F1F;
    padding-bottom: 20px;
}


/* 权威报道 */
.qwbd li {
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px dashed #fa21311a;
    font-size: 16px;
}

.qwbd-left::before {
    content: "";
    margin-right: 4px;
    height: 24px;
    width: 24px;
    display: block;
    background: url(/zt_fawcn/template/common/2025srxx_public/qwbd-icon.png) no-repeat center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

/* .qwbd-left::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FEEBEC;
} */

.qwbd-left {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 20px;
}

.qwbd-right {
    padding-left: 20px;
}

/* 学习动态 */
.xxdt-background {
    width: 100%;
    background: url(/zt_fawcn/template/common/2025srxx_public/xxdt-background.png) no-repeat center bottom / 100% auto;
    padding-bottom: 100px;
    margin-bottom: -10px;
}

.xxdt-top {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.xxdt-top img {
    width: 600px;
}

.xxdt_title {
    font-weight: 600;
    font-size: 20px;
    color: #1F1F1F;
    padding-bottom: 24px;
}

.xxdt_text a {
    color: red;
}

.xxdt-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.xxdt-bottom li {
    width: calc(50% - 10px);
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px dashed #fa21311a;
    font-size: 16px;
}

.xxdt-bottom li::before {
    content: "";
    margin-right: 4px;
    height: 24px;
    width: 24px;
    display: block;
    background: url(/zt_fawcn/template/common/2025srxx_public/qwbd-icon.png) no-repeat center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.xxdt_text {
    line-height: 2;
    font-size: 15px;
}

/* 会议速递-详情页 */

.hysd-list li {
    display: flex;
    gap: 24px;
    border-bottom: 1px dashed #fa21311a;
    padding: 17px 0;
}

.textBox {
    width: 100%;
    position: relative;
}


.titName {
    font-weight: 600;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 16px;
    margin-bottom: 8px;
    /* 标题下方间距 */
}

.titName a:hover {
    cursor: pointer;
    color: #1F1F1F !important;
}

.dec {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 24px;
    margin-bottom: 40px;
}

.dec a:hover {
    cursor: pointer;
    color: #1F1F1F !important;
}

.dec-detail {
    color: #f90012;
}

.dec-detail:hover {
    cursor: pointer;
    color: #f90012 !important;
}

.timeline {
    font-weight: 400;
    font-size: 12px;
    color: #97A0C3;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    gap: 24px;
    display: flex;
}

.hysd-list img {
    max-width: 300px;
    width: 300px;

}<!--0.00010180473327637-->