/*tv信息*/
.tv_info {
    /*width: 100%;*/
    overflow: hidden;
    padding: 0.3rem 0.2rem;
}

.tv_info_left {
    float: left;
}

    .tv_info_left img {
        width: 1.62rem;
    }

.tv_info_right {
    float: left;
    margin-left: 0.3rem;
}

.tv_info_right_p1 {
    font-size: 0.29rem;
    color: #333333;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}

.tv_info_right_p2 {
    font-size: 0.24rem;
    color: #6f6e7e;
    margin-bottom: 0.1rem;
}

.jiaban_dianshi_content {
	padding: 0.1rem 0.15rem 0rem;
}

.more-icon-btn{
	width:0.5rem;
	height:0.5rem;
	margin:0 auto;
	background:url(../img/more_icon.png) center center no-repeat;
	background-size:0.6rem;
}