/*主要內容寬度設定*/
.main_content{
	margin: 0 auto;
	width: 1140px;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*科技分類-設定*/
.technology_style{
	margin: 0 0 50px 0;
	display: block;
}
.technology_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+選取狀態*/
.technology_style .technology_selected,
.technology_style>li a:hover,
.technology_style>li a:active{
	background: #002B56;
}
/*清除科技分類浮動*/
.technology_style::after{
	content: '';
	display: block;
	clear: both;
}
/*科技內容浮動排列*/
.technology_overview li{
	float: left;
}
/*清除科技內容排列浮動*/
.technology_overview::after{
	content: '';
	display: block;
	clear: both;
}
/*一般科技項目*/
.technology_overview li{
	width: 215px;
	margin-right: 16px
}
/*第一個科技項目(大)*/
.technology_overview li.first{
	width: 444px;
}
/*右側科技項目*/
.technology_overview li.edge{
	margin-right: 0;
}
/*20150911 科技項目圖片div設定*/
.technology_overview li .img_block{
	width: 215px;
	height: 125px;
	overflow: hidden;
}
.technology_overview li.first .img_block{
	width: 443px;
	height: 258px;	
}
/*科技項目圖片設定*/
.technology_overview li .img_block img{
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	/*display: block;*/
}
/*圖片超連結遮罩設定 20150911*/
.technology_block>.img_block>a{
	display: block;
	overflow: hidden;
	width: 215px;
	height: 125px;
	text-align: center;
	background: #fff;
}
.first>.technology_block>.img_block>a{
	width: 443px;
	height: 258px;
}
/*20150911 hover才變黑背景*/
.technology_block>.img_block>a:hover,
.technology_block>.img_block>a:active{
	background: #000;
}

.technology_block>.img_block>a:hover img,
.technology_block>.img_block>a:active img{
	opacity: 0.7;
}
/*科技項目日期設定*/
.technology_date{
	color: #9A9A9A;
	line-height: 1.5em;
	margin: 15px 0 8px 0;
}
/*一般科技項目標題(3行) 20150910*/
a.techniligy_title{
	line-height: 1.5em;
	background:#fff;
	color: #000;
	width: 100%;
	height: 4.5em;
	margin-bottom: 45px;
	display: block;
	overflow: hidden;
}
/*第一個科技項目(大)標題(1行)*/
.first a.techniligy_title{
	font-size: 16px;
	height: 1.5em;
	line-height: 1.5em;
	margin-bottom: 35px;
}
/*科技項目標題hover狀態-底線*/
a.techniligy_title:hover,
a.techniligy_title:active{
	text-decoration: underline;
}
/*補第一列科技項目(小)高度-把第2列推下去*/
.column_1{
	margin-bottom: 142px;
}
/*LOAD MORE按鈕*/
.load_more{
	padding: 20px 0 45px 0;
}
.load_more a{
	display: block;
	border-radius: 12.5px;
	background: #002B56;
	color: #fff;
	width: 150px;
	height:25px;
	line-height: 25px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
}

/******手機版 start******/
@media screen and (max-width: 768px){
/*主要內容寬度設定*/
.main_content{
	margin: 0 5%;
	width: 90%;
}
.technology_style>li a{
	float: none;
	width: 100%;
	margin: 0 0 1px 0;
}
.technology_overview{
	float: none;
}
/*一般科技項目*/
.technology_overview li{
	width: 100%;
	margin-right: 0;
}
/*第一個科技項目(大)*/
.technology_overview li.first{
	width: 100%;
}
/*一般科技項目標題*/
a.techniligy_title{
	height: auto;
	margin-bottom: 25px;
}
/*20150911*/
/*統一科技項目圖片設定*/
.technology_overview li.first,
.technology_overview li.first .img_block,
.technology_overview li.first .img_block a,
.technology_overview li.first .img_block img,
.technology_overview li .img_block,
.technology_overview li .img_block a,
.technology_overview li .img_block img{
	width: 100%;
	height: auto;
}
/*20150911 科技項目超連結&圖片樣式*/
.technology_overview li .img_block a,
.technology_overview li .img_block a img{
	display: block;
}
/*第一個科技項目(大)標題*/
.first a.techniligy_title{
	height: auto;
	margin-bottom: 25px;
	font-size: 14px;
}
/*補第一列科技項目(小)高度-把第2列推下去*/
.column_1{
	margin-bottom: 0;
}

}