.layout-six {
  background-color: #e6e7ec;
  padding-top: 38px;
  padding-bottom: 40px;
}

.layout-six .speech-list {
  padding-top: 34px;
}

.layout-six .speech-item {
  width: 489px;
  height: 195px;
  margin-right: 11px;
  background: url("../images/speech-bg.png") center no-repeat;
  margin-bottom: 12px;
}

.layout-six .speech-item.active {
  background: url("../images/speech-bg-active.png") center no-repeat;
}

.layout-six .speech-item.active .content-detail {
  color: #1187ea !important;
}

.layout-six .speech-item.last {
  margin-right: 11px;
}

.layout-six .speech-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.layout-six .speech-item .pic {
  margin-left: 8px;
  margin-top: 8px;
  width: 180px;
  height: 180px;
  position: relative;
}

.layout-six .speech-item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 90px;
}

.layout-six .speech-item .content {
  padding-top: 38px;
  width: 256px;
  padding-right: 20px;
}

.layout-six .speech-item .content .name {
  font-size: 17px;
  color: #f3ea00;
  line-height: 1;
}

.layout-six .speech-item .content .content-detail {
  line-height: 18px;
  color: #fff;
  padding-top: 6px;
}

.layout-title {
  height: 55px;
  width: 445px;
  background: url("../images/main-title.png") center bottom no-repeat;
  text-align: center;
  line-height: 1;
  font-size: 32px;
  color: #08134d;
  margin: 0 auto;
}

.contact {
  width: 100%;
  height: 276px;
  margin-top: 50px;
  background: url('../img/contact-bg.png') no-repeat center center;
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}

.contact-title {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}

.contact-group {
  margin-right: 30px;
}

.app-code {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

.contact-group>div:first-child {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}