.banner {
    height: 800px;
    box-shadow: 0px 8px 23px 1px rgba(0, 0, 0, 0.58);
}

.news-wrapper {
    padding-top: 160px;
}

.news-wrapper .news-list .news-list-header {
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 20px;
    margin-right: 200px;
}

.news-wrapper .nav .search-wrapper {
    margin-top: 0;
}

.news-wrapper .nav .nav-list .nav-list-item .text .cn {
    color: #5b0085;
}

.news-wrapper .news-list .news-list-header .news-list-header-left .cn {
    font-size: 33px;
    text-shadow: 0px 2px 10px #8d8d8d;
}

.news-wrapper .nav .nav-list .nav-list-item .text .cn:hover {
    color: #ff5c14;
}

.news-wrapper .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    box-sizing: border-box;
    /* padding-right: 55px; */
}

.list .list-item {
    width: 400px;
    position: relative;
    font-size: 14px;
    margin-top: 60px;
}

.list .list-item:not(:nth-child(2n + 1)) {
    margin-left: 54px;
}

.list .list-item .pic {
    width: 400px;
    height: 283px;

    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.4);
}

.list .list-item .category-time {
    position: absolute;
    top: 140px;
    right: 10px;
    z-index: 2;
    color: #fff;
}

.list .list-item .category-time .category {
    font-size: 16px;
    text-align: right;
    text-shadow: 2px 2px 2px #5b0085;
}

.list .list-item .category-time .time {
    font-size: 20px;
    text-align: right;
    margin-top: 5px;
    text-shadow: 2px 2px 2px #5b0085;
}

.list .list-item .text {
    box-sizing: border-box;
    padding: 45px 0;
    text-align: left;
    line-height: 1;
}

.list .list-item .text .brief {
    font-size: 30px;
    color: #5b0085;
}

.more {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #e85555;
    cursor: pointer;
    margin-top: 50px;
}

.pic-wrapper {
    position: relative;
    cursor: pointer;
}

.pic-wrapper .detail {
    position: absolute;
    top: 0;
    left: 0;
    height: 283px;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.pic-wrapper:hover .detail {
    opacity: 1;
}

.pic-wrapper .detail {
    /* opacity: 1; */
    padding: 55px 28px 49px 39px;
    box-sizing: border-box;

}

.pic-wrapper .detail .text {
    padding: 0;
    font-size: 13px;
    color: #717171;
    transition: opacity 0.3s linear;
    line-height: 25px;
}

.pic-wrapper:hover .text {
    padding: 0;
    font-size: 13px;
    color: #717171;
    line-height: 25px;
}

/* .pic-wrapper .detail .close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  display: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: left;
} */
.pic-wrapper .detail .close-btn {
    display: none;
}

@media (max-width: 640px) {
    .news-wrapper {
        padding-top: 0;
    }

    .list .list-item {
        margin-top: 0;
    }

    .list .list-item .text {
        padding: .5rem .35rem .5rem .5rem;
    }

    .list .list-item:not(:nth-child(2n + 1)) {
        margin-left: 0;
    }

    .list .list-item .text .brief {
        font-size: 24px;
    }

    .pic-wrapper:hover .detail {
        opacity: 1;
        display: block;
    }

}

@media (min-width: 1200px) and (max-width: 1530px) {
    .list .list-item {
        width: 370px;
    }

    .list .list-item .pic {
        width: 370px;
        height: 262px;
    }

    .pic-wrapper .detail {
        height: 262px;
    }
}

@media (max-width: 1530px) {
    .banner {
        height: 570px;
    }
}


@media (min-width: 769px) and (max-width: 1199px) {
    .list .list-item {
        width: 300px;
    }

    .list .list-item .pic {
        width: 300px;
        height: 210px;
    }

    .pic-wrapper .detail {
        padding: 10px;
        height: 210px;
    }

    .list .list-item .text .brief {
        font-size: 24px;
    }

    .news-wrapper .nav {
        max-width: 250px;
        min-width: 250px;
    }
}

@media (width: 640px) {
    .news-wrapper {
        padding-top: 30px;
    }

    .news-wrapper .news-list .news-list-header {
        margin-bottom: 30px;
    }

    .list .list-item .text .brief {
        font-size: 20px;
    }

    .list .list-item {
        margin: 0px;
    }

    .list .list-item {
        width: 240px;
    }

    .list .list-item:not(:nth-child(2n + 1)) {
        margin-left: 20px;
    }

    .list .list-item .pic {
        width: 100%;
        height: auto;
    }

    .pic-wrapper .detail {
        padding: 5px;
        height: 100%;
        overflow: hidden;
    }

    .news-wrapper .list {
        padding-right: 0px;
    }

    .list .list-item .text .brief {
        font-size: 24px;
    }

    .list .list-item .text {
        padding: 20px 0;
    }

    .more {
        margin-top: 20px;
    }
}