.news-banner {
    width: 100%;
    margin-bottom: 20px
}

.news-banner img {
    display: block;
    width: 100%
}

.news-list {
    margin-bottom: 40px;
    background-color: #fff
}

.news-list .news-item {
    display: flex;
    align-items: center;
    height: 56px;
    color: #333;
    font-size: 16px;
    cursor: pointer
}

.news-list .news-item:before {
    width: 4px;
    height: 4px;
    display: inline-block;
    content: "";
    margin-right: 8px;
    border-radius: 50%;
    background-color: #f84848
}

.news-list .news-item:hover .news-txt {
    color: #f84848
}

.news-list .news-item .news-txt {
    min-width: 0;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px
}

@media only screen and (max-device-width:768px) {
    .news-banner {
        margin-bottom: .05rem
    }

    .news-list {
        margin-bottom: .16rem
    }

    .news-list .news-item {
        font-size: .14rem;
        padding: .07rem .16rem;
        height: auto;
        display: block;
        border-bottom: 1px solid #e8e8e8
    }

    .news-list .news-item:before {
        display: none
    }

    .news-list .news-item .news-txt {
        display: block;
        margin-right: 0
    }

    .news-list .news-item .news-txt:before {
        width: .04rem;
        height: .04rem;
        display: inline-block;
        content: "";
        margin-right: .08rem;
        border-radius: 50%;
        vertical-align: middle;
        background-color: #f84848
    }

    .news-list .news-item .news-time {
        color: #999;
        font-size: .12rem;
        padding-left: .12rem
    }

    .m-pager-wrap {
        margin-bottom: .16rem
    }
}

.m-default-box {
    min-height: 200px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
    padding: 80px 0;
    box-sizing: border-box
}

.m-default-box.fixed-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    bottom: 0;
    z-index: 5
}

.m-default-box.fixed-loading .loading-txt {
    color: #fff
}

.m-default-box.fixed-loading .loading-txt:after {
    animation: anim-loader1 1s linear infinite
}

.m-default-box.loading-sm {
    font-size: 14px;
    padding: 15px;
    height: auto;
    min-height: auto;
    flex-flow: row;
    align-items: center
}

.m-default-box.loading-sm .default-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0
}

.m-default-box.loading-sm .loading-txt {
    display: inline-block;
    margin-bottom: 0
}

.m-default-box .default-icon {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 24px
}

.m-default-box .loading-icon {
    background: url(//www-static.caihongduoduo.com/ks/img/loading.37a9f87.png) no-repeat 50%;
    background-size: contain;
    animation: anim-spin 1.8s infinite
}

.m-default-box .error-icon {
    background: url(//www-static.caihongduoduo.com/ks/img/error.9243aa5.png) no-repeat 50%
}

.m-default-box .nodata-icon {
    background: url(//www-static.caihongduoduo.com/ks/img/nodata.9a7aff5.png) no-repeat 50%
}

.m-default-box .malfunction-icon {
    background: url(//www-static.caihongduoduo.com/ks/img/malfunction.68fed1d.png) no-repeat 50%
}

.m-default-box p {
    margin-bottom: 56px
}

.m-default-box .loading-txt:after {
    width: 2px;
    height: 2px;
    content: "";
    display: inline-block;
    margin-left: 8px;
    background: currentColor;
    border-radius: 50%;
    animation: anim-loader 1s linear infinite
}

.m-default-box .m-loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 20px 0;
    margin-left: -100px;
    margin-top: -100px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .4)
}

.m-default-box .m-loading-box .default-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    background-size: contain
}

.m-default-box .m-loading-box .loading-txt {
    margin-bottom: 0
}

@keyframes anim-spin {

    0%,
    to {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(1turn) scale(.8)
    }
}

@keyframes anim-loader {
    0% {
        box-shadow: 5px 0 hsla(0, 0%, 60%, 0), 10px 0 hsla(0, 0%, 60%, 0)
    }

    50% {
        box-shadow: 5px 0 #999, 10px 0 hsla(0, 0%, 60%, 0)
    }

    to {
        box-shadow: 5px 0 #999, 10px 0 #999
    }
}

@keyframes anim-loader1 {
    0% {
        box-shadow: 5px 0 hsla(0, 0%, 60%, 0), 10px 0 hsla(0, 0%, 60%, 0)
    }

    50% {
        box-shadow: 5px 0 #fff, 10px 0 hsla(0, 0%, 60%, 0)
    }

    to {
        box-shadow: 5px 0 #fff, 10px 0 #fff
    }
}

.back-home-btn {
    width: 160px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: #f84848;
    border-radius: 28px
}

.back-home-btn:hover {
    opacity: .9
}

.back-home-btn:active,
.back-home-btn:visited {
    color: #fff
}

.m-pager-wrap {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 16px 0
}

.m-pager-wrap .u-text {
    margin-right: 5px
}

.m-pager-wrap .u-item {
    margin-right: 5px;
    min-width: 30px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer
}

.m-pager-wrap .active,
.m-pager-wrap .u-item:hover {
    color: #fff;
    background: #f84848;
    border: 1px solid #f84848
}

.m-pager-wrap .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, .25);
    background: #fff;
    border: 1px solid #d9d9d9
}

.m-pager-wrap .txt {
    padding: 0 6px
}

.m-pager-wrap .u-next,
.m-pager-wrap .u-prev {
    font-size: 0
}

.m-pager-wrap .u-next:before,
.m-pager-wrap .u-prev:before {
    position: relative;
    width: 7px;
    height: 7px;
    color: inherit;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    background: transparent;
    border-width: 1px 0 0 1px
}

.m-pager-wrap .u-next.disabled:before,
.m-pager-wrap .u-prev.disabled:before {
    color: rgba(0, 0, 0, .25)
}

.m-pager-wrap .u-prev:before {
    left: 2px;
    transform: rotate(-45deg)
}

.m-pager-wrap .u-next:before {
    right: 2px;
    transform: rotate(135deg)
}

.m-pager-wrap .u-ellipsis {
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    color: rgba(0, 0, 0, .25);
    cursor: pointer;
    font-weight: 700
}

.m-pager-wrap .u-ellipsis:hover {
    color: #f84848
}

.m-pager-wrap .u-jump-page {
    margin: 0 8px 0 3px
}

.m-pager-wrap .u-jump-page input {
    width: 32px;
    height: 20px;
    padding: 5px 8px;
    margin: 0 5px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

