@charset "UTF-8";
.download{
}
.download ul{
	padding: 40px 0;
}
.download ul li {
	background: url(../images/word.png) no-repeat left center;
	border-bottom: #ececec solid 1px;
	padding: 13px 0 20px 0;
	background-size: 47px 47px;
	overflow: hidden;
	padding-left: 60px;
}
.download ul li.word{
	background: url(../images/word.png) no-repeat left center;
	background-size: 62px auto;
}
.download ul li.excel{
	background: url(../images/excel.png) no-repeat left 7px center;
	background-size: 40px auto;
}
.download ul li span{
	display: block;
	width: 78%;
	float: left;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
}
.download ul li a.btn-dwon{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 40px;
	border: #0f65be solid 1px;
	color: #0f65be;
	transition: all .6s;
	float: right;
	text-align: center;
	line-height: 40px;
	margin-top: 6px;
}
.download ul li a.btn-dwon:hover{
	background:#0f65be;
	color: #fff;
} 
@media (max-width:1025px) {
	.download ul li span{
		font-size: 14px;
	}
	.download ul li a.btn-dwon{
		line-height: 35px;
		height: 35px;
	}
}
@media (max-width:990px) {

}
@media (max-width:768px) {
.morethan768{display: none!important;}
.lessthan768{display: block!important;}
 .download ul li a.btn-dwon{
 	width: 100px;
 	font-size: 13px;
 	border-radius: 30px;
 	float:left;
 }
 .download ul{
 	padding: 20px 0;
 }
 .download ul li{
 	background-size: 37px 37px;
 	padding-left: 40px;
 	background-position: left 13px;
 	padding-bottom: 10px;
 }
 .download ul li span{
 	width: 65%;
 }
 .download ul li.word{
	 background-size: 32px auto;
 }
 .download ul li.excel{
	 background-size: 20px auto;
 }
 
 .download ul li a.btn-dwon{
 	float:right;
 	margin-top: 0;
 	height: 26px;
 	line-height: 26px;
 	width: 80px;
 }
 
}
@media (max-width:640px) {
 
}
@media (max-width:480px) {
	 
}
@media (max-width:375px) {
	 
}
@media (max-width:325px) {

}


