.article h1 {
  margin-top: 40px;
}
.artBox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.artBox p {
  font-size: 17px;
  line-height: 28px;
  color: #777;
  font-family: Urbanist;
  margin-bottom: 30px;
}
.table table {
  border: 1px solid #161616;
  border-collapse: collapse;
  width: 100%;
}
.table table th,.table table td {
  text-align: center;
  color: #161616;
  padding: 18px 0;
  border: 1px solid #161616;
}
.table table td  {
  color: #a0a0a0;
}

.inventory {
  margin-top: 120px;
}

.inventory h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inventory h2 a {
  font-size: 15px;
  color: #0C5A4B;
  font-family: Urbanist-bold;;
  font-style: italic;
}
.inventory h2 a img {
  vertical-align: middle;
}
.inventory .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 26px;
}
.inventory .box > div {
  width: 23%;
}
.inventory .box > div p {
  font-family: Urbanist-bold;
  color: #161616;
  padding: 16px;
  padding-left: 0;
  line-height: 24px;
}
.inventory .box > div span {
  color: #777;
}
.inventory .box > div img {
  max-width: 100%;
}
.inventory .box div.text {
  padding-bottom: 24px;
  border-top: none;
}
.message {
  margin-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #161616;
}
.message .box {
  display: flex;
  justify-content: space-between;
}
.message .box h1 {
  position: relative;
  padding-bottom: 120px;
}
.message .box h1:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #000;
  position: absolute;
  top: 70px;
  left: 40px;
}
.message .box .left {
  width: 780px;
}
.message .box .left p {
  font-size: 15px;
  padding: 12px ;
  line-height: 22px;
  padding-left: 40px;
}
.message .box .left p.phone {
  background: url(https://api.kiz.ac.cn/museum/img/herbarium/pho.svg) no-repeat ;
  background-position: left 10px;
}
.message .box .left p.tel {
  background: url(https://api.kiz.ac.cn/museum/img/herbarium/tell.svg) no-repeat ;
  background-position: left 10px;
}
.message .box .left p.email {
  background: url(https://api.kiz.ac.cn/museum/img/herbarium/email.svg) no-repeat ;
  background-position: left 10px;
}
.message .box .left p.addr {
  background: url(https://api.kiz.ac.cn/museum/img/herbarium/add.svg) no-repeat ;
  background-position: left 10px;
}
.message .box .right .form {
  width: 815px;
  background: #F7F6F6;
  height: 488px;
  border: 1px solid #161616;
  position: relative;
}
.message .box .right .form .words {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.message .box .right .line {
  display: flex;
  border-bottom: 1px solid #161616;
}
.message .box .right .line input {
  width: 50%;
  padding: 15px 10px;
  background: none;
  border: none;
  outline: none;
  font-family: Urbanist;
}
.message .box .right .line input + input {
  border-left: 1px solid #161616;
}
.textarea {
  font-family: Urbanist;
  width: 99%;
  padding: 10px;
  background: none;
  box-sizing: border-box;
  border: none;
  outline: none;
  line-height: 24px;
}
.message .box .right .send {
  width: 200px;
  height: 80px;
  background: url(https://api.kiz.ac.cn/museum/img/herbarium/line.png) no-repeat;
  float: right;
  border: none;
  font-family: Urbanist;
  color: #0C5A4B;
  font-style: italic;
  margin-top: 24px;
}
.message .box .right .send img {
  vertical-align: middle;
  margin-top: -2px;
}