
.downloadstyle{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 100px;
}
.dldlist{
	display: flex;
	justify-content: center;
	width: 100%;
}
.news-list {
	margin-right: -12.5px;
	font-size: 0;
	display:flex;
	flex-direction:column;
	width:1200px;
}

.news-item {
	display: inline-block;
	width: 1180px;
	margin-top: 20px;
	margin-right: 12.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 14px rgba(186, 186, 186, .75);
}

.news-item-pic {
	overflow: hidden;
	height: 154px;
	width: 254px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-items: center;
	display: flex;
}

.news-item-txt {
	padding: 30px 20px;
	width: 850px;
	float: right;
}

.news-item-pic img {
	transition: 0.5s;
}

.news-item-pic img:hover {
	transform: scale(1.2);
}

.news-item-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.news-item-title:hover {
	color: #1989fa;
}

.news-words-miaoshu {
	font-size: 14px;
}

.news-words-miaoshu:hover {
	color: #1989fa;
}

.news-item-meta {
	margin-top: 10px;
	display:flex;
}

.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;
}
.downloadimg{
	margin-top: 65px;
}
.downloadimg img{
	width:100%;
}
.downloadtitle{
	font-family: "微软雅黑", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.0vw;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}