@CHARSET "UTF-8";
.banner{
	background: url("images/bar.jpg") no-repeat center center;
	height: 300px
}
.layui-tab .info-nav{
	text-align: center;
}
.layui-tab .info-nav li{
	margin: 0 20px
}
.info-list-item div{
	height: 200px;
	overflow: hidden;
}
.info-list-item .face img{
	width: 100%;
}
.info-list-item .text{
	position: relative;
}
.info-list-item .text h3{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #0d80b8;
	line-height: 50px;
	height: 50px;
}
.info-list-item .text .date{
	color: #c2c2c2;
	font-size: 15px;
	font-weight: bolder;
}
.info-list-item .text .more{
	position: absolute;
	bottom: 0;
	right: 15px;
}
/*重写layui*/
.layui-tab-content{
	padding: 0;
}
.layui-nav-tree{
	width: 100%;
}