/*
* @Author: wjp
* @Date:   2019-08-20 15:11:16
* @Last Modified by:   wjp
* @Last Modified time: 2019-10-23 15:09:13
*/

body {
	font-family: arial, sans-serif;
}
#header {
	padding: 0;
	position: relative;
}
#title {
	position: absolute;
	top: 40%;
	height: 100px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#title h1 {
	font-weight: bold;
	vertical-align: middle;
	font-size: 50px;
	color: #001E50;
}

@media (max-width: 767px) {
	#header {
		margin-top: 50px;
	}
	#title {
		top: 20%;
	}
	#title h1 {
		font-size: 35px;
	}
}
.content {
	margin-top: 30px;
}
.content .thumbnail {
	border: none;
}
.content .thumbnail .caption {
	padding-left: 0;
	padding-right: 0;
}
.content .thumbnail img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.content .caption h3 {
	text-align: center;
	font-weight: 600;
}
.content .caption h4 {
	margin: 20px 0;
}

.cf .glyphicon {
	top: 3px;
}

.content .cf {
	border-bottom: 3px solid #D7D7D7;
	padding-bottom: 30px;
}
.cf .center-block {
	width: 50%;
}
.t1 .caption, .t2 .caption {
	height: 220px;
}
.t3 .caption, .t4 .caption {
	height: 220px;
}
.t5 .caption, .t6 .caption, .t7 .caption {
	height: 220px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.content .thumbnail {
		font-size: 13px;
	}
	.t1 .caption, .t2 .caption {
		height: 250px;
	}
	.t3 .caption, .t4 .caption {
		height: 250px;
	}
	.t5 .caption, .t6 .caption, .t7 .caption {
		height: 250px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.content .caption h3 {
		font-size: 20px;
	}
	.t1 .caption, .t2 .caption {
		height: 200px;
	}
	.t3 .caption, .t4 .caption {
		height: 200px;
	}
	.t5 .caption, .t6 .caption {
		height: 200px;
	}
	.t7 .caption {
		height: auto;
	}
}
@media (max-width: 767px) {
	.cimg {
		left: 0;
	}
	.content .thumbnail img {
		height: auto;
	}
	.t1 .caption, .t2 .caption, .t3 .caption, .t4 .caption, .t5 .caption, .t6 .caption, .t7 .caption {
		height: auto;
	}
}