.content {
  padding: 20px;
  background-color: #fff;
}
.content-detail {
  padding: 20px 0 0;
  overflow: hidden;
}
h1.title {
  font-size: 28px;
  color: #333;
  line-height: 44px;
  text-align: center;
  margin: 30px 0 15px;
}
.detail {
  padding-top: 10px;
}
.detail * {
  font-size: 18px !important;
  line-height: 32px !important;
}
.col-title-3 {
  width: 100%;
  height: 43px;
  background-color: #f4f4f4;
  border-bottom: 2px solid #245399;
  position: relative;
}
.col-title-3 .tab {
  cursor: pointer;
  display: inline-block;
  display: inline;
  padding: 0 19px;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 43px;
  position: relative;
}
.col-title-3 .tab.active {
  background-color: #245399;
  color: #fff;
}
