.i100 {
    width: 100%;
}
.case-img {
    margin: .5rem auto;
}
.case-img img {
    width: 45%;
}

.case-list {
    margin: .5rem auto;
    font-size: .24rem;
}
.case-list .item {
    margin: .2rem auto;
    border-bottom:  dotted 1px #b1b1b1;
}
.case-list .title {
    overflow: hidden;
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.case-list .title i {
    margin-right: .2rem;
    }
.case-list span {
    float: right;
    color: #b1b1b1;
}
.case-list p {
    clear: both;
    margin: 0 auto .2rem;
    padding-top: .2rem;
    font-size: .24rem;
    text-indent: 2em;
    text-align: justify;
    color: #666;
}
.case-list p a {
    color: #f00;
}