.channel-container{

}
.channel-list-container{
    width: 260px;
}

.channel-list-container .line{
    width: 260px;
    overflow: hidden;
    position: relative;
    height: 50px;
}
.channel-list-container>p{
    line-height: 45px;
    background: url("../../img/wenjian.png") 10px center no-repeat;
    background-color: #014e9c;
    color: white;
    font-size: 16px;
    padding-left: 50px;
    border-bottom: 1px solid white;
}
.channel-list-container .line a{
    font-size: 16px;
    width: 520px;
    position: absolute;
    left: -250px;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid white;
}

.channel-list-container .line.active a,
.channel-list-container .line a:hover{
    left: 0px;
}
.channel-list-container .line.active a:hover{
    left: -10px;
}

.channel-list-container .line a p{
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 20px;
    color: #333;
    background: #f0f2f5;
}
.channel-list-container .line a p.first{
    background: blue;
    color: white;
}

.channel-list-container .line a p.bg0{
    background-color: #1bd1d3;
}
.channel-list-container .line a p.bg1{
    background-color: #1b94d3;
}
.channel-list-container .line a p.bg2{
    background-color: #e12929;
}
.channel-list-container .line a p.bg3{
    background-color: #1bd33a;
}
.channel-list-container .line a p.bg4{
    background-color: #d31b8c;
}
.channel-list-container .line a p.bg5{
    background-color: #d3721b;
}

.content-list-container{
    padding-left: 20px;
}
.content-list-container-no{
    padding-left: 40px;
    padding-right: 20px;
}

.content-channel-p{
    padding-bottom: 10px;
    border-bottom: 2px solid #bcc3cc;
}

.content-channel-p .common-p{
    margin:0px;
}

.channel-root{
    width: 260px;
    overflow: hidden;
    max-height: 820px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f0f2f5;
}

.channel-root *{
    line-height: 50px;
    background: #f0f2f5;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.channel-root li{
    position: relative;
   /* padding-left: 20px;*/
}
.channel-root li:after{
    content: "";
    display: block;
    display: block;
    width: 100%;
    left: 0px;
    height: 1px;
    bottom: 0px;
    background-color: white;
    z-index: 1;
    position: absolute;
}
.channel-root  .treeview{
   /* margin-bottom: -1px;*/
}
/*.channel-root .treeview-menu{
    max-height: 0;
    overflow: hidden;
}
.channel-root .active>.treeview-menu
/!*.channel-root li:hover>.treeview-menu*!/{
    max-height:inherit;
}*/

.channel-root .treeview{
    max-height: 50px;
    overflow: hidden;
}

.treeview-a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid white;
}
.treeview-a span{
    padding-left: 20px;
}

.pull-right{
    width: 25px;
    background: red;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    background: url("../../img/down.png") center center no-repeat;
    background-size: 15px auto;
}
.pull-right.active{
    background: url("../../img/up.png") center center no-repeat;
    background-size: 15px auto;
}


.li-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: 1;
    color: white;
    margin-left: 10px;
}

.selected>.treeview-a .li-bg,
.treeview-a:hover .li-bg{
    left: 0px;
    margin-left: 0px;
}
.selected>.treeview-a .li-title,
.treeview-a:hover .li-title{
    margin-left: 100%;
}



.treeview0>a>.li-bg
    /*,.channel-root li.treeview0:hover:after*/
{
    background-color: #1bd1d3;
}
.treeview1>a>.li-bg
    /*,.channel-root li.treeview1:hover:after*/
{
    background-color: #e8304f;
}
.treeview2>a>.li-bg
    /*, .channel-root li.treeview2:hover:after*/
{
    background-color: #cf79e1;
}
.treeview3>a>.li-bg
    /*,.channel-root li.treeview3:hover:after*/
{
    background-color: #766bc8;
}
.treeview4>a>.li-bg
    /*,.channel-root li.treeview4:hover:after*/
{
    background-color: #2d75b9;
}
.treeview5>a>.li-bg
    /*,.channel-root li.treeview5:hover:after*/
{
    background-color: #34b3e6;
}
.treeview6>a>.li-bg
    /*,.channel-root li.treeview5:hover:after*/
{
    background-color: #6eccec;
}
.treeview7>a>.li-bg
    /*,.channel-root li.treeview5:hover:after*/
{
    background-color: #4fb242;
}
.treeview8>a>.li-bg
    /*,.channel-root li.treeview5:hover:after*/
{
    background-color: #ff8901;
}

.yxtc-rightList .common-tab3 .col{
    height: 47px;
}
.yxtc-rightList-head{
    height: 40px;
    margin-bottom: 20px;
    background-color: #709ee9;
}
.yxtc-rightList-head img{
    height: 30px;
    margin-top: 5px;
}
.yxtc-rightList-head span{
    line-height: 40px;
    color: #fff;
    vertical-align: top;
}
.yxtc-rightList-head span:last-child{
    float: right;
}
.yxtc-rightList-head a{
    color: #fff;
    margin-right: 10px;
}