/*** 课程引导 页面 css文件 **/
@charset "utf-8";

body{background: url(../img/zone/body_bg.png) center top no-repeat #b4daef;}
/****main start ***/
.main{width:1002px;margin:auto;overflow: hidden;border:1px solid #b5b5b5;padding:30px;margin-top: 62px;margin-bottom:10px;min-height: 598px;background-color: #fff;color:#333333;font-size: 14px;letter-spacing: 1px;}

.headline {
	font-size: 24px;
	color: #333;
}
.headline p {
    line-height: 36px;
    height: 36px;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    padding-left: 27px;
    font-size: 18px;
    font-weight: bold;
}

.siderBar {
	width: 230px;
	float: left;
	padding-top: 0px;
}
.siderBar ul li{
	width:160px;
	background-color:#e7f3fd;
	display: block;
	list-style: outside none none;
	margin: 2px;
	margin-left:43px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.siderBar ul li.item{	
	cursor: pointer;
}
.siderBar ul li.title{background-color: #188eee;color:white;}
.siderBar ul li.hoverIn{background-color: #c5e3fb;}
.siderBar ul li.currentLi{background-color:#c5e3fb ;}
.siderBar ul li a{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #252525;
	text-decoration: none;
}
.mainContent {
	width: 769px;
	font-size: 12px;
	float: right;
	overflow: hidden;
	border-left: 1px solid #C9C9C9;
}
.mainContent .showFile{
	height:700px; 
}
.mainContent .showFile img{ 
	width:100%; 
}
.loadingimg{width:30px;height:30px;margin:280px auto 0px;text-align:center;}
.nofindimg{width:140px;height:130px;margin:180px auto 0px;text-align:center;}
/****main end ***/

/***************footer begin***************/
.footer{width:100%;height:100px;line-height:100px;text-align: center;clear: both;font-size: 18px;color: #aaa;}
/***************footer end  *****************/


