.m-channelBox .parsentChannel {
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    text-align: center;
    background-color: #003e78;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 2px solid #fcb72c;
}

.m-channelBox .channelInfo {
    width: 260px;
    text-align: center;
    font-size: 18px;
    background-color: #fbfdff;
    min-height: 466px;
}

.m-channelBox .childChannel a {
    display: inline-block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    border-bottom: 1px solid #dfeffe;
}

.m-channelBox .childChannel a:hover {
    background-color: #dfeffe;
    width: 100%;
    margin: -2px 0 0;
    height: 52px;
}

.m-channelBox .childChannel a.z-state {
    background-color: #dfeffe;
    width: 100%;
    margin: -2px 0 0;
    height: 52px;
}

.m-channelBox {
    margin: 20px 0 0;
}

.m-channelBox .infoList {
    width: 940px;
    margin: 0 0 0 280px;
    min-height: 466px;
}

.m-channelBox .infoList .item {
    position: relative;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 1px dashed #cccccc;
}

.infoList .item a {
    color: #666666;
}

.infoList .item a:hover {
    color: #003e78;
}

.infoList .item span {
    color: #999999;
    position: absolute;
    right: 10px;
    top: 0;
}

.infoList .b-channel {
    padding: 0 10px;
    margin: 0 0 10px;
    height: 64px;
    line-height: 64px;
}

.infoList .b-channel .subChannel {
    top: 0;
}

#pages span {
    border: 1px solid #003e78;
    background-color: #003e78;
}

#pages a:hover {
    border: 1px solid #003e78;
    background-color: #003e78;
}


@media screen and (max-width: 600px) {
    .m-channelBox .infoList {width: 100%; margin: 0;}
    .m-channelBox .channelInfo {float: unset; width: 100%;}
    .m-channelBox .channelInfo {min-height: auto;}
    .m-channelBox .childChannel a { width: 49%;  }
    .m-channelBox .childChannel a.z-state { margin: 0; width: 49%;  }
    .infoList .item a { color: #666666;width: 70%;  overflow: hidden; white-space: nowrap;  text-overflow: ellipsis; display: inline-block;}
    .m-channelBox .childChannel a {text-align: center;}
    .m-channelBox .channelInfo {text-align: left;}
}


