.tv_hot{
    width: 1200px;
}
.tv_hot ul{
	float: left;
}
.tv_hot ul li{
	float: left;
	width: 274px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.tv_hot ul li span{
	float: left;
	width: 274px;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}
.tv_hot ul li strong{
	float: left;
	height: 46px;
	width: 46px;
	padding-left: 115px;
}
.avatar {
    position: relative;
}
.tv_hot .avatar {
    display: block;

    overflow: hidden;
    width: 274px;
}
.tv_hot .avatar img {

}
/*.avatar:after {
    bottom: 0;
    content: url("../images/bg_play.png");
    left: 5px;
    position: absolute;
    z-index: 10;
}*/
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {

}
.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.07);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.07);
	-webkit-transform: all 1s ease 0s;
}