.insideWrapper{
	margin-top: 75px;
}



#header{
	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: 20px 25px;
	overflow: hidden;
}

#logo{
	width: 180px;
	filter: brightness(0%);
}

#headerLine{
	width: calc( 100% - 365px);
	border-bottom: #000 1px solid;
}

.today{
	color: #000;
}

#logoText{
	height: 10px;
	filter: brightness(0%);
}

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



.content{
	padding: 50px 0;
	overflow: hidden;
}

.contentFirst{
	margin-top: 35px;
}

.content01{
	background: #f2f4f8;
}

.content02{
	background: #fff;
}

.contentLine{
	border-bottom: #889cbc 1px solid;
}





#trendBanner{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#videoBanner{
	float: left;
	width: 100%;
}

.bannerImg{
	position: relative;
	float: left;
	height: 500px;
	width: calc( 50% - 480px);
	background-size: cover !important;
	opacity: .5;
	margin-right: 10px;	
	transition: .2s;
}

.bannerImg.focus{
	width: 940px;
	opacity: 1;
}

.bannerImg:last-child{
	margin-right: 0px;
}


.arrow{
	position: absolute;
	top:0px;
	width: 50px;
	height: 100%;
	background-size: 50px !important;
	opacity: .75;
	transition: .3s;
}

.arrow:hover{
	opacity: 1;
}

#prev{
	left:20px;
	background:url('../images/prev.png') center no-repeat;
}

#next{
	right:20px;
	background:url('../images/next.png') center no-repeat;
}




#video{
	width: 100%;
	height: 550px;
}








#category{
	width: 100%;
}

#category li{
	display: inline-block;
	padding: 0 20px;
	line-height: 35px;
	font-size: 16px;
	border:#889cbc 1px solid;
	color: #889cbc;
	margin: 10px 10px 0 0;
	transition: .2s;
}

#category li.this{
	background: #889cbc !important;
	color: #fff;
}

#category li:hover{
	background:#b2c2dc;
	color: #fff;
}






#mainContent{
	float: left;
	width: calc( 100% - 325px);
	margin-right: 50px;
	margin-top: -12px;
}

#mainContent2{
	float: left;
	width: 100%;
	margin-right: 0;
	margin-top: -12px;
}

#articleTitle{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#videoBanner #articleTitle{
	margin-bottom: 0px;
}

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

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

#articleTitle h2{
	width: calc( 100% - 100px);
	font-size: 32px;
	font-weight: 100;
	text-align: justify;
}

#articleTitle.act h2{
	position: relative;
	top:25px;
}

#article{
	width: 100%;
}

#article h4{
	font-size: 20px !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	color: #889cbc !important;
	border-bottom: #889cbc 1px solid !important;
	margin-bottom: 15px !important;
}

#article p{
	font-size: 16px !important;
	line-height: 30px !important;
	margin-bottom: 25px !important;
}

#article blockquote{
	padding: 25px 50px !important;
	background: #f2f4f8 !important;
	font-size: 16px !important;
	line-height: 30px !important;
	margin-bottom: 25px !important;
}


#article img{
	max-width: 100% !important;
	height: auto !important;
}


#article .end{
	position: relative;
	text-align: right;
	margin-bottom: 25px;
}

#article .end:before{
	position: absolute;
	bottom: 6px;
	left: 0px;
	width: calc( 100% - 85px);
	content: '';
	border-bottom: #000 1px solid;
}


#tag{
	width: 100%;
	margin-bottom: 50px;
}


#tag li{
	display: inline-block;
	padding: 5px 10px;
	border:#000 1px solid;
	color: #000;
	margin-right: 10px;
	margin-bottom: 10px;
}



#insideRanking{
	float: left;
	width: 275px;
	background: #fff;
}

.insideRanking .titleEn{
	font-size: 30px;
}

.insideRanking{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.insideRanking li{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
}

.insideRanking li div:first-child{
	float: left;
	width: 50px;
	height: 100%;
}

.insideRanking li div:last-child{
	float: left;
	width: calc( 100% - 50px);
	height: 100%;
}

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





#insideInfo{
	float: left;
	width: 275px;
	background: #fff;
}

.insideInfo .titleEn{
	font-size: 30px;
}

.insideInfo{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.insideInfo li{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
}

.insideInfo li div{
	float: left;
	width: calc( 100% - 60px);
}

.insideInfo li div:first-child{
	width: 60px;
}





#explore{
	float: left;
	width: 100%;
	padding: 50px 0;
}

