.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;
}
.gg{
  margin-top: 20px;
}
.gg a{
  display: block;
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #144290;
  border-radius: 8px;
}

.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;
}