ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
.resume {
  background-image: url("../image/home/pic4.jpg");
  background-repeat: repeat;
  -o-background-size: contain;
     background-size: contain;
  cursor: default;
  width: 100%;
  /*height: 100%;*/
}
.resume .main {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
}
.camera{
  width: 150px;
  float: right;
  position: relative;
  right: 10px;
  top: -10px;
}
.camera img{
  width: 70%;
  height: 70%;
}

.camera .special{
  width: 90%;
  height: 70%;
}

.content{
  width: 60%;
  /*height: 500px;*/
  margin: auto;
  background-color: rgba(248, 248, 255, 0.8);
  padding: 70px;
}
/*自我介绍*/
table{
  /*width: 100%;*/
  border-collapse: collapse;
  border: none;
  margin-top: 16px;
  margin-left: 50px;
}
.self fieldset td{
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3.2px;
  margin-top: 10px;
  text-align: left;
  border: none;
  height: 40px;
}

.self fieldset .td1{
  color: #696969;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.self fieldset legend {
  display: inline-block;
  margin-left: 35px;
  color: #696969;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
/*本科经历*/
.graduate fieldset td{
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3.2px;
  margin-top: 10px;
  text-align: left;
  border: none;
  height: 40px;
  /*width: 165px;*/
}

.graduate fieldset .td1{
  color: #696969;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.8px;
  width: 780px;
  /*line-height: 30px;*/
}
.graduate fieldset legend {
  display: inline-block;
  margin-left: 35px;
  color: #696969;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
/*研究生阶段*/
.undergraduate fieldset td{
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3.2px;
  margin-top: 10px;
  text-align: left;
  border: none;
  height: 40px;
}

.undergraduate fieldset .td1{
  color: #696969;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.undergraduate fieldset .td2{
  color: #696969;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.undergraduate fieldset .td3{
  width: 150px;
}

.undergraduate fieldset .td2 p{
  margin-top: 0;
  font-weight: 800;
  color: #000;
  font-size: 17px;
}
.undergraduate fieldset .td2 p strong {
  font-weight: 400;
}
.undergraduate fieldset .td2 p a{
  text-align: right;
  color: black;
}
.undergraduate fieldset .td2 p a:hover{
  color: steelblue;
}

.undergraduate fieldset legend {
  display: inline-block;
  margin-left: 35px;
  color: #696969;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3.2px;
}

.p3{
  height: 400px;
}

.p2{
  height: 350px;
}

.p4{
  height: 300px;
}