body{
	background:#F9F9F9;
}
.articleList{
	padding-bottom: 50px;
}
.cateList{
	color:#999;
}
.cateList li{
	height:50px;
	line-height: 50px;
	float:left ;
	width: 19.9%;
	text-align: center;
	border-right: 1px solid rgba(153,153,153,.29);
	
}
.cateList li span{cursor: pointer;}
.cateList li.none{
	border:0;
}
.cateList li.active span{
	color: #4766A7;
	border-bottom: 2px solid #4766A7;
	display: inline-block;
}
.contentTab{
	margin:50px 0;
	display: flex;
	justify-content: center;
}
.contentTab li{
	width:108px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border:1px solid rgba(153,153,153,.5);
	color: #999;
	cursor: pointer;
}
.contentTab li.cur{
	background: #4D6BA9;
	color: #FFF;
	border:1px solid #4D6BA9;
}
.tabUl{
	display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.tabUl li{
	width:243px;
	height: 225px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	margin:0 36px 28px 0;
	padding:15px;
}
.tabUl li:nth-child(4n){
	margin-right:0;
}
.tabUl li img{
	width:100%;
}
.tabUl li span{
	margin-top:20px;
	display: block;
}
.noData{
	text-align: center;
	margin:100px 0;
}

.videoTit {
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.videoTit i {
	position: fixed;
	right: 12px;
	font-style: normal;
	font-size: 28px;
	color: #999;
}
#articleDetail{
	float: left;
	width:868px;
	margin-top: 50px;
	background: #fff;
	padding:40px 0;
}
.elseArticle{
	float: right;
	width: 305px;
	margin-top: 50px;
	background: #F9F9F9;
	text-align: center;
	border: 1px solid rgba(151, 151, 151, 0.2);
}
.elseArticle ul li{
	background: #fff;
	width: 242px;
	height: 225px;
	border-radius: 10px;
	padding:15px;
	margin: 20px auto;
}
.elseArticle ul li p{margin-top:20px;font-size: 16px;}
.elseArticle ul li img{width:100%}
.elsetit{
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid rgba(151, 151, 151, 0.2);
	position: relative;
}
.elsetit:before,.elsetit:after{
	content:'';
	width: 40px;
	height: 1px;
	background: -moz-linear-gradient(120deg, #FFFFFF 0%, #999999 100%);
	background: -o-linear-gradient(120deg, #FFFFFF 0%, #999999 100%);
	background: -webkit-linear-gradient(120deg, #FFFFFF 0%, #999999 100%);
	background: linear-gradient(120deg, #FFFFFF 0%, #999999 100%);
	position: absolute;
	left:40px;
	top:34px;
}
.elsetit:after{
	left:225px;
	top:34px;
	background: -moz-linear-gradient(270deg, #FFFFFF 0%, #999999 100%);
	background: -o-linear-gradient(270deg, #FFFFFF 0%, #999999 100%);
	background: -webkit-linear-gradient(270deg, #FFFFFF 0%, #999999 100%);
	background: linear-gradient(270deg, #FFFFFF 0%, #999999 100%);
}
.crumbs{padding-top:24px;}
.detailVideo{
	width:100%;
	margin-top:20px;
}
.detailmt{
	margin:0 24px;
}
.detailmt img{
	width:100%
}
.moreBox{
	text-align: center;
    color: #999;
    margin: 40px 0;
}
.modal{
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.4);
	left: 0;
	top:0;
	z-index: 1000;
}
.modal-dialog{
	background:#fff;
	width:1008px;
	margin:100px auto;
	border-radius: 10px;
	padding:0 12px 12px 12px;
	text-align: center;
}
.modal-header{
	height: 50px;
	line-height: 50px;
	padding:0 12px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 12px;
}
.videoTitle{
	float: left;
}
.videoClose{
	float: right;
	font-size: 30px;
	color: #999999;
}
.business-banner{margin-top:70px;}
.business-banner img{width:100%}
.recommend li span{margin-top:15px;display: block;}
