﻿
body {
    background: #F5F6F7;
}

.head_top, .head_top_content {
    background: #FFFFFF !important;
}

.typelist {
    background: #FFFFFF;
    border-radius: 8px;
    margin: 30px 0;
    padding: 32px;
}

.sch-filter-box {
    margin-bottom: 10px;
    display: flex;
}
.needhide .sch-filter-box {
    margin-bottom: 0px;
}

.sch-filter-box .tit {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    width: 118px;
}

.sch-filter-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sch-filter-item {
    padding: 0 7px;
    margin-right: 23px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #3C3C3C;
    border-radius: 3px;
    cursor: pointer;
}

.sch-filter-list .active {
    background: #46C663;
    color: #FFFFFF;
}

.sch-filter-box .tit > span {
    width: 1px;
    height: 21px;
    background: #CCCCCC;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 30px;
}

.line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #E6E6E6;
    margin: 18px 0;
}
.typecon a:nth-child(4), .typecon a:nth-child(8), .typecon a:nth-child(12) {
    margin: 0 0px 20px 0;
}
.typecon a {
    margin: 0 20px 20px 0;
}
.typecon a:hover div {
    color: #18B83D !important;
}
.sch_item {
    width: 280px;
    height: 287px;
    /* box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16); */
    border-radius: 8px;
    background: #FFFFFF;
}

    .sch_item > img {
        width: 280px;
        height: 160px;
        border-radius: 8px 8px 0 0;
    }

    .sch_item .sch_itembot {
        width: 100%;
        height: 127px;
        padding: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .sch_item .sch_itembot > p {
            font-weight: bold;
            font-size: 18px;
        }

        .sch_item .sch_itembot > div {
            display: flex;
            justify-content: space-between;
        }

            .sch_item .sch_itembot > div > div:nth-child(2) {
                font-size: 14px;
                color: #999999;
            }

.typecon {
    display: flex;
    flex-wrap: wrap;
}


