a {
    all: unset;
}
/* 顶部banner--开始 */
.banner {
    width: 100%;
    height: 634px;
    background-image: url('../../img/xh-poetry/xh-poetry-img.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-list {
    width: 525px;
    position: absolute;
    left: 380px;
    top: 120px;
}

.banner-button {
    font-size: 18px;
    margin-right: 50px;
    width: 150px;
    background-color: rgba(0, 105, 234, 1);
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
    margin-top: 140px;
}

.banner-button:hover {
    cursor: pointer;
}
/* 顶部banner--结束 */

