/*描述：网站导航css文件*/
.page-content {
    padding-top: 50px;
    min-height: 700px;
}

.page-title {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: bold;
}

.content {
    margin-top: 50px;
}

.content .left {
    width: 20%;
    text-align: right;
}

.content .left .item {
    padding: 5px 20px;
    color: #444;
    border-right: 4px solid rgba(0, 0, 0, 0);
    margin: 8px 0;
}

.content .left .item.act, .content .left .item:hover {
    color: #000;
    font-weight: bold;
    border-color: #000;
}

.content .right {
    width: 80%;
    text-align: center;
    padding: 0 30px;
}

.content .right .item {
    display: none;
    line-height: 20px;
    padding-bottom: 100px;
}

.content .right .item .pointer:hover {
    font-weight: bold;
}

.content .right .item.act {
    display: block;
}

.brandBox {
    padding: 8px 0;
}

.brandBox ul {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 30px;
}

.brandBox .pointer {
    display: block;
    width: 160px;
    padding-right: 15px;
    font-size: 14px;
}

.brandBox .pointer:hover {
    font-weight: bold;
}

.activity .pointer {
    display: block;
}

.type-box {
    padding-right: 100px;
}

.type-box .type {
    border-top: 1px solid #f3f3f3;
    margin-bottom: 50px;
}

.type-box a.middle {
    font-weight: bold;
}

.type-box .type:nth-child(1) {
    border: none;
}

.type-box .type > a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    display: block;
}

.type-box .type a.small {
    display: block;
    border-left: 1px dotted #e4e4e4;
    margin-top: 1.2px;
    padding-left: 5px;
}

.type-box .type .list-box {
    display: flex;
}

.type-box .type .list-box > .list {
    flex: 1;
}

.type-box .type .list {
    margin: 10px;
}

.type-box .type > .list {
    margin-left: 0;
}

.type-box .type .list .large {
    font-weight: bold;
}