


.art_list {
    width: 100%;
    height: auto;
}

.art_list > li {
   height: 2rem;
    width: 6.2rem;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px dotted #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.img {
    width: 2.05rem;
 height: 1.5rem;
    border-radius: .2rem;
    overflow: hidden;
}

.img > img {
    width: 100%;
}

.art {
    width: 3.9rem;
    height: 1.5rem;
    box-sizing: border-box;
    padding-left: .2rem;

}
.art > a {
    text-decoration: none;
}

.list_title {
    width: 100%;
    height: .35rem;
    font-weight: bolder;
    font-size: .22rem;
    color: #88642e !important;
    overflow: hidden;
    line-height:.35rem;
}

.info {
    line-height: .28rem;
    font-size: .2rem;
	color:#4b4b4b;
}

.info > a {
    text-decoration: none;
    color: #88642e;
}



