.MainMenu .Item5 {
    background: #fff;
}
.ActivityCon {
    width: calc(50% - 20px);
    margin: 0px 10px 10px 10px;
    float: left;
}
.ActivityImage {
    width: 100%;
    border: 1px solid rgb(0, 138, 195);
}.ActivityTitle {
    margin: 6px 0px 6px 0px;
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ActivityTitle a {
    color: rgb(26, 105, 138);
}
.ActivityTitle a:hover {
    color: #3f51b5;
}
.ActivityMinText {
    margin: 5px 0px 0px 0px;
    height: 70px;
    font-size: 13px;
    overflow: hidden;
}