.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
}
ol, ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #fff;
}
.footer a,.footer span,a{
    color: #000;
}
.links,.copyright{
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer .links .row {
    margin-right: -10px;
    margin-left: -10px;
}
ul {
    list-style: none;
}
.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.links>ul>.only>a {
    background: #fff;
}
.links>ul>li>a {
    display: block;
    border: 1px solid #ddd;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}
a:link {
    text-decoration: none;
}
.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}
.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}
.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}
.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}
.copyright p a, .copyright p span {
    margin: 0 10px;
}
.gov {
    position: absolute;
    top: 50%;
    right: 120px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}
.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -27px;
}
@media (min-width: 992px){
.col-md-2 {
    width: 16.66666667%;
}
}
/*img {
    vertical-align: middle;
}*/
