/*发布列表页面*/
.newsnotice{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    background: #fff;
    overflow: hidden;
}
.newsnotice-left ul li div {
    width: 50px;
    height: 38px;
    margin: 10px auto;
}
.newsnotice-right{
    min-height: 365px;
}
.newsnotice-right .fg-title {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #3c96e1;
    line-height: 60px;
    background: url(../img/pub/b_bg.png) no-repeat bottom;
    background-size: 100% 10%;
}
.newsnotice-right .fg-ul {margin: 20px 0px;}
.newsnotice-right .fg-ul ul li:hover {background: #f6f6f6;}
.fg-ul ul li:hover .li-info{
    color:#3c96e1;
    background:url(../img/pub/list2.png) no-repeat left center;
}
.fg-ul ul li:hover .li-time{color:#3c96e1;}
.newsnotice-right .fg-ul ul li {
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    border: 0;
}

.newsnotice-right .fg-ul ul li a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #333;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.newsnotice-right .li-info {
    width: 820px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: url(../img/pub/list1.png) no-repeat left center;
}
.newsnotice-right .li-time {
    width: 100px;
    float: right;
    color: #999;
}

/*分页样式修改*/
.layui-laypage-demo1.layui-laypage a,
.layui-laypage-demo1.layui-laypage span {
    margin: 0 5px;
}
.layui-laypage-demo1.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1B92FF;
}
.layui-laypage-demo1.layui-laypage .layui-laypage-prev,
.layui-laypage-demo1.layui-laypage .layui-laypage-next,
.layui-laypage-demo1.layui-laypage .layui-laypage-last,
.layui-laypage-demo1.layui-laypage .layui-laypage-first
{
    color: #3E97DF;
    border: 1px solid #3E97DF;
}
.layui-laypage-demo1.layui-laypage .layui-disabled,
.layui-laypage-demo1.layui-laypage .layui-disabled:hover {
    color: #d2d2d2!important;
    cursor: not-allowed!important;
    border: 1px solid #e2e2e2;
}