body { 
  background-image:url(/Images/BG/sea_beach.jpeg)!important;
  background-size:cover!important;
  backdrop-filter:blur(15px)!important;
}

.headtitle{
  display: block;
  width:100%;  
  font-size: x-large;
  margin: 0 auto;
  text-align: center;
}


.buttonlist img{
  height:2.2rem;
  margin:0px auto;
}

.container{
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; */
  max-width:1190px;
  height: 102%;
  overflow-x: hidden;

  margin:0px auto ; 
  
}

.caseDescribe{
  /* 演示的说明 */
  border:10px solid rgb(198, 240, 237);
  color:orange;
  font-weight: bolder;
  z-index:999;
  background-color: rgb(223, 246, 223);
  backdrop-filter: blur(10px);
  margin:0.3rem;
}

.bolder{
  font-weight: bolder;
}
.red{
  color:red;

}
.orange{
  color:orange;
}
.blue{
  color:blue;
}
.lightblue{
  color:lightblue;
}

.green{
  color:green;
}
.bgred{
  background-color: red;
}
.bgblue{
  background-color: blue;
}
.bggreen{
  background-color: green;
}
.bgorange{
  background-color: orange;
}
.bgyellow{
  background-color: yellow;
}
.bgblack{
  background-color: black;
}



.ftitle{
  width:99%;
  text-align:center;  
}

.block{
  display: block;
  width:100%;
  height: 8px;  
  text-align: center;
  clear:both;
}

.btnChoosed{      
  border:3px solid rgb(252, 91, 38)!important;
  font: size 120% !important;;
  color:rgb(252, 242, 224)!important;
  font-weight: 900 !important;  
  line-height: 2.8rem!important;;
}

.font70 {
    font-size: 70%;
}
.font80 {
    font-size: 80%;
}
.font90 {
    font-size: 90%;
}

.font130 {
    font-size: 130%;
}
.font120{
  font-size: 120%;
}
.font110{
  font-size: 110%;
}
.font150{
  font-size: 150%;
}

.font200{
  font-size: 200%;
}


#noticelist{
  width:100%;
  height: 3.5rem; 
  overflow:hidden ;
  clear:both;
  display:block;
}

#noticelist ul li{
  list-style: none;
  display:inline-block;
  text-align: center;
  margin:5px auto;
  padding:0.3rem;    
}

#noticelist ul li:after {
  content: "|";
  margin: 0 1em;
}




