.news {
    width: 100%;
    background-color: #f8f8f8
}

.news .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.news .path {
    display: flex;
    padding: 100px 230px 0 230px
}

.news .path .item {
    display: flex;
    font-size: 14px;
    padding-left: 30px;
    cursor: pointer
}

.news .path .item:first-child {
    padding-left: 0px
}

.news .path .item p {
    padding-left: 30px;
    color: #333
}

.news .path .red {
    color: #c00301
}

.news .list {
    padding: 0 230px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 50px;
    cursor: pointer
}

.news .list .item {
    width: 20%;
    background: #fff;
    padding: 20px;
    margin: 20px 0.5% 0 0.5%;
}

.news .list .item .title {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 600
}

.news .list .item .show {
    display: flex;
    margin-top: 15px;
    color: #8c8c8c;
    font-size: 14px
}

.news .list .item .show .flex {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.news .list .item .show .flex :last-child img {
    width: 18px;
    height: 12px;
    margin-right: 10px
}

.news .list .item .show .flex :last-child :first-child img {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.news .list .item .show p {
    margin-left: 5px
}

.news .list .item .content {
    height: 80px;
    color: #8c8c8c;
    font-size: 14px;
    margin-top: 25px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.news .list .item .detail {
    display: flex;
    color: #595959;
    font-size: 14px;
    padding: 25px 0
}

.news .list .item:hover .detail {
    color: #c00301
}

.news .page {
    text-align: center;
    padding-bottom: 50px
}

.news .page ::v-deep .el-pagination.is-background .el-pager li:not(.disabled) {
    background-color: #fff;
    min-width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px
}

.news .page ::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #c00301;
    color: #fff;
    min-width: 30px;
    height: 40px;
    font-size: 18px
}

.news .page ::v-deep .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: skyblue
}

.news .page ::v-deep .el-pagination.is-background .btn-prev {
    width: 100px;
    height: 40px
}

.news .page ::v-deep .el-pagination.is-background .btn-prev:hover {
    background-color: #c00301;
    color: #fff
}

.news .page ::v-deep .el-pagination.is-background .btn-next {
    width: 100px;
    height: 40px
}

.news .page ::v-deep .el-pagination.is-background .btn-next:hover {
    background-color: #c00301;
    color: #fff
}