﻿/*文章列表*/
.content-border {
    border: none;
}
.moreload {
    margin-bottom: 42px;
    border-top: 1px solid #dedede;
}
.moreload li {
    display: block;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    border-top: none;
}
.list-img {
    display: block;
    width: 240px;
    height: 147px;
}
.list-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.list-r {
    display: block;
    color: #000;
    margin-left: 270px;
}
.list-r .title {
    font-size: 22px;
    height: 52px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article {
    font-size: 16px;
    color: #555;
    height: 40px;
    line-height: 20px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.details {
    overflow: hidden;
    margin: 29px 0 0 270px;
}
.details span,
.details a {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    line-height: 18px;
}
.details span .iconfont,
.details a .iconfont {
    display: block;
    width: 22px;
    height: 18px;
    font-size: 18px;
    text-align: center;
    margin-right: 6px;
}
.moreload li:hover .title {
    color: #e10034;
}
.details a:hover {
    color: #e10034;
}
.more a {
    display: block;
    font-size: 16px;
    color: #666;
    width: 300px;
    border: 1px solid #dedede;
    line-height: 40px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto 0;
}
.more a:hover {
    color: #e10034;
    border: 1px solid #e10034;
}
.more p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 48px;
}