.list {
    width: 100%;
    margin-top: 20px;
}

.list .list-item {
    padding-right: 24px;
    height: 54px;
    border-bottom: 1px dashed #c9c9c9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list .list-item:hover {
    background-color: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.list .list-item a {
    display: block;
    height: 100%;
    padding: 16px 0;
    padding-left: 40px;
    background: url(../images/list_yuan1.png) no-repeat 15px center;
    box-sizing: border-box;
}

.list .list-item p {
    float: left;
    width: 80%;
    font-size: 18px;
    color: #333333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .list-item span {
    font-size: 18px;
    color: #999999;
    float: right;
}
@media screen and (max-width:1024px){ .list .list-item p { width: 77%;}}
@media screen and (max-width:900px){ }
@media screen and (max-width:640px){  .list .list-item p {width: 66%;}}
@media screen and (max-width:480px){ }
@media screen and (max-width:375px){  .list .list-item p {width: 60%;}}
@media screen and (max-width:360px){ .list .list-item p {width: 40%;}}