<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news_list_box {
	width: 70%;
	float: left;
  margin-bottom:30px;

}

.news_content {
margin-top:-20px;
}
.news_list a {
  font-size: 1.5rem;
  display: block;
  padding: 5px;
  position: relative;
  margin-bottom: 0px;
  border-bottom:1px solid #d2d2d2;
}
.news_list a:hover {
  background: #dedede;
}

span.tag-news {
  display: inline-block;;
  padding: 1px 10px;
  margin: 0 15px;
  font-size: 1.2rem;
  color: #fff;
  background: #6dae21;
	width: 70px;
	text-align: center;
}
span.tag-office {
  display: inline-block;;
  padding: 1px 10px;
  margin: 0 15px;
  font-size: 1.2rem;
  color: #fff;
  background: #b58c5c;
	width: 70px;
	text-align: center;
}

.news_list a h2 {
  font-size: 1.6rem;
  padding: 15px 20px 10px 0;
  text-align: left;
  line-height: 1.8;
}
.news_list a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.single_news_date {
	text-align:center;
	margin-bottom:30px;
}
.news_archive_list {
	float:right;
	width:28%;
	margin-bottom:30px;
}
.news_archive_list li {
	padding:10px 0;
	border-bottom:1px #181818 solid;
}
.news_archive_title {
	background:#181818;
	color:#fff;
	text-align:center;
}
@media screen and (max-width: 1260px) {
  .news_list_box {
    width: 100%;
	float:none;
  }
	.news_archive_list {
		float:none;
		width:100%;
	}

.news_content {
margin-top:0px;
}
.news_list a {
  font-size: 1.3rem;
  display: block;
  padding: 5px;
  position: relative;
  margin-bottom: 0px;
  border-bottom:1px solid #d2d2d2;
}
.news_list p {
font-size: 1.4rem;
line-height:1.7;
}
span.tag-news {
  display: inline-block;;
  padding: 1px 10px;
  margin: 0 15px;
  font-size: 1rem;
  color: #fff;
  background: #6dae21;
	width: 70px;
	text-align: center;
position:relative;
top:-4px;
}
span.tag-office {
  display: inline-block;;
  padding: 1px 10px;
  margin: -5px 15px 0 15px;
  font-size: 1rem;
  color: #fff;
  background: #b58c5c;
	width: 70px;
	text-align: center;
position:relative;
top:-4px;
}

}</pre></body></html>