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;
}



.box {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 1px #fff, /* 右下阴影 */
    2px 0 1px #fff; /* 右边阴影 */
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 5px;
}
.dateBox {
    background: #b2f1bb;
    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: 100px;
}
.pics {
    display: block;
    width: 80px;
    float: left;
}


.sigma-content {
   
    text-align: center;
    
}

.sigma-middle-line:before {
    content: '';
    display: block;
    height: 3px;
    width: 60%;
    background-color: #0ca7e8; /*颜色需与主题大背景色一致*/
    position: relative;
    top: 40px; /*调节线高*/
    left: 20%;
   
}

.sigma-line-text {
    display: inline-block;
    background: #fff;
    padding: 0 18px 0 18px;
    position: relative;
   
}

.flex-container {
    display: flex;
    align-items: flex-start;
}

    .flex-container img {
        margin-right: 15px;
    }