@charset "utf-8";
body {
	text-align: left;
}
/*中上部的大图，作为登录界面的背景*/
#bodyTop {
	height: 400px;
	background-image: url(../Images/login-banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
}
/*用于固定登录框*/
.fixedBox {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 100%;
	height: 1px;
}
.fixed-box {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
}
#loginBox {
	height: 320px;
	width: 300px;
	border: 1px solid #CCCCCC;
	float: right;
	position: relative;
}
#loginBoxBack {
	height: 320px;
	width: 300px;
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	float: right;
	margin-top: 1px;
	margin-right: 1px;
}

#loginBox .width {
	width: 250px;
}
/*禁止登录的提示*/
.noLogin{
	font-size: 16px;
	line-height: 200px;
	text-align: center;
}
/*错误信息的提示框*/
.errTextbox {
	background-color: #FFC4C4;
	border: 1px solid #0387d9 !important;
}
.loginRow label {
	margin-left: 10px;
	margin-right: 50px;
}
.lbar {
	height: 30px !important;
}
#loginBox .loginBar {
	height: 50px;
}
.loginBar .loginTitle {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	float: left;
	width: 150px;
	cursor: pointer;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	letter-spacing: 0.15em;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #CCCCCC;
	color: #333333;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #eee;
}
.loginTitle a {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	display: block;
}
.loginTitleCurr {
	color: #0387d9;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	float: left;
	width: 150px;
	cursor: pointer;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	letter-spacing: 0.15em;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
	
}
.loginTitleCurr a {
	color: #666666;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor:default;
}
.loginTitleCurr a b{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../../images/icon-1.png) no-repeat;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;  
	line-height:35px; 
	background-position: -206px -199px !important;	
}
.loginArea form {
	margin: 10px;
}
#loginBox .textbox {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	float: left;
}
.loginRow {
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
	margin-left: 15px;
}
.loginRow .loginRowRight {
	text-align: right;
	float: left;
	width: 80px;
	font-size: 15px;
}
.loginRow .loginRowLeft {
	float: left;
	width: 200px;
}
.verify {
	float: left;
	width: 155px;
}
.verifyCode {
	
}
.right-btn{
	cursor: pointer;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 88px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FFF;
}
.btnBar {
	margin-bottom: 0px;
	height: 30px !important;
}
/*按钮禁用时的效果*/
.disabled{
	background-color: #666 !important;
}
.btnLogin {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-color: #0074cb;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.aRegister {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 110px;
	float: left;
	margin-left: 25px;
	background-color: #009900;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btnRegister {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 250px;
	float: left;
	margin-left: 0px;
	background-color: #0387d9;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.btnInManage {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 10px;
	background-color: #0074cb;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.btnLogout {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 120px;
	float: left;
	margin-left: 20px;
	background-color: #666666;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.loginArea {
	padding-top: 2px;
}
.isLoginBox {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.login-show {
    color: rgb(51, 51, 51);
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
    margin-bottom: 10px;
}
.stLoginPhoto {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-bottom: 10px;
}
.isLoginBox .loginRow {
	text-align: center;
	margin-left: 0px;
	position: absolute;
    bottom: 0;
}
/*倒数，数秒的样式*/
.accss{
	margin-right: 5px;
	margin-left: 5px;
	color: #F00;
}
/*第三方登录*/
.lfootBar{
	
}
dl.OAuth{
	height: 30px;
	line-height: 30px;
    width: 100%;
    margin-bottom: 8px;
    margin-left: 15px;
}
dl.OAuth dd{
	float:left;
	margin-right:10px;
}
dl.OAuth dd a{
	display: inline-block;
    position: relative;
    padding-left: 24px;
}
dl.OAuth dd b{
	width: 19px;
    height: 18px;
    display: block;
    background: url(../../images/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 16px;
}
dl.OAuth dd span{
	line-height: 50px;
	color: #333;
}
.QQ-icon{
	background-position: 0 0 !important;	
}
.weixin-icon{
	background-position: -20px 0px !important;	
}
/*课程列表*/
#bodyFooter {
	height: 450px;
}
.boxBar {
	height: 80px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.boxBar .more {
	float: right;
	height: 30px;
	width: 100px;
	line-height: 30px;
	margin-top: 40px;
	background-color: #fbac4e;
	margin-right: 0px;
}
.boxBar .more em {
	float: left;
	margin-top: 6px;
	margin-right: 2px;
	margin-left: 10px;
}
.boxBar .more a {
	color: #666666;
	text-indent: 40px;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
}
.title {
	background-image: url(../../Images/icon1.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 200px;
	background-position: 0px 25px;
	line-height: 80px;
	text-indent: 50px;
	font-size: 28px;
	font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", STHeiti, MingLiu;
	padding-bottom: 12px;
	color: #0387d9;
	float: left;
}
.courseList {
	width: 1200px;
	height: 350px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.courseList .courseListInner {
	width: 1250px;
}
.courseList .item {
	float: left;
	margin-right: 18px;
	width: 220px;
	text-align: center;
	border: 3px solid #FFFFFF;
	height: 135px;
	overflow: hidden;
	margin-bottom: 20px;
}
.courseList .courseOver {
	border: 3px solid #CCCCCC;
}
.courseList .courseOver .itemName a {
	color: #FFFFFF;
}
.courseList .item a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 25px;
}
.courseList .item img {
	width: 220px;
	height: 135px;
}
.courseList .item .itemMark {
	font-size: 14px;
	text-align: left;
	line-height: 35px;
	width: 220px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	POSITION: relative;
	FILTER: alpha(opacity=50);
	BACKGROUND: #000;
	OVERFLOW: hidden;
	opacity: 0.5;
	-moz-opacity: 0.5;
	top: -45px;
	height: 135px;
}
.courseList .item .itemInfo {
	font-size: 14px;
	text-align: left;
	line-height: 35px;
	width: 220px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	POSITION: relative;
	OVERFLOW: hidden;
	top: -180px;
	height: 135px;
	z-index: 10;
}
.courseList .item .itemInfo a {
	line-height: 45px;
	text-indent: 10px;
	display: block;
	height: 45px;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-size: 18px;
	overflow: hidden;
}
.courseList .item .itemDetails {
	line-height: 20px;
	display: block;
	height: 78px;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-size: 14px;
	width: 190px;
	margin-left: 10px;
}
.courseList .item .itemDetails a {
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-size: 14px;
}
