html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  text-align:justify;
}

.fb{
    font-weight:bold;
}

.pics {
    display: block;
    width: 70px;
    float: left;
}

.dateBox {
    background: #83f4ec;
    border-radius: 0;
    box-shadow: 3px 3px 0 #C3C3C3;
    color: #383838;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    margin: 0 6px;
    padding: 3px;
    text-align: center;
    text-shadow: 1px 1px 0 #DCDCDC;
    width: 70px;
}
.title {
    background: #abd7f5;
    background-image: url('http://opensz.oss-cn-beijing.aliyuncs.com/web2025/mmbd2025/img/line1.png');
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    line-height: 60px;
    margin: 10px 0;
}