.content {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    min-height: 1108px;
}

.content_info {
    width: 1240px;
    min-height: 900px;
    background: #F5F5F5;
    height: auto;
}

.content_list {
    width: 1240px;
    box-sizing: border-box;
    padding: 46px 100px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DBDBDB;
    border-bottom: 0px;
    background: #fff;
    height: auto;
    min-height: 1036px;
}

.content_list img {
    width: 22px;
    height: 19px;
    margin: 5px;
}

.content_pages {
    width: 1240px;
    border: 1px solid #DBDBDB;
    border-top: 0px;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 0px 100px;
    box-sizing: border-box;
}

.article {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #03639D;
    line-height: 27px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    color: #333;
}

.type_content:last-child .article,
.content_main>.article:last-child {
    border-bottom: 0;
}

.type_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.type_title::before {
    content: '·';
}

.items {
    position: relative;
}

.tps {
    display: flex;
    align-items: center;
}
.tps:hover {
    color: #03639D;
    text-decoration: underline;
    cursor: pointer;
}