/*
eetv列表*/

.condition{
	width: 1272px;
	height: auto;
	background: #fff;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 100px auto 0px;
	padding: 10px 0px;
}
.condition ul{
	width: 95%;
	height: auto;
	margin: 0 auto;
}
.condition ul li{
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0px;
}
.condition ul li:last-child{
	border-bottom: none;
}
.condition ul li .thetitle{
	display: inline-block;
	font-size: 14px;
	color: #808080;
}
.condition ul li a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	color: #646464;
	margin-right: 10px;
}

.condition ul .active{
	background: #003352;
	color: #fff;
}
/*.condition ul li a:hover{
	background: #003352;
	color: #fff;
}*/
.art-eetv{
	border-bottom: 1px solid #f2f2f2!important;
}
.art-eetv .thepic-bg{
	height: 0px;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
}
.art-eetv .thepic-img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.art-eetv .color-bg{
	/*display: none;*/
}
.art-eetv .play-btn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: none;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.art-eetv .thepic-bg .color-bg a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.art-eetv .color-bg{
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	display: none;
}
.art-eetv .play-btn .iconfont{
	font-size: 16px;
}
.art-eetv:hover .thepic-img{
	transform: scale(1.05);
}
.art-eetv:hover .play-btn{
	display: block;
}
.art-eetv:hover .color-bg{
	display: block;
}
.art-eetv .visiting{
	margin-top: 10px;
}
.art-eetv .visiting span{
	font-size: 12px;
}
.art-eetv .thedate{
	font-size: 14px;
	color: #b2b2b2;
	margin-top: 10px;
	font-size: 12px;
}
.art-eetv h4{
	margin-top: 10px!important;
}
.eetv-art-list .eetv-btn{
	margin: 20px auto 50px;
}
.eetv-public-list{
	padding: 0px;
	margin: 20px auto 0px;
}
.eetv-public-list .color-bg{

}
.eetv-public-list .thetitle{
	font-size: 16px;
	line-height: 30px;
}
.eetv-public-list:hover{
	top: 0px;
}
.eetv-public-list .color-bg{
	background-image: none;
	background-image: none;
	background-image: none;
}
.eetv-clear{
	margin-bottom: 100px;
}

