/* download list — based on cms-index.css .pd-list-* */

.dl-list-main-des {
	max-width: 980px;
	margin: 0 auto 25px auto;
}
.dl-list-block-all {
	display: flex;
	flex-wrap: wrap;
	padding-top: 65px;
	padding-bottom: 95px;
}
.dl-list-nopd {
	padding-bottom: 0;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 50px;
}
.dl-list-block {
	width: calc(100%/3 - 34px);
	margin-right: 50px;
	margin-bottom: 60px;
	position: relative;
}
.dl-list-block:nth-child(3n) {
	margin-right: 0;
}
.dl-list-pic-block {
	padding: 10px 0;
}
.dl-list-block:hover .dl-list-pic-block {
	-webkit-box-shadow: 0 0 15px #f3f3f3;
	-moz-box-shadow: 0 0 15px #f3f3f3;
	box-shadow: 0 0 15px #f3f3f3;
}
.dl-list-block .dl-list-pic {
	position: relative;
	padding-top: 74%;
}
.dl-list-block .dl-list-pic figure {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.dl-list-block .dl-list-pic img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.dl-list-content {
	padding: 4px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.dl-list-border {
	border: 1px solid #FFF;
	padding: 15px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.dl-list-title {
	font-size: 18px;
	color: #003a70;
	text-align: center;
	margin-bottom: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.dl-list-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.dl-list-block:hover .dl-list-border {
	border: 1px solid #fff;
}
.dl-list-block:hover .dl-list-content {
	background: #257EC0;
}
.dl-list-block:hover .dl-list-title {
	color: #FFF;
}

@media all and (max-width: 1024px) {
	.dl-list-block {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.dl-list-block:nth-child(3n) {
		margin-right: 20px;
	}
	.dl-list-block:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 570px) {
	.dl-list-block, .dl-list-block:nth-child(3n) {
		width: 100%;
		margin-right: 0;
	}
}
