body {
  
  font-family:br2;
  background-color: #111;
  background-size: 40px 20px;
  margin: 0px;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  width: 1;
}


@font-face {
  font-family: "mdl2";
  src: url("dripicons-v2.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "br2";
  src: url("DIN-Pro-Regular-2.otf");
  font-weight: normal;
  font-style: normal;
}

#weititle_layout{
  height: 60px;
}
#title_layout {
  position:fixed;
  display: flex;
  width:100%;
  height: 60px;
  align-items: center;
  z-index:99;
  justify-content: center;
  background-color: rgb(34, 139, 34);
}

#title_group {
  display: flex;
  align-items: center;
  flex: 1 1 auto;

}

/*标题栏选择列表*/
#title_nav {
  margin-left: -20px;
}

#title_nav ul {
  list-style: none;
}

#title_nav li {
  display: inline;
  font-size: 14px;
  font-weight: 600;
}

#side_nav a:not(.active),
#title_nav a:not(.active) {
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

a.active {
  padding: 5px 10px 5px 10px;
  background-color: white;
  color: rgb(34, 139, 34);
}

#side_nav a:hover:not(.active),
#title_nav a:hover:not(.active) {
  background-color: rgb(80, 200, 120);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

/*侧滑窗*/
#squ-side {
  width: 150px;
  position: fixed;
  text-align: center;
  right: -160px;
  z-index: 99999;
  background-color: rgb(34, 139, 34);
  transition: all 1s;
  top: 60px;
}

#side_nav ul {
  list-style: none;
}

#side_nav li {
  display: inherit;
  height: 40px;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
}

/*搜索框*/
#title_search {
  position: absolute;
  right: 35px;
  display: flex;
  margin: 10px 0px 10px 0px;
  margin-right: 5px;
  width: 160px;
  height: 30px;
  background-color: rgb(8, 80, 8);
}

#title_search .search {
  width: 110px;
  height: 28px;
  background-color: transparent;
  border-right: 0;
  border-width: 0px;
  font-size: 14px;
  color: white;
  padding-left: 15px;
  font-weight:100;
}
.btns,#btn,
#btn2 {
  /*button按钮border并不占据外围大小，设置高度42px*/
  border-width: 0px;
  background-color: transparent;
  color: white;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: mdl2;
  font-size: 14px;
  transition: all 0.5s;
}

#buttom_info{
    background-color:rgb(8, 80, 8);
    padding: 32px 16px ;
  color:white;
}
.btn:hover,
#btn2:hover ,.btns:hover{
  background:#00000044;
}

.main_layout {
  overflow: hidden;
}
.main_layout h1 {
  color:#FFF;
    font-weight:100;
    padding:16px;
}
.sec_layout{
  width:70%;
  margin:15px auto;
}
/*头条*/
#statement1{
  width:100%;
  display:flex;
  margin:15px auto;
  overflow:hidden;
  background-color:#cc9200;
  border:6px solid #333;
  transition: all 0.5s;
}
#statement2{
  width:100%;
    overflow:hidden;
  background: #2b2b2b;
    border:6px solid #333;
    transition: all 0.5s;
}
#stmt1img,#stmt2img{
  height:200px;
  width:100%;
  padding-top: 0%;
  overflow:hidden;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
    transition: all .5s;
}
#stmt1img{
  height:300px;
  width:70%
}
#statement1 h6,#statement2 h6{
  position:relative;
  margin:-3px 0 0 0 ;
  padding:20px;
  word-break: break-word;
  font-weight:100;
  color:white;
  font-size:18px;
  background: #2b2b2b;
}
#statement1 h6{
  background-color:#cc9200;
  font-size:24px;
  font-weight:600;
}
#statement1:hover,
#statement2:hover{
    border-color:#aaa;
    box-shadow:  0 0 6px 6px #ffffff55,0 2px 2px 0 rgba(0,0,0,0.5);
}
#statement1:hover > #stmt1img,
#statement2:hover > #stmt2img{
  transform:scale(1.1);
}
#stmt2,#stmt3{
  display:grid;
  grid-gap:30px;
  margin:0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content:center;
  list-style: none;
}
@media only screen and (max-width: 900px) {
    #stmt2,#stmt3{
        grid-template-columns: 1fr 1fr;
    }
    .sec_layout{
      width:80%;
    }
  #stmt1img{
    height:250px;
    width:100%;
  }
  #statement1{display:inline-block;}
}
@media only screen and (max-width: 540px) {
  #statement2{display:flex;}
    #stmt2,#stmt3{
        grid-template-columns: 1fr;
    }
  #statement2 h6{
    font-size:16px;
    width:60%;
  }
  #stmt2img{
    width:40%;
    height:120%;
  }
  #stmt1img{
    height:200px;
    width:100%;
    display:initial;
  }
}

#page img{
  width:90%;
  display: block;
    margin: auto;
}
#page {
  
  display: block;
    margin: auto;
  width:80%;
  padding:20px;
  background-color:rgb(255, 248, 211);
  margin-bottom:100px;
}