﻿ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.warp {
  background-image: url("../image/home/pic4.jpg");
  background-repeat: repeat;
  -o-background-size: contain;
     background-size: contain;
  cursor: default;
  width: 100%;
}
.warp .main {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
}
.warp .main .camera {
  width: 80px;
  height: 60px;
  margin: auto;
}
.warp .main .camera img {
  width: 100%;
  height: 100%;
}
.warp .main h2 {
  margin: auto;
  display: block;
  width: 124px;
  font-size: 28px;
  line-height: 1.75em;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 30px;
  /*padding-bottom: 20px;*/
}
.warp .main h2 strong {
  font-weight: 800;
}
.warp .main .content {
  width: 1560px;
  margin: auto;
  padding: 60px;
}

.level{
  margin-top: 20px;
}

.level_sub{
  margin: 0;
  background-color: #fff;
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-indent: 20px;
  padding-top: 10px;
}

.warp .main .content ul {
  width: 100%;
  display: grid;
  grid-template-columns: 520px 520px 520px;
  /*grid-template-rows: 300px 300px;*/
  /*grid-row-gap: 10px;*/
  /*grid-column-gap: 10px;*/

}
.warp .main .content ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: 250px;
  background-color: #fff;
}

li .picture {
  width: 160px;
  height: 200px;
  margin-top: 25px;
  margin-left: 20px;
}
li .picture img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
li .stutent-main {
  margin-top: 22px;
  margin-left: 15px;
}
li .stutent-main strong {
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

li .stutent-main strong a{
  text-align: right;
  color: black;
}
li .stutent-main strong a:hover{
  color: steelblue;
}