input:-internal-autofill-selected {
    background-color: white !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: inset 0 0 0 1000px white !important;
  }

  .banner {
    width: 100%;
    height: 500px;
    background: url(../../static/xwzx/bj.png) no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;

    filter: alpha(opacity=0);
    opacity: 0;
  }

  .banner .content-box {
    font-size: 54px;
    line-height: 500px;
    color: #fff;
    letter-spacing: 6px;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
  }

  .swiper-content {
    height: 455px;
    margin: 100px 0 70px 0;
  }

  .swiper-content .swiper {
    height: 480px;
    position: relative;
    overflow: hidden;
  }

  .swiper-content .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background: url(../../static/xwzx/lbtbj.png) no-repeat;
    background-size: cover;
    display: flex;
  }

  .swiper-content .swiper .swiper-wrapper {
    height: 455px;
  }

  .swiper-content .swiper-slide .left {
    width: 50%;
    height: 100%;
  }

  .swiper-content .swiper-slide .left .pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-content .swiper-slide .right {
    width: 50%;
    height: 100%;
    padding: 0 100px 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .swiper-content .swiper-slide .right .right-content .title {
    font-size: 16px;
    color: #ffc819;
  }

  .swiper-content .swiper-slide .right .right-content .describe {
    font-size: 26px;
    color: #fff;
    margin: 20px 0;
  }

  .swiper-content .swiper-slide .right .right-content .detail {
    font-size: 16px;
    color: #eef3f8;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .swiper-content .swiper-slide .right .right-content .date {
    font-size: 16px;
    color: #fff;
  }

.swiper-content .swiper-slide .right .detail{
	text-align: justify;
}

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {

    right: 30px;
    background-image: url(../../static/xwzx/swiper_right.png);
    background-repeat: no-repeat;
    background-size: 11px 18px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {

    left: 30px;
    background-image: url(../../static/xwzx/swiper_left.png);
    background-repeat: no-repeat;
    background-size: 11px 18px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -35px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid #474747;
    background: none;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #005096;
    border: none;
  }

  .xwzx-body {
    background-color: #f8fafd;
    padding: 70px 0 140px 0;
  }

  .xwzx-body .xwzx-body-content {
    display: flex;
  }

  .xwzx-body .sidebar {
    width: 325px;
  }

  .xwzx-body .sidebar .sidebar-radio {
    display: none;
    width: 100%;
    height: 275px;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s;
  }

  .xwzx-body .sidebar .sidebar-radio-action {
    height: 55px;
  }

  .xwzx-body .sidebar .sidebar-radio li {
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-radio .title {
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: linear-gradient(to right, #005096, #0f84bb);
  }

  .xwzx-body .sidebar .sidebar-radio .title::after {
    content: "";
    display: block;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../static/xwzx/sjt.png);
    background-repeat: no-repeat;
  }

  .xwzx-body .sidebar .sidebar-radio .title-shrink::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .xwzx-body .sidebar .sidebar-radio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  .xwzx-body .sidebar .sidebar-radio label::before {
    display: none;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    box-sizing: border-box;
    background-color: #005096;
  }

  .xwzx-body .sidebar .sidebar-radio label::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-radio .active label::before {
    display: inline-block;
  }

  .xwzx-body .sidebar .sidebar-radio .active label::after {
        border-color: #005096;
  }

  .xwzx-body .sidebar .sidebar-radio .radio {
    padding-left: 13px;
    border-bottom: 1px solid #c9ced7;
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-radio .radio:last-child {
    border: none;
  }

  .xwzx-body .sidebar .sidebar-checkbox {
    width: 100%;

    font-size: 16px;
    overflow: hidden;
    transition: 0.3s;
  }

  .xwzx-body .sidebar .sidebar-checkbox-action {
    height: 55px;
  }

  .xwzx-body .sidebar .sidebar-checkbox li {
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-checkbox .title {
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: linear-gradient(to right, #005096, #0f84bb);
  }

  .xwzx-body .sidebar .sidebar-checkbox .title::after {
    content: "";
    display: block;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../static/xwzx/sjt.png);
    background-repeat: no-repeat;
  }

  .xwzx-body .sidebar .sidebar-checkbox .title-shrink::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .xwzx-body .sidebar .sidebar-checkbox .checkbox {
    padding-left: 13px;
    border-bottom: 1px solid #c9ced7;
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
  }

  .xwzx-body .sidebar .sidebar-checkbox label::before {
    display: none;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../static/xwzx/selected.png) no-repeat center center;
    background-color: #005096;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-checkbox label::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #9b9b9b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
  }

  .xwzx-body .sidebar .sidebar-checkbox .active label::before {
    display: inline-block;
  }

  .xwzx-body .sidebar .sidebar-checkbox .active label::after {
    display: none;
  }

  .xwzx-body .sidebar .search-content {
    width: 100%;
    margin-top: 40px;
  }

  .xwzx-body .sidebar .search-content .title {
    font-size: 24px;
  }

  .xwzx-body .sidebar .search-content input {
    width: 100%;
    height: 44px;
    border: 1px solid #d6e1ea;
    box-sizing: border-box;
    margin: 14px 0 8px 0;
    padding: 0 10px;
    font-size: 15px;
  }

  .xwzx-body .sidebar .search-content input:focus-visible {
    border: 1px solid #1089bf;
    outline: none;
  }

  .xwzx-body .sidebar .search-content input::placeholder {
    color: #999999;
  }

  .xwzx-body .sidebar .search-content .button {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #005096;
    color: #fff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
  }

  .xwzx-body .news-content {
      flex: 1;
      /* margin-left: 50px; */
      display: inline-block;
  }

  .xwzx-body .news-content .news {
      display: block;
      width: 100%;
      padding: 42px 38px;
      border: 1px solid #eceef2;
      background-color: #fff;
      box-sizing: border-box;
  }


  .xwzx-body .news-content .news{
      margin-bottom: 20px;
  }

  .xwzx-body .news-content .news .news-pic {
      width: 100%;
      object-fit: cover;
      height:100%;
  }

  .xwzx-body .news-content .news .date {
      display: flex;
      color: #999999;
      font-size: 16px;
      padding: 22px 0;
  }
  .xwzx-body .news-content .news .date span:nth-child(2){
    display: inline-block;
   margin: 0 10px;
  }

  .xwzx-body .news-content .news .title {
      font-size: 20px;
      font-weight: lighter;
      color: #000;
      text-align: justify;
  }

  .xwzx-body .news-content .news .describe {
      font-size: 16px;
      color: #666666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 20px;
  }

  .page {
      width: 100%;
      margin: 0;
  }

  .page .custom-pagination {
      width: 100%;
      margin: 0 !important;
      left: auto;
      position: inherit;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
      margin-top: 60px !important;
  }


  .news__item-content{
    width: 100%;
    display: flex;
    /*  align-items: center; */
  }
 .news__item-content  .news__item-content--left{
   padding-right: 30px;
   flex: 1;
 }
 .news__item-content  .news__item-content--right{
    width: 272px;
    height: 180px;
    flex-shrink: 0;
 }

.page-content {
  margin-top: 60px;
}