.listPosition {
    width: 500px;
    height: 100%;
    line-height: 45px;
    margin-left: 20px;
    font-size: 14px;
    color: #999;}

.listPosition > .content {
    margin-left: 10px;
    color: #666;}

.listPosition > .content > a{
    color: #666;}

.listPosition > .content > a:hover {
    color: #0168B5;}


.listPosition > .icon {
    width: 18px;
    height: 18px;}
.allPageList {
    width: 100%;
    height: 40px;
    line-height: 40px;}

.allPageList > svg {}

.allPageList > .icon {
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: end;}

.allPageList > .leftPageList {
    width: 950px;
    float: right;}

.allPageList > .leftPageList  > a {
    color: #333333;
    display: inline-block;
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;}

.allPageList > .leftPageList > .data {
    display: inline-block;
    width: 100px;
    float: right;
    color: #999;}

.pageLine {
    width: 100%;
    height: 1px;
    margin: 20px 0px 20px 0px;}

.pageLine > div {
    width: 960px;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    float: right;
    margin-right: 14px;}

.allPageList:hover > .icon > svg > path {
    fill: #0168B5;}

.allPageList:hover > .leftPageList > a{
    color: #0168B5;
    font-weight: 600;}

.allPageList:hover > .leftPageList > .data{
    color: #0168B5;}

.pageArea {
    height: 610px;}

.footArea {
    width: 100%;
    height: 50px;}

.footArea > div {
    width: 500px;
    height: 100%;
    float: right;}

.footArea > div > table a {
    width: 40PX;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    border-radius: 12px;
    margin-left: 4px !important;
    font-size: 16px !important;}

.footArea > div > table a:hover {
    background: #0168B5 !important;
    color: #fff !important;}

.footArea > div > table .PrevDisabled {
    width: 40PX;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    border-radius: 12px;
    margin-left: 4px !important;
    font-size: 16px !important;
    color: #000000;}

.footArea > div > table .PrevDisabled:hover {
    background: #0168B5 !important;
    color: #fff !important;}

.footArea > div > table .NextDisabled {
    width: 40PX;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    border-radius: 12px;
    margin-left: 4px !important;
    font-size: 16px !important;
    color: #000000;}

.footArea > div > table .NextDisabled:hover {
    background: #0168B5 !important;
    color: #fff !important;}


.footArea > div > table >tbody > tr > td > table > tbody > tr > td:first-child {
    font-size: 14px;}


.footArea > div > table >tbody > tr > td > table > tbody > tr > td > div > input:nth-child(5){
    background: #fff;
    width: 40PX;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 5px;
    margin-left: 4px !important;
    font-size: 12px !important;
    border: navajowhite;}

.footArea > div > table >tbody > tr > td > table > tbody > tr > td > div > input:nth-child(5):hover {
    background: #0168B5 !important;
    color: #fff !important;}
