﻿.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("../images/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("../images/down.png") center center no-repeat;
    background-size: 15px auto;
}
.pull-right.active{
    background: url("../images/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;
}

.content-container{
    width: 890px;
}

.hot-info-container{
    width: 270px;
    padding-left: 20px;
}

.nei_shi>h4{
    padding: 15px 0px;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #d2dae4;
    text-align: center;
    color: #014e9c;
}
.content-container>.row{
    
    margin: 10px auto;
    text-align: center;
}
.content-container>.row>.release-date{
    width: 300px;
}
.content-container>.row span{
    margin: 0px 20px;
}

.hot-info-container>p{
    background-color: #014e9c;
    font-size: 16px;
    color: white;
    padding-left: 40px;
    line-height: 40px;
}
.hot-info-container>ul>li{
    padding: 5px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid white;
    background-color: #d2dae4;
}


.content-xgyd-container{
    margin-top: 20px;
}
.content-xgyd-container p{
    padding: 10px 0px;
    text-indent: 0px;
    font-size: 16px;
}
.content-xgyd-container li{
    padding-left: 20px;
    list-style: disc;
    line-height: 25px;
    display: block;
      padding-right: 110px;
    position: relative;
     width: 100%;

   
}
.content-xgyd-container li a{
  
  display: block;
  max-width: 100%;
 }
.content-xgyd-container li  span{
    position: absolute;
    right: 20px;
    top: 0px;
}

.content-txt{
    margin: 0px 20px;
    text-align: justify;
}

.content-txt,
.content-txt *
{
    line-height: 30px;
    font-family:"宋体","Microsoft YaHei",微软雅黑,"雅黑", "MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    max-width: 100%;
    overflow: auto;
}
.content-txt a{
    color:#0066cc;
}

.content-txt td,
.content-txt th
{
    border: 1px solid #aaa;
}
.content-txt table{
    width: 100%;
}

.content-tools{
    position: relative;
}

.content-public{
    position: absolute;
    text-align: right;
    top: 8px;
    right: 290px;
    background: white;
}
.content-public span{
    margin: 0 5px !important;
}
.content-public .printer{
    margin: 0px 10px;
    padding: 0px 5px 0px 20px;
    background: url("../images/ico.png") no-repeat 0px 2px;

}