.gk-wrapper-common {
  width: 100%;
  height: 100%;
}

.gk-wrapper-common-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gk-wrapper {
  background-color: #f6f6f6;
  width: 100%;
  overflow: hidden;
}

.gk-wrapper-header {
  width: 100%;
  height: 260px;
}

.gk-wrapper-header a {
  display: inline-block;
}

.gk-wrapper-cards {
  margin-top: 16px;
  width: 1200px;
  background-color: #ffffff;
  padding: 38px 44px 0px 44px;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.gk-wrapper-cards-title::before {
  content: "";
  width: 440px;
  border: solid 1px #aaaaaa;
  opacity: 0.2;
  position: absolute;
  left: -466px;
}

.gk-wrapper-cards-title::after {
  content: "";
  width: 440px;
  border: solid 1px #aaaaaa;
  opacity: 0.2;
  position: absolute;
  right: -463px;
}

.gk-wrapper-cards-title {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 5px;
  letter-spacing: 3px;
  position: relative;
}

.gk-wrapper-cards-title > span:first-child {
  color: #333333;
}

.gk-wrapper-cards-title > span:last-child {
  color: #ff6600;
  margin-left: -16px;
}

.gk-wrapper-cards-list {
  margin-top: 47px;
  flex-wrap: wrap;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}

.gk-wrapper-cards-list-item {
  width: 349px;
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 10px 35px 0px rgba(153, 153, 153, 0.15);
  margin-bottom: 30px;
  margin-right: 19px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gk-wrapper-cards-list-item-header {
  height: 140px;
}

.gk-wrapper-cards-list-item-header img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gk-wrapper-cards-list-item-content {
  padding: 26px 26px 22px 26px;
  box-sizing: border-box;
}

.gk-wrapper-cards-list-item-content-info {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}

.gk-wrapper-cards-list-item-content-hots {
  margin: 20px 0px;
  width: 297px;
  height: 39px;
  background-color: rgba(204, 204, 204, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gk-wrapper-cards-list-item-content-hots ul {
  list-style-type: none;
  display: flex;
}

.gk-wrapper-cards-list-item-content-hots ul li {
  width: 41px;
  height: 34px;
  margin-right: -15px;
  background: url(../images/2.png) no-repeat 100% 100%;
}

.gk-wrapper-cards-list-item-content-hots ul li.gk-wrapper-cards-list-item-not-hot {
  background: url(../images/1.png) no-repeat 100% 100%;
}

.gk-wrapper-cards-list-item-content-hots .hot-left-title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ff6633;
}

.gk-wrapper-cards-list-item .gk-wraper-cards-item-logo {
  width: 150px;
  height: 40px;
  background-color: #ff6633;
  border-radius: 26px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

.gk-wrapper-cards-list-item:nth-child(3n) {
  margin-right: 0px;
}
