
.sub-page .sub-banner.news-sub-page-banner {
    background: url("../images/sub-banner04.jpg") center center no-repeat;
    background-size: cover;
}

.sub-page .page .pagination li span,.sub-page .page .pagination li a{
    display: inline-block;
    color: #444;
    font-size: 16px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    margin: 0px 5px;
    border: 0 !important;
    float: none !important;
    padding: 0 !important;
}
.sub-page .page .pagination a:hover, .sub-page .page .pagination li.active span {
    background: #2396ef !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 100% !important;
}
.sub-page .page .pagination li:first-child span,
.sub-page .page .pagination li:first-child a,
.sub-page .page .pagination li:last-child span,
.sub-page .page .pagination li:last-child a{
    background: transparent !important;
    width: auto !important;
    color: #444 !important;
}

.sub-page .page .pagination li:first-child span:hover,
.sub-page .page .pagination li:first-child a:hover,
.sub-page .page .pagination li:last-child span:hover,
.sub-page .page .pagination li:last-child a:hover{
    background: transparent !important;
    width: auto !important;
    color: #2396ef !important;
}

.sub-page .page .pagination .disabled span{
    color: #888888 !important;
}

.contact_service{
    width: 40px;
    height: 200px;
    background: url('../images/contact.png') no-repeat;
    position: fixed;
    right: 0px;
    top: 30%;
    transition: all 0.3s;
    z-index: 1000;
}
.contact_service:hover{
    width: 160px;
}
.contact_service ul {
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    position: relative;
}
.contact_service ul .right_bar {
    position: absolute;
    width: 40px;
    height: 200px;
    left: 0;
    top: 0;
    display: block;
}
.contact_service ul .right_qq {
    position: absolute;
    width: 120px;
    height: 85px;
    right: 0;
    top: 0;
    display: block;
}
.contact_service ul .right_phone {
    position: absolute;
    width: 120px;
    height: 105px;
    padding-top: 0px;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    color: #555;
    font-size: 14px;
    text-decoration: none;
}
.footer .mob-footer-list ul li.cont-listado ul.cont li{
    line-height: 44px;
}