/* 科技教育馆列表 */
.tap {
 	padding-bottom: 9px;
 	clear: both;
 	width: 100%;
 	float: none;
}

.tap::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.tap::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.tap::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.tap .default_pgContainer a {
	width: 328px;
	background: #ccc;
	background-color: #fefeff;
 	border: solid 1px #f5f5f5;
	margin-top: 40px;
	text-align: left;
	cursor: pointer;
	color: #000;
	margin-left: 10px;
	display: block;
	float: left;

}
.tap  a section{
	height: 100%;
}
.tap section h1 {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	line-height: 32px;
}

.tap section p {
	font-size: 16px;
	color: #222;
	margin: 10px 10px;
	line-height: 25px;
	padding-top: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 0px;
}

.banner {
	margin: 60px 0;
	cursor: pointer;
}
