.download-wrapper{
	width: 1160px;
	padding: 0 20px;
	margin: 50px auto;
	background-color: #fff;
	border-radius: 5px;
}
.download-wrapper h2{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #222;
	font-weight: normal;
	padding: 40px 0 20px;
}
.download-items{
	overflow: hidden;
}
.download-item{
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
}
.download-img{
	float: left;
	width: 105px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
}
.download-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.download-content{
	float: left;
	width: 800px;
	margin-left: 20px;
}
.content-name{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.content-name a{
	color: #222;
}
.content-name a:hover{
	color: #237bff;
	text-decoration: underline;
}
.content-file-msg{
	margin-bottom: 10px;
}
.msg-item{
	float: left;
	margin-left: 15px;
	color: #959595;
}
.msg-item:nth-of-type(1){
	margin-left: 0;
}
.msg-item i{
	float: left;
	display: block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	font-size: 18px;
}
.msg-item span{
	float: left;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.msg-desc{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.download{
	width: 103px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #237bff;
	border: 1px solid #237bff;
	border-radius: 20px;
	position: absolute;
	top: 30px;
	right: 40px;
	-webkit-transition: background-color .3s linear, color .3s linear;
    -moz-transition: background-color .3s linear, color .3s linear;
    -o-transition: background-color .3s linear, color .3s linear;
    transition: background-color .3s linear, color .3s linear;
}
.download:hover{
	background-color: #fff;
	color: #237bff;
}
/*分页*/
#download-page.page-controller{
	float: none;
}