.m__page-cnt>div>section {
    margin-bottom: 1em;
}
.m__page-cnt>section {
    margin-bottom: 3em;
}
.m__page-cnt>div {
    margin-bottom: 3em;
}

.f__header > .gnav > .menu > li.exhibition > a {
  background: rgba(54, 123, 153, 0.8);
}

.f__header > .gnav > .menu > li.exhibition > a:hover {
  background: #367b99;
}

.f__header > .gnav > .menu > li.event > a {
  background: rgba(158, 121, 0, 0.8);
}

.f__header > .gnav > .menu > li.event > a:hover {
  background: #9e7900;
}

.f__header > .gnav > .menu > li.research > a {
  background: rgba(143, 50, 93, 0.8);
}

.f__header > .gnav > .menu > li.research > a:hover{
  background: #8f325d;
}

.f__header > .gnav > .menu > li.education > a {
  background: rgba(96, 117, 47, 0.8);
}

.f__header > .gnav > .menu > li.education > a:hover{
  background: #60752f;
}
.p__older {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 540px;
    padding: 0;
    margin: 2.5em 0 0 auto;   
}
.p__older > a{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    padding: 0 0.5em;
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
    background: #586ab0;
	
}