
html,
body { position: relative;     background-color: #000;}
body{display: none;}


.news-content { width: 100%;  background: url(../img/news/bg.jpg); background-size: contain; position: relative; overflow: hidden;}
.news-content .newsScale{
    position: relative;
}

/* detail */

.news-detail { width: 100%; background: url(../img/news/detailbg.jpg) ; background-size: cover; position: relative; overflow: hidden;  }
.dl-content{ width: 1500rem; height: auto; margin: 0 auto 0; padding-top: 200rem; position: relative; min-height: 1400rem; }






.dl-content .title{ font-family: nsb; color: #ffe59e; font-size: 60rem; text-align: center;  }
.dec{
    text-indent: 40rem;
    margin-bottom: 50rem;
}
.dl-content .txt{ margin-top: 50rem;  margin-bottom: 50rem;color: #cbcbcb; font-size: 24rem;  line-height: 45rem; }
.dl-content  h3{
    font-weight: bold;
    color: #ffe59e;
    font-size: 30rem;
    margin: 50rem auto 0;
}
.dl-content  h4{
    text-indent: 40rem;
    font-weight: bold;
    color: #ffe59e;
    font-size: 26rem;
    margin: 30rem auto 0 ;
}
.dl-content  span{
    display: block;
    text-indent: 40rem;
}




.foot{ text-align: center;    padding-bottom: 20rem; background: #000; }


.lang_ar .dl-content .txt{text-align: right;direction: rtl;}

.lang_ar .dl-content .title{font-size: 50rem;direction: rtl;}

