/*
body > header{
	height: 145px;
	overflow: hidden;
}
*/
body > *[role="main"] {
	background-color: #fff;
	margin-top: 145px !important;
  	padding: 0px !important;
}
.main-cover{
	background-color: #ccc;
	overflow: hidden;
}
.main-news{
	margin: 20px 50px;
}
.main-news h2{
	color: #0D47A1;
}
.main-new-block{
	margin-bottom: 10px;
	height: 90px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #000000;
}
.main-new-block.first{
	height: 500px;
	margin-bottom: 0px;
}
.main-new-block.second{
	margin-top: 45px;
}
.main-new-block{
	margin-bottom: 10px;
}
.main-news .main-new-block .main-new-img{
	width: 90px;
	height: 90px;
	display: block;
	float: left;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-news .main-new-body .main-new-title{
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news .main-new-block .main-new-body{
	width: calc(100% - 110px);
	margin-left: 15px;
	height: 90px;
	display: block;
	float: left;
}
.main-news .main-new-block.first .main-new-img{
	width: 100%;
	height: 490px;
	float: none;
}
.main-news .main-new-block.first .main-new-body{
	float: none;
	position: relative;
	top: -60px;
	margin: 0;
	width: 100%;
	height: 60px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.qlbox{
	width: 100%;
	height: 80px;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	overflow: hidden;
	display: block;
}
.qlbox:hover{
	background-color: #527bcc;
}
.qlbox:hover .qlbox-txt{
	color: #ffffff;
}
.qlbox:last-child{
	border-bottom: 1px solid #E0E0E0;
}
.qlbox .qlbox-icon{
	width: 60px;
	height: 60px;
	margin: 10px;
	float: left;
	background-color: #0D47A1;
	border-radius: 30px;
	padding: 20px;
	text-align: center;
}
.qlbox .qlbox-icon i{
	color: #fff;
	font-size: 20px;
}
.qlbox .qlbox-txt{
	float: left;
	width: calc(100% - 110px);
	height: 80px;
	margin-left: 10px;
	color: #626262;
	font-size: 15px;
	font-weight: bold;
	display: table;
}
.qlbox .qlbox-txt .qlbox-txt-inner{ 
	display: table-cell;
    vertical-align: middle;
	height: 80px;
}
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
	
}

@media (max-width: 991.98px) {
	
}

@media (max-width: 1199.98px) {
	.main-news{
		margin: 20px 10px;
	}
	.main-new-block.first{
		height: 300px;
		margin-bottom: 0px;
	}
	.main-news .main-new-block.first .main-new-img{
		width: 100%;
		height: 300px;
		float: none;
	}
	.main-news .main-new-block.first .main-new-body{
		float: none;
		position: relative;
		top: -60px;
		margin: 0;
		width: 100%;
		height: 60px;
		padding: 5px;
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
	
}
