body{
	background-color:#ffffff;
}
#banner{
	background: url('../../img/zt2018/zthb/banner.png') no-repeat top center;
	height: 389px;
}
#content{
	overflow:hidden;
	zoom:1;
	margin-top:30px;
}	
#content .fl{
	float: left;
	width: 760px;
}
	
#content .rt{
	float: right;
	width: 303px;
}
#content .s-title{
	border-bottom: 7px solid #fc9500;
}
#content .s-title h3{
	font-size: 18px;
	font-weight: bold;
	color: #f36400;
	display: inline-block;
	border-bottom: 7px solid #f36400;
	margin-bottom: -7px;
	height:32px;
	line-height:32px;
}
#content .sm div{
	margin-top:20px;
	color:#000000;
	font-size:14px;
}
#content .sm h4{
	float:left;
	color:#f36400;
	width:70px;
}
#courseList {
	background-color: #f36400;
	border-radius: 45px;
	height: 45px;
	margin-top:35px;
	margin-bottom: 20px;
	padding:0 15px;
}

#courseList li {
	float: left;
	position: relative;
	line-height: 45px;
	height: 100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	margin-left:40px;
}

#courseList li.selected:before {
	position: absolute;
	content: '';
	width: 66px;
	height: 57px;
	left:-20px;
	top: -6px;
	z-index:-1;
	background: url(../../img/zt2018/zthb/courseIcon.png) no-repeat 0 0;
}
#courseList li.selected{
	z-index:1;
}

.table {
	width: 100%;
	margin-bottom: 68px;
	display: none;
}

.table.selected{
	display: table;
}

.table thead tr {
	background-color: #ffb344;
	border: 1px solid #ffb344;
}


.table thead th {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	text-align: center;
}
.table tbody tr {
	height: 54px;
}
.table .bdown{
	height:64px;
}
.table td {
	border: 1px solid #ffb344;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.align-left {
	text-align: left !important;
	padding-left: 10px;
}
.td-time {
	width: 102px;
}
.td-count {
	width: 82px;
}
.td-down {
	width: 68px;
}
.td-down span {
	width: 27px;
	height: 20px;
	background: url('../../img/zt2018/zthb/downIcon.png') 0 0;
	display: inline-block;
	cursor: pointer;
}

.align-right {
	text-align: right !important;
	padding-right: 15px;
	line-height: 64px;
}

.downAll,.downAll:hover {
	background: url('../../img/zt2018/zthb/bdownIcon.png') 0 0;
	width: 110px;
	height: 37px;
	display: inline-block;
	float: right;
}
/*左边具体*/
.imgLink{
	margin-top:20px;
	margin-bottom:2px;
	display: block;
}
.yl{
	margin-bottom:10px;
}
.rt li a{
	font-size:14px;
	color:#000;
	line-height:39px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.rt ul{
	display:none;
}
.rt .selected{
	display:block;
}