/* ==========================================================================
    News Content
========================================================================== */

/*#content .head,
#content .body{
	float: left;
}
*/
/* date */

#content .body .date{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 57px;
	width: 57px;
}
#content .body .date .up,
#content .body .date .down{
	height: 30px;
	line-height: 30px;
	color: #FFF;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#content .body .date .down .group{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	float: left;
}
#content .body .date .up span,
#content .body .date .down span{
	text-align: center;
	font-family: "Oswald";
}
#content .body .date .up span{
	display: block;
	font-size: 26px;
	padding-top: 6px;
}
#content .body .date .down span{
	display: inline-block;
	font-size: 12px;
	text-align: center;
}


/*=== Content Body  ===*/

/* nav-content */
#content .body .tab-content{
	position: relative;
	display: block;
	float: left;
	margin-top: 65px;
	width: 100%;
}
#content .body .tab-content .list-item{
	height: 415px;
	margin-right: 52px;
	min-height: 430px;
}
#content .body .tab-content .list-item:nth-child(3n){
	margin-right: 0;
}
#content .body .tab-content #exhibition-info .list-item > a{
	cursor: default;
}
#content .body .tab-content .list-item .pic-area,
#content .body .tab-content .list-item .article{
	width: 365px;
	position: relative;
}
#content .body .tab-content .list-item .pic-area{
	height: 211px;
}
#content .body .tab-content .list-item .date{
	background: #00a1e1;
}

#content .body .tab-content .list-item .pic-area .pic img{
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#content .body .tab-content .list-item:hover .pic-area .pic img{
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#content .body .tab-content .list-item .article h4,
#content .body .tab-content .list-item .article p{
	font-family: "微軟正黑體";
	color: #565962;
}
#content .body .tab-content .list-item .article h4{
	font-size: 18px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 13px;
}
#content .body .tab-content .list-item .article p{
	font-size: 16px;
	line-height: 25px;
}


/* Change Page */
#content .body nav{
	margin-bottom: 80px;
}
#content .body nav ul{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 20px;
    margin-top: 2px;
}
#content .body nav .pagination  > li > a, 
#content .body nav .pagination  > li span{
	border: 0;
	background: transparent;
	color: #565962;
	font-size: 16px;
}
#content .body nav .pagination > .active > a, 
#content .body nav .pagination > .active > span, 
#content .body nav .pagination > .active > a:hover, 
#content .body nav .pagination > .active > span:hover, 
#content .body nav .pagination > .active > a:focus, 
#content .body nav .pagination > .active > span:focus{
	background: transparent;
	color: #00a1e1;
	font-weight: bold;
}
#content .body nav ul.pagination > li > a{
	padding: 6px 8px;
}

@media screen and (max-width: 1407px){
	section{
		float: left;
	}
	#content .body .tab-content .list-item{
		width: calc(33.333333333333333% - 3px);
		height: auto;
		margin-right: 0;
		padding: 20px;
	}
	#content .body .tab-content .list-item .pic-area {
	    height: auto;
	}
	#content .body .tab-content .list-item .pic-area, 
	#content .body .tab-content .list-item .article{
		width: 100%;
	}
	#content .body .tab-content .list-item .pic-area .pic,
	#content .body .tab-content .list-item .pic-area .pic img{
		width: 100%;
	}
}

@media screen and (max-width: 1199px){
	#content .body .tab-content .list-item{
		min-height: 400px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	#content .body .tab-content .list-item{
		width: 50%;
	}
	#content .body .tab-content{
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px){
	#content .body .tab-content{
		margin-top: 20px;
	}
	#content .body .tab-content .list-item{
		width: calc(46% - 1px);
		height: auto;
		margin-right: 0;
		margin: 2%;
		padding: 0;
		min-height: 360px;
	}
	#content .body .tab-content .list-item:nth-child(3n) {
	    margin-right: 2%;
	}
	#content .body .tab-content .list-item .pic-area {
	    height: auto;
	}
	#content .body .tab-content .list-item .pic-area, 
	#content .body .tab-content .list-item .article{
		width: 100%;
	}
	#content .body .tab-content .list-item .pic-area .pic,
	#content .body .tab-content .list-item .pic-area .pic img{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	#content .body .tab-content .list-item{
		width: 46%;
		min-height: 320px;
	}
	#content .body .tab-content .list-item{
		padding: 0;
	}
	#content .body .date {
	    height: 50px;
	    width: 50px;
	}
	#content .body .date .up, 
	#content .body .date .down{
		height: 23px;
		line-height: 23px;
	}
	#content .body .date .up span{
		font-size: 18px;
	}
	#content .body .tab-content .list-item .article h4{
		font-size: 16px;
	}
	#content .body .tab-content .list-item .article p{
		font-size: 14px;
	}
}
@media screen and (max-width: 479px){
	#content .body .tab-content .list-item{
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 20px;
	}
}

/* ==========================================================================
    News Content Exhibition Info
========================================================================== */

#content .body .tab-content #exhibition-info .list-item .date {
    background: #565962;
}
#content .body .tab-content #exhibition-info .list-item .article p{
	margin-bottom: 1px;
}


