

.news-list {
	margin-right: -12.5px;
	font-size: 0;
	display:flex;
	flex-direction:column;
	width:1200px;
}

.news-item {
	display: flex;

	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:5px;
	margin-bottom: 5px;
	border: 0px solid #dbdbdb;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
	color: #999;
	background: #fff;
	text-align: left;
}

.news-item:hover {
	box-shadow: 0 0 4px rgba(186, 186, 186, .75);
}

.news-item-txt {
	padding-left: 50px;
	width: 100%;
	display: flex;
	align-items: center;
}

.news-item-dot{
	width:10px;
	height: 10px;
	border:1px solid #8c8c8c;
	border-radius: 20px;
	background-color: #8c8c8c;
	opacity: 0.5;
	margin-left: 5px;
	margin-right: 15px;
}

.news-item-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: flex;
	width:800px;
}



.news-item-meta {
	display:flex;
	margin-top:5px;
}

.news-item-visitors {
	color: #000;
}

.pages {
	margin: 0;
	padding: 28px 0 50px;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 50px;
}

.pages span {
	background: #fff;
	color: #666;
	margin: 0 5px 0 0;
	padding: 5px 15px 5px 15px;
	border: 1px solid #BBB;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	cursor: pointer;
}

.pages span:hover {
	background: #1989fa;
	color: #fff;
	border: 1px solid #BBB;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.pages a {
	background: #fff;
	color: #666;
	margin: 0 5px 0 0;
	padding: 5px 15px 5px 15px;
	border: 1px solid #BBB;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	cursor: pointer;
}

.pages a:hover {
	background: #1989fa;
	color: #fff;
}
.newsnews{
	margin: 100px 100px 150px 100px;
	display: flex;
	flex-direction: column;
}
.newsimg{
	margin-top: 65px;
}
.newsimg img{
	width:100%;
}
.newstitle{
	font-family: "微软雅黑", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.0vw;
	text-align: center;
	margin-bottom: 50px;
}
.newsitemlist{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.newsitemitem{
	display: flex;
	width: 100%;
	justify-content: center;
}

