.list-container {
	padding-top: 40px;
	margin-bottom: 30px;
}
	.list-container .list-row {
		margin-bottom: 30px;
	}
	.list-container .list-clearfix {
		white-space: nowrap;
		clear: both;
	}
	.list-container .list-col {
		/* border: 1px solid #e6e6e6; */
	}
	
	.list-container .list-date-text {
		font-size: 14px;
		color: #bfbfbf;
		margin-bottom: 15px;
	}
	.list-container .list-title {
		font-size: 18px;
		color: #333333;
	}
	.list-container .list-subtitle {
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		margin-bottom: 30px;
	}
	.list-container .list-text .row {
		margin-bottom: 20px;
	}
	.list-container .list-text {
		font-size: 14px;
		color: #333333;
	}
	.list-container .list-text .list-text-title {
		color: #00659c;
	}
	
.list_detail_text_btn {
	cursor: pointer;
	color: #00659c;
	display: inline-block;
}

.list_detail_text {
	margin-top: 10px;
	display: none;
}


.img-container {
	display:  inline-block;
	position: relative;
	width:    100%;
}
.img-bgelem {
	margin-top: 100%;
}
.img-element {
	position: absolute;
	top:      0;
	bottom:   0;
	left:     0;
	right:    0;
	background-color:    $ffffff;
  background-image:    url('/upload/design/zagl_370_270.jpg');
  background-position: center center;
  background-size:     cover;
	background-repeat:   no-repeat;
	
}