.mt-20 {
    margin-top: 20px!important;
}
.main{
    margin: 0 auto 100px;
    width: 1000px;
    min-height: calc(100vh - 347px);
}
.ivu-form-item {
    margin-bottom: 24px;
    vertical-align: top;
    zoom: 1;
}
.ivu-form-inline .ivu-form-item {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ivu-form-inline .ivu-form-item .search-input{ margin:0; padding:0 10px; width:280px; height: 36px; line-height: 36px; }
.ivu-form-inline .ivu-form-item .ivu-btn{ margin:0; padding:0; height:36px; line-height:36px; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.ivu-form-item-content {
    position: relative;
    line-height: 32px;
    font-size: 14px;
}
.ivu-table-wrapper-with-border {
    border: 1px solid #dcdee2;
    border-bottom: 0;
    border-right: 0;
}
.ivu-table-wrapper {
    position: relative;
    overflow: hidden;
}
.ivu-table {
    width: inherit;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #515a6e;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
}
.ivu-table-header {
    overflow: hidden;
}
.ivu-table-tip {
    overflow-x: auto;
    overflow-y: hidden;
}
.ivu-table table {
    table-layout: fixed;
}

.ivu-table-header thead tr th {
    position: relative;
    height: 100%;
    padding: 8px 0;
}

.ivu-table-border td, .ivu-table-border th {
    border-right: 1px solid #e8eaec;
}
.ivu-table th {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f8f8f9;
}
.ivu-table td, .ivu-table th {
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: 1px solid #e8eaec;
}
th .ivu-table-cell {
    display: inline-block;
    word-wrap: normal;
    vertical-align: middle;
}
.ivu-table-cell {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    box-sizing: border-box;
}
.ivu-page-total {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}
.ivu-page-disabled {
    cursor: not-allowed;
}

.ivu-page-next, .ivu-page-prev {
    background-color: #fff;
}
.ivu-page-item-jump-next, .ivu-page-item-jump-prev, .ivu-page-next, .ivu-page-prev {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-family: Arial;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}
.ivu-page-item-jump-next, .ivu-page-item-jump-prev, .ivu-page-prev {
    margin-right: 4px;
}
.ivu-page-item {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    font-weight: 500;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    transition: border .2s ease-in-out,color .2s ease-in-out;
}
.ivu-page-item-active {
    border-color: #2d8cf0;
}
.ivu-page-item a {
    margin: 0 6px;
    text-decoration: none;
    color: #515a6e;
}
.ivu-page-item-active:hover a, .ivu-page-item-active a {
    color: #2d8cf0;
}
.modal-dialog{ width:800px; max-width:1000px; }

#modal-body-main{
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
}
#modal-body-main p{ font-size: 14px; color:#333; }
#modal-body-main .ivu-btn{ margin-top:0; }
#modal-body-main img{ max-width:100%; }

.modal-header button{ cursor:pointer; }

.single-news-desc .bg-light-gray{ text-align:left; line-height:28px; }
.single-news-desc{ text-align:center; }
.single-news-desc .list-inline{ height:42px; line-height:42px; margin-top:30px; list-style:none; display:flex;  justify-content:center; }
.single-news-desc .list-inline li{ margin:0 10px; }


















