﻿table{
	table-layout: initial;
}
#Content{
	padding-bottom: 20px;
}

#Date{
	margin-top: 90px;
	margin-bottom: 10px;
}
#Date .def_content{
	height: 30px; width: 976px;
	padding: 9px 34px 9px 14px;
	border-radius: 8px;
	background: #fff;
}
#Date a{
	/*width: 46px; */height: 30px;
	border-radius: 2px;
	font-size: 14px; line-height: 30px; text-align: center;
	display: block;
	margin-top: 3px;
}
#Date a.on{
	background: #0054dd;
	color: #fff !important;
}
#Date .date_con{
	float: left;
}
#Date .type_con{
	margin-right: 6px;
	float: right;
}
#Date .separate{
	height: 30px;
	margin: 0 5px 0 7px;
	font-size: 13px; line-height: 30px; text-align: center; color: #e1e1e1;
	float: left;
}
#Date input{
	height: 28px; width: 110px;
	padding-left: 30px;
	border-radius: 2px; border: 1px solid #e1e1e1;
	background: url(../images/icon_match_n.png) no-repeat 10px center; background: url(../images/icon_match_n_20.png) no-repeat 10px center\9; background-size: 20px;
	font-size: 13px; line-height: 28px; text-align: center;
	cursor: pointer;
	float: right;
}
:root #Date input{
	background: url(../images/icon_match_n.png) no-repeat 10px center; background-size: 20px;
}


#Date.fix{
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	position: fixed; top: 0; left: 0; right: 0; z-index: 10;
}
#Date.fix + #Content{
	padding-top: 58px;
}

/*栏目*/
.el_con{
	/*padding-top: 20px;*/
	margin-bottom: 0;
}

.el_con table{
	width: 100%;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}
.el_con table td{
	height: 35px;
	border-top: 1px solid #e1e1e1;
	font-size: 14px; line-height: 20px;
	position: relative; top: -1px;
}
.el_con table td:first-child{
	padding-left: 5px;
}
.el_con table td:first-child + td{
	padding-left: 10px;
	color: #1a0ed0;
}
.el_con table td:first-child + td + td{
	color: #9b9b9b; text-align: center;
}
.el_con table td:first-child + td + td + td{
	/*color: #FF0000;
	font-weight: bold;
	text-align: center;*/
}
.el_con table td a{
	display: block;
}
.el_con table td:first-child + td + td + td + td{
	font-size: 12px; color: #9b9b9b; text-align: center;
}
.el_con table td:first-child + td + td + td + td + td{

}
.el_con table td:first-child + td + td + td + td + td + td{
	height: 38px;
	padding: 6px 0 6px 20px;
	line-height: 24px; color: #0054dd;
}
.el_con table td:first-child + td + td + td + td + td + td{

}
.el_con table td img.icon{
	width: 34px; height: 34px;
	margin: 0 auto;
	display: block;
}
.el_con table td img.major{
	width: 60px; height: 30px;
	margin: 0 auto;
	display: block;
}
.el_con table td .live{
	color: #d0021b;
}
.el_con table td .score{
	font-size: 16px; color: #d0021b;
}
.el_con table td.channel a{
	margin-right: 12px;
	display: inline-block;
	color: #0043ff;
}
.el_con table td.channel a:hover{
	text-decoration: underline;
}
.el_con table td.channel span{
	color: #9b9b9b;
}
.hot {
	display: inline-block;
	width: 26px;
	height: 18px;
	margin-left: 4px;
	background: url(../images/hot.png) top right no-repeat;
}
@media screen and (min-width: 1300px){
	#Date .def_content{
		width: 1152px;
	}
}







