.w1400 {
    position: relative;
    max-width: 1400px;
    min-width: 960px;
    margin: 100px auto 0;
    width: 80%;
}
.news-list-bot ul {
    width: 100%;
    overflow: hidden;
}
.news-list-bot li {
    width: 31.2%;
    margin: 0 2% 55px 0;
    float: left;
    transition: box-shadow .3s;
}
.news-list-bot li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.news-list-bot a{
    background: transparent;
    text-decoration: none;
    color: #08c;
}
.news-list-bot a:hover,.news-list-bot a:active{
    outline: none;
}
.news-list-bot li .pic {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.news-list-bot li img {
    width: 100%;
    transition: transform .3s;
}
.news-list-bot li .con {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 26px 7% 50px;
}
.news-list-bot li h2 {
    font-size: 24px;
    color: #333;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 44px;
    transition: color .3s;
}
.news-list-bot li .time {
    color: #999;
    line-height: 26px;
    font-size: 14px;
    padding-left: 30px;
    background: url(../Images/case31.png) no-repeat left center;
}
.news-list-bot li .font {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 14px;
    height: 48px;
    overflow: hidden;
}

.layui-laypage{
    display: block;
    text-align: center;
}
.layui-laypage a:hover {
    color: #1E9FFF;
}