body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
  color: #333333;
  overflow-x: hidden;
  height: 100%;
  line-height: 1.7;
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*----------- web-color ------------*/
/*header*/
/*footer*/
.footer {
  background-color: #386cc3;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
}
.footer span {
  display: inline-block;
  margin: 0 5px;
}
.page-main {
  margin-bottom: 30px;
}
.page-main > .row {
  margin-left: -2%;
  margin-right: -2%;
}
.page-main .person-info-w,
.page-main .person-content-w {
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 1200px) {
  .page-main .person-info-w {
    width: 29%;
  }
  .page-main .person-content-w {
    width: 71%;
  }
}
.person-info {
  background-color: #edf4ff;
  padding: 30px;
}
.person-info .info-top .box-img {
  margin-bottom: 15px;
}
.person-info .info-top .box-img img {
  display: block;
  width: 100%;
}
.person-info .info-top .box-name {
  text-align: center;
  color: #386cc3;
  margin-bottom: 5px;
}
.person-info .info-top .box-txt {
  line-height: 30px;
  color: #666666;
  text-align: center;
  font-size: 15px;
}
.person-content {
  padding-top: 40px;
}
.public-title {
  height: 60px;
  background: #f5f8fe;
  margin-bottom: 30px;
}
.public-title span {
  display: inline-block;
  line-height: 60px;
  background: url(title-bg1.png) no-repeat right top #386cc3;
  height: 60px;
  padding: 0 90px 0 30px;
  color: #fff;
}
.class-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.class-menu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background-color: #f5f8fe;
  z-index: -1;
}
.class-menu a {
  float: left;
  width: 20%;
  text-align: center;
  color: #333333;
  border-bottom: 4px solid transparent;
  line-height: 60px;
  font-weight: bold;
}
.class-menu a:hover,
.class-menu a.current {
  border-bottom-color: #ffb400;
}
.single-page {
  line-height: 2;
  text-align: justify;
}
.single-page .m-title {
  margin-bottom: 25px;
  text-align: center;
  padding-top: 15px;
}
.single-page .m-title h1 {
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.single-page .m-title span {
  display: inline-block;
  margin: 0 5px;
}
.single-page .box-cont {
  text-align: justify;
}
.single-page p {margin: 0 0 20px 0;}
.text-list .box-s {
  position: relative;
  padding: 10px 100px 10px 20px;
  line-height: 36px;
  border-bottom: 1px dashed #d8d8d8;
}
.text-list .box-s .title-s {
  display: block;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.text-list .box-s .date-s {
  color: #666666;
  position: absolute;
  right: 0;
  top: 10px;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
  width: 14px;
  height: 14px;
  background: url(icon-04.png) no-repeat;
}
.text-list .box-s:hover .title-s {
  color: #386cc3;
}
.personal-details .details-top .box-title .box-name {
  color: #386cc3;
}
.personal-details .details-top .box-title span {
  margin-right: 20px;
}
.personal-details .details-top .box-title span:last-child {
  margin-right: 0;
}
.personal-details .box-s {
  margin-top: 30px;
}
.personal-details .box-s .box-title {
  line-height: 44px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
}
.personal-details .box-s .box-title .icon-s img {
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -3px;
}
.personal-details .box-s .box-txt {
  line-height: 1.5;
}
.personal-details .box-s .box-txt .edu, .personal-details .box-s .box-txt .row .col-md-6 {margin-bottom: 10px;}
.personal-details .box-s .box-txt-02 {
  padding-left: 150px;
  position: relative;
  line-height: 1.4;margin-bottom: 15px;
}
.personal-details .box-s .box-txt-02 .years-s {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
    .person-info {padding: 22px;}
}
/*# sourceMappingURL=style.css.map */