.nav_news li a{
    color: white;
    font-size: 14px;
}
.nav_news li a:hover{
    color: blue;
}
.news_div ul li a{
    font-size: 14px;
    /*height: 44px;*/
    line-height:1.4;
}
.news_div ul li{
    height: 46px;
    border-bottom: 1px dashed rgba(30, 99, 176, 0.3);
    padding: 5px 0;
}
.focus .prev,.focus .next{position:absolute;width:29px;height:24px;background: url(/static/images/journals/focus_btn.png) no-repeat;}
.focus .prev{top: 440px;margin-top: -37px; right:50.5%;background-position:0 -24px; cursor:pointer; }
.focus .next{top: 440px;margin-top: -37px; left:50.5%;  background-position:-29px -24px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-29px 0;}