.top-space {
    width: 100%;
    height: 80px;
}

.nav-bar-layout {
    padding-left: 32px;
    width: 100%;
    height: 60px;
    background: #F1F1F1;
}

.nav-bar-inner-layout {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.nav-bar-title1 a {
    font-size: 16px;
    color: #C13939;
    line-height: 16px;
}

.nav-bar-arrow {
    width: 8px;
    height: 12px;
    margin: 0 8px;
}

.nav-bar-title2 a {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.section1 {
    width: 100%;
    max-width: 1440px;
    height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1-left {
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    padding-left: 32px;
}

.section1-right {
    display: flex;
    align-items: center;
}

.section1-tag {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

.section1-fenlei {
    width: 92px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    color: #C13939;
    line-height: 34px;
    margin-left: 12px;
    border-radius: 4px;
    border: 1px #C13939 solid;
    position: relative;
}

.section1-fenlei:hover {
    cursor: pointer;
}

.section1-xiala {
    background: url(../img/xiala.png) center no-repeat;
    background-size: 10px 7px;
    display: inline-block;
    width: 10px;
    height: 7px;
    margin-left: 5px;
}

.pagination .active a {
    background-color: #C13939;
    border-color: #C13939;
}

.pagination .active a:hover {
    background-color: #C13939;
    border-color: #C13939;
}

.pagination>li>a, .pagination>li>span {
    color: #C13939;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    color: #C13939;
}


.section1-popup {
    position: absolute;
    display: none;
    top: 34px;
    left: 0;
    width: 100%;
    background: rgb(249, 249, 249);
    border-radius: 0 0 5px 5px;
}

.section1-popup-item {
    padding-left: 10px;
    text-align: left;
    border-top: 1px solid #D8D8D8;
}

.section1-popup-item:first-child {
    border-top: none;
}

.section2 {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
}

.section2-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #D8D8D8;
}

.section2-item:first-child {
    border-top: none;
}

.section2-item-left {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.section2-item:hover .section2-item-left {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #C13939;
    line-height: 16px;
    cursor: pointer;
}

.section2-item-right {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}

.section2-item-icon {
    display: inline-block;
    background: #C13939;
    width: 4px;
    height: 16px;
    margin-right: 6px;
}

.section3 {
    width: 940px;
    margin: 30px auto 0;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}

.section4 {
    width: 940px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px auto;
}

.section4-num {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #C13939;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    padding: 8px 14px;
    border: 2px solid #C13939;
    margin-left: 6px;
}

.section4-num-select {
    color: #ffffff;
    background: #C13939;
}

.section4-num:hover {
    cursor: pointer;
}

.section4-next-icon {
    background: url(../img/jiantou_hong.png) center no-repeat;
    background-size: 8px 12px;
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 5px;
}

@media screen and (max-width: 420px) {
    .top-space {
        display: none;
    }

    .nav-bar-inner-layout-screen-420 {
        width: 100%;
        padding: 0 20px;
    }

    .section1-screen-420 {
        width: 100%;
        height: 100px;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section2-screen-420 {
        width: 100%;
        padding: 0 20px;
    }

    .section2-item-screen-420 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

    .section2-item-right-screen-420 {
        margin-top: 10px;
        font-size: 12px;
    }

    .section3-screen-420 {
        width: 100%;
        padding: 0 20px;
    }

    .section4-screen-420 {
        width: 100%;
        padding: 0 20px;
    }

    .section4-num-screen-420 {
        padding: 4px 7px;
        border: 1px solid #C13939;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .col-md-2 {
        width: 15.66666667%;
    }
}