@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../fonts/SourceHanSerifCN-Regular.otf'), url('../../fonts/SourceHanSerif-Bold.ttf');
}
body {
    width: 100%;
    height: 100%;
    background-image: url(../../images/professional/bg.png);
}
.container-fluid .contentBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}
.container-fluid .contentBox .contentBox_content {
    display: flex;
    flex-direction: row;
    width: 1200px;
    height: 620px;
}
.container-fluid .contentBox .contentBox_content .left {
    background-position: left bottom;
    background-image: url(../../images/professional/content_leftanwen.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 620px;
    background-color: #F6EFDD;
}
.container-fluid .contentBox .contentBox_content .left ul {
    margin-top: 24px;
    list-style: none;
    padding: 0;
}
.container-fluid .contentBox .contentBox_content .left ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 280px;
    height: 50px;
}
.container-fluid .contentBox .contentBox_content .left ul li a {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    margin-left: 40px;
    color: #856014;
    font-size: 16px;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
}
.container-fluid .contentBox .contentBox_content .left ul li a span {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container-fluid .contentBox .contentBox_content .left ul li .end {
    display: none;
    position: absolute;
    margin-left: 220px;
    width: 14px;
    height: 18px;
}
.container-fluid .contentBox .contentBox_content .left ul li .endactive {
    display: block;
    position: absolute;
    margin-left: 220px;
    width: 14px;
    height: 18px;
}
.container-fluid .contentBox .contentBox_content .left li.activeBar {
    margin-left: 12px;
    background-image: url(../../images/professional/activeBar.png);
}
.container-fluid .contentBox .contentBox_content .left li.activeBar a {
    margin-left: 30px;
    color: #fff;
}
.container-fluid .contentBox .right {
    margin-left: 30px;
}
.container-fluid .contentBox .right .right_content {
    background-color: #fff;
    position: relative;
    width: 890px;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
}
.container-fluid .contentBox .right .right_content .contentBox {
    position: relative;
    width: 890px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.container-fluid .contentBox .right .right_content .contentBox .content {
    padding: 0 100px 0 60px;
    width: 890px;
    position: absolute;
}
.container-fluid .contentBox .right .right_content .contentBox .content ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.container-fluid .contentBox .right .right_content .contentBox .content ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .contentBox .right .right_content .contentBox .content ul li .question {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}
.container-fluid .contentBox .right .right_content .contentBox .content ul li .answer {
    font-size: 16px;
    color: #666666;
}
.container-fluid .contentBox .right .right_content .contentBox .content ul li a {
    margin-left: 10px;
    text-decoration: none;
    font-family: 'SourceHanSerifCN-Regular';
}
.container-fluid .contentBox .right .right_content .contentBox .content ul li + li {
    margin-top: 10px;
}
.container-fluid .contentBox .right .right_content .contentBox::-webkit-scrollbar {
    width: 0;
}
.container-fluid .contentBox .right .right_content .scrollBar {
    margin-top: 30px;
    position: absolute;
    left: 816px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    background-color: #F6F5F1;
    width: 4px;
    height: 540px;
    align-items: center;
}
.container-fluid .contentBox .right .right_content .scrollBar img {
    cursor: pointer;
    -webkit-user-drag: none;
    width: 30px;
    height: 30px;
}
