.table{
	width:1170px;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}
.nav-tabs{
	width:132px;
	height:auto;
	float: left;
	padding-top:30px;
	border: 0;
}
.nav-tabs>li{
	width:132px;
}
.nav-tabs>li>a:link,.nav-tabs>li>a:visited{
	color:#666;
	margin:0;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:30px;
	border: 0;
}
.nav-tabs>li>a:hover{
	background:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border-radius:0;
	border: 0;
	line-height:30px;
	color:#1377d7;
}
.nav-tabs>span{
	color:#333;
	font-size:16px;
}
.active{
	border: 0;
	line-height:30px;
}
.tab-content{
	float: left;
	width:1038px;
	margin:0 auto;
	padding-top:30px;
}
.tab-content>div{
	width:100%;
	height:auto;
	border: 0;
}
.tab-content>div>ol{
	width:1038px;
	min-height:360px;
	margin:0;
}
.tab-content>div>ol>a>li{
	width:316px;
	height:340px;
	float: left;
	margin-left:30px;
	margin-bottom:20px;
	overflow: hidden;
}
.tab-content>div>ol>a>li>img{
	display: block;
	width:316px;
	height:240px;
}
.tab-content>div>ol>a>li>h4{
	width:316px;
	height:40px;
	padding-top:20px;
	font-size:14px;
	color:#333;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.tab-content>div>ol>a>li>p{
	width:316px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height:26px;
	color:#666;
	font-size:14px;
}
.pagination-container{
	text-align: center;
	clear:both;
}
.pages{
text-align:center;
clear:both;
padding-bottom:20px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.table{
		width:100%;		
	}
	.nav-tabs{
		width:100%;
		float: none;
		padding:0.3rem 0.18rem;
		display: flex;
		justify-content: space-between;
		align-content: space-between;
		flex-wrap: wrap;
	}
	.nav-tabs>div{
		display: none;
	}
	.nav-tabs>span{
		display: block;
		width:100%;
		text-align: center;
		font-size:0.3rem;
		height:0.6rem;
		border-bottom: 0.02rem solid #ededed;
		margin-bottom:0.25rem;
	}
	.nav-tabs>li{
		width:30%;
	}
	.nav-tabs>li>a:link, .nav-tabs>li>a:visited{
		padding: 0;
		text-align: center;
		font-size:0.28rem;
	}
	.tab-content{
		width:100%;
		float: none;
		padding-top:0.3rem;
	}
	.tab-content>div>ol{
		width:100%;
		height:auto;
	}
	.tab-content>div>ol>a>li{
		width:80%;
		float: none;
		height:auto;
		margin:0 auto 0.3rem;
		border:0.02rem solid #ededed;
		padding-bottom: 0.2rem;
	}
	.tab-content>div>ol>a>li>img{
		width:100%;
	}
	.tab-content>div>ol>a>li>h4{
		width:100%;
		height:0.6rem;
		font-size:0.3rem;
		padding:0.2rem 0.15rem 0.15rem 0.15rem;
	}
	.tab-content>div>ol>a>li>p{
		width:85%;
		font-size:0.28rem;
		line-height:0.5rem;
		padding:0rem 0.15rem;
	}
}