
html,body{ overflow: auto; overflow-x: hidden; }

body{ width: 100%; height: 100%; background: url(../img/news/listbg.jpg) center center no-repeat; background-size: cover; }

.detailbox{ width: 90%; height: auto; margin: 0 auto 0; padding-top: 1.5rem; position: relative; min-height:5rem;/* padding-bottom: 1.5rem;*/}


.detailbox .content{ width: 80%; margin: 0 auto; padding-bottom: 1.8rem; }
.detailbox .title{ font-family: nsb; color: #ffe59e; font-size:.36rem; text-align: center; margin-top: .3rem; line-height: .4rem;}


.detailbox .txt{ margin-top:.2rem; color: #c9c9c9; font-size: .28rem;  line-height: .45rem; }


.detailbox  h3{
    font-weight: bold;
    color: #ffe59e;
    margin: .50rem auto 0;
}
.detailbox  h4{
    text-indent: .40rem;
    font-weight: bold;
    color: #ffe59e;
    margin: .30rem auto 0 ;
}
.detailbox  span{
    display: block;
    text-indent: .40rem;
}




/* lang_ar */


.lang_ar .detailbox .content{margin-top: 1rem;}
.lang_ar .detailbox .txt{text-align: right;    direction: rtl;}



