.main {
  width: 100%;
  margin-bottom: 70px;
  margin-top: 20px;
}

.crumb p {
  height: 45px;
  width: 1200px;
  margin: 0 auto;
  color: #212121;
  line-height: 45px;
  font-size: 16px;
}

.gk {
  margin-top: 20px;
}

.gk a {
  display: block;
  width: 390px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  color: #212121;
  background-color: #EFEFEF;
  border-radius: 8px;
}

.gk ul li {
  float: left;
  margin-right: 10px;
}

.gk ul li:nth-last-child(1) {
  margin-right: 0;
}

.gk ul li:not(:nth-child(-n+3)) {
  margin-top: 12px;
}

.gk ul li.on a {
  background-color: #144290;
  color: #fff;
}

.gg-list {
  margin-top: 50px;
}

.gg-list ul li {
  float: left;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
  margin-bottom: 10px;
}

.gg-list ul li:hover {
  background: #144290;
}

.gg-list ul li:nth-child(2n) {
  float: right;
}

.gg-list ul li .date {
  width: 76px;
  height: 70px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #D9D9D9;
  margin-top: 5px;
}

.gg-list ul li:hover .date p {
  color: #fff;
}

.gg-list ul li .date p:nth-child(1) {
  width: 76px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.con {
  width: 500px;
  height: 70px;
}

.con a {
  display: block;
  color: #212121;
  font-size: 18px;
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  margin-top: 10px;
}

.gg-list ul li:hover .con a {
  color: #fff;
}