.WebLink {
        margin: 10px 0;
}
.WebLink .HeadLink {
        background: #13439b;
        /* border-radius: 5px 5px 0 0; */
        height: 30px;
}
.WebLink .HeadLink .Title {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding-left: 8px;
        text-transform: uppercase;
        line-height: 30px;
}
.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
@media only screen and (max-width: 768px) {
        .WebLink {
                display: none;
        }
}
