/*文字列表*/
.list li{
    padding: .1rem .76rem .24rem 0;
    margin-bottom: .4rem;
    border-bottom: .01rem solid #ebebeb;
    display: flex;
    align-items: center;
}
.list li:last-child{
    margin-bottom: .28rem;
}
.list li .time{
    width: .93rem;
    height: 1.19rem;
    padding: 0 .08rem .05rem 0;
    background-image: url("../images/frame/14.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    align-content: center;
    text-align: center;
}
.list li .time h1{
    font-size: .34rem;
    color: #ff5300;
}
.list li .time .x{
    display: block;
    width: .48rem;
    height: .01rem;
    background: #ff5300;
    margin: .2rem auto .1rem auto;
}
.list li .time p{
    font-size: .14rem;
    color: #ff5300;
}

.list li .block{
    max-width: 10.84rem;
margin-left: 26px;
}
.list li .block h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: .2rem;
}
.list li .block p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999999;
    font-size: .16rem;
    line-height: .28rem;
}
.list li:hover .time{
    background-image: url("../images/frame/15.png");
}
.list li:hover .time h1,.list li:hover .time p{
    color: #ffffff;
}
.list li:hover .time .x{
    background: #ffffff;
}
.list li:hover .block h4 a{
    color: #ff5300;
}

/*小屏幕*/
@media screen and (max-width: 1200px) {
    .frame .r_right{
        width: 100%;
    }
    .list li{
        width: 100%;
        padding: 0 0 .15rem 0;
        margin-bottom: .15rem;
    }
    .list li .block{
        width: calc(100% - 1.13rem);
    }
    .list li .block h4{
        margin-bottom: .1rem;
display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }








}