.head-container {
	height: 800px;
	background: url(/material/images/dhlt/bg.jpg)no-repeat center bottom;
	background-size: 1920px auto;
}

.head-container .head-ht {
	height: 70px;
	background-color: #003DC1;
	background-image: linear-gradient(270deg, #AFD2FF 0%, #003DC1 53%);

}


.head-container .logo {

	display: block;
	margin-top: 10px;
	width: 320px;
	height: 50px;
	text-indent: -999em;
	background: url(/material/images/dhlt/logo.png) no-repeat left center;
	background-size: auto 46px;
}



.content-container {
	background: url(/material/images/dhlt/n-.png) repeat-x center top;
	background-size: 1px auto;
}

.content-container .main {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 20px;
}

.content-container .main .title,
.content-container .main .title2 {
	height: 80px;
	line-height: 80px;
	position: relative;




}

.content-container .main .title2 {
	background-image: linear-gradient(80deg, rgba(21, 137, 255, 0.52) 29%, #0951FF 98%);
	border-radius: 0 40px 0 0;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
}

.content-container .main .title2 a {
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}

.content-container .main .title::before,
.content-container .main .title::after {
	content: '';
	display: block;
	height: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 40%;
	position: absolute;

	top: 50%;
	margin-top: -3px;
}

.content-container .main .title::before {
	left: 0;
}

.content-container .main .title::after {
	right: 0;
}

.content-container .main .title a {
	display: block;
	max-width: 300px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
}

.content-container .list-line li {
	font-size: 18px;
	line-height: 66px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding-left: 20px;
}

.content-container .list-line li span.date {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 66px;
	color: #999;
	display: none;
}

.content-container .list-line li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #3E99F8;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.content-container .list-line li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* padding-right: 20%; */
	font-size: 22px;
	line-height: 64px;
}



.content-container .list-line>li>p {
	display: none;
}

.content-container .list-line>li:first-child>p {
	display: block;
}

.content-container .list-line>li:first-child a {
	font-weight: bold;
}

.content-container .list-line>li:first-child a span {
	font-weight: normal;
}

.content-container .list-line>li:last-child {
	border: none;
}

.content-container .list-line li p {
	line-height: 44px;
	margin-bottom: 30px;
	font-size: 18px;
}


.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}


.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.content-container .time-line {
	min-height: 300px;
	padding-left: 70px;
	padding-top: 40px;
}

.content-container .time-line::before {
	content: '';
	display: block;
	height: 100%;
	border-left: 1px solid #86c2ff;
	position: absolute;
	top: 0;
	left: 50px;
	bottom: 0;
}

.content-container .time-line .t {
	font-size: 22px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;

}

.content-container .time-line p {
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 18px
}

.content-container .time-line li {
	position: relative;
}

.content-container .time-line li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #86c2ff;
	position: absolute;
	top: 26px;
	left: -45px;
	margin-top: -12px;
	border-radius: 50%;
}



.content-container .time-line li:hover::before {
	background-color: #322CEF;
	transition: all .3s;
}

.swiper {
	width: 100%;
	height: 100%;
}

.focus-container {
	height: 360px;
	overflow: hidden;
}

.swiper-pagination-fraction {
	width: 80px;
	display: block;
	height: 32px;
	background-color: #599aff;
	color: #fff;
	line-height: 32px;
	background-image: linear-gradient(80deg, rgba(21, 137, 255, 0.52) 29%, #0951FF 98%);

}

.swiper-slide {

	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.line-date .date{
	display: block !important;
}


@media (max-width: 480px) {
	.head-container {
		height: 380px;
		text-indent: -999em;
		background-size: 224%;

	}

	.head-container .head-ht {
		height: 60px;
	}

	.head-container .logo {
		background-size: 160px auto;
		margin: 0;
	}

	.content-container .main .title a {
		max-width: 180px;
		position: relative;
		z-index: 999999999;
		background-color: #ffff;
	}

	.content-container .main .title,
	.content-container .main .title2 {
		height: 60px;
		line-height: 60px;
		position: relative;
		margin-bottom: 10px !important;
	}

	.mb60 {
		margin-bottom: 30px;
	}

	.focus-container {
		height: 200px;
		margin-bottom: 40px;
	}

	.content-container .list-line li .date {
		position: unset;
		display: block;
	}

	.content-container .list-line li a {
		padding-right: 0;
	}
}

.footer-container {
	height: 220px;
	background-image: linear-gradient(80deg, rgba(21, 137, 255, 0.52) 29%, #0951FF 98%);
}

.footer-container p {
	padding-top: 86px;
	color: #fff;
	line-height: 44px;
}

@media (min-width: 1400px) {
	.container {
		width: 1320px;
	}
}