/*eetv视频详情*/
.cover-eetv{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.cover-eetv h4{
	font-size: 34px;
	color: #323232;
	line-height: 32px;
	font-weight: bold;
}
.cover-con span{
	font-size: 12px;
}
.cover-con .thedate:after{
	background: none;
	margin-right: 20px;
}
.video-eetv-img{
	width: 100%;
	height: auto;
}
.video-eetv-img .video-container{
	position: relative;
	width: 100%;
}
.video-eetv-img .video-link img{
	display: block;
	width: 100%;
}
.video-eetv-img .video-container video{
	width: 100%;
}
.video-eetv-img .video_loading {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5000;
}
.video-link{
	width: 100%;
	margin: 0 auto;
	display: none;
}
.eetv-article{
	width: 1272px;
	height: auto;
	margin: 100px auto 0px;
	overflow: hidden;
}
.article-left{
	width: 72.48%;
	height: auto;
	float: left;
}
.article-left-tab{
	width: 100%;
	height: 50px;
	background: #ededed;
	border-bottom: 1px solid #ededed!important;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 20px auto 0px;
}
.article-left-tab li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0px 10px;
}
.article-left-tab li a{
	font-size: 16px;
	color: #323232;
	display: block;
	width: 100%;
	height: 100%;
}
.article-left-tab li.active{
	border-bottom: #003352 2px solid;
}
.article-left-tab li.active a{
	font-weight: bold;
	color: #003352;
}
.article-con-eetv{
	width:100%;
	height: auto;
	/*overflow: hidden;*/
	padding-bottom: 50px;
}
.tab-content-left{
	background: #fff;
	border: 1px solid #ededed;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px!important;
}
.article-con-eetv .video-con{
	width: 93.6%;
	margin: 0 auto;
	line-height: 40px;
	font-size: 16px;
	color: #646464;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}
.operation-row{
	width: 93.6%;
	height: 50px;
	margin: 25px auto 0px;
	position: relative;
}
.operation-row .share{
	position: absolute;
	top: 5px;
	left: 0px;
}
.operation-row .share .share-title{
	display: block;
	float: left;
	line-height: 40px;
}
.operation-row .share .share-icon,
.operation-row .share .share-icon1{
	width: 40px;
	height: 40px;
	border: 1px solid #e74c3c;
	border-radius: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #e74c3c;
	cursor: pointer;
	margin-right: 5px;
	float: left;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.operation-row .share .share-icon1 {
	width: auto;
	height: auto;
	border: none;
	position: relative;
}
.operation-row .share .share-icon1 .weixin-pic{
	position: absolute;
	top: -160px;
	left: -55px;
	color: #646464;
	display: none;
	width: 150px;
	height: 150px;
}
.operation-row .share .share-icon1 .weixin-pic img {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 10px;
	border: 8px solid #f2f2f2;
}

.operation-row .share .share-icon1:hover .weixin-pic {
	display: block;
}
.eetv-relative-tags{
	width: 93.6%;
	height: auto;
	margin: 20px auto 0px;
}
.eetv-relative-tags a,
.eetv-relative-tags .leads_tag{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
	border: 1px solid #ededed;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	color: #808080;
	border-radius: 500px;
	margin-bottom: 8px;
	margin-right: 5px;
}
.eetv-relative-tags a:hover{
	background: #f2f2f2;
}

#share-weixin {
	border: 1px solid #09bb07;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 500px;
	color: #09bb07;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	font-size: 24px;
}

.operation-row .share .share-icon:hover{
	background: #e74c3c;
	color: #fff;
}
#share-weixin{
	border: 1px solid #09bb07;
	color: #09bb07;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#share-weixin:hover{
	background: #09bb07;
	color: #fff;
}
#share-qZone{
	border: 1px solid #008bdb;
	color: #008bdb;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#share-qZone:hover{
	background: #008bdb;
	color: #fff;
}
.operation-row .thumbs {
	width: 170px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -85px;
	background: #fafafa;
	text-align: center;
	line-height: 50px;
	border: 1px solid #f0f0f0;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.operation-row .thumbs .iconfont{
	font-size: 24px;
	color: #053755;
}
#diggnum{
	font-size: 20px;
	font-weight: bold;
	color: #053755;
	font-family: 'EnmyFont';
}
.operation-row .thumbs:hover{
	background: #053755;
}
.operation-row .liked .thumbs{
	background: #053755;
}
.operation-row .liked .iconfont{
	color: #fff;
}
.operation-row .liked #diggnum{
	color: #fff;
}
.operation-row .thumbs:hover .iconfont{
	color: #fff;
}
.operation-row .thumbs:hover #diggnum{
	color: #fff;
}
.operation-row .thumbs-up a{
	background: #053755;
	color: #fff;
}
.operation-row .thumbs-up a strong{
	color: #fff;
}
.operation-row .return-list{
	position: absolute;
	top: 5px;
	right: 0px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
.operation-row .return-list a{
	color:#053755;
}
.operation-row .return-list .iconfont{
	font-size: 20px;
	font-weight: normal;
	padding-right: 2px;
}
.art-part{
	width: 93.6%;
	height: auto;
	margin: 40px auto 0px;
	overflow: hidden;
}
.art-part span{
	width: 45%;
	display: block;
	float: left;
	color: #646464;
	font-size: 14px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.art-part span a{
	color: #646464;
}
.art-part .theright{
	float: right;
	text-align: right;
}
.series-con-eetv{
	width: 93.6%;
	height: auto;
	padding-bottom: 20px;
	margin: 0px auto;
}
.series-con-eetv li{
	width: 100%;
	height:60px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 60px;
	font-size: 16px;
}
.series-con-eetv li a{
	color: #646464;
}
.public-v-artcle .r-artcle-pic{
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.public-v-artcle img{
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
/*.eetv-article  .hot-new-t{
	margin-top: 0px!important;
}*/
.loading{
	width: 100%;
	margin: 100px auto 0px;
	text-align: center;
}
#eetv-tag-list{
	height: 40px;
	border-bottom: 2px solid #003352;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #003352;
	line-height: 40px;
}
#eetv-tag-list:after{
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-left: 5px solid #b8b8b8;
	border-bottom: 5px solid transparent;
	margin: -2px 5px 0px;
}
.column-new .new-public{
	margin-top: 9px;
}
.hot-new-t-eetv{
	margin: 0px auto!important;
}

.video-js{
	width: 100%;
	height: 0px;
	padding-bottom: 60% !important;
}
.vjs-big-play-button .vjs-icon-placeholder{
	font-size: 1em;
}
.video-js .vjs-big-play-button{
	margin-left: -1.5em;
	margin-top: -0.75em;
}




@media (max-width: 1300px){
	.condition {
		width: 96%;
	}
	.eetv-article{
		width: 96%;
	}
	.cover-eetv{
		width: 96%;
	}

}
@media (max-width: 1200px){
	.tab-content-left{
		width: 100%!important;
		margin: 0 auto!important;
	}
}
@media (max-width: 992px){
	.art-part{
		margin: 5% auto 0px;
	}
	.condition{
		margin: 70px auto 0px;
	}
	.art-eetv h4{
		margin-top: 0px!important;
	}
	.eetv-public-list{
		width: 50%;
		float: left;
		padding: 0px 2%;
	}
	.eetv-clear{
		margin-bottom: 5%;
	}
	.eetv-article{
		width: 100%;
		margin: 2% auto 0px;
	}
	.article-left{
		width: 96%;
		margin: 80px auto 0px;
		float: none;
		padding-bottom: 2%;
	}
	.eetv-article .new-public{
		width: 96%;
	}
	.eetv-article .hot-new-t{
		width: 100%!important;
	}
	.eetv-article .new-public .public-r-artcle{
		margin: 20px 0px;
	}
	.pl-title-tab{
		width: 93.6%!important;
	}
	.pl-title{
		width: 93.6%!important;
	}
	.pl-show-box{
		width: 93.6%!important;
	}
}
@media (max-width: 767px){
	.cover-eetv h4{
		font-size: 24px;
	}
	.series-con-eetv{
		padding-bottom: 0px;
	}
	.series-con-eetv li{
		height: 50px;
		line-height: 50px;
	}
	.article-con-eetv{
		padding-bottom: 0px;
	}
	#eetv-tag-list{
		border-bottom: none;
	}
	.eetv-public-list{
		width: 96%;
		float: none;
		padding: 0px;
	}
	.condition ul li .thetitle{
		font-size: 12px;
	}
	.condition ul li{
		padding: 8px 0px;
	}
	.condition ul li a{
		height: 26px;
		line-height: 26px;
		padding: 0px 10px;
		margin-bottom: 8px;
	}
	.condition ul li a:hover{
		background: none;
	}
	.art-part span{
		width: 100%;
		float: none;
		padding: 2% 0px;
	}
	.art-part .theright{
		float: none;
		text-align: left;
	}

}
