/*首页24个精品课程开始*/
.overviewList{	width:101%; height:auto; margin-left:-1%;margin-top:20px;background:#f6f6f6;}

.overviewList li{z-index:2;box-shadow:0 15px 30px rgba(0,0,0,0.3);width:31%;  +width:30%; height:210px; float:left; border:2px solid #E0E0E0; background:#f6f6f6;border-radius:8px; margin-left:2%; margin-bottom:20px; box-sizing:border-box;line-height:20px;font-size:16px;	color:#003366;	text-align:center;}

.overviewList li:hover{	border:2px solid #E0E0E0;border-radius:10px; background:#FFFFE0; position: relative;z-index:2;box-shadow:0 15px 30px rgba(0,0,0,0.3);/*课程边框阴影*/}

.overviewList img{width:98%;	height:156px;border-top-left-radius:8px;border-top-right-radius:8px;border:2px solid #ffffff;}

img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.01);text-decoration: none !important;-webkit-transition: all 0.1s linear 0s;-moz-transition: all 0.1s linear 0s;transition: all 0.1s linear 0s;}

#wrapper1920 { width:100%; margin:0 auto; /*padding:10px;*/overflow:hidden;}

/*首页24个精品课程结束*/


#index-page{ width:100%; margin:0 auto; /*padding:10px;*/}