#promo-listing .cate-promo {
	display: none;
	min-height: 180px;
	/*margin-bottom: 30px;
    border-bottom: 2px solid #ddd;*/
}
#promo-listing .cate-promo .cate-name {
	padding: 10px;
    /*margin-bottom: 1.5%;*/
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    /*background: #ddd;*/
    color: #333;
}
.listing {
	display: flex;
   	flex-wrap: wrap;
}
.promo-item {
	width: 33.33333333%;
	/*margin-bottom: 2.65%;*/
	margin-bottom: 55px;
}
a.promo-content {
	display: grid;
	height: 100%;
	width: 90%;
   	margin: 0 auto;
   	border: 1px solid #ddd;
   	/*border-radius: 3px;*/
   	text-decoration: none;
   	background: #eee;
   	color: #333;
}
a.promo-content:hover {
	/*box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);*/
	color: #002469;
	background: #fff;
	text-decoration: none;
}
.hero {
	position: relative;
}
.hero img {
	width: 100%;
}
.date-box {
	text-align: right;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    padding: 0 15px 15px;
}
.date {
    padding: 1px 10px;
    background-color: rgba(0, 36, 105, 0.9);
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}
.title {
	position: relative;
	min-height: 38px;
	padding: 5px 15px 10px;
	/*margin-top: 6px;
   	margin-bottom: 6px;*/
	/*font-weight: bold;*/
}
.end-line {
	width: 97%;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 1024px){
	.date {
   		font-size: 17px;
	}
	.title {
		min-height: 32px;
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	#promo-listing .cate-promo {
		margin-bottom: 10px;
	}
    .promo-item {
		width: 100%;
		margin-bottom: 25px;
	}
	a.promo-content {
		display: block;
		position: relative;
	}
	/*.hero {
		display: inline-block;
   		width: 45%;
	}*/
	.date {
		/*right: -268px;*/
   		font-size: 17px;
	}
	.title {
		/*display: inline-block;
		position: absolute;
		width: 55%;*/
		max-height: 100%;
   		padding: 10px 10px;
   		font-size: 20px;
   		overflow: hidden;
	}
}