.message{
	width:1170px;
	height:auto;
	margin:0 auto;
}
.nav-tabs{
	width:1170px;
	height:90px;
}
.nav-tabs>li{
	width:102px;
	margin-right: 58px;
}
.nav-tabs>li>a:link,.nav-tabs>li>a:visited{
	color:#333;
	font-size:24px;
	line-height:90px;
}
.nav>li>a{
	padding:0;
}
.nav-tabs>li>a{
	margin:0;
	border: 0;
	height:86px
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
}
.active{
	margin: 0;
	border-bottom: 4px solid #1077d6;
}
.nav-tabs>li>a:hover{
	background: none;
}
.tab-content{
	height:auto;
}
.tab-content>div>ul{
	width:1170px;
	min-height: 500px;
	padding-top:122px;
}
.tab-content>div>ul>li{
	width:100%;
	height:214px;
	border:1px solid #e8eae9;
	overflow: hidden;
	margin-bottom: 28px;
	overflow: hidden;
}
.tab-content>div>ul>li>img{
	float:left;
	width:300px;
	height:212px;
}
.tab-content>div>ul>li>div{
	width:866px;
	float:left;
	padding:0 33px;
	height:100%;
}
.tab-content>div>ul>li>div>h4{
	width:800px;
	height:66px;
	color:#333;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.tab-content>div>ul>li>div>h4>b{
	float: left;
	display: inline-block;
	width:620px;
	font-weight: normal;
	font-size:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:66px;
}
.tab-content>div>ul>li>div>h4>span{
	color:#999;
	font-size:12px;
	float: left;
	margin-top: 30px;
}
.tab-content>div>ul>li>div>h4>span:nth-child(2){
	display: inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#999;
	margin:34px 10px 0 46px;

}
.tab-content>div>ul>li>div>h4>i{
	display: block;
	position: absolute;
	left:-15px;
	top:25px;
	width:3px;
	height:20px;
	background:#ec7519;
}
.tab-content>div>ul>li>div>p{
	line-height:30px;
	color:#666;
	font-size:14px;
	margin:10px 0 0 0 ;
	height:90px;
	overflow:hidden;
}
.tab-content>div>ul>li>div>a:link,.tab-content>div>ul>li>div>a:visited{
	color:#1276d8;
	font-size:14px;
	float: right;
}
.tab-content>div>ul>li:hover>div{
	background:#e7f1fb;
}
.tab-content>div>ul>li:hover>div>h4>b{
	color:#1076d8
}
.noborder{
	border: 0;
}
.pagination-container{
	text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.message{
		width:100%;
		height:auto;

	}
	.nav-tabs{
		width:100%;
		height:0.9rem;
		border-left: 0.02rem solid #ededed;
		border-right: 0.02rem solid #ededed;
	}
	.nav-tabs>li{
		width:20%;
		height:0.9rem;
		line-height:0.9rem;
		margin:0;
	}
	.nav-tabs>li>a:link, .nav-tabs>li>a:visited{
		width:100%;
		height:0.8rem;
		line-height:0.9rem;
		font-size:0.32rem;
		text-align: center;
	}
	.tab-content>div{
		width:100%;
		height:auto;
	}
	.tab-content>div>ul{
		width:100%;
		height:auto;
		min-height: auto;
		padding:1rem 0.18rem 0;
	}
	.tab-content>div>ul>li{
		height:auto;
		margin-bottom:0.3rem;
	}
	.tab-content>div>ul>li>img{
		width:100%;
		height:4rem;
	}
	.tab-content>div>ul>li>div{
		width:100%;
		padding: 0 0.18rem;
	}
	.tab-content>div>ul>li>div>h4{
		width:100%;
		height:1rem;
		line-height:1rem;
	}

	.tab-content>div>ul>li>div>h4>b{
		width:70%;
		height:100%;
		line-height:1rem;
		font-size:0.32rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	.tab-content>div>ul>li>div>h4>span{
		display: inline-block;
		width:30%;
		height:100%;
		float: left;
		font-size:0.24rem;
		margin-top:0;
	}
	.tab-content>div>ul>li>div>h4>span.dian,.tab-content>div>ul>li>div>h4>i{
		display: none;
	}
	.tab-content>div>ul>li>div>p{
		width:100%;
		word-break: break-all;
		font-size:0.24rem;
		line-height:0.45rem;
	}
	.tab-content>div>ul>li>div>a:link, .tab-content>div>ul>li>div>a:visited{
		font-size:0.28rem;
		margin-bottom:0.15rem;
	}
	.active{
		border: 0;
	}
	.nav-tabs>li.active>a:link, .nav-tabs>li.active>a:visited{
		color:#1077d6;
	}
}
