
/* video -list */
.video-list{
	border-top: 1px solid #e3e3e3;
/*	margin-left: 1px;*/;
/*margin-right:-15px;*/
}
.video-list .video-list-data{
	width: 195px;
	float: left;
	margin-bottom: 14px;
	margin-right: 18px;
	transition: .2s linear;
}
.video-list2 .video-list-data{width:204px;margin-right:15px;}
.video-list .video-list-data:hover{
	box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
}
.video-list .video-list-data:nth-child(5n){
	margin-right: 0;
}
.video-list2 .video-list-data:nth-child(5n){
  margin-right: 15px;
}
.video-list2 .video-list-data:nth-child(4n){
  margin-right: 0;
}
/*.video-list .knowledge:nth-child(4n){*/
	/*margin-right: 15px;*/
/*}*/
.video-list .video-list-data .video-list-data-img{
	width: 195px;
	height: 130px;
	position: relative;
	overflow: hidden;
}
.video-list2 .video-list-data .video-list-data-img{
  width: 204px;
}
.video-list .knowledge .video-list-data-img{
	height: 280px;	
}
.video-list .video-list-data .video-list-data-img span,.video-list-data-img span{
	dispaly:block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(../img/bf2.png) center center no-repeat;
}
.video-list .video-list-data img{
	width: 100%;
	height: 100%;
	display: block;
}
.video-list .video-list-data p{
  width:95%;margin:0 auto;
	line-height: 38px;
	padding-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	color: #053367;	
}
.video-list .knowledge p{
	line-height: 38px;
	padding: 8px 16px 0;
	text-indent: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-weight:bold;
}
.video-list .knowledge span{
	padding: 0 16px;
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
	display: block;
	line-height: 20px;
	min-height: 40px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
/**  detail  **/
.video-detail{
  /*width:1050px;*/
	/*!*background: #f5f5f5;*!*/
	/*!*border-top: 1px solid #e0e0e0;*!*/
	/*padding:0 75px 50px;*/
  /*box-sizing: border-box;;*/

}
.video-detail h2{
	 color: #333;
	 font-size: 28px;
	 font-weight: normal;
	 line-height: 106px;
}
.video-other-data span{
	color: #999999;
	font-size: 12px;
	margin-right: 20px;	
}
.video-other-data span em{
	color: #053367;
}
.video-other-data-attribute{
	float: right;
}
.video-other-data .video-other-data-attribute span{
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	padding: 7px 10px;
	background: #fff;
	margin-right: 7px;
}
.video-relevant{
  width:1050px;margin:0 auto;
	padding-top: 14px;
	padding-bottom: 40px;
	border-top:1px solid #e2e2e2
}
.video-relevant .xg-video{
     
	padding-top: 26px;
	position: relative;
}
.xg-video h2,.fireClassArea h2{
	/*border-left:4px solid #cc0000;*/
	/*padding-left:10px;*/
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 40px;
  position: relative;;
  border-bottom: 2px solid #0d1c28;
}
.xg-video h2 span{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 6px solid #f13939;
  position: absolute;
  z-index: 100;
  left:0;
  bottom: -2px;
}
.xg-video h2 a{
	color: #333;
  display: block;;
  height:36px;
}
.fireClassArea h2{
	margin-bottom: 10px;
}
.xg-video .video-list{
	border-top: none;
}

/***fire-class***/
.video-relevant .xg-video .getmore,.fireClassArea .getmore{
	text-align: center;
}
.video-relevant .xg-video .getmore a,.fireClassArea .getmore a{
	border: 1px solid #ccc;
	display: inline-block;
	outline: none;
	padding: 12px 40px;
	color: #696969;
	border-radius: 4px;
	background: #fff;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.video-relevant .xg-video .getmore a:hover,.fireClassArea .getmore a:hover{
	color: #bd0101;
	border-color: #bd0101;
}
.video-list .knowledge{
	background: #F8F8F8;
	border-bottom: 1px solid #EFEFEF;
}
.xg-video .knowledge-btn span{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 106px;
	width: 50px;
	background-image:url(../img/kn-arr-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: -90px;
	background-color: #a2a2a2;
	cursor: pointer;
}
.xg-video .knowledge-btn span:first-child{
	left: -90px;
	background-image:url(../img/kn-arr-left.png);
}
/*新增*/
.introduce_content a {
    width: 84px;
    height: 31px;
    border: 1px solid #cecece;
    border-radius: 6px;
    margin-right: 14px;
    color: #666;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
/*.knowledgelist ul li{
	padding-top:20px;
	padding-bottom:22px;
}*/
.knowledgelist .knowledgelist-data{
	padding: 20px;
  /*border:1px solid #eaeaea;*/
}
/*.knowledgelist{padding:20px;}*/
.knowledgelist  a{
	display: inline-block;
	border-top:1px dotted  #eaeaea;
	font-size:15px;
	width:100%;
	padding:0 10px;
  color:#666;

}
.knowledgelist  a:last-child{	border-bottom:1px dotted  #eaeaea;}
.knowledgelist  a b{
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #666;
  vertical-align: middle;
  margin-right: 10px;}
.knowledgelist .knowledgelist-data a{
	width: 100%;
  height:36px;
}
/*.knowledgelist .knowledgelist-list a:nth-child(5n){*/
	/*margin-bottom: 22px;*/
/*}*/
/*.knowledgelist .knowledgelist-data a:nth-child(2n){*/
	/*margin-right: 0;*/
/*}*/
/*.knowledgelist .knowledgelist-data a:nth-child(9),.knowledgelist .knowledgelist-data a:nth-child(10){
	margin-bottom: 22px;
}*/
.knowledgelist  a:hover{
	background: #f5f5f5;
}
.knowledgelist  a span{
	float:right;
	text-align: right;
	padding-right:10px;
	font-size: 14px;
	color:#999;display: inline-block;
  line-height: 36px;
}
.fireClass ul li{
	float:left;
	width:510px;
	margin-left:15px;
	margin-right:15px;
}
.fireClass ul li:first-child,
.fireClass ul li:nth-child(3){
	margin-left:0px;
}
.fireClass ul li:last-child,
.fireClass ul li:nth-child(2){
	margin-right:0px;
}
.fireClassArea .introduce_content{
	border-bottom:1px solid #f0f0f0;
	padding-bottom:10px;
}
.fireClassArea .introduce_content a{
	margin-right:5px;
}
.fireClassArea .introduce_content a:hover{
	background-color:#cc0000;
	border:1px solid #cc0000;
	color:#fff
}
/** e-book **/
.ebook-list{
	width: 270px;
	margin-right: 30px;
	float: left;
	padding: 20px 30px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	margin-bottom: 36px;
}
.ebook-list a{
	display: block;
	width: 100%;
}
.ebook-list a .ebook-imgbox{
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.ebook-list a .read{
	color: #cc0000;
}
.ebook-list a img{
	width: 100%;
}
.ebook-list:nth-child(3n){
	margin-right: 0;
}
.video-list .special-list-data{
    width: 303px;
    float: left;
    margin-bottom: 14px;
    transition: .2s linear;
    padding:12px;
    margin-right:32px;
}
.video-list .special-list-data .special-list-data-img
{
    width:303px;
    height:121px;
    overflow:hidden;
}
.knowledgelist a i{
  display: inline-block;
  font-style: normal;
  width:600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height:36px;line-height: 36px;
}
/*.knowledgelist-data a:first-child{border-top:1px dotted  #eaeaea}*/
.xg-video>p{font-size: 20px;color:#666;line-height: 43px;margin-top:50px;margin-bottom:20px;}


