/* CSS Document */
/*標題字體*/
@media screen and (min-width: 1025px) and (max-width: 1360px){
/*@media (max-width: 1360px) {*/
.message{
	width:10%;
	float:left;
	margin-top:0;
	text-align:center;
}
.message .article{
	width:100%; /* 1020px; */
	min-width:1220px; /* N add*/
	margin:0 auto;
	text-align:center;
	margin-top:-15px;
}
.img_bg{
	position:absolute;
	z-index:8;
	float:left;
	left:82px;
	margin-top:16px;
}
.img_bg img{
	width:86px;
	height:160px;
}
.article .lab1{
	position: relative;
    width:100%;
	float:left;
	height:88px;
}
.lab1 .year{
	width:100px;
	float:left;
	margin-top:42px;
	font-size:15px;
}
.lab1 .content{
	height:80px;
	float:left;
	margin-top:-26px;
}
.article .lab2{
	position: relative;
	float:left;
	width:100%;
	height:88px;
	/*margin-left:32px;*/
	margin-top:2px;
}
.lab2 .year{
	width:130px;
	float:left;
	margin-top:42px;
	font-size:15px;
}
.lab2 .content{
	height:80px;
	float:left;
	margin-top:-26px;
}
.article .lab3{
	position: relative;
	float:left;
	width:100%;
	height:88px;
	margin-top:2px;
}
.lab3 .year{
	width:100px;
	float:left;
	margin-top:42px;
	font-size:15px;
}
.lab3 .content{
	height:80px;
	float:left;
	margin-top:-26px;
}

.lab_item {
	width: 46px;
	height: 150px;
	margin: 8px;
	position: relative;
	display: inline-block;
}
.hexagon2 {
	position: absolute;
	width: 60px;
	height: 120px;
	top: 15px;
}
.hexagon-in2 h1{
	font-size: 16px;
	margin-top:50px;
}


}
