/* 大图 */
.banner{
    height:168px;
    background: url(/images/navbanner.png) no-repeat center center / cover;
}
.banner p{
    text-align: left;
    width:1200px;
    font-size: 30px;
    color:#fff;
    margin: 0 auto;
    line-height: 130px;
}
/* 网络直播 */
.help{
    padding-top: 30px;
    padding-bottom: 9px;
    /* height:680px; */
}
.help .help-nav{
    float: left;
    background: #f5f5f5;
    width:240px;
    padding-bottom: 20px;
    /* height:500px; */
    /* overflow: hidden; */
}
.help .help-nav .help-item{
    display: none;
}
.help .help-nav h3{
    line-height: 49px;
    color:#333;
    padding:0 18px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 9px;
}
.help-info{
    padding:0 18px;
}
.help .help-title{
    display: block;
    width: 100%;
    height: 39px;
    cursor: pointer;
}
.help .help-title img{
    display: block;
    float:left;
    padding-top: 18px;
}
.help .help-title h5{
    color:#333;
    display: block;
    float:left;
    padding-left: 18px;
    line-height: 39px;
    font-size: 14px;
    font-weight: normal;
}
.help-item{
    padding-left: 20px;
}
.help-item li{
    background: url(/images/point1.png) no-repeat 0 17px;
    padding-left: 9px;
    height:37px;
    line-height: 37px;
    color:#666666;
    font-size: 14px;
}
.help-item li a{
    color:#666666;
    font-size: 14px;
}
.help li.active{
    color:#1b9ed4 !important;
    background: url(/images/point2.png) no-repeat 0 17px;
}
.help li.active a{
    color:#1b9ed4 !important;
}

.help .help-content{
    margin-left: 30px;
    float: left;
    width:930px;
    min-height:480px;
    
}
.help-content-title{
    line-height: 50px;
    height: 50px;
    width:780px;
    font-size: 14px;
    color:#666;
    border-bottom:1px solid #ebebeb; 
}
.help-content-info .content{
    /* border-bottom: 1px solid #ebebeb; */
    padding-bottom: 33px;
}
.help-content-info h3{
    color:#363636;
    font-size: 18px;
    line-height: 30px;
    padding-top: 17px;
    font-weight: normal;
}
.help-content-info p.time{
    color:#999999;
    font-size: 14px;
    line-height: 24px;
    padding-top: 16px;
padding-bottom: 12px;
}
.help-content-info h5{
    color:#26a1cd;
    font-size: 14px;
    line-height: 30px;
    padding-top: 15px;
}
.help-content-info p.cont{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    padding-top: 16px;
}

.help-content-lr{
    line-height: 60px;
    height: 60px;
}
.help-content-lr .prev{
    float: left;
    font-size: 14px;
    color:#999999;
}
.help-content-lr .next{
    float: right;
    font-size: 14px;
    color:#999999;
}




@media (max-width:640px){
     .banner{height:110px;}
    .help .inner{
        width:100%;  
        
       font-size:12px;
    }
    .help .help-nav{
      width:30%;    
    }
    
    .help .help-content{
      width:66%;  
     margin-left:4%;  
    }
    .help .help-title h5{
       font-size:12px;
       
      overflow:hidden;
    }
    
    .help-item li a {
       color: #666666;
        font-size: 12px;
     }
    .help-content-title{
      width:100%;
    }
    .help-content-info{
      width:100%;
    }
    .content img{
      width:100%;
    }
    .help .help-nav h3{
       padding: 0 5px;
       font-size: 16px;
    }
    .help-info {
        padding: 0 5px;
    }
    .help-item {
      padding-left: 7px;
     }
     .help-item li{overflow:hidden;}
     .help-content-title {
         line-height: 35px;
         height: auto;
     }

}

