.pageContIn {
    display: inline-block;
    vertical-align: top;
    width: 1440px;
    text-align: left;
    background: #FEFEFE;
    padding: 68px 118px 120px 118px;
    width: 100%;
    background: url('./../img/FAQS.png') no-repeat right 20px;
}
.el-collapse-item__header{
    padding: 23px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}
.t_index {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FF6933;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
    margin-top: 2px;
}

.qs {
    padding-left: 8px;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}
.el-collapse-item__arrow{
    float: right;
    background: url('./../img/xiala2.png') no-repeat center center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.is-active .el-collapse-item__arrow{
    background: url('./../img/up_arror.png') no-repeat center center;
}
.fqaContP {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
}
.fqaContP strong{
    font-weight: bold;
}
.el-collapse-item__wrap {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    transition: display 0.2s linear;
}

.el-collapse-item__content {
    padding: 16px 26px;
    background: #FBFBFB;
    border-radius: 4px;
    border: 1px solid #E9EAEE;
    box-sizing: border-box;
}
.el-collapse-item__content .fqaContImg{
    padding: 10px 0;
    max-width: 1200px;
    overflow: hidden;
}
.is-active .el-collapse-item__wrap {
    display: block;
    transition: display 0.2s linear;
}
.is-active .el-collapse-item__header{
    border-bottom: 0;
    padding-bottom: 14px;
}
/*  */
/* .serviceCont{
    width: 100%;
    background: url('./../img/serviceBg.png') no-repeat top right;
    padding: 40px 118px 120px 118px;
} */
/* .contentNavItemW{
    font-size: 0;
    line-height: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.navItem{
    font-size: 14px;
    color: #5D5D5E;
}
.navItemResult{
    color: #222;
}
.navGap{
    font-size: 14px;
    color: #5D5D5E;
    margin: 0 5px;
} */
/* 顶部 */
/* .pageContInTIn{
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.topSearch{
    position: relative;
}
.topSearchInput{
    width: 260px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(22,46,74,0.1);
    padding: 0 40px 0 12px;
    font-size: 14px;
    color: #222529;
}
.topSearchLogW{
    width: 44px;
    height: 36px;
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: right;
    cursor: pointer;
}
.topSearchLog{
    width: 18px;
    vertical-align: middle;
    margin-right: 16px;
    margin-top: 1px;
}
.topShowW{
    display: flex;
    align-items: center;
}
.topShowWItem{
    cursor: pointer;
    font-size: 14px;
    color: #222222;
    margin-right: 20px;
    position: relative;
}
.topShowWItem::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #FF6933;  */
transition: width 0.3s ease;
display: none;
}

.topShowWItem:hover::after {
    display: block;
}

.topShowWItem:hover {
    display: block;
    color: #FF6933;
}

.topShowWItem.act::after {
    display: block;
}

.topShowWItem.act {
    display: block;
    color: #FF6933;
}

.pageContInTInR {
    display: flex;
}

/* 内容区 */
/* .pageContInW{
    padding: 0;
}
.pItem{
    padding: 24px 8px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
}
.pItem:nth-child(1){
    padding: 16px 8px 24px 8px;
}
.pItem:hover{
    background: #FFF5F1;
}
.pItemTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pItemTitle{
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    height: 28px;
    white-space: nowrap;
    font-weight: 600;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.pItemTime{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 28px;
}
.pItemTip{
    font-size: 14px;
    color: rgba(34,34,34,0.7);
    margin-top: 6px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px;
    word-break: break-all;
}
.nodataW{
    text-align: center;
    padding: 120px 0;
}
.nodata{
    width: 150px;
} */
