.rp_bg {
    /*width: 80%;*/
    height: 200px;
    background-image: url('./img/ttttt.png');
    /*!*background-repeat: no-repeat;*!*/
    background-size: 100% 100%;
    color: #f9f9f9;
    /*margin: auto;*/

    /*background-size: cover;*/
    background-position: center;
    /*background-position: right 50rpx bottom 20rpx;*/
}

.layui-tabs-body {
    padding: 0px 0px;
}

.rp_bgcolor {
    background-color: #d82222 !important;
    color: #fff !important
}

.layui-tabs > .layui-tabs-header .layui-this {
    color: #d85555
}

.layui-tabs > .layui-tabs-header .layui-this:after {
    border-bottom: 2px solid #d85555;
}

.layui-tabs > .layui-tabs-header li:hover {
    color: #d85555
}

.rp_toubu .layui-tab-content {
    height: 350px; /* 或者你需要的具体高度 */
    overflow: auto; /* 如果内容超出高度，显示滚动条 */
}

.layui-tab-content {
    min-height: 150px; /* 或者你需要的具体高度 */
    overflow: auto; /* 如果内容超出高度，显示滚动条 */
}

.layui-panel {
    box-shadow: none !important;
}

.layui-panel:not(:first-child) {
    margin-top: 5px;
}

.rp_rdgk {
    background-image: url("./img/rdglbg.png");
    /*background-size: cover;*/
    /*background-position: center; !* 确保图片居中 *!*/
    background-repeat: repeat-x;
    object-fit: contain;

    /*border-width: 5px 5px 5px 5px;*/
    /*border-style: solid;*/
    /*border-color: transparent;*/
    /*border-image-source: url("./img/人大概览bg.png");*/
    /*border-image-slice: 50 200 0 200 fill;*/

}

.rp_rdgk_head {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 24px;
    color: #B40000;
    line-height: 44px;
    display: flex;
    align-items: center;
}
.layui-carousel-ind{
    top: -60px !important;
}
.layui-carousel-title {
    position: absolute;
    /*bottom: 20px; !* 根据需要调整 *!*/
    /*left: 20px; !* 根据需要调整 *!*/
    color: #fff; /* 文字颜色 */
    font-size: 18px; /* 字体大小 */
    /*background-color: rgba(0,0,0,0.5); !* 背景颜色 *!*/
    padding: 0px 10px; /* 内边距 */
}

.rp_tabs {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 25px;
    color: #BD2B2F;
    background-color: #FFFAF7;
    border-bottom: #BD2B2F solid 2px;
    /*line-height: 44px;*/
}

.line_01 {
    position: relative;
    top: -8px;
    background: #fff;
    padding: 0 20px;
}


.layui-panel div div:has(> img) {
    text-align: center;
}

.List {
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: flex-start;

}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex: 1; !* 让每个item等宽 *!*/
    margin: 5px; /* 间距 */
    font-family: Source Han Sans SC;
    font-size: 14px;
    width: 120px;
    height: 32px;
    background: #FAEFED;
    border-radius: 5px;
    border: 2px solid #CB5D5B;
}

.rp_card_container {
    /*align-items: center; !* 垂直居中对齐 *!*/
    flex: 1 1 100%;
    justify-content: center;
}

.rp_card_container .image {
    flex: 0 0 auto; /* 不允许图片伸缩 */
    display: flex;
    /*flex-direction:  column;*/
    justify-content: center;
    /*margin-right: 20px; !* 与文字部分的间距 *!*/
}

.rp_card_container .image img {
    padding: 5px;
    width: 128px; /* 图片最大宽度不超过容器 */
    height: 160px; /* 图片最大宽度不超过容器 */
    box-shadow: 0 0 0 1px #E6E5E5;
    border-radius: 5px;
}

.rp_card_container .text {
    flex: 1; /* 文字部分可以伸缩 */
    text-align: center;
    /*padding-left:  30px;*/
}

.List_left {
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: center;
}

.item_left {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex: 1; !* 让每个item等宽 *!*/
    margin: 5px; /* 间距 */
    font-family: Source Han Sans SC;
    font-size: 14px;
    width: 160px;
    height: 30px;
    background: #FAEFED;
    border-radius: 5px;
    border: 2px solid #CB5D5B;
}

.rp_tupian {
    font-family: STHupo;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 44px;
    text-shadow: 0px 4px 4px rgba(82, 77, 78, 0.49);
}

.List_left1 {
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: center;
}

.item_left1 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex: 1; !* 让每个item等宽 *!*/
    margin: 5px; /* 间距 */
    font-family: Source Han Sans SC;
    font-size: 14px;
    width: 160px;
    height: 141px;
    border-radius: 5px;
    background-image: url("img/ghjlbg.png");
}

.rp_footer_bg {
    background-image: url("img/ddddd.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.rp_footer1 {
    display: flex;
    justify-content: center;
    border-radius: 0 0 5px 5px;
}

.rp_footer1_item {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.rp_tabs1 {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Source Han Sans SC;
    font-size: 14px;
    color: #540E0F;
    line-height: 42px;

}

.rp_tabs1_content {
    display: flex;
    align-items: center;
    justify-content: center
}

.rp_tabs1_content_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1
}

.rp_tabs1_content_date {
    width: 80px;
    display: flex;
    justify-content: center
}

.rp_dt_title {
    background-color: rgba(141,141,141,0.5);
    /*border-radius: 5px;*/
    bottom: 0px;
    width: 100%;
}


.rp_tabs2 {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Source Han Sans SC;
    font-size: 14px;
    color: #540E0F;
    line-height: 42px;

}

.rp_tabs2_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp_tabs2_content_title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rp_tabs2_content_date {
    width: 120px;
    display: flex;
    justify-content: center;

}

.rp_tabs2_content_date_day {
    height: 30px;
    background-image: url("./img/20250707160955.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}