body{
	background: rgba(242, 242, 242, 1.0);
}
.position{ margin-top:20px; }
.downloadList{background: #fff; margin-top: 20px; line-height: 25px; margin-bottom: 20px; padding: 20px; min-height: 200px;}

.downloadList h2{ font-size: 18px; margin-bottom:20px; border-bottom:1px dashed #ddd; line-height:40px; }
.downloadList ul li{ display:flex; flex-wrap:wrap; }
.downloadList ul li dd:nth-child(1){ width:150px; height:150px; margin-right:20px; }
.downloadList ul li dd:nth-child(1) img{ height:100%; }
.downloadList ul li dd:nth-child(2) h4{ font-size:16px; }
.downloadList ul li dd:nth-child(2) p{ color:#999; margin:10px 0px 20px 0px; }
.downloadList ul li dd:nth-child(2) a{ display:block; width:120px; height:35px; background:#0069b5; text-align:center; color:#fff; line-height:35px; }






