/*主要內容寬度設定*/
.main_content{
	margin: 0 auto;
	width: 1140px;
	position: relative;
}
/*news&科技-標題*/
.news_page_title,
.technology_page_title{
	font-size: 28px;
	color: #0164B5;
	line-height: 48px;
	padding-right: 220px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
/*科技-標題 顏色*/
.technology_page_title{
	color: #000;
}
/*日期*/
.news_page_date{
	color: #949494;
	line-height: 21px;
	margin-bottom: 23px;
}
/*add this*/
.news_page_add_this_block{
	position: absolute;
	right: 0;
	top:0;
}
.news_page_add_this_block img{
	width: 24px
}
.news_page_add_this_block::after{
	content: '';
	display: block;
	clear: both;
}
/*news-圖片*/
.news_page_img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
/*科技-圖片*/
.technology_page_img{
	width: 800px;
	margin-bottom: 30px;
	overflow: hidden;
}
.news_page_img img,
.technology_page_img img{
	max-width: 100%;
	overflow: hidden;
}
	
/*back按鈕*/
.news_page_back_block{
	padding: 60px 0 45px 0;
}
.news_page_back_block a{
	margin: 0 auto;
	display: block;
	border-radius: 12.5px;
	background: #002B56;
	width: 150px;
	height:25px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}
/******手機版 start******/
@media screen and (max-width: 768px){
/*主要內容寬度設定*/
.main_content{
	margin: 0 5%;
	width: 90%;
}
.news_page_title,
.technology_page_title,
.news_page_date{
	width: 100%;
	padding-right: 0;
}
.news_page_add_this_block{
	width: 100%;
	position: static;
	text-align: center;
	margin-bottom: 25px;
}
.news_page_img img,
.technology_page_img img{
	width: 100%;
}

.news_page_add_this_block img{
	width: 32px;
	margin-right: 8px;
}
/*科技-圖片*/
.technology_page_img{
	width: 100%;
}

}