﻿
.windowLabel {
    border: 1px solid rgba(255,255,255,0);
    background: rgba(243,245,246,.8);
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
    text-align: center;
    font-size: 11px;
    border-radius: 20px;
    z-index: 30;
    color: #7f94a1;
    line-height: 23px;
    padding: 0 7px;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s;
}
.windowLabel, .windowSettings h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.windowLabel .label {
	color:#23527c
}
.pagination>.active>span {
    background-color: #98b880;
    border-color: #98b880;
}
.pagination>li>a,.pagination>li>span {
	color: #6c757d;
}
.pagination>.active>span:hover{
background-color: #183153;
    border-color: #183153;
}
.pagination>li>a:hover,.pagination>li>span:hover {
	color: #183153;
  font-weight: bolod;
}

.nav-moredata ul{
  display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    line-height: 36px;
    padding-left: 0;
  }
.nav-moredata li { 
    padding: 0 15px 0 10px;
    margin: 0 20px 0 15px;
    cursor: pointer;
}

.lia p.desc {
  margin-top: 0;
  color: #8e8c84;
  font-size: 12px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 40px;
}


.content-sidebar {
  font-size: 14px;
  color: #3b3c3e;
}

.content-sidebar.fixed {
  position: fixed;
  top: 45px;
  margin-top: 0;
}

.content-sidebar.fixed dl {
  margin: 10px 0 0;
}

.content-sidebar.absolute {
  position: absolute;
  bottom: 0;
}

.content-sidebar dl {
  position: relative;
  margin: -12px 0 0;
  padding-bottom: 20px;
}

.content-sidebar dl dt {
  position: absolute;
  top: 12px;
  left: -20px;
}

.content-sidebar dl .show-list {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.content-sidebar dl .show-list::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.content-sidebar dl .show-list.add::after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #000;
  border-radius: 1px;
  position: absolute;
  left: 5px;
  top: 20%;
  margin-top: -1px;
}

.content-sidebar dd {
  margin: 0;
  padding: 6px 0;
  letter-spacing: 0.5px;
}

.content-sidebar dd a {
  color: #000;
  display: inline-block;
  padding: 2px 4px;
  transition: 0.1s;
  text-decoration: none;
  font-size:15px;
}

.content-sidebar dd a:hover {
  color: #fff;
  background: #ff5a00;
  border-radius: 3px;
  font-weight: bold;
}

.content-sidebar dd.current a {
  color: #ff5a00;
  background: transparent;
  font-weight: bold;
}



@media screen and (max-width: 991px) {
 
}
.nav-other li {
  padding: 6px 0 4px 6px;
}
@media screen and (min-width: 1200px) {
  .nav-moredata li { 
    width: calc(100% / 8 - 10px);
  }
  .nav-other li {
    width: calc(100% / 11 - 10px);
   
  }
}
@media screen and (max-width: 1200px) {
  .nav-moredata li { 
    width: calc(100% / 6 - 10px);
  }
 
  
}
@media screen and (max-width: 960px) {
  .nav-moredata li { 
    width: calc(100% / 4 - 10px);
  }
  .content-sidebar {
    display: none;
  }
  .nav-scroller {
    display: block;
  }
  .nav-other li {
    width: calc(100% / 6 - 10px);
  }
 
}
@media screen and (max-width: 720px) {
  .nav-moredata li { 
    width: calc(100% / 4 - 10px);
  }
  .nav-other li {
    width: calc(100% /4 - 10px);
  }
}
@media screen and (max-width: 540px) {
  .nav-moredata li { 
    width: calc(100% / 2 - 10px);
  }
  .nav-other li {
    width: calc(100% /3 - 10px);
  }
}

.nav-moredata li a { 
    padding:0px 2px;
    font-size: 16px;
    overflow: hidden;
    color: #183153;
    font-weight: 500;
    text-overflow: ellipsis;
      -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.nav-moredata li:hover {
    box-shadow: 0 1px 8px #ddd;
    background: #ffffff;
    font-weight: bold;
}










.runoob-item{
    margin: 0px;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 0 5px;
}
.runoob-item .col-xs-6{ padding: 0 5px; }
.anchor-link{ opacity: 0; position: relative; top: -80px } /* 锚链接 */
.runoob-item-name{
 margin: 10px;   color: #6b7184;
    font-size: 16px;
    font-weight: bold;
    display: block;
    border-bottom: 2px rgba(0,0,0,.02) solid;
    padding: 15px 0 10px 0;
    margin-bottom: 10px;
    position: relative;
}
.runoob-item-name .badge{
  font-size:15px;
}
.runoob-item .runoob-card{
    display: block;
    padding: 8px 8px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f6f6f6;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    text-decoration: none;
}
.runoob-item .runoob-card .runoob-card-tit{
    height: 30px;
    font-size: 14px;
    font-weight:500;
    color: #183153;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: normal;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.runoob-item .runoob-card img{
    width: 30px;
    height: 30px;
    /*border-radius: 50%;*/
   /* margin-right: 10px;*/
}
.runoob-item .runoob-card .runoob-card-des{
    color: #8e8c84;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    height: 26px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    max-width: 18em;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.runoob-item .runoob-card:hover{ background: #ffd43b; color:#183153; }
.runoob-custom{
  margin: 25px 0;
  padding: 0px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.runoob-custom .runoob-item-name #runoob-custom-btn{ cursor: pointer }
.runoob-custom-item{
  overflow: hidden;
  margin: 0 -5px;
}
.runoob-custom-item li{
  width: calc(33.33333% - 10px);
  margin: 0 5px;
  float: left; 
  list-style: none;
}
.runoob-custom-item a.runoob-custom-link{
  background: #fafafa;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 6px;
  line-height: 45px;
  border-radius: 3px;
  font-size: 14px;
  color: #183153;
  font-weight: bold;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}



.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}


.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fa-solid-900.woff2) format("woff2"),url(fa-solid-900.woff) format("woff"),url(fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}


.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}
.fa-list:before{content:"\f03a"}