strong{
	font-weight:400;
}
#highlight{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.hl_0, .hl_1, .hl_2, .hl_3, .hl_4{
	position:relative;
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.hl_0{
	width:100%;
	height:340px;
}
.hl_1{
	float:left;
	width:50%;
	height:340px;
}
.hl_2, .hl_3{
	float:left;
	width:25%;
	height:340px;
}
#highlight .content{
	position:relative;
	width:100%;
	height:100%;
	text-transform:uppercase;
}
#highlight .cat{
	display:inline-block;
	margin-bottom:5px;
	padding:5px 5px 1px;
	font-family:Khand, 'Khand-fallback', arial;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	line-height:1em;
	background-color:rgba(51, 152, 204, .75);
	border-radius:4px;
}
.hl_0 .text, .hl_1 .text, .hl_2 .text, .hl_3 .text{
	position:absolute;
	left:20px;
	bottom:20px;
	width:65%;
	color:#fff;
	font-family:Khand, 'Khand-fallback-bold', arial;
	font-weight:700;
	font-size:2em;
	line-height:1em;
}
.hl_0 .title, .hl_1 .title, .hl_2 .title, .hl_3 .title{
	display:inline;
	line-height:1em;
	text-shadow:0px 2px 0px #292d2f;
}
.hl_0 .text{
	bottom:40px;
	width:50%;
	font-size:6em;
}
.hl_1 .text{
	font-size:4em;
}
.hl_2 .text, .hl_3 .text{
	font-size:3em;
}
#highlight .hl_0 .content{
	background:rgba(49,79,109,0.6);
	background:-moz-linear-gradient(45deg, rgba(49,79,109,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(45deg, rgba(49,79,109,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-o-linear-gradient(45deg, rgba(49,79,109,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-ms-linear-gradient(45deg, rgba(49,79,109,0.8) 0%, rgba(0,0,0,0) 100%);
	background:linear-gradient(45deg, rgba(49,79,109,0.8) 0%, rgba(0,0,0,0) 100%);
}
#highlight .hl_1 .content, #highlight .hl_3 .content{
	background:rgba(98,117,124,0.6);
	background:-moz-linear-gradient(45deg, rgba(98,117,124,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(45deg, rgba(98,117,124,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-o-linear-gradient(45deg, rgba(98,117,124,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-ms-linear-gradient(45deg, rgba(98,117,124,0.8) 0%, rgba(0,0,0,0) 100%);
	background:linear-gradient(45deg, rgba(98,117,124,0.8) 0%, rgba(0,0,0,0) 100%);
}
#highlight .hl_2 .content{
	background:rgba(121,101,65,0.6);
	background:-moz-linear-gradient(45deg, rgba(121,101,65,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(45deg, rgba(121,101,65,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-o-linear-gradient(45deg, rgba(121,101,65,0.8) 0%, rgba(0,0,0,0) 100%);
	background:-ms-linear-gradient(45deg, rgba(121,101,65,0.8) 0%, rgba(0,0,0,0) 100%);
	background:linear-gradient(45deg, rgba(121,101,65,0.8) 0%, rgba(0,0,0,0) 100%);
}
#home_partner{
	width:95%;
	max-width:1520px;
	margin:0 auto 20px;
	background-color:#fff;
	box-sizing:border-box;
	border-radius:8px;
	overflow:hidden;
}
#home_partner > div{
	overflow:hidden;
}
#home_partner img{
	width:100%;
	height:auto;
}
/*.articles_item:first-child{
	width:100%;
	margin-bottom:20px;
}
.articles_item:first-child .thumb{
	float:left;
	width:70%;
	padding-bottom:25%;
	background-position:center center;
}
.articles_item:first-child .title{
	float:left;
	width:30%;
	padding:10px;
	box-sizing:border-box;
}*/
#main_sidebar{
	background-color:#fff;
}
#main_sidebar .article_sidebar:first-child .article_thumb{
	padding-bottom:60%;
}
#load_more_content_btn{
	display:block;
	width:33%;
	margin:20px auto;
	padding:10px 20px;
	color:#3398cc;
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
	background:#fff;
	border:2px solid #3398cc;
	border-radius:8px;
}
#load_more_content_btn:hover{
	color:#fff;
	background:#3398cc;
	cursor:pointer;
}
#load_more_area{
	width:100%;
    overflow:hidden;
}
#load_more_area_content{
	width:100%;
    box-sizing:border-box;
    overflow:hidden;
}
#load_more_area_content .articles_item, #load_more_area_content .articles_item:first-child{
	width:50%;
	margin-bottom:0;
}
#load_more_area_content .articles_item:first-child .thumb{
	float:none;
	width:100%;
	padding-bottom:50%;
	background-position:top center;
}
#load_more_area_content .articles_item:first-child .title{
	float:none;
	width:100%;
	padding:5px 0 0;
	box-sizing:border-box;
}
#load_more_area_loading{
	margin:0 20px 20px 0;
	padding:5px 0;
	color:#3398cc;
	font-size:1em;
	text-align:center;
}
.home #sidebar_partner{
}

@media only screen and (max-width: 1024px){
	#load_more_area_content .articles_item, #load_more_area_content .articles_item:first-child{
		width:100%;
		padding:0 20px 0 0;
	}
	.articles_item:first-child{
		margin-bottom:0;
	}
	.articles_item:first-child .thumb{
		width:100%;
		padding-bottom:50%;
	}
	.articles_item:first-child .title{
		width:100%;
		padding:5px 0 0;
	}
}
@media only screen and (max-width : 768px){
	#highlight .content{
		position:absolute;
		padding:5px;
		box-sizing:border-box;
	}
	#highlight .title{
		position:absolute;
	}
	.hl_0, .hl_1, .hl_2, .hl_3, .hl_4, .hl_5{
		width:100%;
    	height:auto;
    	padding-bottom:50%;
	}
	.hl_0 .text, .hl_1 .text, .hl_2 .text, .hl_3 .text, .hl_4 .text {
		width:100%;
		position:relative;
		font-size:2em;
		top:10%;
		left:0;
	}
	.hl_0 .title, .hl_1 .title, .hl_2 .title, .hl_3 .title{
		line-height:1.2em;
	}
	#main_content h2{
		margin:20px 0;
		line-height:1em;
	}
	#load_more_area_content .articles_item, #load_more_area_content .articles_item:first-child{
		width:100%;
		padding:0;
	}
	#home_partner{
		height:auto;
		padding:0;
	}
	#home_partner img{
		width:100%;
		height:auto;
	}
	.home #sidebar_partner{
		margin-top:0;
	}
	#load_more_content_btn{
		width:100%;
	}
	#load_more_area_loading{
		margin:20px 0;
	}
}