/*主要內容寬度設定*/
.main_content{
	margin: 0 auto;
	width: 1140px;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*最新消息分類-設定*/
.news_style{
	margin: 0 0 50px 0;
	display: block;
}
.news_style>li a{
	float: left;
	display: block;
	width: 225px;
	height: 35px;
	line-height: 35px;
	background:#BFBFBF;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-right: 1px;
	overflow: hidden;
}
/*最新消息分類hover+選取狀態*/
.news_style .news_selected,
.news_style>li a:hover{
	background: #002B56;
}
.news_style::after{
	content: '';
	display: block;
	clear: both;
}
/*///消息區塊-設定 start///*/
.news_block{
	width: 1140px;
	margin: 0 30px 0 0;
}
.news_text{
	float: left;
	width: 780px;
}
.news_text::after{
	content: '';
	display: block;
	clear: both;
	margin-bottom: 50px;
}
/*圖片+灰遮罩效果*/
.news_img_shadow{
	display: block;
	width: 320px;
	/*20150930*/
	background: #fff;
	margin-right: 40px;
	float: left; 
	overflow: hidden;
}
.news_img_shadow img{
	display: block;
	max-width: 100%;
	/*width: 100%;*/
	opacity: 1;
	/*20150930*/
	margin: 0 auto;
	height: 200px;
}
/*20150930*/
.news_img_shadow:hover{
	background: #000;
}
.news_img_shadow img:hover{
	opacity: 0.7;
}
/*消息日期*/
.news_date{
	color: #969696;
	margin-bottom: 10px;
}
/*消息標題*/
.news_title{
	margin-bottom: 20px;
	max-height: 60px;
	overflow: hidden;
}
.news_title a{
	line-height: 30px;
	font-size: 20px;
	color: #0068C8;
}
.news_title a:hover{
	text-decoration: underline;
}
/*消息內容概要*/
.news_view{
	line-height: 1.85em;
	height: 5.55em;
	overflow: hidden;
}
/*read more-按鈕*/
.news_more a{
	margin: 15px 0 0 0;
	display: block;
	border-radius: 12.5px;
	background: #002B56;
	width: 150px;
	height:25px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
}
/*消息區塊下方灰水平線*/
.news_block::after{
	content: '';
	display: block;
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 25px 0;
}

/*頁數功能列*/
.page_block{
	height: 50px;
	text-align: center;
	padding: 35px 0 45px 0;
}
.page_block li{
	display: inline-block;
	color: #B6B6B6;
	width: 48px;
	height: 48px;
	font-size: 14.97px;		
}
.page_block a{
	display: block;
	border: 1px solid #B6B6B6;
	line-height: 48px;
	text-align: center;
	color: #B6B6B6;
}
.page_block a:hover,
.page_block a:active{
	background: #002B56;
	color: #fff;
}
/*頁數輸入*/
.page_block input{
	width: 48px;
	height: 46px;
	border: 1px solid #B6B6B6;
	text-align: center;
	color: #002B56;
	font-size: 14.97px;
}
/*頁數列-文字寬度*/
.page_block .page_text{
	width: 30px;
}
/*///消息區塊-設定 end///

/******手機版 start******/
@media screen and (max-width: 768px){
/*主要內容寬度設定*/
.main_content{
	margin: 0 5%;
	width: 90%;
}
.news_style>li a{
	width: 100%;
	margin: 0 0 1px 0;
	float: none;
}
.news_block{
	width: 100%;
}
/*圖片遮罩*/
.news_img_shadow{
	float: none;
	width: 100%;
}
/*圖片寬度+取消高度*/
.news_img_shadow img{
	width: 100%;
	/*20150930*/
	height: auto;
}
.news_text{
	float: none;
	width: 100%;
}
.news_date{
	margin-top: 30px;
}
.news_more a{
	margin-top:30px;
}
/*頁數功能列 -20150922*/
/*頁數列外層div*/
.page_over{
	width: 218px;
	margin: 0 auto;
}
.page_block li{
	margin-right: 2px;
	display: block;
	float: left;
	line-height: 50px;
}
/*取消浮動*/
.page_block::after{
	content: '';
	clear: both;
}
/*輸入框外層div*/
.page_block .input_block{
	width: 48px;
	height: 48px;
	border: 1px solid #B6B6B6;
}
/*輸入框尺寸*/
.page_block input{
	width: 30px;
	height: 30px;
	border: 0px;
}

}