.home{
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.home-center{
    margin-top: 10px;
    width: 98%;
    height: 756px;
}
.main-left{
    width: 30%;
    height: 100%;
    background-color: #fff;
    float: left;
}
.main-left-title{
    width: 100%;
    height: 52px;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
    text-align: left;
    text-indent: 30px;
    border: 1px solid #E7ECF2;
}
.main-left-center{
    width: 100%;
    height: 704px;
    border: 1px solid #E7ECF2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.left-center-item{
    width: 96%;
    height: 58px;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
    background-color: #2A63A7;
    margin-top: 10px;
    cursor: pointer;
    color: white;
}
.left-center-item:hover{
    background-color: #80ADF2;
}
.main-right{
    width: 69%;
    height: 100%;
    background-color: #fff;
    float: right;
}
.main-right-title{
    width: 100%;
    height: 52px;
    border: 1px solid #E7ECF2;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
    text-align: left;
    text-indent: 30px;
}
.main-right-center{
    height: 704px;
    width: 100%;
    border: 1px solid #E7ECF2;
}
.nm-list {
    width: 92%;
}

.nm-list__item {
    margin-bottom: 10px;
    height: 32px;
    font-size: 15px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
}

.nm-list__left {
    float: left;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666666;

}

.nm-list__item:before {
    content: "";
    float: left;
    display: block;
    margin: 4px 14px 0 0;
    width: 2px;
    height: 12px;
    border-radius: 25px;
    background: url('../img/li.png');
}

.nm-list__right {
    float: right;
    color: #999999;
}

.pagingbox{
    width: 100%;
}
.paging {
    overflow: hidden;
    /* padding: 20px 0; */
}

.paging dt {
    float: left;
    height: 26px;
    font-size: 12px;
    color: #333;
    line-height: 26px;
}

.paging dt strong {
    font-size: 18px;
    color: #d24444;
    margin: 0 5px;
}

.paging dd {
    float: right;
    height: 32px;
}

.paging dd a {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #f9f9f9;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    text-align: center;
    border: #ccc 1px solid;
    border-radius: 3px;
    margin: 0 2px;
    /* padding: 0 10px; */
    text-decoration: none;
}

.paging dd a:hover {
    /* background-color: #d18227; */
    color: #7ab3fe;
    border-color: #7ab3fe;
}

.paging dd form {
    float: left;
    height: 30px;
}

.paging dd form a {
    width: 30px;
    padding: 0;
    text-decoration: none;
}

.paging dd form a.act {
    /* background-color: #d18227; */
    color: #7ab3fe;
    border-color: #7ab3fe;
}

.paging dd form i {
    float: left;
    width: 20px;
    height: 26px;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    text-align: center;
    margin: 0 2px;
    user-select: none;
}