@charset "utf-8";
/* CSS Document */
#title_bar {
	width:100%;
	height:50px;
	text-align:center;
	background:#0052A5;
	display:table;
}
#title_bar .title {
	color:#FFF;
	font-size:1.2em;
	letter-spacing:0.2em;
	display:table-cell;
	vertical-align:middle;
}
#title_image {
	background-image:url(../images/advancedstudies/blocks/title_advanced.jpg);
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#title_image .word {
	width:100%;
	padding:1em;
	text-shadow:0 0 0.6em #333;
	text-align:center;
	color:#FFF;
	display:inline-block;
}
#title_image .word .ch {
	font-size:2.4em;
	letter-spacing:0.2em;
	text-shadow:0 0 8px #999,0 0 8px #999,0 0 8px #999;
}
#title_image .word .en {
	text-shadow:0 0 6px #666,0 0 6px #666,0 0 6px #666;
}
#ad_banner{max-width:700px;margin-right:auto;margin-left:auto;}
.fun_nine {
	background-color:#E0E0E0;
	border-radius:8px;
	width:calc(100% - 40px);
	height:110px;
	margin-right:20px;
	margin-left:20px;
}
.fun_nine .free {
	background-image:url(../images/advancedstudies/common/icon_freeCourse.png);
}
.fun_nine .good {
	background-image:url(../images/advancedstudies/common/icon_goodCourse.png);
}
.fun_nine .share {
	background-image:url(../images/advancedstudies/common/icon_share.png);
}
.fun_nine .hot {
	background-image:url(../images/advancedstudies/common/icon_hotCourse.png);
}
.fun_nine .icon {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	width:30%;
	height:90px;
	background-color:#FFF;
	border-radius:8px;
	margin:10px;
	float:left;
}
.fun_nine ul, .fun_nine .content {
	width:61%;
	padding-top:12px;
	float:left;
}
.fun_nine ul li, .fun_nine .content .title {
	background-image:url(../images/common/icon_triangle.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	background-size:24px;
	line-height:30px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding-left:20px;
}
.fun_nine ul li a {
	color:#333;
}
.fun_nine ul li a:hover {
	color:#03C;
}
.fun_nine .content .title a {
	color:#333;
}
.fun_nine .content .title a:hover {
	color:#03C;
}
.fun_nine .content .intro {
	width:100%;
	max-height:57px;
	padding-left:20px;
	color:#333;
	font-size:14px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:pre-wrap;
}
.fun_nine .content .txt {
	font-size:15px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding-left:21px;
}
.fun_nine .content .more {
	font-size:16px;
	font-weight:900;
	float:right;
}
.fun_nine .content .more a {
	color:#DE3628;
}
.fun_nine .content .more a:hover {
	color:#F00;
}
#searchform input[type="text"] {
	height:50px;
}
#searchform select {
	height:50px;
	background-image:url(../images/common/icon_select02.png);
	color:#00909E;
}
#searchform .selectShort {
	width:calc(100% - 70px);
}
#filter {
	color:#333;
	width:100%;
	background-color:#3F3F3F;
	padding:15px 20px;
}
#filter select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../images/common/icon_selectDown.png) no-repeat;
	background-size:contain;
	background-position:right;
	background-color:#FFF;
	border:none;
	width:100%;
	height:35px;
	border-radius:7px;
	padding-left:5px;
	margin-bottom:15px;
	color:#7F7F7F;
	outline:none;
}
#filter input {
	background-color:#FFF;
	border-radius:7px 0 0 7px;
	border:none;
	width:calc(100% - 50px);
	height:35px;
	padding-right:5px;
	padding-left:5px;
	color:#7F7F7F;
	float:left;
	outline:none;
}
#filter .btn {
	background-image:url(../images/common/btn_formSearch.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFF;
	width:50px;
	height:35px;
	border:none;
	border-radius:0 7px 7px 0;
	font:'trebuchet ms', trebuchet;
	display:inline-block;
	text-align:left;
	text-indent:-1000px;
	white-space:nowrap;
	float:left;
	cursor:pointer;
	outline:none;
}
#courseList {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
#courseList ul li {
	width:100%;
	margin-bottom:16px;
}
#courseList ul li .fav {
	float:left;
	margin-right:10px;
}
#courseList ul li .fav .img {
	height:43px;
	display:table-cell;
	vertical-align:middle;
}
#courseList ul li .fav .img a {
	background-image:url(../images/common/icon_fav01.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	text-indent:-1000px;
	white-space:nowrap;
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
}
#courseList ul li .fav .img a:hover {
	background-image:url(../images/common/icon_fav02.png);
}
#courseList ul li .ccontent {
	/*float:left;*//*使用會讓文字…失效*/
}
#courseList ul li .ccontent .title {
	margin-top:5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
}
#courseList ul li .ccontent .title a {
	color:#333;
}
#courseList ul li .ccontent .title a:hover {
	color:#03C;
}
#courseList ul li .ccontent .title .new {
	position:relative;
	top:2px;
}
#courseList ul li .ccontent .date {
	font-size:0.8em;
	color:#0052A5;
}
#courseList ul li .ccontent .date strong {
	margin-right:20px;
}
#courseList ul li.top {
	color: #FF0000;
	border-bottom: 1px solid #B0B0B0;
}
#courseList ul li.top .ccontent .title a{
	color: #FF0000;
}
#courseList ul li.top .ccontent .title .icon-hot {
	margin-right:5px;
	margin-left:5px;
}
#courseList ul li.top .ccontent .title .icon-hot {
	content:url(../../images/advancedStudies/common/icon_hot.png);
}
#courseItem {
	width:100%;
	padding-right:10px;
	padding-left:10px;
}
#courseItem .title {
	padding-left:60px;
	color:#2a7452;
}
#courseItem .value {
	padding-left:60px;
	color:#151515;
	font-size:0.9em;
	max-width:100% !important;
}
#courseItem .div1 {
	width:100%;
}
#courseItem .div2 {
	width:50%;
	float:left;
}
#courseItem .div3 {
	width:33.333333%;
	float:left;
}
#courseItem .chour {
	background-image:url(../images/common/icon_chour.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .charge {
	background-image:url(../images/common/icon_charge.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .ctime {
	background-image:url(../images/common/icon_ctime.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .cdateA {
	background-image:url(../images/common/icon_cdateA.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .nature {
	background-image:url(../images/common/icon_nature.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .cate3 {
	background-image:url(../images/common/icon_cate3.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .enroll {
	background-image:url(../images/common/icon_enroll.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .addr {
	background-image:url(../images/common/icon_addr.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
#courseItem .jobs {
	background-image:url(../images/common/icon_job.png);
	background-repeat:no-repeat;
	background-position:20px 4px;
}
.detail {
	color:#333;
	margin-right:10px;
	margin-left:10px;
	line-height:1.8em;
}
.detail .margin-b5 img.btn_image, .courseContent .margin-b5 img.btn_image {
	cursor:pointer;
}
.courseContent {
	width:100%;
	color:#333;
	padding-right:10px;
	padding-left:10px;
	/*line-height:1.6em;*/
}
.courseContent * {
	max-width:99% !important;
}
#likeCourse {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
#likeCourse ul li {
	width:100%;
	margin-bottom:20px;
}
#likeCourse ul li .title {
	margin-top:5px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#likeCourse ul li .title a {
	color:#333;
}
#likeCourse ul li .title a:hover {
	color:#03C;
}
#likeCourse ul li .date {
	font-size:0.8em;
	color:#0052A5;
}
#likeCourse ul li .date strong {
	margin-right:20px;
}
