.common-title {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.common-title h3 {
  text-align: center;
  font-weight: bold;
  color: #686868;
  position: relative;
  font-size: 24px;
}
.common-title h3 span {
  font-size: 16px;
  color: #eb3c37;
}
.common-title p {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  color: #999;
  text-indent: 2em;
  text-align: justify;
}
.common-title h3:before,
.common-title h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #686868;
  position: absolute;
  top: 13px;
}
.common-title h3:before {
  left: 50px;
}
.common-title h3:after {
  right: 50px;
}
.mes-list {
  margin-bottom: 20px;
  overflow: hidden;
}
.mes-list ul {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.mes-list ul li.list-item-title {
  margin-bottom: 10px;
}
.mes-list ul li.list-item-title h4 {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 15px;
}
.mes-list ul li.list-item-title h4 a {
  float: right;
  font-size: 16px;
  color: #eabe25;
  margin-top: 8px;
}
.mes-list ul li.list-item-title h4 a:hover {
  text-decoration: none;
  color: #b68f08;
}
.mes-list ul li.list-item-title h4 span {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: 5px;
}
.mes-list ul li.list-item-title h4 span strong {
  color: #f02f2f;
}
.mes-list ul li.list-item-title h4 span:before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background: #dbd8d8;
  position: absolute;
  transform: rotate(30deg);
  left: -10px;
  top: -10px;
}
.mes-list ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.mes-list ul li a {
  color: #969696;
}
.mes-list ul li a span {
  float: right;
}
.mes-list ul li a:hover {
  text-decoration: none;
}
.mes-list ul li:hover a {
  color: #666;
}
.mes-list ul:first-child {
  margin-left: 0;
}
