﻿
body,p,div,h1 {
  word-break: break-word;
  }  
.page_a:hover {
    text-decoration: none;
    background: #d81e06;
    color: #fff;
}

.page_a.current {
  background-image: linear-gradient(to right, #d81e06 , #d81e06);
  color: #fff;
}

.s_title{
font-weight:normal;
}