
@import url('./page/custom-page.css');
 html.gray {
 
    /* //通过css3滤镜过滤显示灰色，即控制图片文字等为黑白色 */
   filter: grayscale(100%);
 

   -moz-filter: grayscale(100%);
 

   -o-filter: grayscale(100%);
 

   -webkit-filter: grayscale(1);
 

 }
 body::-webkit-scrollbar{
    width: 8px;
  }
  body::-webkit-scrollbar-thumb{
    width: 8px;
    background-color: rgb(187, 187, 187);
    border-radius: 6px;
  }
html,body{
    scrollbar-width: 8px;
  }
.logo {
    margin-top: 20px;
    height: 60px;
}

/*======= 二级菜单侧栏样式优化 ======*/
.side .side-menu-2023 {

}

.side .side-menu-2023 .title{
  padding: 8px 6px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.side .side-menu-2023 .title>div{
  display: flex;
}

.side .side-menu-2023 .title>div a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1.8em;
}

.side .side-menu-2023 .title:hover{
  box-shadow: 1px 0px 2px 1px rgba(184, 184, 184, 0.633);
}

.side .side-menu-2023 .title .icon{
  padding: 4px;
  border-radius: 50%;
  color:rgb(0, 93, 206);
  font-size: 12px;
  margin-right: 1px;
  margin-top: 4px;
}

.side .side-menu-2023 .title .icon svg{
  /* width: 12px; */
}

.side .side-menu-2023 .sub-menu{
  font-size: 15px;
  padding: 0 4px;
  margin-left: 1em;

}

.side .side-menu-2023 .sub-menu .sub-item{
  display: flex;
  align-items: center;
  margin: 4px 0;
  padding: 4px 4px ;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 3px;
  width: 100%;
  line-height: 1em;
  user-select: none;
}

.side .side-menu-2023 .sub-menu .sub-item:hover{
  background-color: rgb(238, 254, 255);
  box-shadow: 1px 1px 2px 1px rgba(241, 241, 241, 0.839);
  border-color: rgb(79, 152, 255);
  color: rgb(0, 60, 255);
}

.side .side-menu-2023 .sub-menu .sub-item .icon{
  --clr: rgb(0, 97, 254);
  border: 1px solid var(--clr);
  color: var(--clr);
  border-radius: 50%;
  margin-top: 3px;
}

.side .side-menu-2023 .sub-menu a{
  
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;


}


/*======= 二级菜单侧栏样式优化 结束 ====== */


.nav-transparent {
    background-color: #002147f5;
    backdrop-filter: saturate(180%) blur(20px);
    position: fixed !important;
    z-index: 999;
    transition: all 0.3s linear;
}
.nav-tiny-top.nav-transparent{
    background-color: #81c6ff56;
    top: -80px;
    position: fixed !important;
  }
.nav-tiny-top .uk-navbar-container .nav-overlay>ul>li>a{
    min-height: 54px;
    color: #000;
    font-weight: 600;
}
.title-bg-blur {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: saturate(180%) blur(20px);
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-bg-blur>div {
    text-align: center;
    color: white;
}

.uk-dotnav>*>* {
    background: #fff;
}

.uk-dotnav>.uk-active>* {
    transform: scale(1.5);
    background-color: rgba(239, 141, 0);
    border-color: #fff;
}

.uk-navbar-nav {
    width: 1400px;
}

.uk-navbar-nav li {
    width: 140px;
}

.uk-navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    padding: 0px 0px;
}

.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li>a:focus {
    color: #ddd;
}

.uk-navbar-nav>li>a.uk-open {
    color: #ddd;
}

.uk-navbar-item,
.uk-navbar-toggle,
.uk-search-input {
    color: #fff;


}

.search-box {
    width: 350px;

}

.uk-navbar-item:hover,
.uk-navbar-toggle:hover {
    color: #ddd;
}

.uk-navbar-dropdown {
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
    padding: 0;
    width: auto;
}

.uk-navbar-dropdown-nav>li {
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    color: #aaa;
    width: auto;
}

.uk-navbar-dropdown-nav>li:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.16);
}

.uk-navbar-dropdown-nav>li>a,
.uk-navbar-dropdown-nav>li>a:hover {
    color: inherit;
}

