/*
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: #0c495e;
}
.main-news .quick_jump > a{
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #1e518e;
	padding: 20px;
}
.main-news .quick_jump > a:hover{
	background-color: #190e0b;
}
.main-news .main-admission-block{
	color: #000000;
	height: 220px;
	overflow: hidden;
	margin-bottom: 10px;
	text-decoration: none;
}
.main-news .main-admission-block:hover{
	text-decoration: none;
}
.main-news .main-admission-block .main-admission-img{
	width: 100%;
	height: 200px;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-news .main-admission-block .main-admission-title{
	color: #e1dcd9;
	height: 200px;
	position: relative;
	padding: 10px;
	top: -40px;
	text-align: center;
	background-color: #1e518e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.qlbox{
	width: 100%;
	height: 80px;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	overflow: hidden;
	display: block;
}
.qlbox:hover{
	background-color: #1e518e;
}
.qlbox:hover .qlbox-txt{
	color: #f3f3e9;
}
.qlbox:last-child{
	border-bottom: 1px solid #E0E0E0;
}
.qlbox .qlbox-icon{
	width: 60px;
	height: 60px;
	margin: 10px;
	float: left;
	background-color: #333e50;
	border-radius: 30px;
	padding: 20px;
	text-align: center;
}
.qlbox .qlbox-icon i{
	color: #f3f3e9;
	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;
}
.right_jump .nav-link{
	color: #000000;
	border-bottom: 1px solid #cccccc;
}
.right_jump .nav-link:hover{
	background-color: #c2c2c2;
}
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	z-index: 10000;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:0px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(255,255,255,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#000;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(128,128,128,1);
	text-decoration:none;
}


@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
	
}
@media (min-width: 992px) {
	
}
@media (max-width: 1199.98px) {
	.main-news{
		margin: 20px 10px;
	}
}
