.m-bd {
	width: 1080px;
}
.newjp .m-bd{
	border-color:#dddddd;
}
.newjp .m-bd span{
	color:#969696;
	font-size:12px;
}
#banner {
	background: url(../../img/zt2018/sdt/banner.jpg) no-repeat top center;
	height: 389px;
	width: 100%;
	max-width: 1920px;
	min-width: 1080px;
}
.sdt_info{
	margin-top:15px;
}
.sdt_infoTit{
	width:247px;
	height:78px;
	margin:0 auto 25px;;
	background: url(../../img/zt2018/sdt/infoTit.png) no-repeat top left;
}
.sdt_info p{
	font-size:15px;
	color:#595959;
	line-height:40px;
	text-indent: 2em;
}
#courseList {
	background-color: #b6e4da;
	border-radius: 45px;
	margin-top: 54px;
	height: 45px;
	margin-bottom: 30px;
}

#courseList li {
	float: left;
	position: relative;
	line-height: 45px;
	padding: 0 34px;
	height: 100%;
	font-size: 18px;
	color: #25ab6c;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#courseList li.selected:before {
	position: absolute;
	content: '';
	width: 155px;
	height: 62px;
	left: -27px;
	top: -10px;
	z-index:-1;
	background: url(../../img/zt2018/sdt/selectIcon.png) no-repeat 0 -1px;
}
#courseList li.selected{
	z-index:1;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	width:104px;
	padding:0px;
}
.table {
	width: 100%;
	margin-bottom: 68px;
	display: none;
}

.table.selected{
	display: table;
}

.table thead tr {
	background-color: #6ac39b;
	border: 1px solid #5fae8a;
}

.table tr {
	height: 54px;
}

.table thead th {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 54px;
	text-align: center;
}

.table td {
	border: 1px solid #5fae8a;
	text-align: center;
	font-size: 16px;
	color: #000;
}

.align-left {
	text-align: left !important;
	padding-left: 26px;
}

.td-first {
	width: 122px;
}

.td-time {
	width: 148px;
	color: #999999 !important;
}

.td-size {
	width: 110px;
	color: #999999 !important;
}

.td-down {
	width: 130px;
}

.td-down span {
	width: 27px;
	height: 20px;
	background: url('../../img/fkxt/icon.png') -121px 0;
	display: inline-block;
	cursor: pointer;
}

.align-right {
	text-align: right !important;
	padding-right: 10px;
	line-height: 55px;
}

.align-right span {
	font-size: 16px;
	color: #25ab6c;
	font-weight: bold;
}

.downAll,.downAll:hover {
	background: url('../../img/fkxt/icon.png') 0 0;
	width: 110px;
	height: 37px;
	display: inline-block;
	margin: 8px 0 0 23px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}

.gray td {
	color: #999999 !important;
}

.gray .td-down span {
	background-position: -121px -37px;
	cursor: default;
}

.gray .downAll {
	background-position: 0 39px;
	cursor: default;
}
.table td.updateInfo{
	border:none;
	color:#ff0000;
	
}
.updateInfo span{
	margin-left:30px;
}