
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    text-decoration: none;
  }

  li {
    list-style: none
  }

  img {
    /* vertical-align: middle; */
    border: none
  }
  .main {
    width: 100%;
    font-size: 0.32rem;
  }

  .header-h5 {
    position: sticky;
    min-height: 1.68rem;
    background: linear-gradient(180deg, #c5e6ffff 0%, #ffffffff 60%);
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    padding:0 0.3rem;
  }
  .header-top span:nth-child(1){
    display: flex;
  }

  .menu {
    width: 0.34rem;
    height: 0.26rem;
    background-size: contain;
  }

  .logo {
    width:2.4rem;
    height: 0.7rem;
    margin-left: 1rem;
    background-size: contain;
  }
  .search {
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
  }

  .header-bottom {
    height:0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-bottom p{
    color: #05162eff;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
  }

  .header-bottom p a{
    color: #05162eff;
  }
  .header-bottom img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 8px;
    /* margin-top: -4px; */
    background-size: contain;
  }
  .header-bottom .line {
    width: 1px;
    height: 10px;
    background: #bdcfdcff;
    margin:0 0.2rem;
  }
  .swiper {
    width: 100%;
    height: 2rem;


    overflow: hidden;
    background-color: antiquewhite;
  }
  

  .swiper-slide {
    width: 100% !important;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;


    background-size: contain;
    object-fit: cover;
  }

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

  /* 资讯 */

  .info-title {
    display: flex;
    height: 0.8rem;
    background: linear-gradient(90deg, #cde4ffff 0%, #ebf1f8ff 100%);
  }

  .info-list {
    flex:1;
    margin-top: 0.16rem;
    display: flex;
    justify-content: space-between;
  }

  .info-list ul {
    flex: 1;
    padding-left: 0.3rem;
    display: flex;
  }

  .info-list ul li {
    color:#0A3866;
    font-size:0.36rem;
   
    padding: 0.12rem 0.28rem;
  }
  .info-list ul li img{
    width: 0.3rem;
    height: 0.3rem;
    margin-top:0.1rem;
    margin-right: 4px;
    background-size: contain;
  }

  .info-list ul li.active,.info-list ul li:hover {
    background-color: #EAF1FA;
    color:#0069B8;
    cursor: pointer;
  }
  .info-more {
    color: #637599ff;
    font-size: 0.24rem;
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
  }

  .info-more a{
    color: #637599ff;
  }

  .info-more img {
    width: 0.1rem;
    height: 0.16rem;
    background-size: 100%;
    margin-left: 4px;
  }

  .info-detail-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d1e6ff;
    margin-top: -2px;
    padding: 0 0.3rem;
  }

  .info-detail-item {
    display: flex;
    padding-top: 0.3rem;
    padding-bottom:0.3rem;
    border-bottom: 1px solid #D4E7FD;
  }


  .info-detail-item a {
    display: flex;
  }

  .info-detail-item >a >img {
    width: 2.04rem;
    height: 1.36rem;
    margin-right: 0.24rem;
    background-size: contain;
  }

  .info-detail-item:nth-child(2n){
    margin-right: 0 !important;
  }

.info-detail-item:nth-child(4){
    border-bottom: none;
  }

  .info-detail-item > img{
    width: 2.04rem;
    height: 1.36rem;
    margin-right: 0.2rem;
    background-size:100%;
  }

  .info-item-right {
    flex:1;
  }

  .info-item-right p{
    color: #05162eff;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    overflow:hidden; 
    
    text-overflow:ellipsis;
    
    display:-webkit-box;
    
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  .info-item-right p:nth-child(2){
    color: #637599ff;
    font-size: 0.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
  }

  .clock {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 6px;
    background-size: contain;
  }

/* 公告 */

  .notice .notice-title{
      height: 0.8rem;
      padding: 0 0.3rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(90deg, #cde4ffff 0%, #ebf1f8ff 100%);
  }

  .notice .notice-title span {
    color: #0a3866ff;
    font-size: 0.36rem;
    font-weight: Bold;
  }

   .notice-more{
      color: #637599ff;
      font-size: 0.24rem;
      display: flex;
      align-items: center;
   }
   .notice-more a {
      color: #637599ff;
   }

   .notice-more img {
      width:0.1rem;
      height: 0.16rem; 
      margin-left: 6px;
      background-size: contain;
   }

   .notice-detail {
    padding: 0 0.3rem;
   }

   .notice-detail-items {
    height: 1.68rem;
    border-bottom: 1px solid #D4E7FD;
   } 

   .notice-detail-items a {
      display: flex;
      align-items: center;
      height: 1.68rem;
      color:#05162E;
   }

   .notice-detail-items p {
    flex:1;
    font-size: 0.32rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    
    display:-webkit-box;
    
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
   }

   .notice-detail-items span:nth-child(1){
    color: #ffffffff;
    font-size: 0.36rem;
    font-weight: Bold;
   }

   .notice-detail-items span:nth-child(2){
    color: #ffffffff;
    font-size: 0.2rem;
    font-weight: Bold;
   }

   .notice-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 0.78rem;
    height: 0.88rem;
    border-radius: 4px;
    padding: 0.04rem;
    margin-left: 0.2rem;
    background: #d4e7fdff;
   }

   /* 互动专区 */

   .interaction {
    text-align: center;
    background-color: #F6F7FB;
    padding-bottom: 0.4rem;
   }

   .interaction .interaction-title{
    width: 2.88rem;
    margin: 0.5rem 0 0rem;
   }

   .interaction.zhuanti .interaction-title{
    width: 3.8rem;
    margin: 0.5rem 0 0rem;
   }
   .interaction-content  {
      display: flex;
      justify-content: center;
      align-items: center;
   }

   .interaction-item{
    /* height: 2.45rem !important; */
   }
   .interaction-content .interaction-item:nth-child(1) img{
      width: 2.6rem;
      height: 100%;
      background-size: 100%;
   }

   .hudong-img {
    width: 4.7rem;
    height: 2.45rem;
    /* margin-top: 0.3rem; */
    margin-left: -0.3rem;
    height: 2.45rem;
    display:block;
   }
   .interaction-content .interaction-item:nth-child(2) img, .hudong-img img{
      width: 4.7rem;
      /* margin-top: -0.12rem; */
      /* margin-left: -0.3rem; */
      height: 2.45rem;
      background-size: contain;

   }
   .interaction-content .zoom-wrapper{
    position: relative;
   }
   .interaction-content .zoom-wrapper::after{
      display: inline-block;
      content: "";
      width: 0.3rem;
      height: 0.4rem;
      position: absolute;
      top: 0;
      z-index: 10;
      width: 0;
      height: 0;
      right: 0;
      border-bottom:0.5rem solid #5886B1;
      border-right: 0.6rem solid transparent;
      border-left: 0.3rem solid transparent;
      border-right: 0px solid #5886B1;
   }
   .interaction-content .zoom-wrapper::before{
      display: inline-block;
      content: "";
      width: 0.3rem;
      height: 0.4rem;
      position: absolute;
      bottom: 0;
      z-index: 10;
      width: 0;
      height: 0;
      right: 0;
      border-top: 0.5rem solid #5886B1;
      border-right: 0.6rem solid transparent;
      border-left: 0.3rem solid transparent;
      border-right: 0px solid #5886B1;
  }

  .zhuanti .interaction-content .zoom-wrapper::before{
      border-top: 0.5rem solid #F5C9B2;
      border-right: 0px solid #F5C9B2;
  }
  .zhuanti .interaction-content .zoom-wrapper::after{
      border-bottom:0.5rem solid #F5C9B2;
      border-right: 0px solid #F5C9B2;
  }

   .interaction-right {
    display: flex;
    margin-top: 0.2rem;
    padding: 0 0.3rem;
   }

   .interaction-right a {
      flex:1;
      margin-right: 0.12rem;
      font-size: 0.28rem;
      height: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      border: 1px solid #D4E7FD;
      background: #fff;
      color:#05162E;
   }
   .interaction-right .item{
    display:  flex;
    align-items: center;
   }
   .interaction-right .content-wrapper{
    display: flex;
    align-items: center;
   }
 .lottie{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.03rem;
   }
   .interaction-right p > img {
      width: 0.3rem;
      background-size: 100%;
      vertical-align: middle;
   }

   .interaction-right .active {
      background: linear-gradient(135deg, #00a2ddff 0%, #0069b8ff 100%);
      color: #fff;
   }

   /* 期刊 */
   .qikan-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0.3rem;
      height: 0.8rem;
      background: linear-gradient(90deg, #cde4ffff 0%, #ebf1f8ff 100%);
   }
   .qikan-word {
      color: #0a3866ff;
      font-size: 0.36rem;
      font-weight: Bold;
   }


   .qikan-word img, .notice-title-icon {
      margin-top: 0.03rem;
      width: 0.36rem;
      height: 0.36rem;
      margin-right: 0.16rem;
      background-size: 100%;
   }

   .qikan-list {
      padding-top: 0.4rem;
      padding: 0.4rem 0.3rem 0;
   }

   .qikan-list-items {
      display: flex;
      margin-bottom: 0.32rem;
   }

   .qikan-list-items img {
      width: 1.67rem;
      height: 2.28rem;
      border-radius: 8px 0 0 8px;
      background-size: 100%;
   }

   .qikan-list-items-right {
        width: 200px;
      padding: 0.24rem;
      border-radius: 0 8px 8px 0;
      border:1px solid #D9E5F7;
      height: 1.76rem;
      border-left: none;
      flex:1;
      word-wrap: break-word; 
   }

   .qikan-list-items-right a p:nth-child(1){
      color: #0a3866ff;
      font-size: 0.32rem;
      height: 0.96rem;
      margin-bottom: 0.12rem;
      font-weight: Bold;
      line-height: 0.48rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient: vertical;
      word-wrap: break-word; 
   }

   .qikan-list-items-right a p:nth-child(2){
      color: #05162eff;
      font-size: 0.24rem;
      line-height: 0.36rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient: vertical;
      word-wrap: break-word; 
   }

   .zhuanti-title {
      width: 2.72rem !important;
   }

   .partner-detail {
    padding: 0.3rem 0.28rem 0;
    flex-wrap: wrap;
    display: flex;
    max-height: 2.5rem;
    overflow: hidden;
    margin-right: -0.16rem;
    
    /* background-color: #EBF1F8; */
  }
  .partner-detail > .contactpart-item-logo {
    /* background: url('/template/cciubsofficial/images/partner.png') no-repeat; */
    width: 2.2rem;
    height: 1.18rem;
    background-size: cover;
    object-fit: cover;
   
    color: #ffffffff;
    font-size: 0.28rem;
    font-weight: Bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
 
  }
  .qikan-wrap{
    padding-bottom: .3rem;
  }

  .partner-detail a {
    color: #fff;
  }
  .partner-detail > div:nth-child(3n){
    margin-right: 0 !important;
  }

  .partner-detail  p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
  }

  .partner-detail > div:last-child {
    margin-right: 0 !important;
  }

  /* footer */

  footer {
      background: url('/template/cciubsofficial/images/footer.png') no-repeat;
      padding: 0.24rem 0.18rem;
      background-size: cover;
      overflow: hidden;
  }
  footer.footer-h5-index{
     background: #F4F6FA !important;
  }
  footer.footer-h5-index .xuehui{
    padding: 0 0.2rem;
  }
  footer.footer-h5-index .icon{
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
  }
  footer.footer-h5-index .links{
      width: 2.8rem;
      min-height: 4.2rem;
      background: url('/template/cciubsofficial/images/footer.png') no-repeat;
      padding: 0rem 0.3rem;
      background-size: cover;
      /* overflow: hidden; */
      float: left;
      margin: 0.08rem 0.08rem;
  }
   footer .xuehui{
    width: 3rem;
    min-height: 4.2rem;
    float: left;
    margin: 0.08rem 0.08rem;
    background-color: #fff;
  }
  footer .copyright{
    width: 100%;
    float: left;
  }
  footer .contact-addr{
    color: #fff;
  }
  .connect {
    display: flex;
    justify-content: space-between;
  }


  .connect-left {
    flex:1;
  }

  .connect-left-title {
      color: #ffffffff;
      font-size: 0.26rem;
      font-weight: Bold;
      margin-bottom: 0.24rem;
  }

  .connect-left  p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    color:#fff;
    margin-bottom: 0.2rem;
  }
  .connect-right {
    width: 2.35rem;
  }

  .connect-right > img {
    width: 2.1rem;
    height: auto;
    margin-bottom: 0.15rem;
    background-size: 100%;
  }

  .connect-right-qrcode img{
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.1rem;
    background-size: 100%;
  }
  .connect-right-qrcode {
    display: flex;
    align-items: center;
  
  }

  .connect-right-qrcode p {
    color:#fff;
    font-size: 0.2rem;
  }

  /* 友情链接 */
  .links > p {
    color: #ffffffff;
    font-size: 0.26rem;
    font-weight: Bold;
    margin-top: 0.3rem;
    margin-bottom: 0.24rem;
    display: flex;
    align-items: center;
  }

  .links ul li {
    position: relative;
  }

  .links ul li  > div {
    /* padding: 0 0.2rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.48rem;
    background: #E5F2FF;
    margin-bottom: 0.12rem;
    color: #081d2dff;
    font-size: 0.24rem;
  }
  .links ul li img {
      width: 0.15rem;
      height: 0.1rem;
      margin-right: 0.2rem;
      background-size: 100%;
  }

  .xuehui p img{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.08rem;
    background-size: 100%;
  }

  .xuehui p {
    display: flex;
    align-items: center;
    color:#081D2D;
    margin-top:0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    font-weight: Bold;
  }

  .xuehui li {
    height: 0.56rem;
    line-height: 0.56rem;
    color:#081D2D;
    font-size: 0.24rem;
    border-bottom: 1px solid rgba(212, 231, 253, 0.3);
  }

  .xuehui li a {
    color:#081D2D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
  }

  .xuehui li:last-child {
    border-bottom: none !important;
  }

  .copyright {
    color: rgb(255, 255, 255);
    font-size: 0.2rem;
    text-align: center;
    padding-top: 0.1rem;
    /* border-top:1px solid rgba(212, 231, 253, 0.3); */
  }



  body {
    position: relative;
  }

  .s-side {
    display: none;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 999;
  }
  .layer{
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 999;
  }

  .s-side-content {
    padding: 1rem 0 0 0.3rem;
    position: absolute;
    width: 70%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    top: 0;
    color: #d4e7fdff;
    font-size: 0.4rem;
    background: url('/template/cciubsofficial/images/menu-bg.png') no-repeat;
  }
  .s-side .s-side-ul{
      height: 700px;
      overflow: hidden;
      overflow-y: scroll;
      /* background-size: contain; */
      /* padding: 1rem 0 0 0.8rem; */
  }

  .icon-tasks {
    width: 0.1rem !important;
    height: 0.4rem !important;
    display: inline-block;
    background: url('/template/cciubsofficial/images/arrow.png');
  
  }

  .d-firstNav {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .d-firstNav.active a{
    color:#0A3866;
    background: #ffffffff;
    background: linear-gradient(270deg, #ffffffff 0%, #e1ecfaff 100%);
  }
  .d-firstNav.active .title-a{
    color:#0A3866;
  }
  .d-firstNav.active  .icon-tasks{
    background: rgb(34, 103, 197);
    margin-top: 0.2rem;
  }
  .s-side > ul > li {
      line-height: 0.4rem;
      width: 100%;
     
      font-weight: Bold;
  }
  .s-side > ul > li > a > i,
  .s-side > ul > li > div > i {
      display: inline-block;
      width: 40px;
      text-align: center;
  }
  i.icon-chevron-up {
      float: right;
  }
  .iconRotate {
      transform: rotate(90deg);
      transition: transform .5s;
  }
  .s-firstNav > i.icon-chevron-up {
    
      margin-right: 5px;
      margin-top: 10px;
  } 
  
   .s-side-ul a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-left: 0.1rem;
    color: #d4e7fdff;
   }
   .s-side-arrow {
    float: right;
    margin-right: 0.2rem;
    margin-top: 14px;
    margin-left: 10px;
   }
  .s-side-right {

    display: inline-block;
    width: 0px;
    height: 0px;
    border: 6px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
  }
  .s-firstDrop {
      /* background-color: #fff; */
      margin-left: 0.6rem;

  }
  .s-firstDrop > li {
      line-height: 0.4rem;
  }
  .s-firstDrop,
  .s-secondDrop {
      display: none;
  }    
  
  .s-secondNav , .d-firstNav {
    height: 0.8rem;
    line-height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: flex;
  }

  .d-firstNav > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-left: 0.1rem;
  }
  .d-firstNav .title-a{
    display: inline-block;
    color:#d4e7fdff;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-left: 0.1rem;
  }
  .d-secondNav  > span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .s-secondNav > i.icon-chevron-up {
      margin-right: 18px;
      margin-top: 12px;
  }    
  .s-secondDrop {
      padding-left: 0.6rem;
  }

  .s-thirdItem a {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .s-thirdItem {
    height: 0.8rem;
    line-height: 0.8rem;
  }

.s-side-menu  .active{
    background: linear-gradient(270deg, #ffffffff 0%, #e1ecfaff 100%);
    color: #0A3866;
  }


  /* .s-firstDrop li:hover {
    background: linear-gradient(270deg, #ffffffff 0%, #e1ecfaff 100%);
    color: #0A3866;
  } */

  .s-secondItem  a{
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .s-thirdItem a {
    height: 0.8rem;
    line-height: 0.8rem;
    display: inline-block;
    color: #d4e7fdff;
  }



  /* select {
    width: 100%;
    border: none;
    background: none;
  } */
  .hd-icon{
    width: 0.36rem;
    height: 0.36rem;
  }

.link-title-li  {
  position: relative;
}
.link-title-ul {
  display: none;
  position: absolute;
  
  width: 100%;
  background: #fff;
}

.link-title-ul > li {
  line-height: 0.4rem;
  /* background: #E5F2FF; */
  /* margin-bottom: 0.12rem; */
  color: #081d2dff;
  font-size: 0.24rem;
  padding-left: 0.2rem;
  margin: 0.1rem 0;
}
.link-title-ul > li a{
  color: #081d2dff;
  word-break:break-all;
}
.link-title-ul > li:hover {
  background: #E5F2FF;
}
.link-title-li:hover .link-title-ul{
  display: block;
  position: absolute;
  top: 23px;
  max-height:2.5rem;
  overflow: auto;
  background: #fff;
  z-index: 1;
}

.link-title-li::nth-child(2) .link-title-ul{
  height: 1.6rem;
}
.link-title-li:nth-child(3) .link-title-ul{
  height: 1.2rem;
}
.link-title-li:nth-child(4) .link-title-ul{
  height: 0.8rem;
}
.link-title-li:nth-child(5) .link-title-ul{
  height: 0.4rem;
}

.link-title-li:first-child .link-title-ul{
  height: auto;
}

.link-title-li >div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media screen and (max-width: 750px) {
  .search-btn{
      overflow: hidden;
      position: relative;
      margin: 0.2rem 0.3rem;
      transition: height 0.5s ease;
      height: 0;
    }
    .search-btn input {
      width: 6rem;
      max-height: 0.68rem;
      padding:0.18rem 0.7rem 0.18rem 0.76rem;
      border-radius: 0.34rem;
      font-size: 0.32rem;
      border: 1px solid #e5e5e5ff;
      background: #ffffffff;
      background: url('/template/cciubsofficial/images/sreach-icon-h5.png') no-repeat 0.2rem center;
      background-size: 0.36rem;
    }
    .search-btn .close-icon-h5{
      width: 0.7rem;
      height: 0.7rem;
      padding: 0.15rem;
      position: absolute;
      right: 1rem;
      z-index: 10;
      cursor: pointer;
    }
    .search-btn .searchicon {
      height: 0.4rem;
      background-size: 100%;
      border:none;
      text-align: center;
      background: none;
      color: #0a3866;
      font-size: 0.32rem;
      margin-left: 0.1rem;
    }
    .search-btn.anmition{
      height: 0.8rem; 
    }

}
