.contentmain {
    padding: 30px 0 60px;
}

.box {
    position: relative;
    margin-bottom: 30px;
}

.box dl {
    width: 560px;
    margin-bottom: 40px;
}

.box dl:nth-of-type(7) {
    margin-bottom: 0;
}

.box dl dt {
    width: 560px;
    height: 280px;
    overflow: hidden;
}

.box dl dt img:hover {
    transform: scale(1.1);
}

.box dl dd a.t {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #204ca4;
    margin: 20px 0 18px;
}

.box dl dd a.t:hover {
    opacity: 0.9;
}

.box dl dd em {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    color: #8d98ab;
    margin-bottom: 24px;
}

.box dl dd a.more span {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #204eb4;
}

.box dl dd a.more:hover {
    opacity: 0.8;
}

.box dl dd a.more img {
    width: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

.page {
    text-align: center;
    position: relative;
}

.page img {
    width: auto;
    height: 16px;
    margin: 16px auto;
}

.page a,
.page span {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #204fb4;
    display: inline-block;
    margin-right: 12px;
}

.page .prev,
.page .next {
    width: 120px;
    height: 48px;
    background-color: #204fb4;
    margin: 0;
}

.page .prev {
    position: absolute;
    left: 0;
}

.page .next {
    position: absolute;
    right: 0;
}

.page span.current {
    background-color: #204fb4;
    color: #ffffff;
}

.prev:hover,
.next:hover {
    opacity: 0.9;
}