a {
    cursor: pointer;
}
.newsDetail {
    background-color: #eee;
}
#rules {
    margin-top: 50px;
    display: flex;
    position: relative;
}
#lmenu {
    width: 260px;
    margin-right: 30px;
}
#lmenu .mainOp {
    padding: 30px 20px;
    overflow: auto;
    max-height: 704px;
}
#rules .mainOp {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: relative;
    transition-property: background, color;
}
#lmenu .mainOp::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ddd;
}
#lmenu .mainOp::-webkit-scrollbar
{
    width: 7px;
    height: 12px;
    background-color: #ddd;
}
#lmenu .mainOp::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
#lmenu .catalog {
    color: #226dd4;
    font-size: 15px;
    margin: 8px;
    font-weight: 700;
}
#lmenu .catalog span {
    color: #ddd;
}
#lmenu a {
    color: #555;
    font-size: 14px;
}
#lmenu a:hover {
    color: #226dd4
}
.tree-view-menu-list > ul li {
    position: relative
}
.tree-view-menu-list > ul li a {
    display: block;
    padding: 3px 10px;
    text-decoration: none
}
.tree-view-menu-list > ul li.open > a .folder-icon:before {
    content: "\f07c"
}
.tree-view-menu-list > ul li .subtree {
    display: none;
    position: relative;
    list-style: none;
    padding-left: 20px
}
.tree-view-menu-list > ul li .subtree li:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    top: 18px;
    left: -5px;
    background-color: #ddd
}
.tree-view-menu-list > ul li .subtree li:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -5px;
    background-color: #ddd;
}
.tree-view-menu-list > ul li .subtree li a.last-link:before {
    bottom: 20px;
}
.tree-view-menu-list > ul li .subtree li.last-link:after {
    top: 0;
    height: 19px;
    bottom: auto;
}

#rmain {
    flex: 1;
    overflow: hidden;
    word-break: break-all;
}
#rmain img {
    max-width: 100%!important;
}
.profile .title {
    margin: 20px 0 10px;
    color: #226dd4;
    font-size: 16px;
}
.profile .subtitle {
    margin: 20px 0 10px;
    color: #226dd4;
    font-size: 14px;
}

#rules .mright .mainOp {
    padding: 1px 20px;
}
.newsDetail .ptext {
    color: #226dd4;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 8px;
}
.newsDetail .tdt {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    word-wrap: break-word;
}
.profile .title {
    color: #226dd4;
    font-size: 16px;
    margin: 20px 0 10px;
}
.profile .subtitle {
    color: #226dd4;
    font-size: 14px;
    margin: 20px 0 10px;
}
.newsDetail .profile {
    margin: 30px 40px 50px;
}
.question-box {
    position: relative;
}
.question-anchor {
    position: absolute;
    top: -200px;
}

@media (min-width: 992px) {
    .fixed-way #lmenu {
        position: fixed;
        top: 100px;
    }
    .absolute-way #rmain, .fixed-way #rmain {
        margin-left: 290px;
    }
    .absolute-way #lmenu {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}
@media (max-width: 991px) {
    #lmenu {
        display: none;
    }
}