.news-show{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 20px;
}

.NEGB h1 {
    color: #144434;
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
}
.conte-show-texte{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #144434;
    margin-top: 20px;
}
.conte-show-texte img{
    width: 60%;
    margin-top: 10px;
    
}
.jbnfed{
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.jbnfed a{
    text-align: center;
    display: inline-block;
    width: 300px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    color: #144434;
}
 
@media screen and (max-width:600px) {
    .conte-show-texte img{
        width: 90%;
        margin-top: 10px;
        
    }
}

.jiamengb{
    width: 100%;
    height: auto;
    background-color: #fff8eb;
    padding-bottom: 30px;
}
.mengp{
    width: 100%;
    height: 50px;
    background-color: #163f2f;
    margin: 0 auto; 
    margin-top: 100px; 
    padding: 0px 10px;
    box-sizing: border-box; 
}
.mengp a,.mengp a:hover{
    display: block;
    text-align: center;
    line-height: 50px;
    color: #ffff;
    font-size: 25px;
    font-family: SourceHanSerifCN-SemiBold;
}