@charset "utf-8";

/*========== Album List ===========*/
.album_list ul {
	clear: both;
	margin: 0 -10px;
}

.album_list ul li {
	overflow:hidden;
	float:left;
	text-align:center;
	width:33.3%;
	height:500px;
}

.album_list ul li .Img {
	padding:10px;
}

.album_list ul li .Img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.album_list ul li .Img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}

.album_list ul li .txt h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	text-align: center;
	color: #000;
}

.album_list ul li .txt h3 a:hover {
	color:#dbbe99;
}

.album_list ul li .txt {
	margin-top:15px;
}

.album_list ul li .txt p {
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
	margin-top:10px;
}

.album_list ul li .txt .date {
	font-size:13px;
	color:#818181;
	text-align: center;
	padding: 5px;
}

.album_list ul li .txt .hits {
	padding: 5px 0;
	font-size:13px;
	color:#818181;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 2px;
	text-align: center;
}



/*========== Content ===========*/
.title_area {
	clear:both;
	margin-bottom:10px;
	border-bottom: 1px solid #E4E4E4;
}	

.title_area .topic {
	font-size: 28px;
	line-height:1.6;
	color: #000;
}

.title_area .date {
	font-size:13px;
	color:#818181;
	line-height:1.8;
}

.content_area .txt {
	clear:both;
	font-size:16px;
	color:#2f2f2f;
	line-height:1.6;
	padding-bottom: 20px;
}



/*========== Photo List ===========*/
.photo_list ul {
	clear: both;
	margin: 0 -10px;
}


.photo_list ul li {
	overflow:hidden;
	float:left;
	text-align:center;
	width:33.3%;
	height:350px;
}

.photo_list ul li .Img {
	padding:10px;
}

.photo_list ul li .Img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.photo_list ul li .Img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}

.photo_list ul li .txt {
	margin-top:5px;
}

.photo_list ul li .txt p {
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}



@media (max-width: 800px) {
	.album_list ul li{
		width:33%;
		height:300px;
	}

	.photo_list ul li{
		width:33%;
		height:220px;
	}
}



@media (max-width: 640px) {
	.album_list ul li {
		width:50%;
		height:350px;
	}

	.photo_list ul li{
		width:50%;
		height:250px;
	}
}


@media (max-width: 480px){
	.album_list ul li{
		width:100%;
		height:380px;
	}

	.photo_list ul li{
		width:100%;
		height:300px;
	}
}
