body{
    /* background-color: #F7F7F7; */
}

.new_page_header {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #FFA13C, #FF6B16);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.new_page_header .header_title {
    color: #FFF;
    font-size: 18px;
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.new_page_header .back {
    padding: 1rem;
}

.new_page_header .back img {
    width: 12px;
    height: 24px;
}

.new_page_header .tabbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
    width: 100%;
    margin-right: 3rem;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background-color: #FFF;
    border-radius: 14px;
}

.new_page_header_item {
    flex: 1;

    font-size: 1.25rem;
    line-height: 1.5rem;
    
    position: relative;
    user-select: none;
    padding: 0.5rem 1.2rem;

    color: #999999;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300px;
    line-height: 20px;
    border-bottom: 1.5px solid #E6E6E6;
}

.new_page_header_item.active_rec_hot_new_type{
    background-color: #FFF;

    color: #FF7E00;
    font-weight: bold;
    border-bottom: 1.5px solid #FF6B16;
}

.ml_5 {
    margin-left: 5rem;
}

.new_page_content_act{
    display: flex;
    /* padding: 12px;
    margin: 12px; */
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    flex-shrink: 0;

    border-radius: 12px;
    background: #FFF;
    box-sizing: border-box;
    
    /* 添加滚动功能 */
    height: calc(100vh - 10rem);
    overflow-y: auto;
}

.activity_article{
    width: 95%;
    display: flex;
    align-items: center;
    padding: 0.5rem 0rem;
    height: 7rem;
    border-bottom: solid 1px #EBEBEB !important;
}

.activity_article .activity_image{
    width: 10rem !important;
    height: 6rem !important;
    border-radius: 0.5rem !important;
}

.activity_content .title{
    color: #4D4D4D !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    padding: 0.5rem 1rem 0rem 0.5rem;
    /* 固定显示框大小 */
    width: 20rem;
    /* 文本溢出处理 - 单行显示 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity_content .time{
    color: #9F9F9F !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
}

/* 新增：内容头部布局样式 */
.activity_content .content_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0rem 1rem 0.5rem 0.5rem;
}

/* 新增：分类标签基础样式 */
.category-tag {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    min-width: 2rem;
}

/* 新增：不同分类的颜色样式 */
.category-activity {
    /* background-color: #FFA500; 橙黄色 */
    color: #FFA13C;
    border: 0.331px solid #F2FBFD;
    background: #FFF1E2;
}

.category-notice {
    /* background-color: #FF4444; 红色 */
    color: #F00;
    border: 0.331px solid #F2FBFD;
    background: #FFEBEB;
}

.category-news {
    /* background-color: #00AA44; 绿色 */
    color: #38D829;
    border: 0.331px solid #F2FBFD;
    background: #E5FFE4;
    
}

.category-guide {
    /* background-color: #8A2BE2; 紫色 */
    color: #FF3CC1;
    border: 0.331px solid #F2FBFD;
    background: #FFE9F7;
}

/* 调整时间样式，移除右对齐和padding */
.activity_content .content_header .time {
    color: #9F9F9F !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 0;
    text-align: left;
}

/* .activity_article .activity_content{
    margin-left: 1rem !important;
} */

.type_down_hx1, .type_down_hx2, .type_down_hx3 {
    width: 5.7rem;
    height: 2px;
    position: relative;
    top: 0.8rem;
    z-index: 2;
}

.type_down_hx1 {
    margin-left: 5.4rem;
}

.active_type_down_hx {
    background-color: #018FFF;
}

.type_down_hx2 {
    margin-left: 1.5rem;
}

.type_down_hx3 {
    margin-left: 1.5rem;
}

.searchs_btn {
    width: 5%;
    position: absolute;
    top: 1.2rem;
    right: 1rem;
}

.type_down__long_hx {
    width: 100%;
    height: 1px;
    background-color: #EDEEEF;
    position: relative;
    z-index: 1;
}

.new_page_content_item {
    height: 5.4rem;
	margin:0.6rem 0 0.6rem 1rem;

}
.no-data{
	text-align: center;
    font-size: 1.3rem;
    color: #999999;

}
.no-data p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 48%;
}
.new_page_content_img {
    width: 28%;
    height: 4.4rem;
    border-radius: 5px;
    background-color: #e2e2e2;
}

.new_page_content_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.new_page_content_info {
    width: 70%;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.new_page_content_info p {
    font-size: 14px;
    margin-left: 3%;
}

.new_page_content_thirdline {
    color: #999999;
    text-align: right;
    margin-right: 0.5rem;
    padding-top: 0.3rem;
    letter-spacing: 0.05rem;
    font-size: 13px!important;
}

.new_page_content_firstline {
    width: 97%;
    height: 3rem;
	line-height:1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_page_content_secondline {
    padding-top: 0.4rem;
    margin-left: 1.4rem!important
}

.new_page_content_new, .new_page_content_tel {
    display: none
}

@media screen and (max-width:320px) and (orientation:portrait) {
    .new_page_content_img {
        width: 28%;
        height: 5.1rem;
        background-color: #e2e2e2;
    }
    .new_page_content_img img {
        width: 100%;
        height: 5.1rem;
    }
   /* .new_page_header_item {
        margin-left: 4rem!important;
    }*/
    .new_page_content_firstline {}
    .new_page_content_item {
        height: 6rem!important;
    }
    .new_page_content_thirdline {
        font-size: 12px!important;
        padding-top: 0.3rem!important;
    }
    .type_down_hx1, .type_down_hx2, .type_down_hx3 {
        top: 0.85rem!important;
    }
    .type_down_hx1 {
        margin-left: 4.5rem;
    }
    .type_down_hx2 {
        margin-left: 0.7rem;
    }
    .type_down_hx3 {
        margin-left: 0.5rem;
    }
}
