#channel-right{
	width:341px;
	float:right;
}
#channel:after, #channel-right:after{
	content:"";
	display:block;
	clear:both;
}
.channel {
	width: 315px;
	height:378px;
	border-top: 2px solid firebrick;
	margin:0 13px 20px;
	overflow: hidden;
	float:left;
}
.channel h2 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: firebrick;
	font-family: "΢���ź�";
	font-weight: normal;
}
.channel h2 a {
	color: firebrick;
	font-family: "΢���ź�";
	font-weight: normal;
	font-size: 16px;
}
.channel .picTitle {
	display:block;
	position: relative;
	width: 315px;
	height: 175px;
	overflow: hidden;
	background: #f1f1f1  no-repeat 50% 50%;
}
.channel  img {
	width: 315px;
	height: 175px;
}
.channel .name {
	background: rgba(29,113,182,0.4);
	bottom: 0;
	color: #FFFFFF;
	height: 35px;
	left: 0;
	line-height: 35px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	font-family: "΢���ź�";
	text-decoration: none;
}
.channel  ul {
	padding-top: 5px;
	overflow: hidden;
}
.channel  li {
	font-family: "����";
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	width: 315px;
	overflow: hidden;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.channel li:hover span {
	display: none;
}
.channel  li a {
	color: #393939;
}
