.new_page_header {
    width: 100%;
    height: 3.8rem;

}

.new_page_header .back_icon {
    width: 1rem;
    height: 1.8rem;
    margin-top: 1.2rem;
    margin-left: 1rem;
}
.new_page_header .back_icon img{
    width: 0.74rem;
}

.new_page_header_item {
    margin-left:3.5rem;
    font-size: 1.45rem;
    line-height: 1.5rem;
    color: #222;
    padding-top: 1.2rem;
    position: relative;

}
.new_page_header_item.active_rec_hot_new_type:after{
    position: absolute;
    bottom:-1.2rem;
    left: -25%;
    width:150%;
    height: 3px;
    background: #018FFF;
    content: '';
}
.ml_5 {
    margin-left: 5rem;
}

.active_rec_hot_new_type {
    color: #018FFF!important;
    font-weight: bold;
}
.new_page_content_act{
    padding-bottom: 4rem;
}

.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;
    }
}
