body{
    background:#fff;
}
section{
    padding-bottom: 50px;
}
.color-species{
    margin-top: 50px;
    background: #fff;
}
.color-species ul{
    display: flex;
    flex-wrap: wrap;
}
.color-species ul li{
    width:50%;    
    padding: .6rem 0;
    border-bottom: 1px #ececec solid;
    border-right: 1px #ececec solid;
    position: relative;
    box-sizing: border-box;
}

.color-species ul li a{
    display: inline-block;
    width: 100%;
    height: 2.5rem;
}
.color-species .lh-pic {
    position: absolute;
    top: .5rem;
    left: .5rem;
    height: 2.5rem;
    width: 2.5rem;
}
.color-species .lh-pic img {
    width: 100%;
}
.color-species .lh-dl{
    margin-left: 3.3rem;
}
.color-species .lh-dl .lh-name {
    color: #454545;
    font-size: .65rem;
    line-height: 1.3rem;
}
.color-species .lh-dl .lh-name i{
    color: #999;
}
.color-species .lh-dl .lh-info {
    background: url(../images/action.png) no-repeat left;
    background-size: .8rem .8rem;
    padding-left: 1rem;
    color: #e54545;;
    overflow: hidden;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
}