/* 新闻跳转中心主页 */
.news_searchbox{
    position: sticky;
    top: 0.69rem;
    background: #f6f6f6;
    z-index: 2;
    height: 0.36rem; 
} 
.news_search{
    margin-top: 0;
}
.news_exist{
    width: 100%;
    display: block;
}
.news_exist a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.12rem;
}
.news_body li{
    margin-bottom: 0.14rem;
    background: #fff;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_left{
    display: block;
    width: 1.18rem;
    height: 0.84rem;
    border-radius: 0.12rem;
    margin: 0.12rem 0.08rem;
}
.news_right{
    margin-right: 0.1rem;
    width: 1.98rem;
}
.news_right .news_text{
    font-size: 0.12rem;
    line-height: 0.18rem;
    color: #606060;
    height: 0.34rem;
    /* 溢出显示/resource. */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.08rem 0;
}
.loading{
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.17rem;
    display: block;
}
/* 这里调整弹出框的高度 */
.cenuse_popUp{
    height: 3.64rem;
}
/* 搜索无内容 */
.news_nosearch{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* 新闻详情页 */
.layout_detai{
    margin: 0 0.22rem  0 0.26rem;
}
.details_body{
    padding-bottom: 0.8rem;
}
.details_body p{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #535353;
}
/* 设定 */
.details_body div img{
    width: 3.24rem !important;
    height: 100% !important;
}
.loading_box {
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    top: -1rem;
    font-size: 0.14rem;
}
.newsr_title {
    display: flex;
    align-items: center;
    height: 0.24rem;
    width: 100%;
    justify-content: space-between;
}
.news_right h4{
    font-size: 0.14rem;
    font-weight: 700;
    min-width: 38%;
}

.news_right .news_hot{
    display: flex;
    align-items: center;
    max-width: 52%;
    justify-content: end;
    /* line-height: 0.22rem; */
}
.news_hot span{
    line-height: 0.22rem;
    padding: 0 0.04rem;
    margin-left: 0.06rem;
    display: inline-block;
    font-size: 0.12rem;
    background: #e84c4d;
    color: #fff;
    border-radius: 0.06rem;
    min-width: 30%;
    white-space: nowrap !important;
}
.newsr_bottom{
    font-size: 0.12rem;
    display: flex;
    align-items: center;
    line-height: 0.16rem;
    justify-content: space-between;
    color: #606060;
}
.newsr_bottom span{
    display: flex;
    align-items: center;
}
.newsr_bottom i{
    display: inline-block;
    background: url('/resource/images/watch_icon.png') no-repeat center center;
    background-size: 100%;
    width: 0.15rem;
    height: 0.1rem;
    margin: 0.005rem 0.08rem 0 0;
}
.newsr_bottom b,.newsr_bottom p{
    transform: scale(0.83333); 
    transform-origin: 0 0.1rem;
    line-height: 0.12rem;
}
.nbody_title{
    color: #999;
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    justify-content: space-between;
    padding-right: 0.3rem;
    margin-bottom: 0.14rem;
}
.nbody_title h3{
    font-size: 0.12rem !important;
}
.nt_time ,.nt_num{
    display: flex;
    align-items: center;
}
.nt_time i{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background: url('/resource/images/ndtime_icon.png') no-repeat center center;
    background-size: 100%;
    margin-right: 0.12rem;
}
.nt_num i{
    display: inline-block;
    background: url('/resource/images/watch_icon.png') no-repeat center center;
    background-size: 100%;
    width: 0.15rem;
    height: 0.1rem;
    margin-right: 0.08rem;
}
.details_body .nbody_img,.details_body .nbody_img1{
    display: flex;
    justify-content: space-between;
    margin: 0.14rem 0;
}
.details_body .nbody_img img{
    width: 46% !important;
}
.login_title h2 {
    margin-left: 0.14rem;
    width: 100%;
}
.nd_ben{
    background: url('/resource/images/nd_btnbg.png') no-repeat left top;
    background-size: 100%;
}
.nd_ben a{
    width: 50%;
    font-size: 0.12rem;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.nd_ben a span{
    width: 70%;
}
.minirefresh-theme-default .minirefresh-downwrap{
    display: block;
}
.details_body p,.details_body span,.details_body li,.details_body dd,.details_body dt{
    white-space: pre-wrap !important;
    font-size: 0.14rem;
}
.details_body h1,.details_body h2,.details_body h3,.details_body h4,.details_body h5,.details_body h6,.details_body th{
    font-size: 0.18rem;
    font-weight: 700;
    white-space: pre-wrap !important;
}
.details_body td{
    font-size: 0.14rem;
    white-space: pre-wrap !important;
}