@font-face {
  font-family: 'Mandala-Bold';
  src: url('../font/Mandala-Bold.ttf.woff') format('woff'),
    url('http://xulabv2.zzkj.net.cn/public/fonts/Mandala-Bold.ttf.svg#Mandala-Bold') format('svg'),
    url('../font/Mandala-Bold.ttf.eot'),
    url('../font/Mandala-Bold.ttf.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mandala';
  src: url('../font/Mandala.ttf.woff') format('woff'),
    url('http://xulabv2.zzkj.net.cn/public/fonts/Mandala.ttf.svg#Mandala') format('svg'),
    url('../../../font/Mandala.ttf.eot'),
    url('../font/Mandala.ttf.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Serif', sans-serif;
}
body {
  font-family: poppins, sans-serif;
}
.list-people p {
  padding: 0px;
  margin: 0px;
  line-height: 16px;
  /* height: 26px; */
}
.page-content img {
  max-width: 100%;
  /* max-width: 700px; */
  height: auto;
}
.page-content img {
 width: auto !important;
 height: auto !important;
}
.pub-content img {
  max-width: 275px;  
}
.pub-year {
  display: block;
  background-color: #ffffff;
  z-index: 9999999;
}
.pub-content li {
  margin-bottom: 10px;
}
.pub-content li span{ color:#777}
.pub-content li a span{ color:#94070A;}
.pub-content li a:hover span { color:#3b5473;}

.list-pic img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.list-pic .coverpic img{
  height: 467px;
  object-fit: fill;
}

.list-pic .portfolio-item {
  margin-bottom: 8px;
}
.list-pic .pic-title {
  text-align: center;
  margin-bottom: 25px;
}
#mainNav a {
  font-family: 'Mandala', sans-serif;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 18px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  padding: 0 10px;
}
.featured-box h4 {
  letter-spacing: normal;
  margin-bottom: 10px;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #94070a;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination li.thisclass a {
  background-color: #94070a !important;
  border-color: #94070a;
  color: #fff;
}
.lead {
    letter-spacing: 0;
    font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .page-content img {
    max-width: 100%;
  }
  .pub-content img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .header-logo img {
    max-width: 300px;
    height: auto;
  }
}