.ihp{
    display: none;
}
.hp-container{
    margin-top: -10%;
    /*background-color: #0d70b7;*/
}
.hp-container nav{
    margin: 0 auto;
    width: 70%;
    /*text-align: center;*/
    font-size: 70px;
    margin-left: 26%;
    /*margin-top: -2%;*/
}
.hp-container nav a{
    font-family: "Comic Sans MS";
    width: 50%;
    float: left;
    color: rgba(69,71,70,0.95);
}

.all-title a{
    text-align: center;
    float: left;
    width: 50%;
    font-size: 60px;
    color: black;
    font-family: "Comic Sans MS";
}
.all-title a:hover{
    color: #0b0b0b;
}
.active {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.page2 {
  display: none;
}

.time-line:before{

    content: "";
    background-color: #C1C1C1;
    /*background-image: -webkit-linear-gradient(top,#EAF0F2 0%,#C1C1C1 8%,#C1C1C1 92%,#EAF0F2 100%);*/
    /*background-image: -moz-linear-gradient(top,#EAF0F2 0%,#C1C1C1 8%,#C1C1C1 92%,#EAF0F2 100%);*/
    /*background-image: -ms-linear-gradient(top,#EAF0F2 0%,#C1C1C1 8%,#C1C1C1 92%,#EAF0F2 100%);*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    border-radius: 2px;
    margin-left: -2px;
    position: absolute;
    display: block;
    /*height: 100%;*/
    width: 4px;
    left: 50%;
    top: 15%;
    bottom: 6%;

}

.time-line li{
    width: 100%;
    display: flex;
    margin-bottom: 2%;
}
.time-line li .left-box{
    float: left;
    width: 40%;
    /*height: 300px;*/
    background: whitesmoke;
    border-radius: 10px;
    /*padding-right: 20%;*/
    margin-left: 5%;
    border: none;
}
.time-line li .right-box{
    float: left;
    width: 40%;
    /*height: 300px;*/
    background: whitesmoke;
    border-radius: 10px;
    /*padding-right: 20%;*/
    /*left: 150%;*/
    margin-left: 55%;
    border: none;
}

.read-more{
    position: fixed;
    background-color: rgba(242,248,190,0.89);
    width: 80%;
    height: 400px;
    overflow: auto;
    top: 100px;
    border-radius: 10px;
    left: 10%;

}
.front{
    background-color: whitesmoke;
    width: 60%;
    margin: 0 auto;
}
.picture-box{
    display: flex;

}
.left-box{
    opacity: 1;
}
.left-box .picture-box img{
    /*background-color: black;*/
    border-radius: 50%;
    width: 22%;
    float: left;
    margin-left: 5%;
}
.left-box .picture-box span{
    width: 80%;
    /*background-color: black;*/
    margin-top:4%;
    font-size: 25px;

}
.left-box p{
    width: 100%;
    margin: 1%;
    font-family: "Comic Sans MS";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    text-align: justify;
}

.left-box button{
    padding-bottom: 2%;
    width: 40%;
}
.right-box button{
    font-size: 30px;
    font-weight: normal;
    font-family: "Comic Sans MS";
    padding-bottom: 2%;
    width: 40%;
    margin-bottom: 2%;
}

dialog{padding-bottom: 2%;
    clear: both;
    width: 80%;
    background-color: whitesmoke;
    position: fixed;
    top: 30%;
    border-radius: 10px;
    overflow: auto;
    overflow-y: hidden;
    /*margin: 0 auto;*/
    /*display: flex;*/
}

dialog .read-more{
    /*margin: 5%;*/
}
dialog .read-more .front-box{
    margin: 0 auto;
    display: flex;
    /*width: 80%;*/
    /*background-color: #0d70b7;*/
}
dialog .read-more .front-box img{
    width: 16%;
    float: left;
    border-radius: 50%;
    margin-left: 20%;
    margin-top: 4%;
}
dialog .read-more .front-box span{
    width: 50%;
    margin-left: 0%;
    margin-top: 7%;
}
dialog .read-more .front-box b{
    clear: both;
    left: 85%;
    font-size: 40px;
    position: fixed;
    top: 15%;
}
dialog .read-more .contents{
    width: 90%;
    margin: 0 auto;
    /*background-color: #0d70b7;*/
}
dialog .read-more .contents p span{

    /*text-align: left;*/
    float: left;
    font-size: 35px;
    font-family: "Comic Sans MS";
    font-weight: bold;
}
dialog .read-more .contents p{
    font-size: 20px;
    font-family: "Comic Sans MS";
    font-weight: normal;
    text-align: justify;
}
.read-more{
    position: fixed;
    background-color: rgba(242,248,190,0.89);
    width: 80%;
    height: 400px;
    overflow: auto;
    top: 100px;
    border-radius: 10px;
    left: 10%;

}
.front{
    background-color: whitesmoke;
    width: 60%;
    margin: 0 auto;
}
.right-box{
    padding-top:1%;
    text-align: center;
}
.right-box p{
    width: 100%;
    margin: 1%;
    font-family: "Comic Sans MS";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    text-align: justify;
    padding-right: 4%;
    padding-left: 2%;
}
.picture{
    width: 100%;
    text-align: center;
}
.picture img{
    width: 60%;
}