.WebLink {
        margin: 10px 0;
}
.WebLink .HeadLink {
        width: 100%;
        margin: 1px 0;
        height: 31px;
        position: relative;
        text-align: left;
        border: 1px solid rgb(187, 187, 187);
        background: linear-gradient(to bottom, #ffffff, #e7e7e7);
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.WebLink .HeadLink .Title {
        color: #5e0000;
        font-size: 12px;
        padding-left: 0px;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 31px;
        font-weight: 600;
        margin-left: 10px;
        font-family: Arial;
}
.WebLink .HeadLink .Title::before{
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #470101;
        margin-right: 5px;
}
.WebLink .Content {
        padding:20px;
        overflow: hidden;
        background: #6598cb;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
