.WebLink {
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 15px;
}
.WebLink .HeadLink {
    background: linear-gradient(225deg,#1568bf 0%,#2f82e9 100%);
}
.WebLink .HeadLink .Title {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.WebLink .Content {background: #edf8ff;padding: 10px;}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
}