.sub-list {
    /* height: 350px; */
}

.sub-list ul li {
    width: 130px;
    height: 50px;
    box-sizing: border-box;
}

.sub-list ul li a:hover,
.sub-list ul li.active a {
    background: #2f9f8a;
    color: #fff;
}

.sub-list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-list .sub-content {
    flex-grow: 1;
    overflow: hidden;
}

/* .sub-content .li {
    border: none;
    width: 100%;
    display: none;
} */
.sub-content .li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.sub-list .pic-show {
    margin-bottom: 0;
}

.sub-list .pic-show img {
    display: block;
    width: 100%;
}

.information .left-list {
    /* align-items: flex-end; */
}

.sub-list {
    /* width: 100%; */
    /* margin-right: 25px; */
    margin-right: 30px;
}

.information .left-list ul.main-list {
    /* width: 84.6%; */
}

.model-banner {
    height: 350px;
    width: 670px;
    overflow: hidden;
}

.model-banner img {
    display: block;
    /* height: 100%; */
    width: 100%;
    transition: .5s ease;
}

.model-banner img:hover {
    transform: scale(1.2);
}

.information .left-list li .right-content {
    /* width: 90%; */
    width: 66%;
}

.information .left-list li .right-content {
    height: 88%;
}

.width670 {
    width: 670px;
}

.right-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 移动端适配 */

@media only screen and (max-width: 768px) {
    .information .left-list {
        flex-direction: column;
    }

    .sub-list {
        height: auto;
    }

    .sub-list ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .information .left-list li {
        height: 2rem;
    }

    .sub-list ul li {
        width: 5.875rem;
    }

    .information .left-list li a {
        white-space: nowrap;
    }

    .width670 {
        width: 100%;
    }

    .model-banner {
        height: auto;
    }

    .information .main-list li {
        height: 9.375rem;
    }

    .model-banner {
        width: 100%;
    }
}