
img.top{
  width: 480px;
  height: 160px;
  padding: 20px 0 20px 0;
  image-rendering: pixelated;
}

#menu ul {
  position: relative;
  text-align: center;
  //background: #000;
  padding-left: 0;
}

#menu ul li { 
  position: relative;
  display: inline-block;
  padding: 8px;
  //background: #FF0000;
}

.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  width: 170px;
  line-height: 2.0;
  position: relative;
  display: inline-block;
  padding: 2rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-subpage {
  color: #fff;
  background-color: #103060;
  border-bottom: 4px solid #001030;
}
.btn-subpage:active {
  border-bottom: 2px solid #001030;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.auther{
  padding-left: 60px;
}

@media screen and (max-width:759px) {
  
  img.top{
    width: auto;
    height: auto;
  }
  
  #menu ul li { 
    position: relative;
    display: inline-block;
    padding: 8px 70px;
    //background: #FF0000;
  }
  
  .btn,
  a.btn,
  button.btn {
    width: 200px;
    line-height: 2.0;
    padding: 1rem 1rem;
  }
  
  .news-space{
    margin: 0 30px;
  }
  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    //margin-top: 10px;
    margin: 5px 5px -5px 10px;
  }
}


