.cat-new ul li a {
  color: #fff;
  font-style: unset;
  font-size: 16px;
  background-color: #14C3E5;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: 600;
}
.cat-new ul li a:hover {
  color: #ff0;
}
.cat-new ul li {
    width: auto;
display: inline-block;
padding-right: 0px;
padding-left: 0;
margin: 10px 5px;
}
.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 14px;
    outline: 0;
}
.show_more {
    cursor: pointer;
    display: flow-root;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background-image: url(/images/loading_16.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}
p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #474747;
  line-height: 1.4;
}
@media (max-width:480px){
  p {
  margin: 0 0 5px;
  font-size: 15px;
 } 
 .cat-new ul li a {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 500;
 }
 .cat-new ul li {
 margin: 5px 5px;
  }
}