.tzgg-item:hover {
  border: 1px solid #009944;
}
.tzgg-item {
  height: 166px;
  background-color: #EFF4F3;
  border: 1px solid transparent;
  margin-bottom: 24px;
}
.tzgg-item .times {
  float: left;
  width: 166px;
  height: 100%;
}
.tzgg-item .times p {
  margin-top: 25px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #636d6b;
  line-height: 17px;
}
.tzgg-item .times .day {
  margin-top: 64px;
  display: block;
  color: #697674;
  font-size: 40px;
}
.tzgg-item-content {
  float: left;
  width: calc(100% - 180px);
  padding: 0 66px 0 42px;
  height: 100%;
  color: #666;
}
.tzgg-item-content h4 {
  margin-top: 43px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1em;
  color: #222;
}
.tzgg-item-content a {
  font-size: 14px;
  color: #009944;
  border: 1px solid #009944;
  line-height: 2;
  box-sizing: border-box;
  height: 2em;
}
@media screen and (max-width: 1000px) {
  .tzgg-item {
    height: 332px;
  }
  .tzgg-item .times {
    width: 166px;
    height: 166px;
  }
  .tzgg-item-content {
    float: left;
    width: 100%;
    height: 166px;
    padding: 0 10px 0 10px;
  }
  .tzgg-item-content h4 {
    margin-top: 10px;
  }
}
