.banner .contant h1 {
    font-size: .48rem;
    font-weight: bold;
    color: #fff;
    padding-right: 9.375%;
    margin-top: 1.5rem;
    text-align: right;
    line-height: 1.5;
}

.banner .contant .p_1{
    font-size: .22rem;
    color: #D7A474;
    position: absolute;
    right: 10.729%;
    top: 62.857%;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
    border-radius: 0.08rem;
}

.banner .contant .p_2{
    font-size: .22rem;
    color: #D7A474;
    position: absolute;
    right: 10.729%;
    top: 71.714%;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
    border-radius: 0.08rem;
}

.crumbs {
    margin-bottom: .5rem;
}

.news {
    margin-bottom: .8rem;
}

.news li {
    margin-bottom: .6rem;
}

.news li .img {
    height: 2.4rem;
    overflow: hidden;
}

.news li:hover img {
    transform: scale(1.03);
}

.news li .text {
    background-color: #fff;
}

.news li .text .subject {
    padding: .25rem .35rem;
    font-size: .18rem;
    color: #333333;
    line-height: 20px;
    height: .9rem;
    border-bottom: 1px solid #F1F1EE;
}

.news li .text .date {
    padding: .25rem .35rem;
    font-size: .16rem;
    color: #999;
}

@media (min-width: 800px) {
    .news li {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .news li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 800px) {
    .news li {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .news li:nth-child(2n) {
        margin-right: 0;
    }
}