/* 背景色 */
		.backg-image{position: absolute;right: 0;bottom: 0;width: 100%;height: 900px;}
		/*  */
		.common{margin-top: 30px;position: relative;}
		.common-box{width: 1617px;margin: auto;}
		.common-box .top-img{width: 100%;height: 299px;}
		.top{padding: 32px 32px;height: auto;}
		.top-box {width: 100%;height: 510px;}
		.top-left{float: left;width: 56%;}
		/* 更多标题 */
		.title{height: 35px;line-height: 35px;}
		.title .title-lf{float: left;display: flex;align-items: center;}
		.title .title-lf .adorn{width: 8px;height: 35px;background: #2BAE85;}
		.title .title-lf span{font-size: 24px;padding-left: 10px;}
		.title .title-more{float: right;font-size: 16px;color: #111111;}
		.title .title-more .icon{width: 7px;height: 8px;}
		.top-left .data-box{background: rgba(255, 255, 255, 0.6);;width: 100%;height: 430px;margin-top: 6px;border-radius: 6px;}
		.left-data .data-box{padding: 5px 0px;text-align: center;}
		.left-data .data-box .box-left{float: left;margin-left: 6%;}
		.left-data .data-box .box-left video {width: 358px;height: 150px;margin-top: 20px;}
		.left-data .data-box .box-left p {color: #111111;font-size: 14px;padding-top: 13px;}
		
		/* 学习素材 */
		.top-right {float: right;width: 42%;}
		.top-right .right-data{background: rgba(255, 255, 255, 0.6);width: 100%;height: 430px;margin-top: 6px;font-size: 14px;border-radius: 6px;}
		.index-notice-ul {width: 100%;height: 320px;/* padding-top: 8px; */overflow: hidden;}
		.index-notice-ul li {line-height: 25px;height: 25px;margin: 18px;width: 93%;font-size: 12px;font-weight: 400;color: rgba(51, 51, 51, 1);padding-left: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;position: relative;cursor: pointer;padding-right: 0;}
		.notice-li-active{color: #000 !important;}
		.index-notice-ul{height: 430px;color: #253D24;}
		.index-notice-ul a{color: #000; display: block;}
		.index-notice-ul img{width: 4px;height: 4px;margin-right: 12px;}
		
		/* 新课展示 */
		.new_course {width: 100%;height: 450px;border-radius: 6px;background: rgba(255, 255, 255, 0.6);margin-top: 6px;text-align: center;}
		.new_course .course-item{font-size: 14px;float: left;margin-left: 64px;margin-top: 30px;}
		.new_course .course-item img{width: 307px;height: 308px;}
		.new_course .course-item .p1{color: #111;padding-top: 22px;}
		.new_course .course-item .p2{color: #666;padding-top: 15px;}
		/*  */
		.swiper-shop {width: 100%;padding: 0 30px;overflow: hidden;text-align: center;}
		.swiper-shop .item {margin-left: 10px;float: left;width: 24%;height: 100%;padding-top: 10px;padding-left: 10px;transition: all .5s;}
		.swiper-shop .swiper-wrapper {font-size: 14px;}
		.swiper-shop .item img{width: 350px;height: 263px;}
		.swiper-shop .item p{color: #111;padding-top: 15px;}
		
		/* 轮播图 */
		.banner{width: 1617px;height: 299px;overflow: hidden;}
		.banner img{width: 100%;height: 100%;}
		
		/* 设置分页样式 */
		.swiper-pagination .swiper-pagination-bullet{width: 24px;height: 3px;border-radius: 0 !important;background: #fff;}
		