@charset "utf-8";
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,
big,button,cite,code,del,dfn,em,img,ins,input,kbd,q,s,samp,select,small,strike,strong,
sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,textarea,
caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
body{
	line-height:1;
	font:normal 14px/100% Arial,"黑体",Helvetica,sans-serif;
}
:focus{
	outline:0;
}
a{
	text-decoration:none;
	color:#333;
	display:block;
}
a:hover{
	color:#f60;
}
ol,ul,li{
	list-style:none;
}
b,strong{
	font-weight:bold;
}
img{
	border:none;
	display:block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.poster-item-title {
 background:rgba(42, 42, 42, 0.6) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=80); background:#2a2a2a;

  color: #FFF;
  width: 100%;
  height: 52px;
  line-height: 62px;
  position: absolute;
  bottom: 0;
  text-indent: 20px;
  font-size:15px;
}