.news-introduce{
	position: relative;
	padding-bottom: 50px;
}
.news-introduce .page{
    position: absolute;
    bottom:0px;
    right:0px;
}
.page {
    list-style: none;
    padding-top: 10px;
    margin-left: 40%;
}
#demoContentlist{
    width: 1280px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    margin:0px auto;
}
#demoContent li {
    background: url(../images/icon-dian.png) no-repeat 7px 14px;

}
#demoContent li,
#demoContent li a{
    font-size:14px;
    font-family:"Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-left: 10px;
}

#demoContent li a:hover{
    color: #4dc8c9;
}
#demoContent{
    width: 1000px;
    min-height: 200px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin: auto;
    padding-top: 15px;
}
.information-message{
	position:relative;
}
.information-message .page{
	float: right;
    margin-right: 20px;
}

.page>li{
    float: left;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}
.page .pageItem{
    border: solid thin #DDDDDD;
    margin: 5px;
}
.page .pageItemActive{
    border: solid thin #0099FF;
    margin: 5px;
    background-color: #0099FF;
    color:white;
}
.page .pageItem:hover{
    border: solid thin #0099FF;
    background-color: #0099FF;
    color:white;
}
.page .pageItemDisable{
    border: solid thin rgba(244,244,245,1);
    margin: 5px;
    background-color: rgba(244,244,245,1);
}

#demoContent  span{
    font-size:14px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-weight:400;
    color:rgba(153,153,153,1);
    float: right;
}

#demoContent li{
  line-height: 40px;
    padding: 0px 20px;
}
.newsTitle{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
}
#demoContent li {
    line-height: 28px;
}