@media screen and (min-width: 1100px) {
  .page #page {
    width: 1220px;
    margin: -80px auto 20px;
    color: #666;
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  .page #page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .page .xl-nextPage,
  .page .xl-prevPage {
    width: 60px;
    color: #09141a;
    height: 28px;
  }
  .page #page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
  }
  .page #page li.xl-active {
    background-color: #09141a;
    border-color: #09141a;
    color: #FFF;
  }
  .page .banner {
    margin-bottom: 180px;
  }
  .page .banner .text_1 {
    margin-left: -10px;
  }
  .page .banner .text_2 {
    font-size: 36px !important;
  }
  .page .big_news {
    width: 100%;
    margin-bottom: 80px;
  }
  .page .big_news .inner {
    width: 1220px;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }
  .page .big_news .inner .right_j {
    width: 100px;
    height: 100px;
    background: #1c1c1c;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 9999;
  }
  .page .big_news .inner .inner_1 {
    width: 100%;
    display: block;
    height: 100%;
  }
  .page .big_news .inner .inner_1 .big_img {
    width: 100%;
    height: 400px;
    background-color: antiquewhite;
    object-fit: cover;
  }
  .page .big_news .inner .inner_1 .text_box {
    width: 420px;
    background: rgba(244, 243, 243, 0.85);
    position: absolute;
    top: 69px;
    right: 55px;
    padding: 28px 35px 18px;
  }
  .page .big_news .inner .inner_1 .text_box .title {
    font-size: 22px;
    font-weight: 400;
    color: #231916;
    line-height: 33px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .page .big_news .inner .inner_1 .text_box .desc {
    font-size: 14px;
    font-weight: 300;
    color: #231916;
    line-height: 26px;
  }
  .page .big_news .inner_flex {
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto;
    position: relative;
  }
  .page .big_news .inner_flex .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .page .big_news .inner_flex .item:nth-child(3n -1) {
    margin: 0 25px;
  }
  .page .big_news .inner_flex .item .img {
    width: 390px;
    height: 292px;
    border-radius: 5px;
    background-color: #000;
    margin-bottom: 20px;
    object-fit: cover;
  }
  .page .big_news .inner_flex .item .text {
    width: 372px;
    font-size: 16px;
    font-weight: 700;
    color: #09141a;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .page .big_news .inner_flex .item .text_1 {
    width: 372px;
    font-size: 16px;
    font-weight: 400;
    color: #09141a;
    line-height: 25px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.none {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .page .banner {
    background: url('img/banners/10-新闻中心.png') no-repeat center;
    background-size: 100% 100%;
  }
  .page .banner .text_box {
    padding-top: 32px !important;
  }
  .page .banner .text_2 {
    font-size: 16px !important;
  }
  .page .big_news {
    width: 100%;
    margin-bottom: 40px;
  }
  .page .big_news .inner {
    width: 331px;
    margin: 0 auto;
    position: relative;
  }
  .page .big_news .inner .big_img {
    width: 100%;
    height: 164px;
    background-color: antiquewhite;
    margin-bottom: 16px;
    object-fit: cover;
  }
  .page .big_news .inner .right_j {
    position: absolute;
    top: -20px;
    right: 22px;
    z-index: 9999;
  }
  .page .big_news .inner .text_box {
    width: 330px;
    margin: 0 auto;
  }
  .page .big_news .inner .text_box .title {
    font-size: 13px;
    font-weight: 700;
    color: #231916;
    line-height: 19px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .page .big_news .inner .text_box .desc {
    font-size: 11px;
    font-weight: 400;
    color: #09141a;
    line-height: 18px;
  }
  .page .big_news .inner_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 331px;
    margin: 0 auto 0;
    position: relative;
  }
  .page .big_news .inner_flex .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    width: 161px;
  }
  .page .big_news .inner_flex .item .img {
    width: 160px;
    height: 90px;
    border-radius: 5px;
    background-color: #000;
    margin-bottom: 10px;
    object-fit: cover;
  }
  .page .big_news .inner_flex .item .text {
    width: 153px;
    font-size: 11px;
    font-weight: 700;
    color: #09141a;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .page .big_news .inner_flex .item .text_1 {
    width: 153px;
    font-size: 11px;
    font-weight: 400;
    color: #09141a;
    line-height: 18px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .page #page {
    width: 100%;
    margin: 0 auto 20px;
    color: #666;
    display: flex;
    padding-right: 30px;
    justify-content: flex-end;
    text-align: center;
  }
  .page #page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .page .xl-nextPage,
  .page .xl-prevPage {
    width: 60px;
    color: #09141a;
    height: 28px;
  }
  .page #page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
  }
  .page #page li.xl-active {
    background-color: #09141a;
    border-color: #09141a;
    color: #FFF;
  }
}
