*{
  margin: 0;
  padding: 0;
}

header{
  background-color : #031447;
  height: 80px;
}
h1,h2,h3,a {
  font-family: Cambria, Cochin, Georgia, Times;
}

.name {
  margin: 70px;
 background-color :#ffffff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align-last: left;
  text-indent: each-line;
}
.tubiao{
  color : #ffffff;
  position: absolute;
  left: 70px;
  top: 0;
  line-height: 96px;
  font-size: 20px;
}
header h2{
  color : #ffffff;
  position: absolute;
  left: 100px;
  top: 0;
  line-height: 80px;
  font-size: 20px;
}
header a {
   color : #ffffff;
  text-decoration: none;
  font-size: 10px;
}
hearder a:hover{
  text-decoration: underline;
}
header li{
  display: inline;
  margin: 3vw;
}
header ul{
  position: absolute;
  right: 2vw;
  top: 0;
  line-height: 80px;
}
header ul:hover{
  text-decoration-line: underline;
 }
.note{
  text-decoration: none;
}

.name h1 {
	font-size: 40px;
    color :  #093876;
    justify-content: center;
    
}

.name h2{
  color: #093876;
  text-decoration: none;
  font-size: 20px;

}
.name a {
  font-size: 15px;
  color : #093876;
  text-decoration: none;
  position: absolute;
  left: 70px;
}
.week{
  margin: 70px;
  height: 400px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.weekdier{
    margin: 70px;
  height: 400px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  background-color: #ffffff;
  
}
.week a{
  display: flex;
  justify-content: center;
  flex-direction: column;

}
.week1 a{
   color : #093876;
  text-decoration: none;
  font-size: 17px;
}
.week3 a{
   color : #093876;
   text-decoration: none;
   font-size: 17px;
}
.week2 a{
   color : #093876;
   text-decoration: none;
   font-size: 17px;
}
.week4 a{
   color : #093876;
   text-decoration: none;
   font-size: 17px;
}
.weekdier a{
   color : #093876;
   text-decoration: none;
   font-size: 17px;
}
.week p{
  font-size: 15px;
}
.weekdier p{
  font-size: 15px;
}
.image {
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.image:hover{
    transform: scale(1.25);
    box-shadow:0 25px 40px rgba(0,0,0,0.5);
    z-index: 1;
  border-radius: 10px;
 }
.image2:hover{
      transform: scale(1.25);
    box-shadow:0 25px 40px rgba(0,0,0,0.5);
    z-index: 1;
  border-radius: 10PX;
}
.image2 {
    border-radius: 10px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
