.container .main {
  width: 1300px;
  margin: 40px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.container .main div {
  width: 386px;
  height: 266px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 24px 25px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.container .main div h3 {
  height: 70px;
  width: 100%;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .main div P {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 30px;
}
.container .main div a.inLink {
  display: inline-block;
  margin-top: 20px;
  padding: 12px;
  width: 162px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.container .main div .select:hover {
  color: #0a61af;
  text-decoration: underline;
}
