.dt-nr {
	background: url(../img/bg2.jpg) repeat;
	background-size: 100% auto;
	padding-bottom: 80px;
}

.dt-dr {
	background: #1b1b1b;
	padding-bottom: 118px;
}

.dt-dr h1 {
	color: #FFD510;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 52px 0 22px 0;
}

.dt-dr p {
	color: #fff;
	font-size: 16px;
	line-height: 2em;
}

.dt-com {
	padding-bottom: 30px;
	position: relative;
	padding-top: 30px;
}

.dt-bor-bot {
	border-bottom: 1px solid #fff;
	margin: 0 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.dt-pad-top {
	padding-top: 10px;
}

.dt-lef {
	float: left;
	color: #fff;
	font-size: 20px;
}

.dt-rig {
	float: right;
	font-size: 14px;
	color: #fff;
	padding-right: 20px;
}

.dt-bott {
	font-size: 14px;
	color: #a1a0a0;
	line-height: 2.5em;
	padding-top: 20px;
	overflow: hidden;
	white-space: initial;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.dt-com:hover .dt-pad-top div {
	color: #ffd510;
}

.dt-com:hover .dt-bor-bot {
	border-bottom: 1px solid #ffd510;
}

.dt-cen {
	overflow: hidden;
}
.dt-cen img{
	max-width: 100%;
}

@media (max-width:480px) {
	.dt-lef {
		font-size: 14px;
	}
	.dt-rig {
		float: right;
		font-size: 12px;
		color: #fff;
		padding-right: 10px;
	}
	.dt-dr h1 {
		padding: 20px 0 0 0;
	}
	.dt-com {
		padding-top: 20px;
	}
	.dt-dr h1 {
		font-size: 16px;
	}
	.dt-bott {
		font-size: 12px;
	}
	.dt-dr{
		padding-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.dt-cen {
		text-align: center;
	}
}