html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
 text-align:justify;
}
.fb {
    font-weight:bold;
}
.zsy1 {
    margin: -12px -15px 0px;
padding: 10vh 15vw;
padding: 5vh 2vw 4vh;
    overflow: hidden;
}

.zsydate {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(222,222,222);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 5vh;
    position: relative;
    z-index: 999;
}

.zsy1date {
    float: left;
    width: 25%;
    padding:5vh 0px 1vh 0px;
    border-right: 1px solid rgba(222,222,222);
}

    .zsy1date p {
        font-size: 0.9vw;
    }

.zsy1nr { /*ÄÚÈÝ±ÈÀý*/
width: 100%;
    float: left;
}

.zsy1pr {
    width: 35%;
    float: right;
    text-align: right; /*Í¼Æ¬±ÈÀý*/
}

.zsy1nr h1 {
    font-size: 1.8vw !important;
}




.zsy1pr img {
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    width: 100%;
    
   
}
.pic {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0);
}



.suofang {
    transition: all 500ms ease 0s;
}

    .suofang:hover {
        transform: scale(1.040);
        transition: all 500ms ease 0s;
    }

.dateBox {
    background: #e1f6f5;
    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: 8px;
    text-align: center;
    text-shadow: 1px 1px 0 #DCDCDC;
    /*width: 100px;*/
}


.yuanjiao {
    margin: 8px auto;
    flex-shrink: 0;
    height: 40px;
    border-radius: 40px;
    background: #135ce2;
    padding: 5px 20px 5px 20px;
    color: #fff;
}

