

.main{
	width: 1200px;
	margin:0 auto;
}
h1{
	font-size: 24px;
	color:#000;
	text-align: center;
	margin-top: 25px;
}
.top{
	width: 100%;
	height: 60px;
	background: url(../img/news/title_bg.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	font-size: 14px;
	color:#666666;
	line-height: 60px;
	text-align: center;
}
p{
	font-size: 18px;
	color:#000;
	line-height: 30px;
	text-align: justify;
	margin-top: 15px;
}


.download{
	width: 100%;
	height: 60px;
	background: url(../img/news/download_bg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 40px; 
	position:relative; 
	padding-left: 30px;
	box-sizing: border-box;
}

.download img{
	display: inline-block;
	vertical-align: middle;
	width:14px;
}
.download span{
	font-size: 20px;
	color:#fff;
	line-height: 60px;
	vertical-align: middle;
	margin-left: 10px;
}
.download .download_a{
	position:absolute;
	top: 0;
	left:180px;
}
.download .download_a a{
	display: inline-block;
	font-size: 14px;
	color:#666;
	line-height: 60px;
	padding:0 20px;
	box-sizing: border-box;
	position:relative;
}
.download .download_a a:nth-child(2)::before{
	content:"";
	display:inline-block;
	width: 1px;
	height: 16px;
	background-color: #666;
	position:absolute;
	left:0;
	top:50%;
	margin-top: -8px;
}

.download a:hover{
	color:red;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
