﻿@charset "utf-8";
body {
	text-align: left;
}
#loginArea {
	top:90px !important;
}
/*中上部的大图，作为登录界面的背景*/
#bodyTop {
	height: 400px;
	background-image: url(../Images/login-banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
}
/*西学中，作为登录界面的背景*/
#bodyTop1 {
	height: 400px;
	background-image: url(../Images/login-banner1.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
}
/*西学中，作为登录界面的背景*/
#bodyTop2 {
	height: 400px;
	background-image: url(../Images/login-banner2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
}
/*西学中，作为登录界面的背景*/
#bodyTop3 {
	height: 400px;
	background-image: url(../Images/login-banner3.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
}

/*课程列表*/
#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;
}
 .type {
            width:1200px;
            margin-left:auto;
            margin-right:auto;
            margin-top:10px;
            height:auto;
        }
        .sbj-top-name{
            width:100%;
            height:60px;
            background-color:#0cacb7;
        }
        .sbj-top-name a{
            position: absolute;
            font-size:28px;
            color:#ffffff;
            padding:10px;
            text-decoration:none;
            pointer-events: none;
            filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
        }
        .sbj-top-item2{
            padding-top:20px;
        }
        .sbj-top-item2 a{
            font-size:25px;
            text-decoration:none;
            margin-right:20px;
        }
        .sbj-top-item2 a:hover{
            color:#3bcbc8;
        }
