<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
	color:#333333;
	text-decoration:none;
}

.coursebox{
	margin:0 auto;
	width:1200px;
}
.course-list {
    margin-bottom: 10px;
    min-height: 491px;
	padding-top: 20px;
}

.course-menu{ padding-top:10px;}
.course-menu dd{	
	font-size:16px;
	margin-left:20px;	
	padding:0px;
	margin:5px 0px 5px 20px;
}

.course-menu dd a{ 
	display: list-item;
	text-decoration:none;
	padding: 0px 15px;
	font-weight: bold;
}
.sort-curr{
	background:#66bf3a
}
.sort-curr a{color:#fff;}
.course-menu dd a:hover{
	background-color:#66bf3a;
	color:#FFFFFF;
}

.sort-menu-border {
    position: relative;
    z-index: 1;
    overflow: hidden;
	border-bottom: 1px solid #ddd;    padding-bottom: 5px;
}

.sort-menu{	 

    line-height: 30px;
    overflow: hidden;
	padding:5px 0px 5px 80px;
}

.sort-menu dt,.sort-menu dd{
	float: left;	
}

.sort-menu dt {
    color: #949494;  
	width: 80px;
	text-align:center; font-size:16px;
	margin:5px 0px 5px -80px;
}

.sort-nav{
	width:100%;
	height:50px;
	background:#EEEEEE;
}


.sort-nav-order dd{
	float: left;
	padding:13px;
	margin:0 15px 0 5px; 
}

.sort-nav-order dd:hover{
	background:#FFFFFF;
	color:#a1b916;
}

.sort-nav-limit dd{
	float: left;
	padding:13px;
	margin:0 15px 0 5px; 
}

/* è¯¾ç¨‹åˆ—è¡¨ */
.course-card-list {
    font-size: 14px;    
    margin-left: -20px;
    
}
.course-card-list a:hover{
	color:#a1b916;
}

.course-card-item {
    float: left;
    width: 224px; height:230px;
    margin:0px 0 20px 20px;
    position: relative;
	background-color:#F9F9F9;
	z-index: 2;
}

.course-card-item:hover{
	z-index: 2;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.item-line{ width:200px; margin:0 auto;}

.item-img{ text-align:center;}
.item-img img{
	width:200px;
	height:150px;
	margin-top:15px;
	
}

.item-title{
color:#666;    
max-height: 38px;
    overflow: hidden;
    line-height: 18px;
}
.item-price{
	color:#a1b916;
	font-size:14px;
}
.item-price span {
    color: #F07633;
    float: right;
}
.item-cell{
	float:right;
	color:#CCCCCC;
	margin: 20px 20px 0 0 ;
}</pre></body></html>