body{
    background-color: #F7F7F7;
}

.new_page_header {
    width: 100%;
    height: 3.8rem;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0rem;
}

.new_page_header .back {
    padding: 1rem;
}

.new_page_header .back .img {
    width: 2.1rem;
    height: 1.8rem;
}

.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 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #222;
    position: relative;
    user-select: none;
    border-radius: 12px;
    padding: 0.5rem 1.2rem;

    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400px;
    line-height: 20px; /* 111.111% */
}

.new_page_header_item.active_rec_hot_new_type{
    background-color: #166BEF;

    color: #FFF;
    font-weight: bold;
}

.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;
}

.activity_article{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.2rem;
    height: 7rem;
    border-bottom: solid 1px #e2e2e2 !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: 400 !important;
    line-height: 20px !important;
}

.activity_content .time{
    color: #9F9F9F !important;
    text-align: right !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.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;
    }
}
