.center{
    width: 1200px;
    margin: 0 auto;
}
.center .top{

}
.center .top .tag{
    height: 70px;
    line-height: 70px;
    margin-top: 30px;
    width: 98px;
    border-bottom: 1px solid #C59A6D;
    color: #C59A6D;
}
.center .top .right{
    height: 100%;
    text-align: right;
    width: 1090px;
    border-bottom: 1px solid #CECECE;
}
.center .newList {
    width: 100%;
}
.center .newList li{
    height: 350px;
    padding: 30px 0;
    border-bottom: 1px solid #CECECE;
}
.center .newList li .leftImg{
    width: 386px;
    height: 290px;
    margin-right: 30px;
    background-size: 100%;
    background-position: center;
}
.center .newList li .time{
    color: #9399A5;
}
.center .newList li p{
    line-height: 24px;
}
.center .newList li .leftText{
    width: 784px;
    overflow: hidden;
    height: 290px;
}
.center .newList li:last-child{
    margin-bottom: 60px;
}
#demo3{
    text-align: center;
}
.center .layui-laypage a, .layui-laypage span{
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    background: #CED2D6;
    border-radius: 2px;
}