/*----------------banner -----------------*/

/*内容区域*/
.main_wrap {
	width: 1200px;
	text-align: center;
	margin: 0 auto 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

/*导航*/
.daohang {
	width: 1200px;
	height: 44px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.daohang span {
	margin: 0 10px;
}

.daohang span, .daohang a {
	color: #999;
}

.daohang a:hover {
	color: #ff8b52;
}

.top-header {
	background: #fff;
	width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ededed;
}

.top-header .left {
	padding-left: 20px;
	background: url("../asstes/images/search_title.png") center left no-repeat;
}

.top-header .left span {
	color: #333;
	font-size: 20px;
	letter-spacing: 1px;
}

.top-header .right .spectrum-finding-btn {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #ff8b52;
	border-radius: 3px;
}

.top-header .right .spectrum-finding-btn:hover{
	color: #fff !important;
}

.search-info {
	width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 52px;
	line-height: 52px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-info .left {
	font-size: 16px;
	color: #333;
}

.search-info .left span {
	color: #f97f43;
	margin: 0 10px;
}

.search-info .right {
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-content: center;
	align-items: center;
}


.search-info .right .jiaocheng {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-content: center;
	align-items: center;
	padding-left: 28px;
	background: #F7F7F7 url("../asstes/images/computer.png")  13px center no-repeat;
	color: #666;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	cursor: pointer;
}

.search-info .right .jiaocheng.isCourse {
	background: #FB8150 url("../asstes/images/computer_on.png")  13px center no-repeat;
	color: #fff;
}

.search-info .right .jiaocheng img, .search-info .right .yinpin img {
	width: 17px;
	height: 16px;
}

.search-info .right .jiaocheng span, .search-info .right .yinpin span {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.search-info .right .line {
	width: 1px;
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 20px;
}

.search-info .right .order {
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	align-content: center;
}

.search-info .right .order a {
	width: 85px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.search-info .right .order a.on {
	background: #FB8150;
	color: #fff;
}

/*内容*/
.content {
	width: 100%;
}

.search-list {
	margin: 0 auto;
	width: 1160px;
}

.search-list th {
	height: 53px;
	line-height: 53px;
	background: #F7F7F7;
	text-align: center;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #EAEAEA;
}

.search-list td {
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #EAEAEA;
}

.search-list tr:last-child td{
	border-bottom: none;
}

/*内容区域左边*/

/*后改*/
.search-info .right .yinpin {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-content: center;
	align-items: center;
	padding-left: 28px;
	color: #666;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #F7F7F7 url("../asstes/images/search_audio.png")  13px center no-repeat;
	margin-right: 10px;
	cursor: pointer;
}
.search-info .right .yinpin.isCourse {
	background: #FB8150 url("../asstes/images/search_audio_on.png")  13px center no-repeat;
	color: #fff;
}
table img {
	margin-right: 15px !important;
	margin-left: 10px !important;
	height: 16px;
	vertical-align: middle;
}

.jtName{
	text-align: left !important;
	width: 300px;
}

.jtName a{
	text-align: left !important;
	display: block;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}