#focusList{
	width: 100%;
	padding-top: 25px;
	overflow: hidden;
}


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

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

#normalList a{
	display: block;
	width: calc( 100%/3 - 20px );
	margin-right: 10px;
	margin-bottom: 50px;
	overflow: hidden;
	color: #333;
}

#normalList a:nth-child(3n) {
	margin: 0px;
}

#normalList .listItem{
	width: 100%;
}

#normalList{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

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

#normalList .listImg{
	height: 200px;
}


.listText{
	float: left;
	width: 100%;
}

.listText h3{
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 28px;
}

.listText 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;
}

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

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


.preplay:after{
	position: absolute;
	top:0;
	left:0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url('../images/play.png') center no-repeat;
	background-size: 35px;
	opacity: .75;
	transition: .3s;
}

.listItem:hover .preplay:after{
	opacity: 1;
}




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

}





#page{
	clear: both;
	width: 100%;
	text-align: center;
}

#page li{
	font-family: 'Avenir';
	display: inline-block;
	font-size: 15px;
	color: #000;
	transform-origin:0;
	transform:scaleX(0.9);
}

#page a:first-child li{
	margin-right: 25px;
}


#page a:last-child li{
	margin-left: 25px;
}





#actList{
	width: 100%;
	padding: 50px 0;
}

.actItem{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.actImg{
	float: left;
	width: 600px;
	margin-right: 25px;
}


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


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

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

.actInfo{
	margin-top: 25px;
}

.actInfo li{
	font-size: 13px;
	line-height: 25px;
}

.actInfo ul{
	margin-bottom: 25px;
	color: #000;
}

.link a{
	color: #000;
}

.link span{
	color: #889cbc;
	padding-right: 10px;
	border-right:#000 1px solid;
	margin-right: 10px;
	font-weight: 500;
}

#actBanner, #actBanner img{
	width: 100%;
	margin-bottom: 20px;
}







.workImg{
	float: left;
	width: 300px;
	margin-right: 25px;
}


.workText{
	float: left;
	width: calc( 100% - 325px);
	color: #000;
	padding-bottom: 50px;
}


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

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

.workInfo{
	position: absolute;
	bottom: 5px;
	left:325px;
}

.workInfo li{
	font-size: 13px;
	line-height: 25px;
}

.workInfo ul{
	color: #000;
}

.workTitle{
	position: relative;
}


.switch{
	float: right;
	border-right:#889cbc 1px solid;
}

.switch li{
	float: left;
	line-height: 35px;
	border:#889cbc 1px solid;
	border-right: 0px;
	padding: 0px 25px;
	font-size: 13px;
	color: #889cbc;
	transition: .3s;
}

.switch li.this{
	background:#889cbc !important;
	color: #fff;
}

.switch li:hover{
	background:#b2c2dc;
	color: #fff;
}



#sign{
	width: 100%;
	overflow: hidden;
	margin: 15px 0 25px;
}

.signItem{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
}

.signLeft{
	float: left;
	line-height: 50px;
	width: 120px;
}

.signRight{
	float: left;
	line-height: 50px;
	width: calc( 100% - 120px);
}

.signRight input{
	height: 30px;
	width: calc( 100% - 30px);
	padding: 5px 15px;
	border:0;
	background:#fff !important;
}


#btnArea{
	width: 100%;
	text-align: center;
}

.applyBtn{
	display: inline-block;
	padding: 0px 25px;
	line-height: 35px;
	border: #000 1px solid;
	margin:0 5px 25px;
}

.apply01{
	color: #000;
}

.apply02{
	border-color: #889cbc;
	background:#889cbc;
	color: #fff;
}

.apply03{
	border-color: #889cbc;
	background:#889cbc;
	color: #fff;
	padding: 0px 50px;
}





.submitTextInside{
	display: inline-block;
	width: 500px;
	font-size: 25px;
	text-align: center;
	color: #fff;
}






#aboutBanner{
	width: 100%;
	margin: 25px 0;
}

.aboutText{
	padding: 25px 0;
}

.aboutText p{
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 35px;
}






#searchInfo{
	padding: 25px 0 50px;
	font-size: 20px;
	line-height: 30px;
}

#searchInfo span{
	font-size: 25px;
	font-weight: 900;
	margin: 0 10px;
}


.searchList{
	padding:0px 0px 50px;
	background: #fff;
}

.searchArea{
	width: 100%;
}

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

.searchImg{
	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;
}

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

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

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

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





iframe .rc-anchor-normal-footer{
	display: none !important;
}


iframe .rc-anchor-logo-portrait{
	margin:5px 0 0 0 !important;
}

