.u-channel {
    border-bottom: 6px solid #e1e1e1;
    position: relative;
}

.u-channel .channelName {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    height: 31px;
}

.u-channel .localNavigation {
    color: #666666;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0 0 0 15px;
    background-image: url(/DFS/template/2045/images/gmn_2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.u-channel .localNavigation a {
    color: #666666;
}

.u-channelList {
    width: 260px;
    height: auto;
    background-color: #73116f;
    padding: 0 0 14px;
}

.u-channelList .channelName {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.u-channelList .channelBox {
    width: 244px;
    height: auto;
    background-color: #ffffff;
    border-left: 2px solid #c1b394;
    margin: 0 0 0 auto;
    padding: 20px 0;
}

.u-channelList .channelBox .channelItem {
    height: auto;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 22px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    background-position: 215px center;
    background-repeat: no-repeat;
}

.u-channelList .channelBox .channelItem span {
    display: inline-block;
    width: 185px;
    padding: 20px 0;
    line-height: 22px;
}

.u-channelList .channelBox .channelItem:first-child {
    border-top: 1px solid #dddddd;
}

.u-channelList .channelBox .channelItem::after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #c1b394;
    position: absolute;
    left: -7px;
    top: 0;
    display: none;
}

.u-channelList .channelBox .channelItem:hover {
    color: #63065f;
    background-color: #f2f0e5;
    border-top-color: #e4dec8;
    border-bottom-color: #e4dec8;
    background-image: url(/DFS/template/2045/images/gmn_1.png);
}

.u-channelList .channelBox .channelItem:hover::after {
    display: block;
}

.u-channelList .channelBox .channelItem.z-active {
    color: #63065f;
    background-color: #f2f0e5;
    border-top-color: #e4dec8;
    border-bottom-color: #e4dec8;
    background-image: url(/DFS/template/2045/images/gmn_1.png);
}

.u-channelList .channelBox .channelItem.z-active:after {
    display: block;
}

@media screen and (max-width: 600px) {
    .u-channelList {display: none;}
    .u-channel .localNavigation {display: none;}
}



