
/*-------abmlist-------*/

.abmlist {
    overflow: hidden;
    display: block;
}
.abmlist ul li {
    position: relative;
    min-height: 186px;
    padding: 20px 8px;
    background-color: #fff;
    margin: 0 4px 15px;
    overflow: hidden;
    box-shadow: 0px 5px 5px 0 rgba(0,0,0,.1);
}
.abmlist ul li a {
    display: block;
    overflow: hidden;
}
.abmlist ul li .pic {
    float: left;
    width: 100%;
    height: auto;
}
.abmlist ul li .pic img {
    display: block;
    width: 100%;
    min-height: 186px;
}
.abmlist ul li .con {
    width: 100%;
    overflow: hidden;
}
.abmlist ul li .con h3 {
    width: 100%;
    color: #333;
    font-size: 18px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.abmlist ul li .con .time {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
}
.abmlist ul li .con .time .date {
    float: left;
    font-size: 13px;
    color: #9b9b9b;
    padding-left: 25px;
    background: url(../../../upload/icon031.png) no-repeat left center;
}
.abmlist ul li .con .time .rq {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #9b9b9b;
    padding-left: 25px;
    background: url(../../../upload/icon032.png) no-repeat left center;
}
.abmlist ul li .con p {
    margin-top: 10px;
    width: 100%;
    height: auto;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.abmlist ul li .con .con1 {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
}
.abmlist ul li .con1 .tags {
    float: left;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    width: 80px;
    font-size: 13px;
    padding-left: 25px;
    background: url(../../../upload/icon031.jpg) no-repeat left center;
    overflow: hidden;
}
.abmlist ul li .con1 dd {
    display: block;
    float: right;
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #999999;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

/*-------arclist-------*/

.arclist {
    overflow: hidden;
    display: block;
}
.arclist ul li {
    position: relative;
    min-height: 186px;
    padding: 20px 8px;
    background-color: #fff;
    margin: 0 4px 15px;
    overflow: hidden;
    box-shadow: 0px 5px 5px 0 rgba(0,0,0,.1);
}
.arclist ul li a {
    display: block;
    overflow: hidden;
}
.arclist ul li .pic {
    float: left;
    width: 100%;
    height: auto;
}
.arclist ul li .pic img {
    display: block;
    width: 100%;
    min-height: 186px;
}
.arclist ul li .con {
    width: 100%;
    overflow: hidden;
}
.arclist ul li .con h1 {
    width: 100%;
    color: #333;
    font-size: 18px;
}
.arclist ul li .con .time {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
}
.arclist ul li .con .time .date {
    float: left;
    font-size: 13px;
    color: #9b9b9b;
    padding-left: 25px;
    background: url(../../../upload/icon031.png) no-repeat left center;
}
.arclist ul li .con .time .rq {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #9b9b9b;
    padding-left: 25px;
    background: url(../../../upload/icon032.png) no-repeat left center;
}
.arclist ul li .con p {
    margin-top: 15px;
    width: 100%;
    max-height: 50px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.arclist ul li .con .con1 {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
}
.arclist ul li .con1 .tags {
    float: left;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    width: 80px;
    font-size: 13px;
    padding-left: 25px;
    background: url(../../../upload/icon033.png) no-repeat left center;
    overflow: hidden;
}
.arclist ul li .con1 dd {
    display: block;
    float: right;
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #999999;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