iframe .rc-anchor-logo-img-portrait{
	margin:0px !important;
}


iframe .rc-anchor-logo-text{
	text-align: left !important;
}

iframe .rc-anchor-normal .rc-anchor-pt{
	position: static;
	width: 100px;
}


#focusDescription {
	margin: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: #889cbc 1px solid;
	padding-bottom: 25px;
}

.descriptionImg {
	width: calc( 50% - 7.5px );
	height: 250px;
}

.descriptionText {
	width: calc( 50% - 25px );
}

.descriptionText h3{
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 28px;
}

.descriptionText 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;
}

#albumList {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 15px;
}

#albumList li {
	width: calc( 25% - 45px/4 );
	height: 175px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#albumList li:nth-child(4n) {
	margin-right: 0px;
}

#albumList li a {
	display: block;
	width: 100%;
	height: 100%;
}

#download {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

#download a {
	display: inline-block;
    padding: 0 20px;
    line-height: 35px;
    font-size: 16px;
    border: #889cbc 1px solid;
    color: #889cbc;
    margin: 10px 10px 0 0;
    transition: .2s;
    cursor: pointer;
}

#download a:hover {
	background: #889cbc;
	color: #fff;
}




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

	.wallText{
		font-size: 16px;
	}


	.bannerImg{
		width: calc( 50% - 578px);
	}

	.bannerImg.focus{
		width: 1136px;
	}

}

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

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



	.insideWrapper{
		margin-top: 0px;
	}


	#header{
		position: static;
		padding:50px 10px 20px;
	}

	#logo{
		width: 150px !important;
	}

	#logoText{
		height: 7px;
	}




	.content{
		padding: 0;
	}

	.content01{
		padding:25px 0;
	}

	.contentFirst{
		margin-top: 0px;
	}




	#trendBanner{
		margin-bottom: 25px;
	}

	.bannerImg{
		display: none;
		height: 300px;
	}


	.bannerImg.focus{
		display: block;
		width: 100%;
	}


	.arrow{
		display: none;
	}



	#video{
		height: 200px;
	}
	



	#category li{
		padding: 0 10px;
		line-height: 25px;
		font-size: 12px;
	}





	#mainContent, #mainContent2{
		width: 100%;
		margin-right: 0px;
		margin-top: 0px;
	}

	#videoBanner #articleTitle{
		margin-bottom: 25px;
	}

	#articleTitle{
		margin-bottom: 50px;
	}
	
	#articleTitle .date{
		width: 75px;
	}

	#articleTitle h2{
		width: calc( 100% - 75px);
		font-size: 25px;
	}


	#article .highlight{
		font-size: 12px;
	}




	#insideRanking{
		display: none;
	}






	#explore{
		padding: 25px 0;
	}

	#focusList{
		width: 100%;
		padding-top: 25px;
	}


	#focusList .listItem{
		float: left;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 25px;
	}

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

	.listImg{
		height: 200px;
	}

	#explore #normalList{
		display: none;
	}

	#normalList .listItem{
		float: left;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 25px;
	}


	#normalList a{
		width: 100%;
		margin: 0px;
	}





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

	}








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




	.editItem{
		margin-bottom: 35px;
	}

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

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

	.editText{
		width: 100%;
	}




	#actList{
		padding: 25px 0;
	}

	.actItem{
		padding-bottom:25px;
		border-bottom: #000 1px solid;
	}

	.actImg{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}


	.actText{
		width: 100%;
	}

	.actInfo{
		position: static;
		margin-top: 25px;
	}






	.workItem{
		padding-bottom:25px;
		border-bottom: #000 1px solid;
	}

	.workImg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}


	.workText{
		width: 100%;
	}

	.workInfo{
		position: static;margin-top: 25px;
	}


	.switch{
		width: calc(100% - 1px);
		margin-top: 10px;
	}

	.switch li{
		width: calc( 50% - 1px );
		padding: 0px;
		text-align: center;
	}



	.signLeft{
		width: 65px;
		font-size: 13px;
	}

	.signRight{
		width: calc( 100% - 65px);
		font-size: 13px;
	}




	.subInside{
		height: 200px;
	}


	#aboutBanner{
		width: 180%;
		margin: 25px -40%; 
	}


	.aboutText{
		padding: 0px 0px 25px;
	}






	.searchItem{
		margin-bottom: 35px;
	}

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

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

	.searchText{
		width: 100%;
	}


	#albumList li {
		width: 100%;
		margin-right: 0px;
	}


}

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


}

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


}

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














