.inside-news-show{
  height: 100vh;
  padding: 0;
}
.inside-news-show .container{
  width: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width:800px) {
  .inside-news-show  .container{
    padding: 0;
  }
}
.inside-news-show .container,.box,.box>p,.box>p iframe{
  height: 100%;
}
.box>p iframe{
  width: 100%;
}
.button_hide{
  display: none;
}
.button_hide:checked+.option,.button_hide:checked+.nav_content{
  display: block;
}
.suspension_window{
  width: 4em;
  height: 4em;
  position: fixed;
  bottom: 5vh;
  right: 10vw;
  background-color: #0c4270;
}
.suspension_window .suspension_item{
  position: relative;
  border-radius: 2px;
}
.suspension_window table{
  text-align: center;
  width: 4em;
  height: 4em;
  color: #fff;
}
.suspension_window table td{
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.suspension_window .option{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  line-height: 4em;
  background-color: white;
  border-radius: 5px;
}
@media screen and (max-width:800px) {
  .suspension_window{
    bottom: 5vh;
    right: 5vw;
  }
  .suspension_window .option{
    bottom: 100%;
    left: 100%;
  }
}

.suspension_window .option ol>li{
  position: relative;
  border-radius: 5px;
  line-height: 4em;
  transition: all 0.5s; 
}
.suspension_window .option ol>li>p{
  padding: 0 1em;
  transition: all 0.5s;
  border-radius: 5px;
  white-space: nowrap;
}
.suspension_window .option ol>li>p:hover{
  background-color: bisque;
}
.option ol>li>div{
  display: none;
  min-height: 30em;
  background-color: aliceblue;
  padding: 1em;
  line-height: 2em;
  overflow: auto;
  text-indent: 2em;
  border-radius: 5px;
}
.active>p{
  background-color: bisque;
}
.active>div{
  display: block!important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.qrCode{
  position: fixed;
  bottom: 15vh;
  right: 20px;
  max-width: 4em;
}
.qrCode:hover{
  max-width: 200px;
}  
@media (max-width:800px){
  .qrCode{
    display: none;
  }
}