/* ==========================================================================
    News Inner Content
========================================================================== */
.content .top,
.content .top .up,
.content .top .bottom{
	float: left;
	width: 100%;
}
.content .top{
	margin-top: 57px;
    border-bottom: solid 1px #d7dfdc;
    padding-bottom: 22px;
}
.content .top .bottom{
	margin-top: 2px;
}
.content .top .up .when span{
	font-size: 14px;
	color: #868686;
	font-weight: 300;
}
.content .top .up .when .dd:after{
	content: ",";
}
.content .bottom .pull-left h3{
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	color: #0e528d;
	font-weight: 700;
}
.content .bottom .nav button{
	position: relative;
	font-family: "Roboto Condensed", "微軟正黑體";
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;
	padding: 0;
	color: #868686;
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.content .bottom .nav .divider:after{
	content: "|";
	padding: 0 5px;
	color: #d7d7d7;
	line-height: 26px;
}
.content .bottom .nav .back:before{
    background: no-repeat center center url(images/news-content-back.png);
    position: absolute;
    z-index: 7;
    top: 0;
    left: -22px;
    right: 0;
    width: 15px;
    height: 24px;
    line-height: 24px;
    content: '';
}
.content .bottom .nav .prev,
.content .bottom .nav .next{
	position: relative;
	padding: 0 6px;
    display: inline-block;
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.content .bottom .nav button:hover,
.content .bottom .nav .prev:hover,
.content .bottom .nav .next:hover{
	opacity: 1;
}
.content .bottom .nav .prev:before{
    margin-right: 8px;
    background: no-repeat 50% 50% url(images/left-arrow.png);
    position: relative;
    z-index: 7;
    width: 15px;
    height: 13px;
    display: inline-block;
    line-height: 24px;
    content: '';
}
.content .bottom .nav .next:after{
    margin-left: 8px;
    background: no-repeat 50% 50% url(images/right-arrow.png);
    position: relative;
    z-index: 7;
    width: 15px;
    height: 13px;
    display: inline-block;
    line-height: 24px;
    content: '';
}
.content .body {
	margin-top: 32px;
	margin-bottom: 84px;
}
.content .body .pic img{
	width: 100%;
}
.content .body .article{
	margin-top: 25px;
    border-bottom: solid 1px #d7dfdc;
    padding-bottom: 20px;
}
.content .body .article p{
	color: #868686;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.content .body .bottom{
	padding-top: 22px;
}
.content .body .bottom .nav{
	float: left;
	position: relative;
	left: 50%;
    -webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 1199px){
	.content{
		width: 900px;
	}
}

@media screen and (max-width: 991px){
	.content{
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px){
	.content .top .bottom .nav{
		float: left !important;
		width: 100%;
	    margin-top: 20px;
	}
	.content .top .bottom .nav button{
		width: 28.333333333333%;
	}
	.content .top .bottom .nav .divider:after{
		padding: 0 2.5%;
	}
}

@media screen and (max-width: 599px){
	.content .top .bottom .nav .divider:after{
		padding: 0 2.3%;
	}
}

@media screen and (max-width: 479px){
	.content .top .bottom .nav .divider.first{
		display: none;
	}
	.content .top .bottom .nav .back{
		width: 80px;
	    padding: 0 6px;
	    margin-left: 6px;
    	margin-right: 6px;
	    margin-bottom: 10px;
	}
	.content .top .bottom .nav .back:before{
		left: 0;
	}
	.content .top .bottom .nav button{
		width: 45%;
	}
	.content .top .bottom .nav .divider:after{
		padding: 0 2%;
	}
	.content .top .bottom .nav .back{
		display: block;
		margin: 0 auto;
	}
	.content .bottom .nav button{
		width: 100%;
	}
	.content .bottom .nav .back:before{
		position: relative;
		left: 40%;
	    float: left;
	}
	.content .bottom .nav .divider.first{
		display: none;
	}
	.content .bottom .nav .prev, 
	.content .bottom .nav .next{
		width: 46%;
	}



}
@media screen and (min-width: 480px) and (max-width: 767px){
	.max-sm-size .content .top .bottom .nav .back:before{
	    margin-right: 8px;
	    position: relative;
	    z-index: 7;
	    left: 0;
	    width: 15px;
	    height: 13px;
	    display: inline-block;
	    line-height: 24px;
	    content: '';
	}
}