.box .content .tb .tbox .txt p {
  text-indent: 0;
  letter-spacing: 0;
}
.box .content .tb .tbox .post_tit {
  padding-top: 18px;
  margin: 20px auto 0;
  width: 228px;
  height: 64px;
  text-align: center;
  background: url(../static/tit1.png) no-repeat;
}
.box .content .tb .tbox .post_tit strong {
  color: #4683bc;
  font-size: 22px;
}
.box .post_box {
  width: 525px;
  margin: 40px auto;
}
.box .post_box .post .post_head {
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  text-align: center;
  background-color: #4683bc;
}
.box .post_box .post .post_head span {
  color: #fff;
  font-size: 20px;
}
.box .post_box .post .post_head span:first-of-type {
  width: 150px;
}
.box .post_box .post .post_list li {
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  text-align: center;
  border-bottom: 1px solid #4683bc;
}
.box .post_box .post .post_list li span {
  color: #4683bc;
  font-size: 18px;
}
.box .post_box .post .post_list li span:first-of-type {
  width: 165px;
}
.box .post_box .post .post_list li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #4683bc;
  border-radius: 5px;
}
