#news-content h2 {
  display: block;
  border-left: 4px solid #0091ff;
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  color: #000;
line-height: 1.7;
}
#news-content a {
    color: inherit;
    text-decoration: none;
   border-bottom: 1px dashed;
}
#news-content a:hover{
    color: #0091ff;
    
}

.medium-zoom-overlay,
.medium-zoom-image--opened {
  z-index: 999;
}

.nav_page >a ,.nav_page > b{
  display: inline-block;
  padding: 6px 8px;
  border-radius: 4px;
  color: #0091ff;
  border: 1px solid #ddd;
}

.nav_page > a:hover ,.nav_page > b{
  color: #fff;
  border: 1px solid #0091ff;
  background-color:#0091ff;;
}
.navlist .nav:nth-child(n)>a::before{
  background: 100% 100% url(../fonts/mob-xzygl.svg) no-repeat !important;

}


@media(max-width:760px)
{


.nav_page{
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
}

.nav_page >a ,.nav_page > b{
  padding: 2px 8px;
}


.footer{
  margin-bottom: 0px;
}

}   

