@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%;
}

/*课程列表*/
#bodyFooter {
	height: 450px;
}
.boxBar {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
	padding: 0 0 13px 0;
    border-bottom: 1px solid #c1c0c0;
}
.boxBar .more {
	float: right;
	line-height: 30px;
	margin-right: 10px;
}
.boxBar .more em {
	float: left;
	margin-top: 6px;
	margin-right: 2px;
	margin-left: 10px;
}
.boxBar .more a {
	color: #030303;
    font-size: 16px;
}
.title {
	font-size: 22px;
	float: left;
}
.courseList {
	width: 1200px;
	height: 350px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.courseList .courseListInner {
	width: 1360px;
}
.courseList .item {
	float: left;
	margin-right: 18px;
	width: 220px;
	text-align: center;
	border: 3px solid #FFFFFF;
	height: 135px;
	overflow: hidden;
	margin-bottom: 30px;
}
/* .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;
}
input{outline:none;}
.item{transition: all .4s ease-in-out;}
.item:hover{
	box-shadow: 0 0 15px rgba(45,50,55,.3);
	transform: translateY(-4px);
}
.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-size: 14px;
	overflow: hidden;
}
.courseList .item .itemDetails {
	line-height: 20px;
	display: block;
	height: 78px;
	font-size: 14px;
	width: 190px;
	margin-left: 10px;
}
.courseList .item .itemDetails a {
	font-size: 14px;
}
#loginBoxBack{opacity: 1!important;}









