.banner {
  text-align: center;
}
.content {
  width: 1100px;
  background-color: #f8f8f8;
  padding: 70px 30px 22px;
  margin: auto;
}
.news_box {
  display: flex;
  margin-bottom: 60px;
}
.text_box {
  font-size: 24px;
  font-weight: bold;
  margin-left: 24px;
}
.text {
  width: 556px;
  font-size: 12px;
  color: #5c5c5c;
  margin-top: 34px;
}
.time_box {
  width: 94px;
  height: 99px;
  border-radius: 19px;
  background: #f0f0f0;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.day{
    color: #13334C;
    font-size: 36px;
}
.date{
    color: #13334C;
    font-size: 18px;
    margin-top: 10px;
}
.see_btn{
    width: 94px;
    height: 30px;
    border-radius: 14px;
    background: #EB6231; 
    text-align: center;
    line-height: 30px;
    color: #fff; 
    font-size: 14px;
    margin-top: 14px;
}
.bottom_box{
    width: 27px;
    margin: auto;
}
.bottom_box>div{
    height: 3px;
    background-color: #7B7B7B;
    margin-bottom:7px ;
}

