strong span{font-weight: inherit;}
strong a:link,strong a:visited,strong a:hover,strong a:active {font-weight: inherit;}


.archive_list .entry_header{
    margin-bottom: 20px;
}    
.archive_list .box_type3 ul.backnum{
    display: flex;
    justify-content: space-between;
    border: none;
}
.archive_list .box_type3 ul.backnum li{
	width:20%;
    text-align: center;
}
.archive_list .box_type3 ul.backnum li a{
	font-weight: bold;
	background-color: #502903;
	border: 2px solid #502903;
	color: #fff;
	padding: 0.2rem 1rem;
    display: inline-block;
	line-height: 50px;
}
.archive_list .box_type3 ul.backnum li a:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}


@media only screen and (max-width: 736px) {
.mbanner{display:none;}
.mtop{padding-top:50px;}
}
