.subject{
	height: 192px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px #e5e5e5 solid;
}
.subject>*{
	margin: 10px 30px 0 30px;
}
.sub_l{
	display: inline-block;
	width: 90px;
	height: 182px;
	float: left;
}
.sub_r{
	display: inline-block;
	width: 390px;
	height: 182px;
	margin-left: 0;
	float: right;
}
.sub_l img{
	margin-top: 20px;
	width: 90px;
}
.sub_tit{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.sub_w{
	margin-top: 20px;
	color: #666666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.sub_btn{
	text-align: right;
	padding-right: 20px;
	margin-top: 20px;
}
.sub_btn p{
	display: inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	background-color: #eeeeee;
}
.sub_btn p span{
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background:-webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
  	-webkit-background-clip:text;
  	color:transparent;
}
.subject:hover .sub_tit,.subject:hover .sub_w,.subject:hover .sub_time{
	color: white;
}
.subject:hover .sub_btn p a{
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background:-webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
  	-webkit-background-clip:text;
  	color:transparent;
}
.subject:hover .sub_btn p{
	background-color: white;
}
.subject:hover{
	background: url(../img/sub_hover.png) left top no-repeat;
}
