@charset "utf-8";
/* help start */
.help {background:#fafafa;}
.help .wrapper {
    padding: 36px 0 72px;
}

.help-box {
    display: flex;
    justify-content: baseline;
    align-items: baseline;
    border: 1px solid #eee;
}
.help-menu a{text-decoration:none;color:#333;}
.help-menu li:hover a{color:#3270ff;}
.help-menu {
    width: 212px;
    height: 100%;
    background-color: #fafafa;
}
.help-menu .currentA{color:#3270ff;}
.help-menu li {
    padding-left: 30px;
    width: 100%;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.help-menu li:hover {
    border-left: 2px solid #3270ff;
    background-color: #fff;
    color: #3270ff;
}

.help-menu .current {
    border-left: 2px solid #3270ff;
    background-color: #fff;
    color: #3270ff;
}

.help-content {
    width: 988px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #eee;
    padding:0 30px;
}   

.help-crumbs {
    width: 100%;
    line-height: 62px;
    /* border-bottom: 1px solid #eee; */
}

.help-list-item {
    display: flex;
    justify-content: baseline;
    align-items: flex-start;
    padding: 38px 0;

}

.help-list-item2{
    display: flex;
    justify-content: space-between;
    padding:10px 0;
}
.data_line{
    line-height:38px;
}
.help-list-item:last-child {
    border-bottom: none;
}

.help-list-item img {
    margin-right: 167px;
    width:165px;
    height:132px;
}

.help-list-item .help-text h4 > a{
    font-weight:bold;
    font-size: 18px;
}

.help-list-item2 .help-text h4 > a{
    /* font-weight:bold; */
    font-size: 14px;
}
.ck_move.pull-right{color:#ff6900;}
.help-list .help-list-item .help-text h4 > a:hover{
    color:#ff6900;
}
.help-list .help-list-item2 .help-text h4 > a:hover{
    color:#ff6900;
}
.help-text p {
    margin: 32px 0;
    color: #999;
}

.help-time span {
    color: #999;
}

.help-time a {
    color: #ff6900;
}

.help-more {
    width: 100%;
    line-height: 42px;
    background-color: #f7f8fa;
    border: 1px solid #eee;
    margin-bottom: 50px;
}
.help-more:hover{
    background:#3688d9;
    color:#fff;
}
/* help end */

/* news info */
#help-center{background:#fafafa;}
#help-center .news_info{
    padding-top:36px;
    border-left: 1px solid #eee;
    border-bottom: solid 1px #eee;
}
.news_info .list_left ul li a{text-decoration:none;color:#333;}
.help-content p a{text-decoration:none;color:#333;}
.news_info .list_left ul li:hover a{color:#3270ff;}
.news_info .list_left ul li:hover{border-left:2px solid #3270ff;background:#fff;}
.news_info .list_left ul li{width:274px;height:60px;line-height:60px;padding-left:30px;border-bottom:1px solid #eee;}
.news_info .list_left ul{border:solid 1px #eee;}
.news_info .list_left ul .currentLI{border-left:2px solid #3270ff;background:#fff;}
.news_info .list_left ul .currentA{color:#3270ff;}
.help-content .help_top a{color:#666;}
.help-content .help_top{line-height:42px;border-bottom:solid 1px #eee;}
.help-content .help_top .currentA{color:#3270ff;}
.help-content h2{font-size:24px;color:#333;}
.help-main{margin-top:34px;}
.help-main p{line-height:24px;margin-bottom:34px;color:#666;}
.help-content .slide:hover{color:#3270ff; cursor:pointer;}
.help-content a{text-decoration:none;color:#666;}
.news_hot_list{clear:right;width:923px;border: solid 1px #eee;
    border-top: none;padding-top:37px;padding-left:42px;padding-bottom:42px;
    background:#fff;
}
.news_hot_list h4{color:#3270ff;}    
.news_hot_list ul{width:477px;height:100px;}
.news_hot_list ul li{
    float:left;
    padding-left:18px;
    line-height:42px;
    width:204px;
    background-image:url('../../image/news_img/dian.png');
    background-repeat: no-repeat;
    background-position:left center;
}
.news_hot_list a{text-decoration:none;color:#666;}
.news_hot_list a:hover{color:#3270ff;}

.help-list li{position:relative;    border-top: 1px solid #eee;}

.ck_move{position:absolute;right:0;bottom:35px;display:block;}