/*
* @Author: wjp
* @Date:   2019-08-19 10:36:03
* @Last Modified by:   wjp
* @Last Modified time: 2019-10-23 10:19:05
*/

body {
	font-family: arial, sans-serif;
}
#header {
	padding: 0;
	position: relative;
}
.newTitle {
	margin-top: 50px;
}
.newTitle h2 {
	color: #448BC9;
	font-weight: 600;
}
#myCarousel {
	margin-top: 50px;
}
#myCarousel .carousel-indicators li {
	width: 80px;
	height: 8px;
	border-color: rgb(150, 150, 150);
}
#myCarousel .carousel-indicators li.active {
	background-color: #cccccc;
}
#myCarousel .carousel-indicators {
	bottom: -50px;
}
@media (max-width: 767px) {
	#myCarousel .carousel-indicators li {
		width: 40px;
	}
	#myCarousel .carousel-indicators {
		margin-bottom: -30px;
		bottom: 0px;
	}
}


#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: 48px;
	}
	#title {
		top: 20%;
	}
	#title h1 {
		font-size: 35px;
	}
}
.list {
	margin-top: 50px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
}
.list .row {
	padding: 30px 0;
	border-bottom: 1px dashed #000;
}
.row img {
	border: 2px solid #eee;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.row h4 {
	padding-top: 10px;
}
.row h4 a {
	color: #000;
}
.more {
	font-size: 15px;
	font-weight: 500;
	padding-top: 20px;
	padding-right: 20px;
}
.more a {
	color: #FF0202;
}