html{
	scroll-behavior: smooth;
}
h1{
	margin:0 0 40px 0;
	padding:0;
}
#new-box{
	margin:30px auto 100px auto;
	width:1024px;
}
.list-box{
	margin:40px auto 40px auto;
	display: flex;
	justify-content: center;

}
.list-btn{
	background: #368430;
	color:#FFF;
	font-weight:bold;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-bottom:#074400 solid 3px;
	height:44px;
	line-height: 44px;
	font-size:16px;
	padding-left:16px;
	padding-right: 16px;
}
.list-box a{
	color:#FFF;
	text-decoration: none;
}

#new-box h2{
  text-align: center;
}
#new-box h2 span{
  position: relative;
  display: inline-block;
  padding: 1em 3em;
	color:#61AF08;
}
#new-box h2 span::before, #new-box h2 span::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: 2em;
  height: 2px;
  background-color: #61AF08;
}
#new-box h2 span::before {
  left:0;
}
#new-box h2 span::after {
  right: 0;
}
.new-list{
	margin:0 0 0 0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}
.new-list dt{
    position: relative;
    padding-left: 20px;
	font-size:16px;
	width:12%;
  }
 
.new-list dt:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
  }
.new-list dd{
    font-size:16px;
  }
.new-list dt a{
    color:#FF6600;
	font-weight:bold;
	text-decoration: none;
  }
.new-list dd a{
    color:#333;
	text-decoration: none;
  }
.new-list dt a:hover,.new-list dt a:active,.new-list dd a:hover,.new-list dd a:active{
	text-decoration: underline;	
  }
#new-box h3{
	border-left:#35DA6D solid 5px;
	font-size:18px;
	padding:10px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:10px;
}










