.footer-link-area .panel-title{
    display: flex;
    justify-content: space-between;
}
.footer-link-area a:focus,a:active{
    color: #B3B3B3;
}

.panel-group .panel{
    -webkit-box-shadow:none;
    box-shadow:none;
}

.panel-default .collapsed.btn-block{

    color: #333333;
}


.panel-default .collapsed .pull-icon{

    color: #B3B3B3;
}

.help-center-answers{
    border: none;
    border-top: 1px solid #ebebeb;
}



.help-center-list .help-list-title{
    font-weight: bold;
    margin: 0;
    padding: 17px 0 17px 28px;
    font-size: 22px;
    color: #333333;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none!important;
}

.help-center-list .panel-group .panel{
    border: none;
}

.help-center-help-link{
    display: inline-block;
    width: 100%;
    height: 48px;
    padding-left: 44px;
    line-height: 28px;
    font-size: 16px;
    color: #515151;
}

.help-center-help-link:hover{
    background-color:transparent;
}
.help-center-list .help-center-active{
    border-left: none;
    color: #2f549f;
}
.help-center-con{
    min-height: 688px;
    background: #FFFFFF;
    padding: 0 !important;
}

.help-center-search{
    height: auto;
    border:none;
    background-color: #fff;
    padding: 32px;
}

.help-center-search .input-group-addon{
    width: 80px;
    border-top-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    background-color: #fafafa;
    color: #dbdbdb;
    font-size:20px;
}
.help-center-search  .form-control{
    padding-left: 15px;
    border-top-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
    font-size:12px;
    color:#b3b3b3;
}
.help-center-search-btn{
    border-radius: 2px;

}

.help-center-answers{
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    padding: 0;
}
.help-center-answers .answers-con{
    padding: 24px 32px;
}
.help-center-answers .answers-con>h3{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.help-center-answers .answers-con>.answers-con-time{
    margin: 12px 0 32px;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 20px;
}
.news-detail-info-words {
    font-size:16px;
    color: #666666;
    line-height: 22px;
}

.help-center-answers .help-answers-item {
    height: 69px;
    margin: 0 32px;
    font-size: 16px;
    color: #666666;
    line-height: 69px;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

.help-center-answers .help-answers-item>a{
    color: #666;
}

.help-center-answers .help-answers-item>a:hover{
    color: #2F549F;
}
a.help-center-help-link-active{
    /*background:#f2f2f2;*/
    color:#23527c;
    background: rgba(47, 84, 159, 0.08);
    position: relative;
}
a.help-center-help-link-active::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    background: #2F549F;
    left: 0;
    top: 0;
}
