.study{
	background: url(../../images/study/study_bg.jpg) no-repeat center center;
	background-size: cover;
}
.study .package .wrap .submenu .pagetitle{
	padding-top:40px;
    padding-bottom:30px;
}
.study .package .wrap .submenu1 .list{
	padding-left: 340px;
	margin:30px 20px;
	overflow: hidden;
	position: relative;	
	cursor: pointer;
}
.study .package .wrap .submenu1 .list .pic{
	float: left;
	width: 300px;
	height: auto;
	margin-left: -340px;
	position: relative;
}
.study .package .wrap .submenu1 .list .pic .hint{
	padding: 0 6px;
	height: 16px;
	line-height:16px;
	text-align: center;
	background: #6eb630;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.study .package .wrap .submenu1 .list .desc{
	float: left;
	overflow: hidden;
}
.study .package .wrap .submenu1 .list .desc h2{
	font-size: 20px;
	color: #000;
	margin-bottom:30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.study .package .wrap .submenu1 .list .desc .text{
	font-size: 14px;
	color: #757575;
	position:relative;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
}
.study .package .wrap .submenu1 .list .desc .text:after {
	content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(../../images/global/ellipsis_bg.png) repeat-y;
}
.study .package .wrap .submenu1 .list .desc .date{
	position: absolute;
	bottom: 0;
	left:340px;
	right: 0;
	padding-bottom:5px;
	border-bottom: 1px solid #e1e1e1;
}
.study .package .wrap .submenu1 .list .desc .date p{
	float: left;
}
.study .package .wrap .submenu1 .list .desc .date span{
	display:inline-block;
	float: right;
	background: url(../../images/study/study_eye.png) no-repeat center left;
	padding-left:25px;
	background-size: 20px auto;
}
.study .package .wrap .submenu2 .list{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    margin:20px;
    cursor: pointer;
}
.study .package .wrap .submenu2 .list .pic{
	overflow: hidden;
	position: relative;
}
.study .package .wrap .submenu2 .list .pic img{
	width: 100%;
	height:auto;
}
.study .package .wrap .submenu2 .list .pic .hint{
	padding: 0 6px;
	height: 16px;
	line-height:16px;
	text-align: center;
	background: #6eb630;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.study .package .wrap .submenu2 .list .desc{
	padding:10px 10px;
}
.study .package .wrap .submenu2 .list .desc p{
	font-size: 14px;
	color: #060606;
	background: #fff;
	line-height: 18px;
	margin-bottom: 15px;
}
.study .package .wrap .submenu3 .list{
	padding-right: 340px;
	margin:30px 20px;
	overflow: hidden;
	position: relative;	
	cursor: pointer;
}
.study .package .wrap .submenu3 .list .pic{
	float:right;
	width: 300px;
	height: auto;
	margin-right: -340px;
	position: relative;
}
.study .package .wrap .submenu3 .list .pic .hint{
	padding: 0 6px;
	height: 16px;
	line-height:16px;
	text-align: center;
	background: #6eb630;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.study .package .wrap .submenu3 .list .desc{
	float:left;
	overflow: hidden;
}
.study .package .wrap .submenu3 .list .desc h2{
	font-size: 20px;
	color: #000;
	margin-bottom:30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.study .package .wrap .submenu3 .list .desc .text{
	font-size: 14px;
	color: #757575;
	position:relative;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
}
.study .package .wrap .submenu3 .list .desc .text:after {
	content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(../../images/global/ellipsis_bg.png) repeat-y;
}
.study .package .wrap .submenu3 .list .desc .date{
	position: absolute;
	bottom: 0;
	right:340px;
	left: 0;
	padding-bottom:5px;
	border-bottom: 1px solid #e1e1e1;
}
.study .package .wrap .submenu3 .list .desc .date p{
	float: left;
}
.study .package .wrap .submenu3 .list .desc .date span{
	display:inline-block;
	float: right;
	background: url(../../images/study/study_eye.png) no-repeat center left;
	padding-left:25px;
	background-size: 20px auto;
}
.eye_icon{
	background: url(../../images/study/study_eye.png) no-repeat center left;
	padding-left: 25px;
	background-size: 20px auto;
}