.top-container .top-img img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
}

.top-container .top-img .swiper {
    width: 100%;
    position: relative;
}

.top-container .top-img .swiper-wrapper {
    width: 100%;
    padding-bottom: 135%;
    position: relative;
}

.top-container .top-img .top-img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('https://mp-14dd7cf3-3357-47d5-914b-beaec7ecd6ee.cdn.bspapp.com/office/anji/top.jpg');
    background-size: 100% 100%;
}

.info-section {
    box-sizing: border-box;
    display: block;
    padding: 1.2rem .37rem;
    background-color: #ffffff;
}

.info-section h1 {
    font-size: .6rem;
    font-weight: 500;
    color: #32343e;
    margin: 0;
}

.info-section h2 {
    font-size: .48rem;
    font-weight: 700;
    color: #231914;
    opacity: .3;
    line-height: .44rem;
    margin-bottom: .32rem;
}

.info-section .info-img {
    width: 100%;
    height: auto;
    border-radius: .3rem;
    margin: .5rem 0 .2rem;
}

.info-section p {
    color: #6a6d7a;
    font-size: .32rem;
    line-height: .56rem;
    margin-bottom: .19rem;
    padding-left: .08rem;
}

.type-section, .new-section  {
    background: #FAFAFA;
    padding: 1.20667rem .1rem;
}

.type-section h2, .pic-section h2, .new-section h2 {
    font-size: .55rem;
    font-weight: 500;
    color: #231914;
    margin-bottom: .8rem;
    text-align: center;
}

.type-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.type-list .type-box {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: .3rem;
    padding: 0 .12rem;
    box-sizing: border-box;
}

.type-list .type-content {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgb(0,0,0,.1);
    font-size: .33rem;
    text-align: center;
    line-height: .5rem;
}

.type-list .title {
    color: #363c4d;
    padding: .15rem 0 .03rem;
}

.type-list .price {
    color: #f95737;
    padding-bottom: .25rem;
    font-size: .32rem;
}

.type-list .price span{
    color: #6f6d6d;
    font-size: .26rem;
}

.type-list .type-box img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}

.type-section .more-btn, .pic-section .more-btn, .new-section .more-btn {
    color: white;
    background: #4f7a78;
    border-color: #4f7a78;
    display: block;
    margin: .5rem auto 0;
    font-size: .32rem;
    line-height: .96rem;
    width: 3.2rem;
    text-align: center;
}

.pic-section {
    background: #ffffff;
    padding: 1.20667rem .1rem;
}

.pic-section .type-list  .type-box img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    box-shadow: 0 3px 3px rgb(0,0,0,.05);
}

.swiper .swiper-pagination-bullet-active {
    background: #4f7a78;
}

.new-section .type-list {
    padding: 0 .22rem;
    display: block;
    width: 100%;
}

.new-section .type-list .type-box {
    margin-bottom: .3rem;
    padding: 0 0 0.35rem;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* align-items: center; */
    width: 100%;
    border-bottom: 1px solid #f5e6e6;
    max-width: 100%;
}

.new-section .type-list .last-box {
    border-bottom: none;
}

.new-section .type-list img {
    width: 2.5rem;
    height: 1.875rem;
    border-radius: .05rem;
}

.new-section .type-list .article-list-content {
    flex: 1;
    color: #000;
    padding: 0 0 0 .2rem;
    font-size: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.new-section .article-list-content .time {
    font-size: .23rem;
    color: #6d6d6d;
    padding-bottom: .08rem;
}

.new-section .type-list .title {
    font-size: .32rem;
    color: #303030;
    padding: 0 0 .1rem 0;
}

.new-section .type-list .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .26rem;
    line-height: .36rem;
}

@media screen and (min-width:768px){
    .top-container .top-img .swiper-wrapper {
        width: 100%;
        padding-bottom: 34.8636%;
    }

    .top-container .top-img .top-img-box {
        background: url(https://mp-14dd7cf3-3357-47d5-914b-beaec7ecd6ee.cdn.bspapp.com/office/anji/pcImg/top.jpg);
        background-size: 100% 100%;
    }

    .type-list .type-box {
        flex: 0 0 25%;
        padding: 0 .22rem;
    }

    .info-content {
        display: flex;
        align-items: center;
        margin-top: .8rem;
    }

    .info-section .info-img {
        width: 40%;
        margin: 0 2% 0 0;
    }

    .info-section p:nth-last-child(1) {
        margin-bottom: 0;
    }
}