/*文字列表*/
.list li{
    margin-bottom: .2rem;
}
.list li .time{
    width: 1.14rem;
    display: grid;
    align-items: center;
    padding: .15rem 0 .2rem 0;
    text-align: center;
    border-bottom: .01rem solid #d22521;
    background: url("../images/frame/7.png")no-repeat center .2rem;
}
.list li .time h3{
    font-size: .3rem;
    color: #d22521;
}
.list li .time p{
    font-size: .14rem;
}
.list li .text{
    border-bottom: .01rem solid #e2e2e2;
    width: calc(100% - 1.14rem);
    padding-left: .27rem;
    background: url("../images/frame/8.png")no-repeat calc(100% - .2rem) center;
}
.list li .text .bt{
    display: grid;
    align-items: center;
    height: 100%;
    max-width: 85%;
    font-size: .2rem;
}
.list li .text .bt a{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li:hover{
    background: #d22521;
}

.list li:hover .time,.list li:hover .text{
    border-bottom: #d22521;
}
.list li:hover .text{
    background: url("../images/frame/9.png")no-repeat calc(100% - .2rem) center;
}
.list li:hover .time h3,.list li:hover .time p{
    color: #ffffff;
}

.list li:hover .text .bt a{
    color: #ffffff;
}









