.fb_iframe_widget{
	vertical-align: bottom;
}
.news_container li.trigger_btn{
	width: 100%;
    text-align: center;
    border-bottom: 0;
}
.ias-trigger{
	font-size: 17px;
    color: #29527F;
    text-align: center;
    border: 2px solid #F0F0F0;
    width: 150px;
    margin: 25px auto;
    padding: 10px;
    cursor: pointer;
    background: #fff;
    font-family: Arial,\5FAE\8EDF\6B63\9ED1\9AD4;
}
.trigger_btn svg{
	width: 10px!important;
	height: 10px!important;
	border-radius: 999em;
	border: 1px solid #29527F;
	padding: 3px;
	margin-right: 10px;
}
#header{
	opacity: 0.8;
}
.page_contain{
	padding: 50px;	
}
.news_container,.newsdetail_container{		
	max-width: 1400px;
	margin: 0 auto;
}
.news_container li{
	width: 29%;
	margin: 2%;	
	display: inline-block;	
	color: #29527F;
	border-bottom: 4px solid #F0F0F0;
}
.news_container a{
	color: #29527F;
}
.news_date{
	padding: 10px 0;
	font-size: 14px;    
	line-height: 20px;    
	max-height: 35px;
	overflow: hidden;	
}
.news_date em{	
	border: 1px solid #29527F;
	padding: 1px 8px;
	float: right;
	font-style: normal;
}
.news_title{
	font-size: 20px;
	line-height: 30px;
	max-height: 30px;
	overflow: hidden;
	padding-bottom: 20px;	
}
.news_more{
	font-size: 17px;
	color: #29527F;
	text-align: center;
	border: 2px solid #F0F0F0;
	width: 150px;
	margin: 25px auto;
	padding: 10px;
	cursor: pointer;
}


/*news_detail*/	
.newsdetail_container .sns{
	border-bottom: 4px solid #eee;
    margin:-10px 0 40px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px){
	#header{
		position: relative;
	}	
	.page_contain{
	padding: 50px 0;	
	}
	.news_container {
		padding: 0;
		width: 90%;
	}	
	.news_container li{
		width: 46%;
	}

	/*news_detail*/	
	.newsdetail_container{
		width: 90%;
    	padding: 30px 0;
	}	
	.news_title{	
	line-height: 30px;
    padding-bottom: 10 px;
    max-height: 60px;
	}	
}

@media screen and (max-width: 500px){
	.news_container li{
		width: 100%;
		margin: 5% 0;
	}
	/*news_detail*/	
	.newsdetail_container{		
    	padding: 20px 0 30px;
	}
}






