@charset "UTF-8";

/* list styles
----------------------------------------------*/
h1 a {color: #fff;}
.newsPost {
	margin: 20px 10px;
	border: 1px solid #ccc;
}
.newsPost h2 {
	padding: 20px 10px;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}
.newsPost h2 a {
	color: #000;
}
.newsContent {
	line-height: 1.6;
	margin: 0 10px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.newsContent a {
	text-decoration: underline;
	color: #FF6300;
}
.newsPost footer{
	padding: 10px;
	font-size: 85%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.newsLink{

}
.newsLink a{
	display: inline-block; 
	background: #eee; 
	border-radius: 5px; 
	padding: 10px 5px 10px 15px;
	position: relative;
	font-weight: bold;
}
.newsLink a:before{
	content: "〉";
	position: absolute;
	top: 50%;
    left: 5px;
	margin-top: -0.5em;
}
.newsDate{
	width: 10em!important;
	text-align: right;
	padding: 10px 0;
	white-space: nowrap;
}
.newsPageNav{
	padding: 0 10px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.newsPageNav li {
	width: 49%;
}
.newsPageNav li span,.newsPageNav li a {
	position: relative;
}
.newsPageNav li:first-of-type span:before,.newsPageNav li:first-of-type a:before {
	content: "〈";
	position: absolute;
	top:50%;
	left: 15px;
	margin-top: -0.5em;
}
.newsPageNav li:last-of-type span:after,.newsPageNav li:last-of-type a:after {
	content: "〉";
	position: absolute;
	top:50%;
	right: 15px;
	margin-top: -0.5em;
}
.newsPageNav li span{
	color: #fff;
	display: block;
	background: #eee;
	text-align: center;
	border-radius: 5px; 
	padding: 18px;
}
.newsPageNav li a{
	color: #fff;
	display: block;
	background: #ccc;
	text-align: center;
	border-radius: 5px; 
	padding: 18px;
}

.newsEmpty {
	padding: 30px;
	text-align: center;
	font-size: 1rem;
}
