* {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    height: 100%;
    background-image: url(../../images/professional/bg.png);
}
.container-fluid .title {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}
.container-fluid .title h1 {
    padding: 0 17px;
    margin: 0;
    font-family: "Microsoft Yahei",-apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 32px;
}
.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: auto;
    min-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: auto;
    min-height: 620px;
    background-color: #F6EFDD;
}
.container-fluid .contentBox .contentBox_content .left ul {
    margin-top: 24px;
    list-style: none;
}
.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 {
    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;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.container-fluid .contentBox .right .right_content {
    position: relative;
    width: 890px;
}
.container-fluid .contentBox .right .right_content .title {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.container-fluid .contentBox .right .right_content .title h1 {
    font-size: 24px;
    margin: 0;
    font-family: 'SourceHanSerifCN-Regular';
    color: #333333;
    font-weight: bold;
}
.container-fluid .contentBox .right .right_content .title p {
    line-height: 27px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'SourceHanSerifCN-Regular';
    color: #666666;
}
.container-fluid .contentBox .right .right_content .contentText {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
    overflow-y: hidden;
    width: 890px;
}
.container-fluid .contentBox .right .right_content .contentText .contentTextBox {
    position: relative;
}
.container-fluid .contentBox .right .right_content .contentText .contentTextBox .content {
    padding: 0 80px 0 60px;
}
.container-fluid .contentBox .right .right_content .contentText .contentTextBox .content p {
    user-select: none;
    margin-top: 0px;
    line-height: 27px;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 20px;
    color: #666666;
}
.container-fluid .contentBox .right .right_content .contentText .contentTextBox .content p a{
    text-decoration: none;
}
.container-fluid .contentBox .right .right_content .contentText .contentTextBox .content p:not(:first-child) {
    margin-top: 20px;
}
.container-fluid .contentBox .right .right_content .contentText .contentTextBox::-webkit-scrollbar {
    width: 0;
}
.container-fluid .contentBox .right .right_content .contentText .scrollBar {
    margin-top: 10px;
    position: absolute;
    left: 816px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    background-color: #F6F5F1;
    width: 4px;
    height: 440px;
    align-items: center;
}
.container-fluid .contentBox .right .right_content .contentText .scrollBar img {
    cursor: pointer;
    -webkit-user-drag: none;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 1400px) {
    .container-fluid nav .nav_top {
        padding: 10px 0 10px 15px;
    }
    .container-fluid nav .nav_top .version_select {
        margin-right: 15px;
    }
}
