@charset "utf-8";

/******************************************************/
/*******************下载页面样式文件*******************/
/******************************************************/
/*1200+ 内容宽度：1190px  页面内容居中  匹配默认样式 */

.download-list li{ display: block; width:380px; height:120px; float:left; background:#F6F6F6;position:relative; overflow:hidden; margin:0 10px 30px 10px;  }
.download-list li .filetype-pic{ display: block; float: left; width: 72px; height: 72px; padding:12px; margin-top:10px; }
.download-list li .download-info{ float: left; width: 260px; line-height:28px;  margin-top:5px; }
.download-list li .download-name{ font-size: 14px; color: #000; font-weight: bold; padding:0 0px 5px 0; line-height:30px; }
.download-list li .download-date{ color: #626262; font-size: 12px; line-height:24px; }
.download-list li a.btn-download,.download-list li a.btn-download:link{ width:66px; height:24px; position:absolute; right:10px; bottom:10px; line-height:24px;  font-size:12px; color:#000; font-family:"微软雅黑";  background: url(../img/download_page/btn_download_un.jpg)  no-repeat; padding:0; margin:0; text-align:center;  }
.download-list li a.btn-download:hover{ background: url(../img/download_page/btn_download_on.jpg)  no-repeat; color:#FFF; }





/*1023-1200 内容宽度990 页面内容居中 */
@media only screen and (max-width:1200px) {
	
	.download-list{ width:800px; margin:0 auto;}	
	
	}

/*768-1024  内容宽度740  两边间距14 页面内容居中 */
@media only screen and (max-width:1023px) {
	
	.download-list{ width:100%; margin:0 auto; }
	.download-list li{ margin:0px 5px 30px 5px;width:360px; }	
	
	}

/*ipad竖屏：(orientation:portrait)  ipad横屏：(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) { }

/*640-767 内容宽度590 两边间距25 页面内容居中 */
@media only screen and (max-width:767px) {
	.download-list li{   margin:0px  auto 30px  auto; float:none;width:400px;  }
	
	}

/* 480-639  按百分比缩放 */
@media only screen and (max-width:639px) {}
/* 320-479  按百分比缩放 */
@media only screen and (max-width:479px) {
	
	.download-list li{ width:100%; }
	
	}