/* CSS Document */
.m_gallery__header {
	margin-bottom: 60px!important;
}
.m_gallery__wrap {
	width: 960px;
	margin-bottom:80px;
}
.m_gallery__list {
	margin-bottom: 40px;
	position: relative;
}
.m_gallery__list > span {
	position: absolute;
	top: -70px;
}
.m_gallery__title {
	width: 100%;
	color: #000;
	font-size: 20px;
	background: url(/ec/img/usr/pg/mgr/backnum/m_gallery__title.jpg) no-repeat;
	padding: 16px 0 16px;
	margin: 0;
	font-weight: normal;
	line-height: 1;
}
.m_gallery__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 940px;
	margin: auto;
}
.m_gallery__thumlist {
	width: 460px;
	margin-bottom: 40px;
}

.m_gallery__thum {
	display: block;
}
.m_gallery__num {
	color: #fff;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #fff;
	text-align: left;
	display: block;
}
