.nr_list {
    display: inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.nr_list_one_a {
    display: inline-block;
    width:auto;
    margin-bottom:15px;
    font-size:18px;
    background-color:#fff !important;
    color:#000 !important;    
    transition: opacity 0.5s !important;
    cursor: pointer !important;  
}
.nr_list_one_a:hover {
    opacity:0.70 !important;
}