@charset "utf-8";
/* CSS Document */

#rn_aside {
	float: right;
}

p{
	margin: 0;
}

ul{
	list-style: none;
	padding-left: 0;
}

.public_officer_top_grand{
	width: 1090px;
  margin: auto;
}

.po_nwes_list p{
	font-size: 16px;
}
.po_nwes_list a:link{
	color: #333;
	transition-duration: 0.6s;
}
.po_nwes_list a:hover{
	color: #0C3D86;
	opacity: 0.7;
}
.po_nwes_list ul{
	padding: 0;
	display: flex;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	padding-bottom: 15px;
	align-items: baseline;
}

.po_nwes_list .updated-date{
	font-size: 14px;
	width: 140px;
	margin-left: 30px;
}

.po_nwes_list .updated-office{
	background: #0c61a9;
	border-radius: 40px;
	width: 200px;
	text-align: center;
	color: white;
	line-height: 30px;
	height: 30px;
	margin-top: 15px;
	font-size: 14px;
}
.po_nwes_list .updated-content{
	margin-left: 50px;
	position: relative;
	width: 350px;
	font-size: 14px;
}
.po_nwes_list .updated-content::before { 
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 8px; 
  height: 8px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(45deg);
}
.po_news_page-of-number{
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}
.po_news_page-of-number .number{
	display: flex;
	align-items: baseline;
}
.po_news_page-of-number .number span{
	font-size: 20px;
	margin-right: 4px;
}
.po_news_page-of-number .page-btn ul{
	display: flex;
	align-items: center;
}
.po_news_page-of-number .page-btn ul li {
	display: inline;
	padding:6px 0px;
	margin: 0 2px;
	border:1px #ccc solid;
}
.po_news_page-of-number .page-btn ul li a{
	padding:8px 10px;
}
.po_news_page-of-number .page-btn ul .this {
	border: none;
    width: 20px;
    text-align: center;
}
.po_news_page-of-number .page-btn ul .next {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
	border: none;
  padding: 2px 10px 14px 10px;
//	margin-left: 10px;
}
.po_news_page-of-number .page-btn ul .next a{
	padding: 0px 12px 16px 12px;
}
.po_news_page-of-number .page-btn ul .next::before, .po_news_page-of-number .page-btn ul .next::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.po_news_page-of-number .page-btn ul .next::before {
  top: 12px;
  left: 18px;
  right: 1px;
  height: 0.15em;
	color: #888;
	transform: translateX(-25%) rotate(45deg);
}

.po_news_page-of-number .page-btn ul .next::after {
  top: 16px;
  right: 10px;
  bottom: 0px;
  width: 0.15em;
	color: #888;
	transform: translateX(-25%) rotate(45deg);
}

.po_news_page-of-number .page-btn ul .back {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
	border: none;
  padding: 2px 10px 14px 10px;
	margin-right: 18px;
}
.po_news_page-of-number .page-btn ul .back a{
	padding: 0px 12px 16px 12px;
}
.po_news_page-of-number .page-btn ul .back::before, .po_news_page-of-number .page-btn ul .back::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.po_news_page-of-number .page-btn ul .back::before {
  top: 12px;
  left: 18px;
  right: 1px;
  height: 0.15em;
	color: #888;
	transform: translateX(25%) rotate(-45deg);
}

.po_news_page-of-number .page-btn ul .back::after {
  top: 16px;
  right: 4px;
  bottom: 0px;
  width: 0.15em;
  color: #888;
  transform: translateX(25%) rotate(-45deg);
}											
















