.checkDetail:hover{
	text-decoration: none;
	color: #f0b22e;
}
.checkCourse:hover{
	text-decoration: none;
}
.teacherDiv{
	width: 240px;
	margin-right: 12px;
	border: 2px solid #ccc;
}
.teacherDiv>div{
	width: 238px;
}
.teacherP{
	margin-top: 12px;
}
.teachertext{
	margin-top: 30px;
}
#JavaTarget,#WebTarget,#CTarget{
	width: 732px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.smallTarget{
	width: 176px;
	height: 398px;
	float: left;
	/*border: 1px solid #aaa;*/
	margin-left: 7px;
	/*background-color: white;*/
	overflow: hidden;
}
.itemBox, .itemBox2 {
	height: 80px;
	width: 100%;
	margin-top: 352px;
}
.itemBox .item {
	background-color: white;
	padding: 4px 28px 3px 28px;
	margin-left: 20px;
	float: left;
	margin-top: 0px;
	height: 98px;
    width: auto;
    color: black;
}
.itemBox .item img {
	height: 70px;
	padding: 6px;
	width: auto;
	background-color: white;
	cursor: pointer;
}
.itemBox .item span {
	display: block;
	text-align: center;
	position: relative;
    top: -5px;
}
.targetTitle{
	width: 175px;
	height: 30px;
	line-height: 30px;
	background-color: white;
	color: #7AB0F0;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	border-radius: 20px;
}
.middleBox{
	background-color: white;
	margin-top: 10px;
	padding-top: 5px;
}
.targetImg,.targetImgC{
	width: 158px;
	height: 102px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;	
	transition: 0.6s;
	transform-style: preserve-3d;
}
.courseFront,.courseBackground,.courseFrontC{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
}
#javaBox span{
	color: #337ab7;
}
#H5Box span{
	color: #F5707C;
}
#CBox span{
	color: rgb(239, 127, 91);
}
.red {
	background-color: #db2231;
}
.courseFront{
	z-index: 2;
}
.courseBackground{
	transform: rotateY(-180deg);
}
.targetImg:hover{
	transform: rotateY(180deg);
	cursor: pointer;
}
.courseTitle{
	width: 100%;
	font-size: 12px;
	height: 18px;
	margin: 0 auto;
	text-align: center;
}
.courseInfo{
	margin: 0 auto;
	margin-top: 8px;
	width: 150px;
	height: 190px;
}
.middleBox a{
	transition: 0.8s;
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: white;
}
.middleBox a:hover{
	font-size: 18px;
}
#CTarget .courseInfo{
	margin-top: 8px;
	width: 160px;
}
#CTarget .courseInfo li{
	line-height: 16px;
}
#CTarget .targetTitle,#CTarget .targetImgC,.targetImg{
	margin-top: 8px;
}
.checkCourse{
	color: #d82231;
	font-size: 16px;
	width: 99px;
	height: 26px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: white;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	border: 1px solid #d82231;
	font-size: 15px;
	text-decoration: none;
	display: block;
}

/*课纲列表*/
.courseInfo>li{
	font-size: 12px;
	list-style-position:outside ;
	line-height: 17px;
}


/*------就业喜报--------*/
.head5_jiuye th {
	font-size: 1.6em;
	color: white;
}
.head5_jiuye tr,.head5_jiuye1 tr{
	border: none;
}

.head5_jiuye1 tr,.head5_jiuye1 td{
	padding: 0;
	color: #000000;
	border-color: #F0B22E;
	font-size: 16px;
}

.checkDetailB{
	width: 128px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 20px;
	background-color: white;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	position: absolute;
	top: 300px;
	left: 43px;
	font-size: 18px;
	display: block;
	border-width:1px;
	border-style: solid;
	font-weight: bold;
}
.checkDetailB:hover{
	text-decoration: none;
}

