@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: MicrosoftJhengHeiRegular;
	src: url(../fonts/MicrosoftJhengHeiRegular.ttf) format("truetype");
}

#news_sect1
{
	position:relative;
	width: 100%;
	min-height:350px;
	
	background-image:url( ../../images/bg/concrete_seamless.png );
	/*
	========================================================
	This pattern is downloaded from www.toptal.com/designers/subtlepatterns/ 
	If you need more, that's where to get'em.
	========================================================
	*/
}

.news_pagearea
{
	padding:10px 0px;
	border-bottom:1px solid #333333;
}
.page_btn
{
	font-size:14px;
	display:inline-block;
    position: relative;
    width: 85px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    background-color: #2D657B;
    color: #FFF;
    cursor: pointer;
    border-width: 0px;
    -webkit-user-select: none;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	
	-webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
}
.page_btn:hover
{
	background-color:#3b84a0;
}
.news_block
{
	margin-bottom:50px;
}
.news_li
{
	display: block;
    border-bottom: solid 1px #ddd;
    padding: 15px 5px 15px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
	
	cursor:pointer;
	
	webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.info_date
{
	color:#2D657B;
	margin-right: 10px;
	
	webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.news_li:hover
{
	color:#fff;
	background-color: #2D657B;
    padding: 15px 0px 15px 5px;
    text-decoration: none;
}
.news_li:hover .info_date
{
	color:#fff;
}
.incon_news
{
	padding:10px;
}
.article-title
{
	font-family: MicrosoftJhengHeiRegular, "LiSong Pro Light", "SimSun", Microsoft JhengHei, Verdana, Arial, Helvetica, SimSun, serif;
	
	color:#444444;
	font-size:28px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
	line-height:1.5;
}
.incon_time
{
	color: #2D657B;
	text-align:center;
	margin-bottom:5px;
}
.incon_con
{
	color:#43392f;
	line-height:1.5;
	letter-spacing:1px;
	margin-top:5px;
}
.incon_con img, .incon_con iframe
{
	max-width:100%;
}