.news_wall_section{
    border: 2px solid #e4e4e4;
    background-color: #f8f8f9;
    position: relative;
    left: 160px;
    width: 350px;
    z-index: 500;
}
.news_wall_section_header{
    padding: 12px;
    font-size: 20px;
    border-bottom: 1px solid #ccc4c4;
    text-align: center;
}
.news_wall_section_body{
    font-size: 15px;
    line-height: 1.2;
}
.news_wall_section_body p{
    margin: 0;
}
.news_wall_section_body_news_header{
    display: flex;
    justify-content: space-between;
}
.news_wall_section_body_news_title{
    font-size: 18px;
}
.news_wall_section_body_news_header span{
    display: block;
}
.news_wall_section_body_news_date{
    font-size: 14px !important;
}
.news_wall_section_body_news{
    margin-bottom: 6px;
    border-bottom: 1px #dbdbdb solid;
    padding: 16px;
    padding-bottom: 4px;
}
.news_wall_section_deactive{
    z-index: -5;
    opacity: 0;
    display: none;
    visibility: hidden;
}
.news_wall_section_btn{
    display: block;
    width: 32px;
    z-index: 5;
    height: 32px;
}
.nw_section_align_center{
    text-align: center;
}
.nw_section_align_center .news_wall_section_btn{
    margin: auto;
}
.nw_section_align_center .news_wall_section{
    left: 25px;
    margin: auto;
}
.nw_section_align_right{
    direction: rtl;
    text-align: right;
}
.nw_section_align_right .news_wall_section{
    left: 160px;
    right: -160px;
}
.nw_section_align_left{
    direction: ltr;
    text-align: left;
}
.nw_section_align_left .news_wall_section{
    left: -160px;
    right: 160px;
}
.nw_fullnews_link{
    text-align: center;
    display: block;
    padding: 8px 0;
}
.no-news{
    background-color: rgba(110, 110, 110, 0.08);
    font-size: 20px;
    padding: 24px 16px;
    text-align: center;
    margin: 16px auto;
    display: block;
    border-radius: 12px;
}
.no-news-nwbtn{
	padding: 16px;
	text-align: center;
	display: block;
}
@media screen and (max-width:768px){
    .news_wall_section{
        position: fixed;
        width: 100vw;
        height: 150px;
        overflow-y: scroll;
        left: 0px !important;
        right: 0px !important;
        bottom: 0 !important;
    }
}
@media screen and (max-width:1024px){
    .nw_section_align_center .news_wall_section{
        left: 50px;
    }
}