.list_table{
    width: 100%;
    flex: 1;
}
.title{
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid rgba(127, 201, 234, 0.4);
}
.title p{
    width: 1200px;
    margin: 0 auto;
    font-size: 2.5rem;
    color: #000000;
    font-weight: bold;
    font-family: Cambria, Liberation Serif, Hoefler Text, Georgia, Times New Roman, Noto Serif, Liberation Serif;
}
.list_item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

.list_item .left{
    width: 860px;
    font-size: 1.25rem;
    line-height: 28px;
    color: #474747;
    padding: 4px;
    box-sizing: border-box;
}
.list_item .left:hover{background: #eefaff}
.list_item .right{
    font-size: 1rem;
    color: #999;
}
.pagetion{
    width: 880px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pagetion .item{
    display: flex;
    flex-direction: row;
    align-items: center;
}