@charset "utf-8";
.newstxt p {
	padding-bottom: 30px;
}
.newstxt .date {
	display: inline-block;
	color: #992244;
	padding-right: 15px;
	padding-bottom: 10px;
}
.newstxt .cate {
	color: #992244;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
.newstxt .cate.newsimportant {
	background-color: #992244;
	color: #FFFFFF;
	padding:0 20px;
}
.newstxt img {
	width: auto!important;
	height: auto!important;
	max-width: 100%!important;
}
.pastlink {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.pastlink p:first-of-type  {
	position: absolute;
	left: 0px;
	bottom: 0;
	padding-bottom: 0;
}
.pastlink p:last-of-type  {
	position: absolute;
	right: 0px;
	bottom: 0;
	padding-bottom: 0;
}
.pastlink p.link{
	margin:  0 auto;
}
.newsbox{
	background-color: #FFF;
	margin-bottom: 70px;
}
.newsbox .box{
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
.newsbox a{
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	background-image: url(../img/link.png);
	background-size: 30px auto;
	background-position: 100% bottom;
	background-repeat: no-repeat;
	transition: 0.2s;
}
.newsbox a:hover{
	background-size: 32px auto;
}
.newsbox .date{
	width: 100px;
	color: #992244;
	padding-bottom: 0;
	line-height: 2em;
	padding-top: 2px;
}
.newsbox .cate{
	width: 200px;
	color: #992244;
	padding-bottom: 0;
}
.newsbox .cate.newsimportant {
	background-color: #992244;
	color: #FFFFFF;
	padding:0 20px;
	width: 160px;
}

.newsbox h4{
	width: calc(100% - 40px);
	padding-right: 40px;
	padding-bottom: 0;
}
#newscate {
	width: 160px;
	float: left;
}
#newscont {
	width: calc(100% - 180px);
	float: right;
}
#newscate li {
	padding-bottom: 15px;
}
#newscate li a{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #707070;
	text-decoration: none;
	border-radius: 50px;
	line-height: 1.2em;
}
#newscate li.current a{
	border: 1px solid #992244;
	background-color: #992244;
	color: #FFF;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-bottom: 60px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #43341B;
	background-color: #FFFFFF;
	padding: 8px 15px!important;
	margin: 0 2px!important;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #43341B;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #992244;
	border: 1px solid #992244!important;
    }
.wp-pagenavi .previouspostslink {
	margin-right: 20px;
}
.wp-pagenavi .nextpostslink {
	margin-left: 20px;
}


.wp-pagenavi span.current{
	color: #fff;
	background-color: #992244;
	border: 1px solid #992244!important;
    }
