.main {
    background-color: #eaf6fd;
}

.titlelist {
    padding: 30px 0 40px;
}

.titlelist ul li a {
    display: block;
}

.titlelist ul li a div {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}

.titlelist ul li a img {
    width: 120px;
    height: 120px;
}

.titlelist ul li a img:hover {
    transform: scale(1.1);
}

.titlelist ul li a p {
    font-size: 16px;
    line-height: 20px;
    color: #1a225d;
    text-align: center;
}

.contentmain {
    padding-bottom: 60px;
}

.title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    border-left: 5px solid #204fb4;
    padding-left: 15px;
}

.contentmain ul {
    margin: 30px 0;
}

.contentmain ul li {
    height: 100px;
    padding: 0 40px 0 30px;
    margin-bottom: 20px;
    background-color: #ffffff;
    transition: all 0.4s;
}

.contentmain ul li:hover {
    background-color: #dee9f4;
}

.contentmain ul li a {
    height: 100px;
}

.contentmain ul li a p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #204ca4;
}

.contentmain ul li a span {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #204eb4;
}

.contentmain ul li a span:hover {
    opacity: 0.8;
}

.contentmain ul li a span 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;
}