@charset "utf-8";
.txMovie {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.focus_pic {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.focus_pic li {
	vertical-align: top
}
.focus_pic img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top
}
.focus_nav {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	width: 498px;
	height: 60px;
	*zoom: 1;
	padding-left: 30px;
}
:root .focus_nav {
	-ms-filter: none
}
.focus_nav ul {
	position: relative;
	*zoom: 1;
	padding-top: 10px !important;
}
.focus_nav li {
	position: relative;
	*zoom: 1;
	float: left;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
}
.focus_nav .navPrev,
.focus_nav .navNext {
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	display: inline-block;
	*zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 100;
	overflow: hidden;
	opacity: .6;
	filter: Alpha(Opacity=60);
	background-image: url(../images/focus_nav.png);
	_background-image: url(../images/focus_nav.ie6.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px
}
.focus_nav .navPrev {
	background-position: 10px 8px;
	right: 47px;
	border-right-color: transparent
}
.focus_nav .navNext {
	background-position: -22px 8px;
	right: 10px
}
.focus_nav .navPrev:hover,
.focus_nav .navNext:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
	border-right-color: #fff
}
.focus_nav img {
	border: 2px solid #fff;
	width: 64px;
	height: 34px
}
.focus_nav .on b {
	color: #fff;
	position: absolute;
	top: -10px;
	left: 30px;
	font-size: 10px;
	font-family: arial;
	-webkit-text-size-adjust: none
}
.focus_text {
	position: absolute;
	width: 34%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #f5f5f5;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
	overflow: hidden
}
:root .focus_text {
	-ms-filter: none
}
.focus_text h2 a {
	font-size: 22px;
	color: #000000;
	font-family: 'microsoft yahei', simhei;
	font-weight: normal;
	display: block;
	width: 100%;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis */
}
.focus_text h2 {
	padding-top:10px;
}
.focus_text h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.focus_text ul {
	padding: 10px 10px;
}
.focus_text .sub_tit {
	padding-bottom: 20px;
	color: #575757;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.focus_text .c_txt4,
.focus_text .c_txt4 a {
	color: #787876;
	line-height: 22px
}
.focus_text .c_txt4 a:hover {
	color: #ccc
}
.focus_text .c_txt4 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden
}
.focus_info {
	height: 132px;
	overflow: hidden
}
.focus_text .mod_desc {
	width: 100%;
	white-space: normal;
	overflow: hidden;
	text-indent: 2em
}
.btn_play_big {
	overflow: hidden;
	padding: 5px;
	cursor: pointer;
	/* background: url(../images/bg_btn.png) no-repeat; */
	margin-right: 5px;
	height: 40px;
	/* line-height: 40px;
	line-height: 44px\9;
	+ line-height: 44px;
	_line-height: 40px; */
	/* padding-left: 50px; */
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	/* background-position: 0 -275px */
}
.btn_play_big span {
	float: left;
	height: 24px;
	padding: 0px;
	/* background: url(../images/bg_btn.png) no-repeat; */
	height: 40px;
    color: #666;
	/* background-position: right -320px */
}
.btn_play_big:hover {
	color: #FFF
}
.focus_text .btn_play_big {
	position: absolute;
	bottom: 13px;
	left: 20px
}
.txMovie .focus_nav li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 38px;
	line-height: 999px;
	overflow: hidden;
	font-size: 0;
	background: #040303;
	filter: alpha(opacity=30);
	opacity: .3
}
.txMovie .focus_nav li.on .cover {
	display: none
}
.txMovie .focus_nav li b {
	display: none
}
.txMovie .focus_nav li.on b {
	position: absolute;
	display: inline-block;
	top: -6px;
	left: 29px;
	border-left: 6px dashed transparent;
	border-right: 6px dashed transparent;
	border-top: 0;
	border-bottom: 6px solid;
	color: #fff;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.txMovie .prev,
.txMovie .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.txMovie .next {
	left: auto;
	right: 36%;
	background-position: 8px 5px;
}
.txMovie .prev:hover,
.txMovie .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.txMovie .prevStop {
	display: none;
}
.txMovie .nextStop {
	display: none;
}