@CHARSET "UTF-8";
@import url("../global.css");
@import url("../style.css");

/**body text-align 属性为center，会造成弹窗内容移位**/
body{
	text-align: left;
	min-width: 1250px;
}

/**不同频道不同色调**/
.channel1{
	background-color:#e58411;
}

.channel2{
	background-color:#fcd12a;
}

.channel3{
	background-color:#6cd5eb;
}

.channel4{
	background-color:#2ec64f;
}

#main{
	margin: 0 auto;
}

#main_left{
	width:290px;
	float:left;
	margin-left: 45px;
	text-align: center;
}

#main_right{
	float:right;
	margin-left:34px;
	text-align:left;
}

#dowmload_outline{
	font-size:36px;
	font-family:"微软雅黑";
}

#channel_name{
	font-size:18px;
	color:#a3a3a3;
}

#line_under_channel_name{
	width:159px;
	height:5px;
	margin:0 auto;
	margin-top:4px;
}

#hot_dowmload_box{
	margin-top:40px;
	text-align:left;
}

#header_top_line{
	width:280px;
	height:2px;
}

#header_middle{
	width:280px;
	height:32px;
	font-size:16px;
}

#header_middle .icon{
	width:20px;
	height:20px;
	background-image: url("../../images/download/download_icon.png");
	float:left;
	margin-top:7px;
	margin-left:3px;
	background-repeat: no-repeat;
}

#header_middle .title{
	float:left;
	margin-left:4px;
	margin-top:6px;
	width:80px;
	height:20px;
	font-family:"微软雅黑";
}

#header_bottom_line{
	width:280px;
	height:2px;
	background-color:#d2d2d2;
}


ul#hot_dowmload_list li{
	width:266px;
	padding-left:14px;
	background-repeat:no-repeat;
	line-height:30px;
	border-bottom: 1px dashed #ddd;
	background-position: 3px 12px;
	background-image: url("../../images/course/triangle2.png");
}

ul#hot_dowmload_list li.top_three{
	background-image: url("../../images/course/triangle1.png");
}

ul#hot_course_list li.top_three a{
	color:#eb6c6c;
}

table#search_box{
	width:100%;
	border:1px #6cd5eb solid;
	background-color:#f0f0f0;
	margin-top: 20px;
}

table#search_box .color_block{
	background-color: #6cd5eb;
    float: left;
    height: 16px;
    margin-left: 15px;
    margin-right: 3px;
    padding-top: 3px;
    width: 10px;
}
table#search_box td.th{font-size:18px;-font-weight: bold;width:85px;}
table#search_box tr.grade td{padding-top: 25px;padding-bottom: 12px;}
table#search_box tr.subject td{padding-bottom: 25px;}

table#search_box td a{
	display:block;
	margin-right:15px;
	float:left;
	line-height:30px;
	text-align: center;
	padding:0px 10px;
}

table#search_box td a:hover{
	background-color:#6cd5eb;
	border-radius: 3px;
	color:#fff;
}

table#search_box td a.select{
	background-color:#6cd5eb;
	border-radius: 3px;
	color:#fff;
}

ul#dowmload_list{
}

ul#dowmload_list li{
	-line-height: 60px;
	text-indent: 20px;
	-margin-top: 35px;
	border-bottom: 1px #d2d2d2 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul#dowmload_list .title{
	font-size: 18px;
	color: #333;
	font-family:"微软雅黑";
}

pre.description{
	font-size: 15px;
	color: #999;
	margin: 15px 0;
}

ul#dowmload_list .tips{
	font-size: 12px;
	color: #999;
	float: left;
}

ul#dowmload_list .point_spend{
	display: block;
	float: left;
	height: 20px;
	font-size: 12px;
	color: #666;
	background-repeat: no-repeat;
}

span.icon{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../../images/download/star.png");
	background-position: 3px 1px;
	float: left;
	background-repeat: no-repeat;
}

ul#dowmload_list a.preview_btn{
	display: block;
	width: 58px;
	height: 25px;
	float: right;
	border-radius: 3px;
	text-indent: 0px;
	text-align: center;
	padding: 2px 5px 2px 5px;
	line-height: 25px;
	margin-right: 30px;
	background-color: #fff;
}

/***不同channel颜色不同***/
ul#dowmload_list a.channel1:hover{
	background-color: #e58411;
	color: #fff;
}

ul#dowmload_list a.channel2:hover{
	background-color:#fcd12a;
	color: #fff;
}
ul#dowmload_list a.channel3:hover{
	background-color: #46c9e5;
	color: #fff;
}
ul#dowmload_list a.channel4:hover{
	background-color: #2ec64f;
	color: #fff;
}