h2{
  background-color: #f2f5fb;
  padding: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #3e5399;
  background-image: none;
  font-size: 15px;
}
h3{
  font-size: 14px;
  color: #3e5399;
  padding: 20px 0 10px 10px;
}
h4{
  background-image: none;
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 20px;
}
p{
  padding: 10px 0 20px 20px;
  text-indent: 0;
}
table{
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  width: 100%;
  margin: 0 0 50px 0;
}

td,th{
  padding: 5px;
  border: 1px solid #ccc;
}

td span{
  display: block;
  font-size: 11px;
}

.lists{
  margin: 10px 30px 20px 30px;
}

.lists li{
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.4em;
}

.link{
  display: block;
  font-size: 14px;
  padding: 0 20px 20px 20px;
}

.staff thead tr th:nth-child(1){
  width: 60px;
}
.staff thead tr th:nth-child(2){
  width: 60px;
}
.staff thead tr th:nth-child(3){
  width: 180px;
}

.attention{
  color: red;
}
