#main{
	margin-top: 130px;
}
#main .hostwrap .sectiontitle{
	height: 32px;
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	color: #333333;
}
#main .hostwrap .hostlist{
	margin-top: 60px;
	overflow: hidden;
}
#main .hostwrap .hostlist .innerwrap{
	width: 1220px;
	overflow: hidden;
}
#main .hostwrap .hostlist .item{
	margin-right: 20px;
	margin-bottom: 60px;
	float: left;
}
#main .hostwrap .hostlist .item .imgbox{
	width: 222px;
	height: 296px;
	border: 1px solid #999;
	border-radius: 8px;
	overflow: hidden;
}
#main .hostwrap .hostlist .item .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .hostwrap .hostlist .item .hostname{
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #333333;
	margin-top: 15px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .hostwrap .hostlist .item .programname{
	width: 100%;
	height: 22px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	color: #333333;
	line-height: 22px;
	margin-top: 15px;
}


/* =====================移动端==================== */
#m_main .m_block{
	padding: 0.9375rem;
	background: #F6F6F6;
}
#m_main .m_hostcontent{
	width: 100%;
	background: white;
	border-radius: 0.5rem;
}
#m_main .m_hostcontent .m_hostname{
	font-size: 0.9375rem;
	color: #333;
	padding: 0.9375rem;
}
#m_main .m_hostcontent .m_hostshow{
	padding:0 0.9375rem;
}
#m_main .m_hostcontent .m_hostshow img{
	width: 100%;
}
#m_main .m_hostcontent .m_scale{
	font-size: 0.75rem;
	color: #999;
	padding: 0.9375rem;
	text-align: center;
}
