body{
    background-color: #f2f5f8;
    color: #333;
}
.helpBanner{
    background: url("../img/help_banner.png") top center no-repeat;
    height: 264px;
    width: 100%;
    margin-top: 75px;
    background-size: cover;
    width:100%;
}
.help-l{
    width: 200px;
    padding: 20px;
    background-color: #fff;
    margin-right: 20px;
}
.help-r{
    width: 900px;
    background-color: #fff;
    padding: 10px 20px;
    min-height: 530px;
}
.bl1{
    border-left: 3px #fd5f00 solid;
}
.bl2{
    border-left: 3px #ffc002 solid;
}
.bl3{
    border-left: 3px #00a635 solid;
}
.bl4{
    border-left: 3px #00c3c4 solid;
}
.bl5{
    border-left: 3px #5c68ec solid;
}
.help-l-list{
    /*background-color: #ffffff;*/
}
ul.help-l-list li{
    display:block;
    overflow:hidden;
    margin-bottom:20px !important;
    padding-left:10px;
    height:24px;
    line-height:24px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news{
    border-bottom: 1px solid #aaa;
    padding: 20px 0px;
}
.news-img{
    border-radius: 4px;
    width: 210px;
    max-height: 100px;
    margin-right: 20px;
}
.news-body{
    width: 600px;
    vertical-align: top;
    font-size: 14px;
}
.news-head{
    margin-top:-8px;
    margin-bottom:10px;
    height:32px;
    line-height:32px;
    font-size: 20px;
}
.help-r .news-content pre{
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}
.help-r .news-content img{
    max-width: 840px;
}
.news-head-img{
    background: url('../img/blog-arr.png') no-repeat;
    margin-right:4px
}
.news-read{
	color: #00C3C4;
    background-color: #DEF2FD;
    border: 1px solid #ccc;
    padding: 2px 8px;
    font-size: 14px;
    cursor: pointer;
}
.news-time{
    color: #666;
    margin-top: 10px;
}
.pagebar{
    text-align: center;
    margin: 20px auto;
}
.pagebar span{
    padding: 5px 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
    color: #333;
    background-color: #eeeeee;
}
.pagebar a{
    padding: 5px 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
    color: #333;
    background-color: #eeeeee;
}
/* .pagebar .prev,.pagebar .next{
    cursor: not-allowed;!important;
    background-color: #eee;
} */
.pagebar .current{
    background-color: #6bc2e6;
    color: #fff;
}
.news-title{
    text-align: center;
    font-size: 20px;
}
.news-content{
    text-indent: 2em;
    margin-top: 15px;
}
