
.page1-box2 {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 18px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-right: 10px;
}

.page1-box2 a {
	color:#202020;
	font-weight:bold;
	font-size:12px;
	line-height:19px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page1-box2 a:hover {
	color:#0eacda;
	text-decoration:none;
}

.page1-img3 {
    margin-right: 20px;
    margin-top: 2px;
    display:inline-block; padding:4px;border: 1px solid #525965;
	border-top-color: #747b84;
	border-bottom-color: #353e4b;
	background-color: #525965;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#747b84), to(#353e4b));
	background-image: -moz-linear-gradient(-90deg, #747b84 0%, #353e4b 100%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.35), inset 0 3px 3px rgba(255,255,255,0.15);
    float:left;
}
.date {
	display:block;
	color:#0ea9d7;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin-bottom:12px;
}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}
.extra-wrap{overflow:hidden;display:block;}