@charset "utf-8";
.newstxt p {
	padding-bottom: 15px;
}
.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 img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.pastlink {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.pastlink p:first-of-type  {
	position: absolute;
	left: 0px;
	bottom: 0;
	padding-bottom: 0;
	width: 70px;
}
.pastlink p:last-of-type  {
	position: absolute;
	right: 0px;
	bottom: 0;
	padding-bottom: 0;
	width: 70px;
}
.pastlink p.link{
	margin:  0 auto;
	width: 130px;
	min-width: auto;
}
.pastlink p.link a{
	padding: 10px 40px 10px 10px;
}
.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: 100px;
	color: #992244;
	padding-bottom: 0;
}
.newsbox h4{
	width: calc(100% - 40px);
	padding-right: 40px;
	padding-bottom: 0;
}
#newscate {
	width: 100%;
	float: none;
}
#newscont {
	width: 100%;
	float: none;
}
#newscate li {
	padding-bottom: 15px;
	display: inline-block;
	margin-right: 10px;
}
#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;
}