@charset "utf-8";

.listNews{
	margin:40px 0 60px;
	display:table;
	width:100%;
}
.listNews dt, .listNews dd{
	line-height:1.8;
}
.listNews dt{
	color:#8C751E;
	width:9%;
	min-width:90px;
	clear:left;
	float:left;
	padding-left: 6px;
}
.listNews dd{
	padding-left:11%;
	padding-bottom:0.6em;
	margin-bottom:0.6em;
	border-bottom:1px dotted #493700;
}

/*======= pageNewsdetail ========================================================*/
.mainNews{
	margin:40px 0;
}
.mainNews .postDate{
	color:#8C751E;
	font-size:94%;
	margin-bottom:2em;
}
.mainNews .txt{
	margin-bottom:1em;
}
.mainNews .photo{
	margin-bottom:1em;
}
.titlePager {
	margin-bottom:20px;
}

.listTxtlink{
	margin-bottom: 50px;
}


@media screen and (max-width:768px) {
	.listNews{margin:0 0 30px;}
	.listNews dt{
		float:none;
		text-align:left;
		width:100%;
		background-color:#FFF;
		padding:0 8px;
	}
	.listNews dd{
		padding-right:8px;
		padding-left:8px;
		padding-bottom:0.8em;
		margin-bottom:0.8em;
	}
	
	.listNews dd a:hover{
		opacity:0.6;
	}
	.mainNews{margin:0 0 30px;}

	.titlePager {
		border-top-style:dotted;
		border-bottom-style:dotted;
	}
	.titlePager .prev{
		border-right: 1px solid #646464;
	}
	.listTxtlink{
		margin-bottom: 0;
	}

}

