
  .swiper {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide a {
      width: 100%;
    }
    
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


  /* banner */

  .banner-wrap {
      background: url('/template/cciubs/images/bgcolor1.png') no-repeat;
      width: 100%;
      height: 420px;
      background-size: 100%;
  }

  .banner-content{
      padding-top: 10px;
      width:1200px;
      height: 400px;
      margin: 0 auto;
      overflow: hidden;
  }

  .banner-img{
      width:1200px;
      height: 400px;
      background-color: yellowgreen;
      display: inline-block;
  }


  .article-wrap {
      position: relative;
      width: 1200px;
      margin:30px auto 0;
      display: flex;
      flex-wrap: wrap;
  }

  .article-item {
      flex:1;
      max-width: 380px;
      margin-right: 30px;
  }

  .article-item:nth-child(3n) {
      margin-right: 0 !important;
  }

  .article-item-title{
      flex:1;
      max-width: 380px;
      height: 40px;
      background-image: linear-gradient(270deg, #FFFFFF 0%, #E1ECFA 100%);
      border-bottom: 1px solid #113D82;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .article-item-title-left {
      height: 40px;
      font-family: PingFang-SC-Bold;
      font-weight: Bold;
      font-size: 22px;
      display: flex;
      align-items: center;
      color: #05162E;
  }
  .article-item-title-left img {
      width: 20px;
      height: 20px;
      margin-right: 8px;
      margin-left: 16px;
      background-size: 100%;
  }

  .article-item-title-more{
      font-weight: Regular;
      font-size: 16px;
      color: #05162E;
      display: flex;
      align-items: center;
  }

  .article-item-title-more img {
      width: 10px;
      height: 10px;
      background-size: 100%;
      margin-left: 5px;
  }

  .article-item-top {
      margin-top: 9px;
      flex:1;
      max-width: 380px;
      height: 238px;
      position: relative;
  }

  .article-item-top a {
    max-width: 380px;
    height: 238px;
    display: inline-block;
  }

  .article-item-top img {
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .article-item-top p{
      position: absolute;
      bottom: 0;
      padding: 0 20px;
      width: calc(100% - 40px);
      height: 40px;
      line-height: 40px;
      background-image: linear-gradient(270deg, #05162e00 0%, #05162E 50%);
      color:#fff;
      font-size: 18px;
      font-family: PingFang-SC-Regular;
      font-weight: Regular;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
  }

  .article-item-list li {
      min-height: 77px;
      padding: 20px 0px;
      border-bottom: 1px solid #ccc;
      font-size: 18px;
      color: #05162E;
  }
  .article-item-list li a{
    width: 100%;
    min-height: 77px;
    display:inline-block;
  }
  .article-item-list li:last-child {
      border-bottom: none;
  }
  .article-item-list li p:first-child{
      height: 52px;
      font-size: 18px;
      color: #05162E;
      line-height: 26px;
      position:relative;
      padding-left: 16px;
      overflow:hidden;

      text-overflow:ellipsis;

      display:-webkit-box;

      -webkit-box-orient:vertical;

      -webkit-line-clamp:2
  }
  .article-item-list li p:first-child:hover {
      color: #2454C3;
      cursor: pointer;
  }

  .article-item-list li p:first-child:hover::after{
      background:url('/template/cciubs/images/line.png') no-repeat;
      background-size: 100%;
  }

  .article-item-list li p:first-child::after{
      position:absolute;
      content:'';
      background:url('/template/cciubs/images/line2.png') no-repeat;
      width: 8px;
      height: 14px;
      left:0;
      top: 20%;
      background-size: 100%;
  }

  .article-item-list li p:last-child{
      font-size: 16px;
      color: #566273;
      margin-top: 10px;
      padding-left: 16px;
  }

  .content {
      width: 100%;
      position: relative;
      padding-bottom: 40px;
  }

  .content::before{
      position: absolute;
      content:'';
      bottom: 0;
      width: 100%;
      height: 420px;
      background: url('/template/cciubs/images/bgcolor.png') no-repeat;
      background-size: 100%;
  }

  /* img-content */
  .img-content {
      position: relative;
      width: 1200px;
      margin: 40px auto 0;
  }

  .img-content .article-item-title{
      flex:1;
      max-width: 100%;
      margin-bottom: 13px;
  }
  .img-content-list {
      display: flex;
      flex-wrap: wrap;

  }
  .img-content-list img{
      flex:1;
      width: 285px;
      max-height: 80px;
      margin-right: 20px;
      background-color: #fff;
      background-size: cover;
  }

  .img-content-list a:nth-child(4n) img{
      margin-right: 0 !important;
  }


  .footer{
      width: 100%;
      height: 222px;
      background: #2E58AC;
  }

  .footer-wrap {
      width: 1200px;
      margin: 0 auto;
      padding: 40px 0;
      display: flex;
      align-items: center;
      flex-direction: row;
  }

  .footer-wrap img {
      width: 525px;
      height: 47px;
      margin-right: 38px;
      background-size: 100%;
  }

  .footer-content {
      color:#fff;
      font-size: 14px;
  }

  .footer-content p{
      margin-bottom: 20px;
  }

  .footer-contact {
      margin-bottom: 20px;
  }
  .footer-contact a{
      color: #FFF;
  }

  .footer-contact span {
      width: 1px;
      height: 12px;
      background: #fff;
      margin: 0 12px;
      display: inline-block;
  }