.list-xw {
    display: block;
    width: 1000px;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.list-xw-box {
    display: block;
    width: 720px;
    height: auto;
    margin: 0 auto;
}

.list-xw-title {
    display: block;
    color: #555;
    font-size: 22px;
    margin-top: 20px;
}

.list-img:hover .list-xw-title {
    color: #333333;
}

.list-xw-more {
    display: block;
    width: 58px;
    font-size: 20px;
    position: absolute;
    margin-left: 660px;
    margin-top: 135px;
}

.list-xw-dh {
    display: block;
    height: 50px;
    width: 1000px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.xw-dh-text {
    display: block;
    width: 150px;
    height: 50px;
    float: left;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    border-radius: 25px;
    margin-left: 80px;
    transition: all 0.3s;
}

.xw-dh-text:hover {
    background: linear-gradient(to right, #3a2b68, #2e7890);
}

.xw-dh-text a {
    display: block;
    width: 100%;
    color: #00706b;
    font-size: 19px;
}

.xw-dh-text:hover a {
    color: #ffffff;
}