.web-page {
    width: 100%;
    background: #fff;
}

.web-page .left-menu {
    float: left;
    width: 220px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 30px;
}
.web-page .left-menu .top-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 2px solid #ff410f;
    margin-bottom: 10px;
}
.web-page .left-menu .help-menu-box {
    float: left;
    width: 100%;
    padding: 0 30px;
}
.web-page .left-menu .help-menu-item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.web-page .left-menu .help-menu-item a {
    color: #333;
}
.web-page .left-menu .help-menu-item a:hover,
.web-page .left-menu .help-menu-item a.active {
    color: #ff410f;
}

.web-page .content-panel h1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.web-page .content-panel .desc {
    float: left;
    text-align: center;
    width: 100%;
    color: #999;
    border-bottom: 1px solid #ccc;
}
.web-page .content-panel .desc span {
    display: inline-block;
    margin: 15px 10px;
}
.web-page .content-panel .news-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px;
}
.web-page .content-panel .news-content img {
    max-width: 868px;
}
.web-page .content-panel .news-content span,
.web-page .content-panel .news-content a {
    display: inline-block;
}

.help-list .page-guider ul li a {
    display: inline;
}

.bread-nav {
    display: flex;
    justify-content: left;
    padding: 10px 0;
}

.bread-nav ul {
    display: flex;
    justify-content: left;
}

.bread-nav ul li {
    margin-right: 10px;
}

.bread-nav ul li a {
    display: inline;
}

.bread-nav ul li i {
    margin-left: 10px;
}

.bread-nav ul li.active {
    color: #ff410f;
}

.bread-nav ul li span {
    color: #333;
}
