
.WebLink {
    margin: 10px 0;
}
.WebLink .HeadLink {
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    background: #fff none repeat scroll 0 0;
}
.WebLink .HeadLink::before {
    background: rgba(0, 0, 0, 0) url("images/link.png") repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 80%;
    left: 10px;
    position: absolute;
    width: 33px;
    z-index: 4;
}
.WebLink .HeadLink .Title {
    background: #00b33fe3 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 6px 30px 6px 55px;
    position: relative;
}
.WebLink .HeadLink .Title::after {
    background: rgba(0, 0, 0, 0) url("images/r1.png") no-repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    width: 56px;
}
.WebLink .HeadLink .Title::before {
    background: rgba(0, 0, 0, 0) url("images/l1.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px;
    border-top-left-radius: 5px;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
