.pagination {
    width: 95%;
    flex-direction: column;
    align-items: center;
	margin-top:58px;
    margin-bottom: 58px;
}
.pagination li {
    list-style: none;
	float:left;
	padding:0 15px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #343434;
    margin-right: 12px;
}
.pagination li a {text-decoration:none; color:#343434;}
.pagination .active {
    color: #fff;
    background-color: #68bf05;
}

.news-list li {
    list-style: none;
}
.news-list {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dcdcdc;
    margin-bottom: 58px;
}
.news-item {
    width: 1166px;
    height: 240px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
}
.news-item img {
    width: 280px;
    height: 182px;
    margin-right: 30px;
}
.news-item_info {
    font-size: 14px;
}
.news-item_info .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.news-item_info .time {
    color: #9a9a9a;
    margin-bottom: 20px;
}
.news-item_info .content {
    width: 820px;
    height: 40px;
    overflow: hidden;
    color: #656565;
    margin-bottom: 20px;
    line-height: 22px;
}
.news-item_info a {
    text-decoration: none;
    color: #555;
}

.news-list .page {
    width: 1200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.news-list .page a {
    text-decoration: none;
}
.page .block {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #343434;
    margin-right: 12px;
}
.page .active {
    color: #fff;
    background-color: #68bf05;
}
.page .all {
    width: 100px;
    margin-left: 8px;
}

/*新闻详情*/
.newsDetails {
    width: 1200px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 20px 40px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
}
.newsDetails .title {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
}
.newsDetails .time {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #aaa;
    margin-bottom: 30px;
}
.newsDetails .content {
    line-height: 26px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #dcdcdc;
}
.newsDetails .content p {width:100%;}
.newsDetails a {
    text-decoration: none;
    color: #565656;
    font-size: 14px;
    margin-top: 40px;
}
.newsDetails a:last-child {
    margin-top: 10px;
}


/*案例展示*/
.news-item_info .case-title {
    color: #333;
    margin-bottom: 40px;
}
.news-item_info .case-content {
    width: 814px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #999;
    margin-bottom: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}