﻿@charset "utf-8";

.links-tmpl2-wrapper>div{padding-top:20px;}

.links-tmpl2-wrapper .title {
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
}

.links-tmpl2-wrapper .title span {
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.links-tmpl2-wrapper .title span:before {
    content: "";
    width: 3px;
    height:22px;
    top:19px; 
    position: absolute;
    left: -20px;
}
.links-tmpl2-wrapper .bd{margin:0 -5px;padding-bottom:25px;}
.links-tmpl2-wrapper .bd a{display:block;text-align:center;margin:0 5px 15px;}
.links-tmpl2-wrapper .bd img{max-width:100%;height: 70px;}
.links-tmpl2-wrapper .col-sm-3,
.links-tmpl2-wrapper .col-md-2{padding:0;}


@media (max-width: 992px) {
    .links-wrapper .link-icon {
        height: 31px;
    }
}


@media (max-width: 768px) {
    .links-wrapper .link-icon {
        height: 21px;
    }
}
