@import url('https://fonts.googleapis.com/css?family=Krub');
#newsList {
	overflow: hidden;
	margin-bottom: 15px;
}

#newsList .list {
	position: relative;
	margin: 20px 0 45px;
	float: left;
	width: 33%;
}

#newsList .list .date ,
#newsList .list .date:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	font-family: 'Krub', sans-serif;
}

#newsList .list .date:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #d1b084;
	display: block;
}

#newsList .list .newPhoto {
	overflow: hidden;
	margin: 15px auto 10px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
}

#newsList .list .newPhoto a.photo {
	transition: all 0.4s ease;
}

#newsList .list:hover .newPhoto a.photo {
	background-size: auto 120%;
}


#newsList .list h3 {
	margin: 10px 0;
	height: 22px;
	display: -webkit-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#newsList .list h3 a {
	color: #645e55;
	font-size: 16px;
}
@media screen and (max-width: 1280px) {
	#newsList .list .newPhoto{
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 640px) {
	#newsList .list {
		width: 50%;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#newsList .list .newPhoto {
		width: 100px;
		height: 100px;
		float: left;
	}
	#newsList .list h3{
    float: right;
    width: calc(100% - 120px);
    white-space: inherit;
    height: 80px;
}
	#newsList{width:90%; margin:0 auto;}
	#newsList .list{ overflow:hidden;}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#newsList .list {
		width: 100%;
		margin: 10px 0;
		border-bottom: 1px dashed #e4d8c6;
		padding: 10px 0;
	}
	#newsList .list .newPhoto {
	}
}
