body {
    background-color: #f2f0ea;
}
.n-banner::after {
    background-image: url(../images/b2.png);
}

.list {
    padding-bottom: 1rem;
}
.list li {
    margin-top: .4rem;
    padding: .4rem .6rem;
    z-index: 1;
}
.list li::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background-color: #9b0104;
    z-index: -1;
    top: 0;
}
.list li .title {
    border-bottom: 1px #d9b777 dashed;
    line-height: .6rem;
}
.list li .title a {
    width: 75%;
}
.list li .txt {
    line-height: 2;
    color: #666;
    margin-top: .15rem;
}
.list li .time {
    color: #9a080b;
}
.list li .time span {
    margin-right: .1rem;
}
.list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 7px;
    height: 95%;
    background-color: #9b0104;
}

@media (min-width:1025px) {
    .list li:hover {
      background-color: #9b0104;
    }
    .list li:hover .txt,
    .list li:hover .time,
    .list li:hover a {
        color: #FFF;
    }
    .list li:hover a span{
        color: #FFF;
    }
}

@media (max-width:767px) {
    .list li .title a {
        width: 70%;
    }
}


.list1 {
    padding-bottom: 1rem;
}
.list1 li {
    margin-top: .4rem;
    padding: .4rem .6rem;
    z-index: 1;
}
.list1 li::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background-color: #9b0104;
    z-index: -1;
    top: 0;
}
.list1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 7px;
    height: 95%;
    background-color: #9b0104;
}