#logo{
	width: 220px;
}

#headerLine{
	width: calc( 100% - 405px);
}

#logoText{
	height: 10px;
}



#header.change{
	background: rgba(255,255,255,0.75);/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	padding: 10px 25px;
}

.change #logo{
	filter: brightness(0%);
}

.change #headerLine{
	border-bottom: #000 1px solid;
}

.change .today{
	color: #000;
}

.change #logoText{
	filter: brightness(0%);
}

.change #mainMenu li img{
	filter: brightness(0%);
}





#topNews{
	position: relative;
	width: 100%;
	height: 700px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+25,0.5+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

#topNewsText{
	position: absolute;
	bottom:0px;
	left: calc( 50% - 400px);
	width: 800px;
	padding-bottom: 75px;
	color: #fff;
	overflow: hidden;
}

#topNewsText .date{
	font-family: 'Avenir';
	float: left;
	width: 100px;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	padding-top: 5px;
	transform-origin:0;
	transform:scaleX(0.9);
}

#topNewsText .date span{
	position: relative;
	top:-12px;
	left: -3px;
	font-size: 70px;
	font-weight: 400;
}

#topNewsText .textContent{
	float: left;
	width: calc( 100% - 100px );
}

#topNewsText .textContent h3{
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 400;
}

#topNewsText .textContent p{
	font-size: 16px;
	line-height: 25px;
}


#indexRanking{
	padding: 50px 0;
	background: #fff;
}

#rankingArea{
	overflow: hidden;
}

.rankingItem{
	float: left;
	width: calc( 50% - 15px );
	margin-right: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	color: #333;
}

a:nth-child(2n) .rankingItem{
	margin-right: 0px;
}

.rankingImg{
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 25px;
	background-size: cover !important;
}

.rankingNumber{
	font-family: 'Avenir';
	float: left;
	width: 75px;
	font-size: 35px;
	line-height: 40px;
	color: #889cbc;
}

.rankingText{
	float: left;
	width: calc( 100% - 75px );
}

.rankingText h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.rankingText p{
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	height: 75px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.rankingItem .rankingImg:before{
	position: absolute;
	top:0px;
	left: 0px;
	content: '';
	width: calc( 100% - 2px);
	height: calc( 100% - 2px);
	border:#fff 1px solid;
	opacity: 0;
	transition: .5s;
}

.rankingItem:hover .rankingImg:before{
	position: absolute;
	top:9px;
	left: 9px;
	content: '';
	width: calc( 100% - 20px);
	height: calc( 100% - 20px);
	opacity: 1;
	border:#fff 1px solid;
}

.moreBtn{
	margin: 0 auto;
	width: 100px;
	line-height: 35px;
	border:#000 1px solid;
	text-align: center;
	color: #000;

}






#weeklyPhoto{
	padding:100px 0;
	background: #f2f4f8;
}

.weeklyPhotoArea{
	position: relative;
	width: 100%;
	height: 600px;
	background-size: cover !important;
}

.weeklyPhotoText{
	position: absolute;
	width: calc(100% - 200px);
	bottom: 0px;
	padding:100px 100px 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+25,0.5+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.weeklyPhotoArea:after{
	position: absolute;
	top:9px;
	left: 9px;
	content: '';
	width: calc( 100% - 20px);
	height: calc( 100% - 20px);
	opacity: 1;
	border:#fff 1px solid;
}






#wall{
	padding: 50px 0;
}

#wall .title{
	width: calc( 100% - 50px);
	padding:0 25px;
}

#wallArea{
	width: 100%;
	overflow: hidden;
}

.wallAreaLeft{
	float: left;
	width: calc( 50% - 5px );
	margin-right: 10px;
}

.wallAreaRight{
	float: left;
	width: calc( 50% - 5px );
}

.wallArea{
	float: left;
	overflow: hidden;
}

.wallArea00{
	width: calc( 100%/3 - 20px/3);
	height: 160px;
	margin-right: 10px;
}

.wallArea01{
	width: calc( 100%/3 - 10px/2);
	height: 320px;
	margin-right: 10px;
}

