.banner {
	width: 100%;
	height: 300px;
	background: url(../../../static/image/AOYHCAIQw9HivwUY8LWo1QUggA8o9AM.jpg) no-repeat 50% 50%;
}

.head {
	border-bottom: solid 1px #cccccc;
	margin-top: 80px;
}

.head-font {
	font-size: 16px;
	padding: 10px;
	color: #c40000;
	border-bottom: solid 2px #c40000;
	width: 70px;
	text-align: center;
}

.content {
	width: 1440px;
	margin: auto;
}

.news {
	padding: 10px;
}

.newstitle h1{
	font-size:38px !important;

}

.newstime {
	font-size: 13px;
	color: #adadad;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 18px 0;
	width: 100%;

}

.dotted {
	border-bottom: dashed 1px #adadad;

}
.location{
	margin-top:12px;
	color:#bebebe !important
}
.location a{
	color:#bebebe !important
}
.location a:hover{
	color: rgba(230, 32, 62, 1) !important;
}