.decorate {
	width: 60px;
	left: 130px;
}
/*top样式，包括大背景图*/
.top-brief {
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	background-image: url('../img/oversea/oversea-bg.jpg'); 
	background-repeat: no-repeat;
	background-position: top center;
}
.top {
	position: relative;
	width: 1170px;
	height: 320px;
	margin: 0 auto;
	padding-top: 80px; 
}
.course-industry {
	color: #dddddd;
	font-size: 14px;
}
.course-title-cate {
	margin-top: 3px;
}
.course-title-cate span {
	vertical-align: middle;
}
.course-title {
	display: inline-block;
	color: #fff;
	font-size: 30px;
}
.course-cate {
	display: inline-block;
	height: 26px;
	margin-top: 7px;
	margin-left: 12px;
	padding: 0 12px;
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);/*背景半透明兼容ie8*/
	zoom: 1\8;
	background: rgba(255,255,255,0.1);
	border: 1px solid #fcda78;
	border-radius: 2px;
	color: #fcda78;
	font-size: 14px;
	line-height: 24px;
}
.course-info {
	margin-top: 75px;
}
.couser-info-item {
	width: 170px;
	height: 90px;
	margin-right: 10px;
	padding: 8px 8px 5px 15px;
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);/*背景半透明兼容ie8*/
	zoom: 1\8;
	background: rgba(255,255,255,0.2);
	border-radius: 5px;
}
.couser-info-item:hover {
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);/*背景半透明兼容ie8*/
	zoom: 1\8;
	background: rgba(255,255,255,0.3);
}
.icon-course-item {
	color: #7d807f;
	font-size: 31px;
}
.icon-nz {
	font-size: 34px;
	margin-top: -3px;
}
.course-item-title span {
	color: #fff;
	font-size: 24px;
}
.course-item-cont {
	height: 34px;
	overflow: hidden;
	margin-top: 4px;
	color: #fff;
	font-size: 12px;
}
.course-item-cont i {
	margin: 0 5px;
}
.durtion {
	line-height: 18px;
}
.date-box {
	overflow: hidden;
	width: 100px;
	height: 36px;
	line-height: 18px;
}
/*右侧加入收藏样式*/
.decoration-collect{
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size:14px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
	overflow: hidden;
}
.main-content-right .add-active .has-collect{
	display: none;
}
.decoration-collect .has-collect{
	color:rgb(250,190,0);
	border:1px solid #fcdb77;
	background-color: #fff;
	border-radius: 3px;
	height:40px;
	overflow: hidden;
	position: relative;
	transition:all .5s;
}
.decoration-collect .has-collect:hover{
	color:#fff;
	border:1px solid #EBD47A;
	background-color: #EFD87B;
}
.decoration-collect .no-collect:hover{
	background-color: #e4c859;
}
.decoration-collect .has-collect span{
	margin-right:12px;
	font-size: 20px;
}
.decoration-collect .no-collect{
	background-color: #DCCF98;
	color:#fff;
	border-radius: 3px;
	height:50px;
	transition:all .5s;
}