.wallArea02{
	width: calc( 200%/3 - 10px/2);
	height: 320px;
	margin-right: 10px;
}

.wallArea03{
	width: 100%;
	height: 480px;
}

.wallItem{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.wallItem00{
	height: calc( 100% - 10px);
}

.wallItem01{
	height: calc( 50% - 10px);
}

.wallItem02{
	width: 100%;
	height: calc(100% - 10px);
}

.wallItem03{
	width: 100%;
	height: calc(100% - 10px);
}

.wallImg{
	position: relative;
	width: 100%;
	height: 100%;
	filter: brightness(100%);
	background-size: cover !important;
	transition: .3s;
	overflow: hidden;
}

.wallImg .artClass{
	display: none;
}

.wallText{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc( 100% - 50px );
	height: 0px;
	padding: 0px 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+25,0.5+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	transition: .3s;
}

.wallText h3{
	font-weight: 100;
}

.wallItem:hover .wallText{
	padding:25px;
	height: auto; 
}

.wallItem:hover .wallImg{
	filter: brightness(80%);
}





#editSelection{
	padding:0px 0px 50px;
	background: #fff;
}

#editSelectionArea{
	width: 100%;
}

.editItem{
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

.editImg{
	float: left;
	width: 300px;
	height: 150px;
	margin-right: 25px;
	background-size: cover !important;
}

.artClass{
	width: 50px;
	line-height: 30px;
	margin: 10px;
	border:#fff 1px solid;
	text-align: center;
	background:rgba(0,0,0,0.25);
	color: #fff;
}

.editText{
	float: left;
	width: calc( 100% - 325px);
	color: #000;
}

.editText .date{
	font-family: 'Avenir';
	color: #889cbc;
}

.editText h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.editText p{
	font-size: 16px;
	line-height: 25px;
}



@media screen and (min-width: 1200px){

	.wallText{
		font-size: 16px;
	}

}

@media screen and (max-width: 979px) {
	
	h3{
		font-size: 20px !important;
	}

	p{
		font-size: 12px !important;
	}



	#header{
		padding-top:50px;
	}

	#logo{
		width: 150px;
	}

	#logoText{
		height: 7px;
	}





	#topNews{
		height: 500px;
	}

	#topNewsText{
		left: 0%;
		width: 90%;
		padding:15px 5% 50px;
		background:rgba(0,0,0,0.5); 
	}

	#topNewsText .date{
		width: 75px;
		padding-top: 2px;
	}

	#topNewsText .textContent{
		width: calc( 100% - 75px );
	}





	.rankingItem{
		width: 100%;
		margin-right: 0px;
	}

	.rankingImg{
		height: 200px;
	}

	.rankingNumber{
		width: 50px;
	}

	.rankingText{
		width: calc( 100% - 50px );
	}





	#weeklyPhoto{
		padding:25px 0;
	}

	.weeklyPhotoArea{
		height: 300px;
	}

	.weeklyPhotoText{
		position: absolute;
		width: calc(100% - 50px);
		padding:50px 25px 25px;
	}

	.weeklyPhotoText .title{
		margin-bottom: 10px;
	}





	.wallAreaLeft, .wallAreaRight{
		float: left;
		width: 100%;
		margin: 0px;
	}

	.wallArea00{
		height: 110px;
	}

	.wallArea01{
		height: 220px;
	}

	.wallArea02{
		height: 220px;
	}

	.wallArea03{
		height: 330px;
	}

	.wallImg .artClass{
		display: block;
	}

	.wallText{
		display: none;
	}





	#editSelection{
		padding:0px 0px 25px;
	}


	.artClass{
		width: 35px;
		line-height: 25px;
		margin: 10px;
		font-size: 12px;
	}




	.editItem{
		margin-bottom: 35px;
	}

	.editImg{
		width: 100%;
		height: 150px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.editText .date{
		font-size: 16px;
	}

	.editText{
		width: 100%;
	}


}

@media screen and (max-width: 767px) {


}

@media screen and (max-width: 480px) {


}

@media screen and (max-device-width: 480px) {
	
}














