
.WebLink {
    margin: 20px 0;
    background: url("images/verBar.png") no-repeat scroll center top #fcf7c0;
    border: 2px dashed #5db006;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px 5px 1px;
}
.WebLink .HeadLink {
    background: url("images/bar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 50px;
}
.WebLink .HeadLink .Title {
    color: #fff !important;
    font-size: 14px;
    padding-left: 60px;
    display: inline-block;
    text-align: left;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.WebLink  .Content {
    padding: 10px;
}
