.jumbotron h1,
.jumbotron h4,
.jumbotron p {
	color: white;
}

.panel-body h3 a {
	text-decoration: none;
	transition: all 0.6s;
	text-shadow: 5px 2px 6px gray;
}

.panel-body h3 a:hover {
	text-decoration: none;
	font-size: 1.5em;
}

.panel-body img {
	height: 120px;
}

#item-0 {
	background: white url(../../img/class/bg-4.png) no-repeat;
	/* IE 100%背景 */
	background-image: url('/mobile/img/class/bg-4.png') /9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mobile/img/class/bg-4.png', sizingMethod='scale');
}

#item-0 h1 {
	text-shadow: 5px 2px 6px gray;
}

#item-1 a,
#item-2 a,
#item-3 a,
#item-4 a,
#item-5 a,
#item-6 a,
#item-7 a,
#item-8 a,
#item-9 a,
#item-10 a,
#item-11 a,
#item-12 a,
#item-13 a,
#item-14 a,
#item-15 a,
#item-16 a,
#item-17 a,
#item-18 a,
#item-19 a,
#item-20 a,
#item-21 a {
	color: steelblue;
}

#item-1 a:hover,
#item-2 a:hover,
#item-3 a:hover,
#item-4 a:hover,
#item-5 a:hover,
#item-6 a:hover,
#item-7 a:hover,
#item-8 a:hover,
#item-9 a:hover,
#item-10 a:hover,
#item-11 a:hover,
#item-12 a :hover,
#item-13 a:hover,
#item-14 a:hover,
#item-15 a:hover,
#item-16 a:hover,
#item-17 a:hover,
#item-18 a:hover,
#item-19 a:hover,
#item-20 a:hover,
#item-21 a:hover {
	color: yellowgreen;
}

#item-0,
#item-1,
#item-2,
#item-3,
#item-4,
#item-5,
#item-6,
#item-7,
#item-8,
#item-9,
#item-10,
#item-11,
#item-12,
#item-13,
#item-14,
#item-15,
#item-16,
#item-17,
#item-18,
#item-19,
#item-20,
#item-21 {
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	/* IE 100%背景 */
	background-size: cover /9;
	border: 0;
}