@font-face {
    font-family: 'SimKai';
    src: url('./../font/simkai.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: rgba(205, 231, 237, 0.29);
    font-family: "FZSongKeBenXiuKaiS-R-GB";
    color: rgb(89, 87, 87);
}
a{
    color: rgb(89, 87, 87);
}
div{
    box-sizing: content-box;
}
div.title {
    text-align: center;
    margin-bottom: -30px;
    padding-top: 30px;
}
div.title h1.name{
    font-size: 1.5em;
}
.main-container {
    box-sizing: content-box;
    display: block;
    width: 100%;
    max-width: 667px;
    margin: 0 auto 0;
    position: relative;
    padding: 0 0 180px;
    background: rgba(205, 231, 237, 0.29) url("./../image/xuebao-bangyang-bottom.png") no-repeat center top 100%;
    background-size: 435px;
}
.content-section{
    margin: 32px 16px 60px ;
    /*border: 2px solid;*/
    /*border-image: linear-gradient(#f3ebda 10%, #bca05c 20%, #bca05c 80%, #f3ebda 90%) 30 30;*/
    box-shadow: 0 0 10px 10px rgb(205, 231, 237);
}
.image{
    text-align: center;
    margin: 0 auto;
    box-sizing: content-box;
    position: relative;
    min-height: 140px;
}

.image h1.name{
    display: block;
    z-index: 3;
    position: absolute;
    bottom: -30px;
    left: 0;
    padding: 0 24px;
    font-size: 2em;
}
.image h4.alive-years{
    display: block;
    z-index: 3;
    position: absolute;
    bottom: -55px;
    left: 0;
    padding: 0 24px;
}
img {
    width: 100%;
}
.image::after{
    position: absolute;
    display: block;
    content: "";
    z-index: 2;
    background: linear-gradient(to bottom,rgba(243,235,218,0) 0%,rgba(243,235,218,0.9) 50%,rgba(243,235,218,1) 100%);
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
}
.text-container{
    padding: 30px 24px 30px;
    margin-top:50px;
}
.content-section p{
    line-height: 2em;
    z-index: 13;
}
.content-section p.famous-word{
    display: block;
    text-indent: 2em;
    line-height: 2em;
    margin: 2em 0;
}
h1.relate-news-heading{
    font-size: 2.5em;
    padding-top: 30px;
    text-align: center;
}
