@charset "utf-8";.box-width {
    width: 1200px;
    margin: 0 auto
}

.box-content .cloumn-name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 52px
}

.box-content .cloumn-name span {
    margin-right: 28px
}

.box-content .list-nm {
    margin-top: 20px
}

.box-content .list-nm ul {
    border-radius: 3px 0px 0px 3px;
    overflow: hidden
}

.box-content .list-nm ul li {
    width: 36px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    float: left;
    margin-right: -1px;
    border: 1px solid #E8E8E8
}

.box-content .list-nm ul li a {
    display: block;
    width: 36px;
    height: 28px
}

.box-content .list-nm ul li.active {
    background-color: #2267c7
}

.list-nm ul li a {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


.box-content .list-nm ul li.active a {
    color: #ffffff
}

.box-content .list-nm ul li.special-item {
    border-radius: 0px 3px 3px 0px;
}

.box-content .word-list {
    margin-top: 20px;
    min-height: 390px
}

.box-content .word-list ul {
    overflow: hidden;
    padding-left: 20px
}

.box-width .box-content .word-list ul li {
    width: 357px;
    height: 27px;
    line-height: 27px;
    float: left
}

.box-content .word-list ul li a {
    display: block;
    width: 214px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-content .word-list ul li:nth-child(3n) {
    width: 214px
}

.box-content .page-con {
    margin-top: 20px
}

.box-content .page-con ul {
    border-radius: 3px 0px 0px 3px;
    overflow: hidden
}

.box-content .page-con ul li {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    border: 1px solid #E8E8E8
}

.box-content .page-con ul li a {
    display: block;
    width: 26px;
    height: 26px
}

.box-content .page-con ul li.active {
    background-color: #2267c7
}

.box-content .page-con ul li.active a {
    color: #ffffff
}

.box-content .page-con ul li.special-item {
    border-radius: 0px 3px 3px 0px
}
