.main {
    background-color: #eaf6fd;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.contentmain {
    padding: 30px 0 60px;
}

.contentmain dl {
    padding: 10px 48px 10px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    transition: all 0.4s;
    position: relative;
}

.contentmain dl:hover {
    background-color: #dee9f4;
}

.contentmain dl dd {
    width: 783px;
    padding: 20px 0 20px 20px;
}

.contentmain dl dd i {
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #204fb4;
    margin-bottom: 12px;
}

.contentmain dl dd a.t {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #204ca4;
    margin-bottom: 16px;
}

.contentmain dl dd em {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    color: #8d98ab;
}

.contentmain a.more {
    position: absolute;
    right: 48px;
    bottom: 20px;
}

.contentmain a.more span {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #204eb4;
}

.contentmain a.more:hover {
    opacity: 0.8;
}

.contentmain 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;
}