.section1-top {
  padding-top: 60px;
  border-bottom: 1px solid #d5d5d5;
}
.section1-top-con {
  display: flex;
  align-items: center;
}
.section1-top-bot {
  font-size: 16px;
  text-align: center;
  padding: 30px 0 10px 0;
  color: #666;
}
.section1-top-time {
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #0068fb;
  color: #fff;
  text-align: center;
  margin-right: 40px;
  padding: 10px 40px;
}
.section1-top-time span {
  display: block;
  white-space: nowrap;
}

.section1-top-time span:nth-child(1) {
  font-size: 40px;
  font-weight: 700;
}
.section1-top-time span:nth-child(2) {
  font-size: 16px;
}
.section1-top-title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}
.section1-center {
  padding: 40px 0 60px 0;
  border-bottom: 1px solid #d5d5d5;
  line-height: 24px;
}
.section1-bot {
  padding: 50px 0;
}
.section1-bot-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.section1-bot-item {
  position: relative;
  display: inline-block;
  width: calc(50% - 12px);
  font-size: 14px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  box-shadow: 0px 5px 45px 0px rgba(229, 230, 231, 0.88);
}
.section1-bot-item:hover .section1-bot-item-title {
  color: #0068fb;
}
.section1-bot-item::after {
  position: absolute;
  width: 0;
  height: 3px;
  content: '';
  background: #0068fb;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.section1-bot-item:hover::after {
  width: 100%;
}

.section1-bot-item:nth-child(1) {
  margin-right: 24px;
}
.section1-bot-item-img {
  font-size: 0;
  margin-bottom: 20px;
}
.section1-bot-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 34px;
}
.section1-bot-item-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #666;
}
.section1-bot-item-bot {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  color: #666;
}
@media screen and (max-width: 1200px) {
     .section1-top{
        padding: 20px 0 10px 0;
    }
    .section1-top-time{
        margin-right: 20px;
        padding: 10px;
    }
    .section1-top-title {
    font-size: 18px;
    line-height: 26px;
    }
    .section1-top-time span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
}
.section1-top-time span:nth-child(2) {
    font-size: 14px;
}
.section1-bot {
    padding: 20px 0 40px 0;
}
.section1-bot-con {
    flex-wrap: wrap;
    margin-top: 20px;
}
.section1-bot-item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 26px;
}
.section1-bot-item-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #666;
}
.section1-bot-item{
    width: 100%;
        padding: 20px;
}
.section1-bot-item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 14px;
}
.section1-center{
    padding: 20px 0;
}
.section1-top-bot{
    padding: 10px 0 0 0;
    font-size: 14px;
}
}
