.banner{
    height:605px;
    background: url("../../images/20190723/zsjz_03.jpg")  bottom center no-repeat #E3EBF7;
    background-size:contain
}
.banner .img{
    background: url("../../images/20200310/newlist.png") top center no-repeat;
    height:555px;
    position: relative;
    top: 50px;
}
.footer{
    background: url(../../images/20190723/gywx_07.png) top center no-repeat;
    background-size: cover;
    height: 820px;
}
.newlist{
    /*padding:50px 0;*/
}
.newlist .item{
    line-height: 30px;
    padding: 15px 0 15px 30px;
    position: relative;
}
.newlist .item:nth-child(5n){
    border-bottom:1px #808080 dashed ;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.newlist .item:before{
    content: '';
    display: block;
    width:11px;
    height:11px;
    background:#494949;
    border-radius:50%;
    position: absolute;
    top: 25px;
    left: 0;
}
.newlist .item:hover:before{
    background:rgba(47,110,246,1);
}
.newlist .item a{
    color:#494949;
    font-size:24px;
}
.newlist .item a:hover{
    color: #2F6EF6;
}
.newtitle{
    text-align: center;
    font-size:24px;
    line-height: 30px;
    color:rgba(79,79,79,1);
    margin-bottom: 25px;
}

.newtime{
    text-align: center;
    font-size:12px;
    line-height: 30px;
    color:rgba(79,79,79,1);
    margin-bottom: 25px;

}

.newcontent{
    border-top:1px solid #E5E5E5;
    color:rgba(79,79,79,1);
    line-height: 30px;
    font-size: 14px;
    padding: 70px 0;
}



.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 -1px 5px 0;
    background-color: #C5C5C5;
    color: #ffffff;
    font-size: 14px;
}
.layui-laypage .layui-laypage-spr,.layui-laypage .layui-laypage-spr:hover {
    color: #ffffff;
    font-weight: 700;
}
.layui-laypage a:hover, .layui-laypage span:hover{
    color: #ffffff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2F6EF6;
}
.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    border-radius: 5px 0 0 5px;
}
.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 0 5px 5px 0;
}

#content{
    width: 100%;
    border:0
}

