.chlsnav {
    width: 200px;
    float: left;
    position: relative
}

.chlsnav .pbar {
    background: #e6e6e6;
    padding-left: 30px;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.chlsnav li {
    color: #333;
    height: 60px;
    line-height: 60px;
    padding-left: 27px;
    background: #f5f7fa
}
.chlsnav .curchn {
    background: white;
    margin-right: -1px;
    border-left: 3px solid #1495E2
}



.pgmain {
    float: left;
    margin-left: 15px;
    width: 570px
}

.pgmain h1 {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight:bold;
}

.pgright,.pgright .aside-section {
    width: 160px
}

#pgrow span.am,#pgrow span.pm,#pgrow span.nt {
    padding-right: 70px;
    padding-left: 50px
}

#noon,#night {
    margin-top: 10px;
    font-weight: bold
}

.pgmain li {
    line-height: 54px;
    position: relative
}

.pgmain li:hover {
    background: #ebf3ff
}

.pgmain .tvcgd {
    margin-left: 38px;
    border: 1px solid gray;
    padding: 0 2px;
    background-color: #eff5fe
}

.week-menu span {
    font-size: 12px;
    color: gray
}

.week-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.week-menu dd {
    width: 64px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.week-menu .weekcur {
    background: #1495E2;
}

.bg_f7 {
    background: #f7f7f7
}


.bg_f7:nth-child(2n) {
    background: #fffcfc
}

.over_hide {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#pgrow span.am,#pgrow span.pm,#pgrow span.nt {
    padding-right: 70px;
    padding-left: 50px
}

.weekcur a,.weekcur span {
    color: white
}
.wx_menu_ct {
    background: white;
    width:100%;
    display:block;
    /*border-bottom: 1px solid #d2d2d2;*/
    /*background-color: red;*/
    margin-bottom: 20px;
    /*width:70%;*/
    padding-left: 16%;

}
.wx_chn_type{
    list-style: none;
    display:flex;
    justify-content: flex-start;
    /*display: block;*/
    /*width:75%;*/
}
.wx_chn_type li {
    float: left;
    line-height: 40px;
    width: 15%;
    text-align: center;
}

.wx_chn_type .cur a {
    color: #46B535
}

.wx_chn_type a {
    color: #333
}

