body {
    background: #f6f6f6;
}

.mianbao {
    margin: 110px 0 30px;
}

em {
    color: #c10000;
}

.mianbao h2 {
    font-size: 34px;
    color: #000;
}

.search_box .row {
    position: relative;
}

.search_box input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #ebebeb;
    padding: 0 15px;
    color: #c17746;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
}

.search_box i {
    position: absolute;
    right: 23px;
    top: 21px;
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    background: url("../images/so.png") no-repeat 98% #fff;
    background-size: 100% 100% !important;
}

input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.type_box {
    margin-top: 20px;
    margin-bottom: 50px;
}

.type_box .left {
    padding: 0;
    border: 1px solid #ebebeb;
    background: #fff;
    width: 23.5% !important;
}

.type_box .left h2 {
    font-size: 24px;
    color: #000000;
    padding: 35px 35px;
    border-bottom: 1px solid #ebebeb;
}

.type_box .left p:hover {
    color: #c17746;
    cursor: pointer;
}

.type_box .left p {
    font-size: 20px;
    color: #565656;
    padding: 15px 35px;
}
.left div p.on{
    background: #efefef;
    color: #c17746;
}
.right {
    padding: 0;
    border: 1px solid #ebebeb;
    background: #fff;
    float: right;
    margin-bottom: 30px;
}

.right h5 {
    font-size: 14px;
    color: #565656;
    padding: 35px 35px;
    border-bottom: 1px solid #ebebeb;
}

.right .list {
    padding: 30px 40px 35px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.right .list .text h3 {
    font-size: 22px;
    color: #000000;
    margin: 10px 0;
}

.right .list:hover .text h3, .right .list:hover .text h3 em {
    color: #c17746;
}

.right .list .text p {
    font-size: 16px;
    color: #565656;
    margin-top: 20px;
}

.right .list .text span {
    margin: 30px 0 0;
    display: block;
    color: #999999;
    font-size: 12px;

}

.fenye {
    margin: 45px auto 0;
    width: 315px;
    padding-bottom: 50px;
}

.fenye a,
.fenye i {
    float: left;
    cursor: pointer;
}

.fenye i {
    margin: 0 3px;
}

.fenye ul li {
    float: left;
    margin: 0 3px;
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    color: #000;
}

.fenye ul li.active {
    background: #c06f44;
    padding: 0 9px;
    color: #FFF
}

.fenye .fast {
    background: url(../images/fast.png) no-repeat 50% 50%/100%;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.fenye .last {
    background: url(../images/last.png) no-repeat 50% 50%/100%;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.fenye .prev-btn {
    background: url(../images/icon-prev.png) no-repeat 50% 50%/100%;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.fenye .next-btn {
    background: url(../images/icon-next.png) no-repeat 50% 50%/100%;
    width: 35px;
    height: 35px;
    display: inline-block;
}

@media (max-width: 991px) {
    .type_box .left {
        width: 100% !important;
    }

    .mianbao h2 {
        text-align: center;
    }

    .type_box .left h2 {
        font-size: 18px;
        height: 70px;
        line-height: 70px;
        padding: 0 20px;
        background: url("../images/index/m_nav_xiala.png") no-repeat 96% 30px;
    }

    .type_box .left h2.on {
        color: #c17746;
        background: url("../images/index/m_nav_shangla.png") no-repeat 96% 30px;
    }

    .type_box .left div {
        display: none;
    }

    .type_box .right {
        border: 0;
        margin-top: 20px;
    }

    .type_box .left p {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .type_box .left p:hover {
        background: #e2e2e2;
    }

    body {
        background: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .mianbao {
        margin: 2.2rem 0 .3rem;
    }

    .mianbao h2 {
        font-size: .4rem;

    }

    .search_box {
        width: 100%;
        padding: 0 .25rem;
    }

    .search_box input {
        width: 100%;
        height: .85rem;
        line-height: .85rem;
        margin: 0 auto;
        display: block;
        font-size: .25rem;
        padding: 0 .3rem;
    }

    .search_box i {
        width: .4rem;
        height: .4rem;
        right: .3rem;
        top: .25rem;
        background-size: 100% 100%;
    }

    .type_box {
        padding: 0 .25rem;
    }

    .type_box .left h2 {
        width: 100%;
        height: .85rem;
        line-height: .85rem;
        margin: 0 auto;
        display: block;
        border: 1px solid #ebebeb;
        font-size: .28rem;
        padding: 0 .3rem;
        background: url(../images/index/m_nav_xiala.png) no-repeat 96% 18px;
        background-size: .25rem .17rem !important;

    }

    .type_box .left h2.on {
        color: #c17746;
        background: url(../images/index/m_nav_shangla.png) no-repeat 96% 18px;
    }

    .type_box .left div {
        border: 1px solid #ebebeb;
        border-top: 0;
        width: 100%;
        margin: 0 auto;
    }

    .type_box .left div p {
        font-size: .26rem;
        padding: .2rem;
    }

    .type_box .left {
        border: 0;
    }

    .right h5 {
        font-size: .16rem;
        margin-left: 0;
        padding: .3rem 0;
    }

    .right .list .text h3 {
        font-size: .3rem;
        margin: 0 0 .3rem;
    }

    .right .list {
        padding: .4rem 0 .3rem;
    }

    .right .list .text p {
        font-size: .23rem;
        line-height: .39rem;
    }

    .right .list .text span {
        margin-top: .3rem;
    }

    .type_box .right {
        margin-bottom: 0;
        width: 100%;
    }


    .fenye {
        margin: .5rem auto 0;
        width: 3.7rem;
        padding-bottom: .5rem;
    }

    .fenye ul li {
        width: .44rem;
        height: .44rem;
        line-height: .44rem;
    }

    .fenye .fast, .fenye .prev-btn, .fenye .next-btn, .fenye .last {
        width: .44rem;
        height: .44rem;
        line-height: .44rem;
    }

    .fenye ul li.active {
        padding: 0;
    }
}
/*两端对齐*/
.right .list .text p{
    text-align: justify;
}
