.banner {
    width: 100%;
    height: 57rem;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
}

.list-box {
    min-height: 76rem;
    position: relative;
}

.nav-left {
    position: absolute;
    left: 0;
    top: -12.8rem;
    background: #fff;
    width: 26rem;
    min-height: 50rem;
    padding-top: 15.6rem;
    box-shadow: 0px 4px 10px 0px rgba(69, 120, 169, 0.1);
}

.nav-left-title {
    width: 34rem;
    height: 12.8rem;
    background: url(../images/nav_left_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2.8rem;
    left: -4rem;
    padding-top: 3rem;
    padding-left: 8rem;
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
}


.nav-left-item {
    font-size: 1.8rem;
    color: #333;
    line-height: 5.7rem;
    position: relative;
text-align:center;
}



.nav-left-item-active,
.nav-left-item:hover {
    color: #fff;
    font-weight: bold;
background: linear-gradient( 90deg, #D8706F 0%, #981B1A 100%);
}

.list-content {
width: 121.6rem;
    padding-top: 6rem;
    margin: 0 auto;

}

.list-content-item {
    padding: 1.6rem 0;
    border-bottom: .1rem solid #eee;
    display: flex;
    justify-content: space-between;
    transition: all .3s;
}

.list-content-item .name {
    font-size: 1.8rem;
    color: #333;
    width: 92rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-content-item .time {
    font-size: 1.4rem;
    color: #666;
}

.list-content-item:hover {
    border-bottom: .1rem solid #A30303;
    padding-left: 1.6rem;
}

.list-content-item:hover .name,
.list-content-item:hover .time {
    color: #A30303;
}

.now-location {
    width: 73.7rem;
    height: 7.2rem;
    position: absolute;
    right: 0;
    margin-top: -4.5rem;
    background: url(../images/location_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
}

.now-location img {
    width: 2.4rem;
    height: 2.4rem;
}

.list-content .tit {
    font-size: 3.6rem;
    color: #333;
    padding-bottom: 2rem;
    border-bottom: .8rem solid #A30303;
    display: inline-block;
}

.list-content .art {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3.6rem;
    color: #333;
    font-family: PingFang SC, PingFang SC;
}