.uk-button-primary {
    background-color: rgb(49, 67, 96);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.uk-input {
    border-color: rgba(49, 67, 96, 0.8);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
} 

.index-main {
    margin-top: -130px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    padding: 20px;
}

.slideshow-right-bottom {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -60px;
    right: 10px;
}

.index-nav>a {
    display: flex;
    left: 5px;
    align-items: center;
    text-decoration: none;
    padding: 5px 11px;
    border-radius: 5px;
    color: #0C1021;
    transition: all 0.2s ease;
}

.index-nav>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.index-nav>a>.nav-icon {
    color: #000;
    background-color: #eee;
    padding: 6px;
    margin-right: 8px;
    border-radius: 50%;
}

.index-nav>a>.red-icon {
    color: white;
    background-color: rgb(210, 46, 46);
}

.index-nav>a>.yellow-icon {
    color: white;
    background-color: rgb(210, 169, 38);
}

.index-nav>a>.blue-icon {
    color: white;
    background-color: rgb(71, 111, 210);
}

.index-nav>a>.green-icon {
    color: white;
    background-color: rgb(43, 171, 18);
}



.main-content > .section > h3 {
    padding-left: 10px;
    padding-bottom: 4px;
    line-height: 30px;
    font-size: 22px;
    margin: 5px 0;
    vertical-align: middle;
    border-left: 5px solid rgb(49, 67, 96);
}

.index-main .section>h3 {
    padding-left: 10px;
    font-size: 22px;
    line-height: 40px;
    border: none;
    color: white;
    margin: -40px 0 0;
    background-color: rgba(2, 83, 137, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
    display: block;
    border-radius: 3px;
    background-color: #0f253891;
    position:relative;
}

.section>h3>.more {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
}

.section>.list>.item {
    padding: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.section>.list>.item:hover {
    text-decoration: none;
    color: rgb(46, 70, 122);
    border-color: rgb(46, 70, 122);
}

.section>.list>.item:active {
    background-color: #ddd;
    transform: scale(1);
}

.section>.list>.item>.datetime {
    flex-shrink: 0;
}

.section>.list>.item>.item-title {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section>.list>.item-content{
    font-size: 14px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */  
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
}

.search-list>.item{
    margin-bottom: 15px;
}
.search-list>.item>.item-title,
.search-list>.item>.datetime{
    color:rgb(46, 70, 122);
}
.search-list>.item-content{
    margin-bottom: 20px;
}

.uk-cover-container img {
    width: 560px;
}

.icon {
    transform: translateY(-2px);
    margin-right: 5px;
}

.qrcode-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.qrcode-list img {
    height: 100px;
    margin-bottom: 5px;
}

.qrcode-list div {
    text-align: center;
    font-size: 14px;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-list>a {
    display: table;
    padding: 10px;
    width: 200px;
    height: 100px;
    color: #0C1021;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #aaa;
}

.card-list>a>.uk-card-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: inherit;
}

.card-list>a:hover {
    background-color: #4174ff;
    color: #fff;
    text-decoration: none;
    border-color: #4141FF;
}

.footer {
    border-top: 1px solid #eee;
    background-color: #efefef;
    margin-top: 10px;
    padding: 40px 0;
}

.slogan {
    text-align: center;
    color: #565656;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    padding: 20px 10px;
}

.slogan>span {
    padding: 10px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-block {
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
   /* width: 350px; */
   width: 395px;
}
.footer-block:first-of-type{
    width: 325px;
}
.footer-block:last-of-type{
    width: 300px;
}

.footer-container a {
    display: block;
    color: #000;
    padding: 7px 10px;
    margin-left: -7px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    transition: all 0.2s ease;
}

.footer-container a:hover {
    color: #376591;
    border-color: #376591;
    text-decoration: none;
}

.footer-container .count {
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.location {
    display: flex;
}

.location>.title {
    margin-top: 20px;
    margin-right: 20px;
}

.main {
    display: flex;
    justify-content: flex-start;
}

.side {
    flex-shrink: 0;
    margin-top: -130px;
    position: relative;
    z-index: 0;
    width: 170px;
}

.index-side {
    margin-top: 0;
    margin-right: 0px;
    max-height: 1360px;
    overflow-y: scroll;
}

.index-side::-webkit-scrollbar {
    display: none;
}

.main-content {
    margin-left: 20px;
    flex-grow: 1;
    background-color: rgb(255, 255, 255);
    margin-top: -130px;
    padding: 20px 40px 20px;
    border-radius: 6px;

    position: relative;
    z-index: 0;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
}

.pagination > * {
    margin: 10px 0;
}

.pagination>a,
.pagination>.current {
    margin-top: -6px;
    line-height: unset;
    margin-left: 10px;
    padding: 5px 10px;
    display: block;
    color: #333;
    border: 1px solid rgb(49, 67, 96);;
    border-radius: 5px;
}

.pagination>.current {
    padding: 5px 13px;
    color: #fff;
    background-color: rgb(49, 67, 96);;
    border-color: rgb(49, 67, 96);;
}

.pagination>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(49, 67, 96, 0.7);;
    border-color: rgb(49, 67, 96);;
}

.uk-article-meta > .label {
    margin-right: 40px;
}

.uk-article-meta > :last-child {
    margin-right: 0;
}

.sticky-side {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 750px;
    overflow-y: scroll;
}

.sticky-side::-webkit-scrollbar {
    display: none;
}

.side-box>.title {
    font-size: 18px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
}

.side-box>.link-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 5px 0;
}

.side-box>.link-list>a>li {
    margin: 0;
    padding: 5px 10px;
    min-width: 100px;
    list-style: none;
}

.side-box>.link-list>a>li:hover {
    background-color: rgba(0, 0, 0, 0.07);
}




.tab-li a {
    line-height: 40px;
    position: absolute;
    right: 0px;
    font-size: 16px;
}

.tab-ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.tab-nav li {
    padding-left: 10px;
    line-height: 40px;
    /*font-size: 22px;*/
    position: relative;
    border-left: 20px;
    border-right: 20px;
    color: #ffffffbf;
    font-size: 16px;
    cursor: pointer;
    width: 280px;
}

.index-main .section .tab-nav ul {
    border: none;
    color: white;
    margin: -40px 0 0;

    backdrop-filter: saturate(180%) blur(20px);
    list-style: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.xtab-nav li:hover {
    background: url(//see.xidian.edu.cn/static/see2014/img/bg-tab.png) no-repeat;
}

.tab-con>.list>.item {
    padding: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0C1021;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    transition: all 0.2s ease;
}

.tab-con>.list>.item:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
    transform: scale(1.01);
}

.tab-con>.list>.item:active {
    background-color: #ddd;
    transform: scale(1);
}

.tab-con>.list>.item>.datetime {
    flex-shrink: 0;
}

.tab-con>.list>.item>.item-title {
    padding-right: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tab-con .list {
    display: none;
}

.tab-con .list:first-child {
    display: block;
}



.btn1:hover {

    border: 2px solid rgba(0, 0, 0, 0.4);

}

.btn1 {
    width: 60px;
    height: 31px;
    line-height: 30px;
    vertical-align: middle;
    background: white;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.search1 {
    background: rgba(0, 0, 0, 0.3);
}


.tab-active {
    /*height:50px;*/
    font-size: 22px !important;
    color: white !important;
    /*background:url(//see.xidian.edu.cn/static/see2020/img/bg-tab.png) no-repeat;*/
}

.articletitle {
    text-align: center;
}

.resetindex {
    margin-left: auto;
}

.search-position {
    display: flex;
    justify-content: flex-end;
}

.head-mobile {
    display: none;
}

.article-font {
    font: 16px sonfti, 宋体;
    color: black;
}

.article-font p {
    /* text-indent: 2em; */
    line-height: 2em;
    margin: 10px 0;
    /*font: 16px sonfti,宋体;*/
}

.article-font>p {
    text-indent: 2em;
}
/*
.article-font img {
    transform: translateX(-2em);
}
*/
.article-font span {
    line-height: 2em;
    /*font: 16px sonfti,宋体;*/
}

.article-page {
    color: black;
}

.article-page a:hover {
    color: #7a1ac3
}

.article-page a:link {
    color: #0d457b;
}

.sct-wd {
    width: 33.33%;
    padding-left: 20px;
}

.content-left {
    margin-left: 0px;
}

.firstItemRed {
    color: #d22e2e !important;
    font-weight: 900;
}






@media screen and (max-width: 960px) {
    .nav-transparent {
        background-color: rgb(49, 67, 96);
        backdrop-filter: saturate(180%) blur(20px);
        position: relative;
        z-index: 999;
    }

    .side,
    .newtitle-none {
        display: none;
    }

    .head-computer {
        display: none;
    }

    .main {
        display: block;
    }

    .main-content {
        margin-left: 0px;
        padding: 0px 5px 20px;
    }

    .head-mobile {
        display: block;
    }

    .logo {
        margin-top: 20px;
        height: 40px;
    }

    .top-mobile {
        height: 50px;
        justify-content: flex-end;
        font-size: 12px;
    }

    .uk-navbar-nav li {
        width: auto;
    }

    .uk-navbar-nav>li>a {
        padding: 5px;
        font-size: 12px;
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 20px;
    }

    .uk-navbar-nav {
        width: auto;
    }

    .section {
        width: 100%;
    }

    .sct-wd {
        padding-left: 0;
    }
}

/* =============首页底部banner 开始 ============== */
@media screen and (max-width: 1030px) {

    div.article-footer-banner{
      margin: 30px 0;
      width: 100%;
      flex-direction: column;
    }
    .article-footer-banner div.banner-title{
      border: none;
      padding: unset;
      padding: 6px 0;
      letter-spacing: 2px;
      width: 98%;
      text-align: center;
      border-bottom: 1px solid rgb(195, 195, 195);
    
    }
    div.article-footer-banner .b-wrapper{
      width: 100%;
      padding-left: 0;
    }
    div.article-footer-banner .banner-box{
      padding: 0 2%;
      width: 96%;
      
    }
  
    div.article-footer-banner .banner-box a.item:hover{
      text-decoration: none;
    }
  
    div.article-footer-banner .banner-box .item .item-title{
      width: calc(100% - 75px);
      font-size: 15px;
    }
  
    div.article-footer-banner .banner-box .item .item-title .icon{
      display: none;
    }
  
    div.article-footer-banner .banner-box .item .date{
      margin: unset;
      margin-left: 10px;
      font-size: 12px;
    }
  }
  
  .article-footer-banner{
    display: flex;
    background-color: #0048b593;
    backdrop-filter: saturate(180%) blur(22px);
    align-items: center;
    width: 66%;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s linear;
    position: relative;
  }
  
  /* .article-footer-banner::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0f253891;
    backdrop-filter: saturate(180%) blur(26px);
  
    z-index: -1;
  } */
  
  .article-footer-banner::before{
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(23deg, rgb(0, 11, 229),rgb(116, 0, 232), rgb(116, 0, 217),  rgb(5, 109, 255)); */
    /* background: linear-gradient(70deg, #2144aaf5,#455b9ba9, #1e3e9ee9, #546aacb4, #1b41b3ef); */
    background: #304c9fb4;
    /* background: url("	https://see.xidian.edu.cn/static/see2020/img/banner05.jpg"); */
    filter: blur(20px);
    z-index: -2;
  }
  
  .article-footer-banner:hover{
    box-shadow: 1px 1px 4px 0px rgba(66, 66, 66, 0.287);
    transform: translate(-1px, -1px) scale(1.01) translateZ(0);
    backdrop-filter: none;
  }
  
  .article-footer-banner .banner-title{
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid #000;
    font-size: 19px;
    font-weight: 600;
    color: black;
    color: white;
    white-space: nowrap;
  
  }
  .article-footer-banner .b-wrapper{
    height: 45px;
    padding-left: 10px;
    overflow: hidden;
    flex-grow: 1;
    /* overflow: hidden; */
  }
  
  .article-footer-banner .b-wrapper .banner-box{
    height: 100%;
  }
  
  .article-footer-banner .banner-box .item{
    display: flex;
    line-height: 45px;
    align-items: center;
    justify-content: space-between;
    color: white;
    
  }
  div.article-footer-banner .banner-box a.item:hover{
    text-decoration: none;
  }
  
  .article-footer-banner .banner-box .item .item-title{
    line-height: 45px;
    white-space: nowrap;
    /* max-width: 500px; */
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
  
  
  }
  .article-footer-banner .banner-box .item .date{
    margin: 0 10px;
    font-size: 14px;
  
  }
/* =============首页底部banner 结束 ============== */