.line {
  margin-top: 20px;
}
.col {
  background: #ffffff;
  padding: 20px;
}
.col + .col {
  margin-top: 20px;
}
.col-5 {
  width: 590px;
  float: left;
}
.col-5 + .col-5 {
  margin-left: 20px;
}
.col-8 {
  width: 880px;
  float: left;
}
.col-8 + .col-4 {
  margin-left: 20px;
}
.col-4 {
  width: 300px;
  float: left;
}
.title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 20px;
}
.title i {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}
.title i.trend {
  background: url("../icon/trend.png") center 5px no-repeat;
}
.title i.party {
  background: url("../icon/party.png") center 5px no-repeat;
}
.title i.master {
  background: url("../icon/master.png") center 5px no-repeat;
}
.title i.honor {
  background: url("../icon/honor.png") center 5px no-repeat;
}
.title i.book {
  background: url("../icon/book.png") center 5px no-repeat;
}
.title i.online {
  background: url("../icon/online.png") center 5px no-repeat;
}
.title i.service {
  background: url("../icon/online.png") center 5px no-repeat;
}
.title i.hotbook {
  background: url("../icon/hotbook.png") center 5px no-repeat;
}
.title i.icon1 {
  background: url("../icon/icon1.png") center 5px no-repeat;
}
.title i.icon2 {
  background: url("../icon/icon2.png") center 5px no-repeat;
}
.title i.icon3 {
  background: url("../icon/icon3.png") center 5px no-repeat;
}
.title i.icon4 {
  background: url("../icon/icon4.png") center 5px no-repeat;
}
.title span {
  float: left;
  font-size: 22px;
  margin-left: 10px;
  color: #333333;
}
.title a {
  float: right;
  font-size: 14px;
  color: #909090;
}
.title a:hover {
  color: #0457A9;
}
.model .top {
  text-align: center;
  padding: 20px 150px;
  border-bottom: 1px dashed #bfbfbf;
  word-break: break-all;
}
.model .top h2 {
  font-size: 22px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #303030;
  padding: 20px 0;
}
.model .top p {
  font-size: 14px;
  color: #909090;
  letter-spacing: 2px;
}
.model .bottom {
  font-size: 14px;
  color: #303030;
  padding: 30px 150px;
  word-break: break-all;
}
.model .bottom * + * {
  margin-top: 10px;
}
.model .bottom img {
  width: auto;
  height: auto;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .model .top {
    padding: 0;
  }
  .model .bottom {
    padding: 20px 0 0;
  }
}