.serviceCont{
    width: 100%;
    background-image: url('../img/serviceBg.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 40px 118px 120px 118px;
}
.serviceContTitle{
    line-height: 52px;
    font-weight: 600;
    font-size: 40px;
    color: #222222;
    margin: 8px 0 6px 0;
}
.sItemTitle{
    height: 48px;
    line-height: 48px;
    background: #FFF6F3;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    padding-left: 12px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.serviceContWrap{
    margin-top: 24px;
}
.sItemSubItem{
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.sItemSubItem:nth-last-child(1){
    border-bottom: none;
}
.sItemTitleTxt{
    font-size: 16px;
    color: #222222;
}
.sItemTitleLog{
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 7px;
}
.sItemTitleLog.snotes{
    background-image: url('../img/notes.svg?1');
}
.sItemTitleLog.snews{
    background-image: url('../img/news.svg?1');
}
.sItemTitleLog.sfaqs{
    background-image: url('../img/faqs.svg?1');
}
.sItemTitleLog.sItemTitleXiala{
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url('../img/xiala.svg?1');
    right: 12px;
    transition: all 0.3s;
}
.sItemTitleXiala.rotate {
    transform: rotate(-90deg); /* 向上旋转 */
}
.sItemClassWrap{
    font-size: 0;
    padding-bottom: 6px;
}
.sItem{
    margin-top: 2px;
}
.sItemMar{
    padding-top: 24px;
    padding-left: 12px;
}
.sItemSubTitle{
    font-size: 16px;
    color: #222222;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 24px;
}
.sItemClass{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #444444;
    height: 20px;
    line-height: 20px;
    width: 228px;
    font-size: 0;
    margin-bottom: 16px;
    cursor: pointer;
}
.sItemClassLog{
    background: #444;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.sItemClassTxt{
    font-size: 14px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
