.xq{
        padding: 15px 5px 16px 10px;
        font-size: 16px;
        
    }
    .tb{
        color: #7a94c2;
         width: 100%;
        /*margin-left: .15rem;
        margin-right: .15rem;
       */
    } 
    
    .tb table thead td {
        vertical-align: middle;
        height: 0.5rem;
        border: 1px solid #2259b8;
        text-align: center;
        color: #fffa00;
        font-size: 0.265rem;
        background: #144498;
        white-space: nowrap;
        width: 2.6rem;
        line-height: 0.5rem;
        
    }
    .tb table tbody td{
        height: 0.5rem;
        border: 1px solid #2259b8;
        text-align: center;
        color: #7a94c2;
        font-size: 0.265rem;
        background: #072e73;
        white-space: nowrap;
        width: 2.6rem;
        vertical-align: middle;
    }
    
    .xqtb{
        color: #7a94c2;
        width: 7.21rem;
        margin-left: .15rem;
        margin-right: .15rem;
    }
   .xqtb table thead th {
        vertical-align: middle;
        height: 0.5rem;
        border: 1px solid #2259b8;
        text-align: center;
        color: #fffa00;
        font-size: 0.265rem;
        background: #144498;
        white-space: nowrap;
        width: 2.6rem;
        line-height: 0.5rem;
        
    }
    .xqtb table tbody td{
        height: 0.5rem;
        border: 1px solid #2259b8;
        text-align: center;
        /*color: #7a94c2;*/
        font-size: 0.265rem;
        background: #072e73;
        white-space: nowrap;
        width: 2.6rem;
        vertical-align: middle;
    }
   .copyright{
        padding: 0 0 0 0;
          width: 100%;
         height: 0.5rem;
         margin-top: 1rem;
    }
    .copyright p {
        color: white;
        font-size: 0.18rem;
        line-height: 0.24rem;
            overflow: hidden;
  
    }
    
    .tlbox {
    text-align: center;
    padding: 15px 0px;
}



.tabs{
  position:relative;
  width:100%;
  height:28.1rem;
}
.tab-pane{
  display:inline-block;
  width: 20%;
  float: left;
}
.tabs input[type='radio']{
  position:absolute;
  clip:rect(0,0,0,0)
}
.tab-item{
  display:block;
  height:34px;
  line-height:34px;
  cursor:pointer;
  padding:0 10px;
  color: #fffa00;
  text-align: center;
  
}

.tabs input[type='radio']:checked+.tab-item{
  background:#2259b8;
  color:#fff
}

.tab-content{
  position:absolute;
  left:0;
  top:36px;
  bottom:0;
  right:0;
}

.tabs input[type='radio']:checked+.tab-item+.tab-content{
  z-index:1
}



.tabs1{
  position:relative;
  width:100%;
  height:340px;
}
.tab-pane1{
  display:inline-block;
}
.tabs1 input[type='radio']{
  position:absolute;
  clip:rect(0,0,0,0)
}
.tab-item1{
  display:block;
  height:34px;
  line-height:34px;
  cursor:pointer;
  padding:0 10px
}

.tabs1 input[type='radio']:checked+.tab-item1{
  background:orangered;
  color:#fff
}

.tab-content1{
  position:absolute;
  height: 316px;
  border:1px solid #2259b8;
  /*padding:20px;*/
  left:0;
  top:36px;
  bottom:0;
  right:0;
  background:#072e73;
}
.pages {
    margin-top: 0.1rem;
}
.pages a {
    color: #b3c7ea;
    margin-left:5px;
}

.tabs1 input[type='radio']:checked+.tab-item1+.tab-content1{
  z-index:1
}
.videos{
    height: 40px;
    width: 100%;
    color: #1cff00;
    line-height: 40px;
    
    
    
}