/* 本页头部标题高亮 */
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav .NewsTop a {
    color: #fff;
    font-weight: 700;
}


/* 主体内容 */

.NS  {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
    width: 70%;    
    background-color: #fff;
    
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    
}

/* title  */

.title-news{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    padding-bottom: 1.5rem;
    margin-top: 4rem;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    font-family: "Source Han Sans SC", "Source Han Sans SC";
    font-weight: bold;
    font-size: 2.5rem;
    color: #1F2937;
}

.container {
    width: 100%;
    z-index: 0;
}

.container .article {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #1E1B1B;
    padding-top: 1.7rem;
}

.container hr {
    width: 100%;
    height: 0.4rem;
    background-color: #232536;
    margin: 1.7rem 0;
    border: none;
}

/* News */

.news{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
        
}


.nav-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;    
    margin-bottom: 2rem;
   
}

.content-news {
    width: 100%;
    
}
.container .article p{
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #1E1B1B;
}


/* NewShow */

.content-news {
    display: flex;
    flex-direction: column;
    align-items: center;    
    width: 100%;
    
}

.content-news .news-img-left{
    width: 100%;    
    overflow: hidden;
    
}

.content-news .news-img-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-news .news-acticle-right{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    padding:0  0  0  2.5rem;
    width: 100%;    
    background-color: #1E1B1B;
}


.content-news .text {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #F2F2F2;
    line-height: 2rem;
    text-align: left;
    margin-bottom: 1.7rem;
}

.content-news .view {
    display: flex;
    justify-content: center;
    align-items: center;;
    width: 40%;
    height: 3.5rem;
    background-color: #FF6433;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
    border-radius: 0.7rem ;
    cursor: pointer;
}

.content-news ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem
}

/* NewsArticle */

.news-article{
    width: 100%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    
    z-index: -1;
}

.news-article .title-D{
    
    width: 90%;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    
}

.news-article .title-D .title-Dnews{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    padding-bottom: 1.5rem;
    margin-top: 4rem;
    font-family: "Source Han Sans SC", "Source Han Sans SC";
    font-weight: bold;
    font-size: 2.5rem;
    color: #1F2937;
}



.news-article .img-news{
    width: 90%;
    margin: 1.5rem 0;
}

.news-article .img-news img{
    width:100% ;
}

.news-article .article{
    width: 90%;    
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #1E1B1B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 3rem;
}

.news-article .article p{
    margin-bottom: 1.5rem;
}

.hide{
    z-index: 1 !important;
}

.news-article .btn-back{
    display: flex;
    justify-self: center;
    align-items: center;
    position:absolute;
    left: 2%;
    top: 1.5%;    
    cursor: pointer;

}

.news-article .btn-back img{
    width: 2.5rem;
   
}