body {
  font-size: 14px;
  font-family: 'Times New Roman', 'Microsoft YaHei', serif;
  word-break: break-all;
  background: #525659;
  zoom: 0.4;
}

.clear-fix {
  clear: both;
}
a {
  color: #000;
  font-size: 17px;
}
.long-line {
  position: absolute;
  display: block;
  width: 690px;
  height: 2px;
  top: 32px;
  left: 58px;
  background: #943634;
}
.icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 22px;
}
.subtitle {
  position: absolute;
  left: 62px;
  font-size: 19px;
  color: #943634;
  font-weight: 600;
  top: 2px;
}
.detail-list {
  position: absolute;
  top: 44px;
  left: 58px;
  right: 49px;
  line-height: 1.6;
}
.bolder {
    font-weight: 550;
}

#top {
  position: fixed;
  background: #323639;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 50px;
  box-shadow: 0 1px 1px #232526;
  font-size: 16px;
  color: #F1F1F1;
  z-index: 99;
}
#top .top-title {
  line-height: 50px;
  display: block;
  text-align: center;
}
#top .top-download {
  position: absolute;
  top: 9px;
  right: 40px;
  display: inline-block;
  line-height: 32px;
  color: #6A6A6A;
  background: #F2F2F2;
  padding: 0 12px;
  border-radius: 5px;
  font-size: 14px;
}
#wrapper {
  width: 800px;
  min-height: 500px;
  background: #FFF;
  margin: 70px auto;
}

.header {
  width: 690px;
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
}
.header .header-title {
  padding-top: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header-title .author-picture {
  width: 100px; /* 根据需要调整照片的宽度 */
  height: 100px; /* 根据需要调整照片的高度 */
  background: url('../image/picture.jpg') no-repeat;
  background-size: cover; /* 使图片覆盖整个区域 */
  background-position: center; /* 图片居中 */
  border-radius: 50%; /* 使照片呈现圆形 */
  margin-bottom: 10px; /* 调整照片与介绍之间的间距 */
}

.header .header-info {
  padding-top: 40px;

}

.header .header-info .header-name {
color: #b3706f;
font-size: 30px;
font-weight:bold;
}

.header .header-info .header-list {
  align-items: flex-end; 
  display: flex;
  font-size: 13px;
}
.header .header-info .header-list .header-left {
  align-self: flex-end;
}
.header .header-info .header-list .header-middle {
  align-self: flex-end;
}
.header .header-info .header-list .header-left ul {
  padding-left: 10px;
}
.header .header-info .header-list .header-right {
  align-self: flex-end;
}
.header .header-info .header-list ul {
  line-height: 1.7;
}
.header .header-info .header-list a {
  font-size: 12px;
}

.education-info {
  position: relative;
  min-height: 155px;
}
.education-info .icon {
  background: url('../image/person_info_icon.png') no-repeat;
}
.education-info .detail-list{
  display: flex;
  flex-direction: column;
}
.education-info .detail-list .info-school {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 5px;
}
.education-info .detail-list .info-honor ul {
  padding: 0;
  margin: 0;
}


.project-experience {
  position: relative;
  min-height: 400px;
}
.project-experience .icon {
  background: url('../image/pro_skill_icon.png') no-repeat;
}
.project-experience .detail-list{
  display: flex;
  flex-direction: column;
}
.project-experience .detail-list .info-project {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 5px;
}
.project-experience .detail-list .info-project:first-child {
  margin-top: 0;
}
.project-experience .detail-list .info-work ul {
  padding: 0;
  margin: 0;
}

.work-experience {
  position: relative;
  min-height: 185px;
}
.work-experience .icon {
  background: url('../image/work_experience_icon.png') no-repeat;
}
.work-experience .detail-list{
  display: flex;
  flex-direction: column;
}
.work-experience .detail-list .info-company {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 5px;
}
.work-experience .detail-list .info-company:first-child {
  margin-top: 0;
}
.work-experience .detail-list .info-job ul {
  padding: 0;
  margin: 0;
}

.school-experience {
  position: relative;
  min-height: 380px;
}
.school-experience .icon {
  background: url('../image/open_source_icon.png') no-repeat;
}
.school-experience .detail-list{
  display: flex;
  flex-direction: column;
}
.school-experience .detail-list .info-time {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 5px;
}
.school-experience .detail-list .info-time:first-child {
  margin-top: 0;
}
.school-experience .detail-list .info-position ul {
  padding: 0;
  margin: 0;
}

.honor-eva {
  min-height: 270px;
}
.honor-eva .Competition-reward {
  float: left;
  width: 400px;
  position: relative;
}
.honor-eva .Competition-reward .icon {
  background: url('../image/honor_reward_icon.png') no-repeat;
}
.honor-eva .Competition-reward .short-line {
  width: 320px;
}
.honor-eva .Competition-reward .detail-list {
  right: 0;
}

.honor-eva .skill-certificate {
  float: right;
  width: 410px;
  position: relative;
}
.honor-eva .skill-certificate .icon {
  background: url('../image/self_evaluation_icon.png') no-repeat;
}
.honor-eva .skill-certificate .short-line {
  width: 300px;
}
.honor-eva ul {
  padding: 0;
  margin: 0;
}
