#header {
	margin-bottom: 0;
}
#body {
	position: relative;
}
#body .l-width {
	position: static;
}
.web-intro {
	height: 150px;
	padding-top: 60px;
}
.web-intro:after {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: -50%;
	background: url(../images/academic-pic.jpg) center no-repeat;
	content: "";
	z-index: -1;
}
.web-intro h1 {
	position: relative;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 3px;
	border-bottom: 0;
	z-index: 0;
}
.web-intro h1 .title:after {
	border: 0;
}
.layui-tab {
	position: relative;
}
.academic .layui-tab-title {
	height: 65px;
	border-bottom: 1px solid #e0e0e0
}
.academic .layui-tab-title li {
	padding: 0 10px;
	color: #646464;
	font-size: 18px;
	line-height: 64px;
}
.academic .layui-tab-title li:first-child:last-child {
    color: #646464!important;
    font-size: 18px!important;
	cursor: default!important;
}
.academic .layui-tab-title li:first-child:last-child a {
	cursor: pointer!important;
}
.academic .layui-tab-title li a {
	display: inherit;
}
.academic .layui-tab-title .layui-this {
	color: #050505;
	font-size: 24px;
}

.academic .layui-tab-title .layui-this:after {
	height: 66px;
	border: 0;
	border-bottom: 3px solid #0033a0;
}
.academic .layui-tab-title .layui-this:first-child:last-child:after {
	border: 0;
}

.academic .layui-tab-content {
	padding: 25px 0;
}
.site-search {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 2;
}
.site-search .layui-input {
	float: left;
	width: 200px;
}
.site-search .layui-btn {
	float: left;
}
.info-list {

}
.info-list dl {
	position: relative;
	margin-bottom: 24px;
	padding: 10px 20px;
	border: 1px solid #eee;
	border-radius: 5px;

    transition: all .3s;
    -webkit-transition: all .3s;
}
.info-list dl:hover {
	border: 1px solid #ddd;

}
.info-list dt a:hover {
	text-decoration: none;
}
.info-list dl:hover dt a {
	color: #0033a0;
}


.info-list dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	padding-right: 120px;
	font-size: 20px;
	line-height: 40px;
}
.info-list dd {
	display:-webkit-box;
	overflow: hidden;
	max-height: 50px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}
.info-list dd a:hover {
	text-decoration: none;
}
.info-list dd.time {
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 40px;
font-size: 18px;
	font-weight: lighter;
}

.info-detail {
	padding: 0 10px;
}
.info-title {
	text-align: center;
}
.info-title h1 {
	margin-bottom: 10px;
}
.info-title {
	margin: 30px 0 70px;

}
.info-title em {	
	font-size: 15px;
	color: #999;
}
.info-title em + em {
	margin-left: 2em;
}
.info-content p {
text-indent: 2em;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}