/*
body > header{
	height: 145px;
	overflow: hidden;
}
*/
body > *[role="main"] {
	background-color: #fff;
	margin-top: 145px !important;
  	padding: 0px !important;
}
.main-news{
	margin: 20px 50px;
}
.main-news h2{
	color: #292114;
}
a.main-new-block{
    color: #000000;
}
a.main-new-block:hover{
    text-decoration: none;
    color: #2c58a2;
}
.main-new-block{
    display: block;
    width: 100%;
    height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}
.main-new-block .main-new-img{
	height: 100px;
	width: 100px;
	background-size: cover;
	background-position: center center;
}
.main-new-block .main-new-body{
    position: relative;
    top: -100px;
    margin-left: 120px;
    width: calc(100% - 130px);
}
.main-new-block .main-new-body .main-new-title{
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; overflow: hidden; 
    font-weight: bold;
}

.main-new-block.main{
    display: inline;
    height: 500px;
	width: 100%;
}
.main-new-block.main .main-new-img{
    height: 500px;
	width: 100%;
}
.main-new-block.main .main-new-body{
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 100%;
}
.main-new-block.main .main-new-body .main-new-title{
    padding: 10px;
    height: 100px;
}   

.main-new-block.sub{
    display: none;
}
.quick_link .icon-link{
    height: 75px;
    padding: 10px;
}
.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;
}
/*
.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-new-block{
	color: #000000;
	margin-bottom: 10px;
	text-decoration: none;
}
.main-news .main-new-block:hover{
	color: #ef6d33;
	text-decoration: none;
}
.main-news .main-new-block .main-new-img{
	width: 100%;
	height: 200px;
	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;
}
.main-news .main-new-block i{
	font-size: 10px;
	padding: 5px;
	border-radius: 5px;
	color: #E9E6E1;
	background-color: #292114;
}


.main-news .main-research-block{
	color: #000000;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	text-decoration: none;
}
.main-news .main-research-block:hover{
	text-decoration: none;
}
.main-news .main-research-block .main-research-img{
	width: 100%;
	height: 200px;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-news .main-research-block .main-research-title{
	color: #e1dcd9;
	height: 200px;
	position: relative;
	padding: 10px;
	top: -100px;
	text-align: center;
	background-color: rgba(12, 73, 94, 0.3);
}
.main-news .main-research-block i{
	font-size: 10px;
	padding: 5px;
	border-radius: 5px;
	color: #abdef1;
	background-color: #ef6d33;
	display: inline-block;
	margin-bottom: 5px;
}

.main-news .main-admission-block{
	color: #000000;
	height: 200px;
	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: #0c495e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right_jump .nav-link{
	color: #000000;
	border-bottom: 1px solid #cccccc;
}
.right_jump .nav-link:hover{
	background-color: #c2c2c2;
}

*/
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
    
    .main-new-block.main{
        display: none;
    }
    .main-new-block.sub{
        display: block;
    }
}

@media (max-width: 991.98px) {
	
}
@media (min-width: 992px) {
	
}
@media (max-width: 1199.98px) {
	.main-news{
		margin: 20px 10px;
	}
}
