

/*我的学校*/
.MySchoolPic {
	width: 1024px;
	height: 326px;
	position: relative;
	margin-top: 14px;
	margin:0 auto;
	
}
.MySchoolPic li.hour-item {
	display: inline-block;
	width: 116px;
	height: 78px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
.MySchoolPic li.hour-item a, .MySchoolPic li.hour-item p {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.MySchoolPic li.hour-item a:hover {
}
.MySchoolPic li.hour-item a .item-image {
	display: inline;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MySchoolPic li.hour-item a .item-time {
	display: inline-block;
	font-style: normal;
	font-family: "微软雅黑";
	font-weight:bold;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	color: #fff;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 10;
}
.MySchoolPic li a img {
	width: 100%;
	height: 100%;
	border:0;
}
.MySchoolPic li.item-1 {
	left: 0;
	top: 0;
	width: 240px;
	height: 160px;
}
.MySchoolPic li.item-2 {
	left: 0;
	top: 165px;
	width: 240px;
	height: 160px;
}
.MySchoolPic li.item-3 {
	left: 245px;
	top: 0;
	width: 413px;
	height: 325px;
}
.MySchoolPic li.item-4 {
	left: 663px;
	top: 0;
	width: 240px;
	height: 160px;
}
.MySchoolPic li.item-5 {
	left: 908px;
	top: 0;
}
.MySchoolPic li.item-6 {
	left: 908px;
	top: 83px;
}
.MySchoolPic li.item-7 {
	left: 663px;
	top: 164px;
}
.MySchoolPic li.item-8 {
	left: 663px;
	top: 247px;
}
.MySchoolPic li.item-9 {
    left: 784px;
	top: 165px;
	width: 240px;
	height: 160px;
}
/*QSXY24HImage END*/

/* 查看图片内容页 */
#picbox {
	width: 1024px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	position: static;
	}
.picboxtext {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color: #2ca6e0;
	font-family:"微软雅黑";
	font-size:16px;
	}
/*图片自动缩图*/
.photoresize {
	max-width:980px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 500)?"500px":"auto"}
		   );
		   
	}
/* 查看图片内容页 END */