.titlelist {
    border-bottom: 1px solid #e1e1e1;
}

.titlelist ul li {
    display: inline-block;
    margin-right: 60px;
    line-height: 60px;
}

.titlelist ul li a {
    font-size: 16px;
    color: #666666;
}

.titlelist ul li:hover a {
    color: #333333;
}

.titlelist ul li.on::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url('../img/second/triangle.png') no-repeat;
    margin-right: 8px;
}

.titlelist ul li.on a,
.titlelist ul li.on:hover a {
    color: #204eb4;
}

.contentmain {
    padding: 30px 0 60px;
}

.box {
    margin-bottom: 30px;
}

.title {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    border-left: 5px solid #204fb4;
    padding-left: 15px;
    margin-bottom: 20px;
}

.ps {
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.line {
    width: 100%;
}

.contentmain ul li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.contentmain ul li:last-child {
    border-bottom: unset;
}

.contentmain ul li a {
    height: 80px;
}

.contentmain ul li a span {
    width: 4px;
    height: 4px;
    background-color: #204fb4;
    margin-right: 20px;
}

.contentmain ul li a p {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.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;
}