﻿/* CSS Document */
@charset "utf-8";

/*课程列表样式*/
.list{ width:650px; clear:both; float:left; padding-left:20px; margin-right:30px;}
.class{ width:650px; clear:both; float:left; border-bottom:1px dashed #ccc; font-size:12px; line-height:20px; color:#404040; margin-top:10px;}
.class a:hover{ text-decoration:underline;}
.classpic{ width:104px; overflow:hidden; float:left; margin-right:20px;}
.classrgt{ width:526px; min-height:120px; _height:expression(this.scrollHeight < 120 ? "120px" : "auto"); float:right;}
.classpic img{ width:100px; height:100px; padding:1px; border:1px solid #ccc;}
.class h3 a{ font-size:14px; color:#669900; line-height:20px; font-family:"宋体";}
.class font{ display:block; width:526px; clear:both; float:left; font-size:12px; color:#838383; max-height:60px; _height:expression(this.scrollHeight > 60 ? "60px" : "auto"); overflow:hidden;}
.class span,.class span a{ color:#f08614;}
/*课程列表样式*/

/*课程内容页样式*/
.show{ width:width:670px; clear:both; float:left; margin-right:30px;}
.title{ width:640px; clear:both; float:left; border-bottom:1px dashed #ccc; text-align:center; padding:15px; background:url(../Images/classbg.gif) right no-repeat;}
.title h1{ font-size:24px; font-family:"微软雅黑"; font-weight:100; line-height:30px}
.info{ width:670px; font-size:12px; line-height:20px; padding:12px 0; overflow:hidden; clear:both; float:left; color:#333333;}
.info span{ float:left; margin-right:50px; white-space:nowrap; overflow:hidden;}
#browse{ float:right; margin-right:0; color:#999999;}
#browse em{ font-size:18px; font-family:Georgia, "Times New Roman", Times, serif, Times, serif; font-weight:bold; color:#5d8114;}
.intro{ width:652px; padding:8px; border:1px solid #ccc; font-size:12px; line-height:20px; color:#666; clear:both; float:left;}
.tag{ width:670px; padding:10px 0; font-size:12px;  clear:both; float:left;}
.tag a{ color:#86b206;}
.tag a:hover{text-decoration:underline;}
.con_show{ width:670px; font-size:14px; line-height:25px; clear:both; float:left; overflow:hidden;}
.flow{ width:670px; height:40px; overflow:hidden; clear:both; float:left; text-align:center; padding:10px 0; border-bottom:1px solid #93c600;}
.entrybt{ width:670px; height:40px; overflow:hidden; clear:both; float:left; text-align:center; padding-top:10px; border-bottom:1px solid #93c600}
.entrybt span{ cursor:pointer;}
.showform{ width:628px; border:1px solid #93c600; border-top:none; overflow:hidden; clear:both; float:left; padding:20px 20px 0 20px; font-size:12px; line-height:20px; display:none; }
.showform span{ margin-right:20px;}
.showform div{ padding-bottom:20px; vertical-align:top;}
.showform a{ display:block; width:99px; height:26px; overflow:hidden; background:url(../Images/sub.gif) no-repeat; margin:0 auto;}

/*课程内容页样式*/
