img {
    display: block;
}
.top-title {
    width: 300px;
    height: 195px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 195px;
    letter-spacing: 2px;
    background-color: #004ea2;
}
/* 导航栏 */
.work-left {
    position: relative;
    top: -77px;
}
.layui-nav {
    width: 300px;
    padding-bottom: 10px;
    /* padding-top: 10px; */
    background-color: #fff;
    box-shadow: 0 0 6px rgba(200,200,200,.8);
}
.layui-nav-tree .layui-nav-item a {
    text-align: center;
    background-color: #fff;
}
.layui-nav-tree .layui-nav-item a {
    color: #333;
}
.layui-nav-tree .layui-nav-item a:hover {
    background-color: #004ea2;
}
.layui-nav-tree .layui-nav-item a:hover span {
    color: #fff;
}
.menu-arrow {
    height: 12px;
    transform: translateX(-30px);
    display: inline-block;
    margin-top: -2px;
}
.menu-title {
    margin-left: -10px;
}
/* 面包屑 */
.breadcrumb {
    width: 866px;
    height: 86px;
    padding-top: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
/* 新闻列表 */
.newsList {
    
}
.newsList li {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
}
.abstract-title {
    width: 600px;
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 28px; */
    letter-spacing: 1px;
}
.abstract-nav,.abstract-time {
    color: #666666;
    letter-spacing: 1px;
}
.abstract-nav {
    width: 819px;
    margin-bottom: 26px;
    line-height: 30px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
}
.abstract-img .abstract-title,.abstract-img .abstract-nav {
    width: 560px;
}
/* fenye  */
#paging {
    height: 100px;
    padding-top: 30px;
    text-align: center;
}