<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#autobiography {
    clear: both;
    padding: 0;
    text-align: center;
    background: #F3F7FA;
    margin-bottom: 1em;
}


#autobiography ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
}

#autobiography ul li{
    display: inline-block;
    padding: 1.2em;
    font-weight: normal;
    cursor: pointer;
}

#autobiography .active{
    background:url('../images/arrow-top.png') no-repeat center bottom;
    font-weight: bold;
}

.personal-profile {

}

.personal-profile .left{
    width: 950px;
    float: left;
}
.personal-profile .left div{
    text-align: left;
    margin-bottom: 2em;
}

.personal-profile .left .item-title{
    display: block;
    color:rgba(0,159,222,1);
    font-weight: bold;
    font-size: 20px;
}
.personal-profile .left .item-title-en{
    display: block;
    font-size:6px;
    font-family:Source Han Sans SC;
    color:rgba(181,181,181,1);
}
.personal-profile .left .see-more{
    display: block;
    width:120px;
    height:30px;
    line-height: 30px;
    color:#B5B5B5;
    font-weight: bold;
    text-align: center;
    background:  #F3F7FA;
    border:1px solid rgba(238,238,238,1);
}

.personal-profile .left .see-more:hover{
    color:#FFFFFF;
    background:rgba(0,82,157,1);
}

.personal-profile .left ul{
    list-style: none;
    float: right;
}
.personal-profile .left ul li{
    display: inline-block;
    box-sizing:border-box;
    text-align: center;
    padding-top: 70px;
    width:188px;
    height:110px;
    border:1px solid rgba(238,238,238,1);
    cursor: pointer;
    margin: 0 20px;
}
.personal-profile .left ul li a{
    display: block;
    width: 100%;
    height: 100%;

}


.icon-1:hover{
    background:rgba(0,82,157,1) url("../images/icon-1-0.png") no-repeat  center center;
}
.icon-1:hover a{
    color:rgba(255,255,255,1);
}
.icon-1{
    background: url("../images/icon-1-1.png") no-repeat  center center;
}
.icon-1 a {
    color: #515151;
}

.icon-2:hover{
    background:rgba(0,82,157,1) url("../images/icon-2-0.png") no-repeat  center center;
}
.icon-2:hover a{
    color:rgba(255,255,255,1);
}

.icon-2{
    background: url("../images/icon-2-1.png") no-repeat  center center;
}
.icon-2 a {
    color: #515151;
}

.icon-3:hover{
    color:rgba(255,255,255,1);
    background: rgba(0,82,157,1) url("../images/icon-3-0.png") no-repeat  center center;
}
.icon-3:hover a{
    color:rgba(255,255,255,1);
}
.icon-3{
    background: url("../images/icon-3-1.png") no-repeat  center center;
}
.icon-3 a {
    color: #515151;
}

.personal-profile .right{
    width: 180px;
    float: right;
}



.news {
    background-color: #F3F7FA;
}

.news .left{
    width: 180px;
    float: left;
}
.news .left div{
    text-align: left;
}

.news .left .item-title{
    display: block;
    color:rgba(0,159,222,1);
    font-weight: bold;
    font-size: 20px;
}
.news .left .item-title-en{
    display: block;
    font-size:6px;
    font-family:Source Han Sans SC;
    color:rgba(181,181,181,1);
}

.news .left .see-more-container{
    padding-top: 400px;
}

.news .left .see-more-container .see-more{
    height:30px;
    line-height: 30px;
    color:#B5B5B5;
}

.news .right{
    width: 950px;
    float: right;
}
.news .right ul{
    list-style: none;
    float: left;
}

.news .right ul li{
    display: inline-block;
    box-sizing:border-box;
    text-align: left;
    width:450px;
    height:212px;
    border:1px solid #EEEEEE;
    background-color: #FFFFFF;
    margin: 5px 0;
    padding: 5px;
}

.news-item-right a.see-more,
.news .right ul li a.see-more{
    display: block;
    width:180px;
    height:30px;
    line-height: 30px;
    color:#B5B5B5;
    font-weight: bold;
    text-align: center;
    background:  #F3F7FA;
    border:1px solid rgba(238,238,238,1);
}
.news-item-right a.see-more:hover,
.news .right ul li a.see-more:hover{
    color:#FFFFFF;
    background:rgba(0,82,157,1);
}

.works .left{
    width: 800px;
    float: left;
}
.works .left div{
    text-align: left;
}
.works .left .item-container{
    margin-bottom: 100px;
}

.works .left .item-title{
    display: block;
    color:rgba(0,159,222,1);
    font-weight: bold;
    font-size: 20px;
}
.works .left .item-title-en{
    display: block;
    font-size:6px;
    font-family:Source Han Sans SC;
    color:rgba(181,181,181,1);
}
.works .right{
    width: 320px;
    height: 460px;
    float: right;
}
.works .right{
    overflow: hidden;
    padding: 60px 12px;
    background: url("../images/book-desc-bg.png") no-repeat  0 0;
}
.works .right p{
    color: #FFFFFF;
    text-indent: 2rem;
    text-align: left;
}

.honor{
    background-color: #F3F7FA;
}
.honor .left div{
    text-align: left;
}
.honor .left .item-title{
    display: block;
    color:rgba(0,159,222,1);
    font-weight: bold;
    font-size: 20px;
}
.honor .left .item-title-en{
    display: block;
    font-size:6px;
    font-family:Source Han Sans SC;
    color:rgba(181,181,181,1);
}
.honor .left .img-container {
    margin: 50px 0 10px 0;
    text-align: center;
}
.honor .left .img-container img{
    display: inline-block;
    margin: 0 20px;
}
.honor .left .see-more {
    display: inline-block;
    width:180px;
    height:30px;
    line-height: 30px;
    color:#B5B5B5;
    font-weight: bold;
    text-align: center;
    background:  #F3F7FA;
    border:1px solid rgba(238,238,238,1);
}
.honor .left .see-more:hover{
    color:#FFFFFF;
    background:rgba(0,82,157,1);
}


.news-content-container-img{
    float: left;
    width: 282px;
}

.one-line-limit{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.flex-wrapper .book-left{
    flex: 0 0 25%;;
    min-width: 190px;
    padding-top: 20px;
    text-align: center;
}

.flex-wrapper .book-right{
    flex: 1;
    padding-top: 20px;
}

.book-section-tip{
    border-left: 5px solid #00529D;
    padding-left: 4px;
}
.flex-item-50{

    width: 50%;
    padding: 20px;
}
.flex-item-100{
    width: 100%;
}

.flex-item-50 .left{
    min-width: 170px;
    float: left;
}
.line-hr{
    width: 100%;
    border-bottom: 1px solid #B5B5B5;
}

.fenye{
    text-align: center;
}
.fenye a{
    display: inline-block;
    padding: 0 5px;
}
.flex-item-100 .left{
    float: left;
    padding: 10px;
}
.flex-item-100 .left .head h4{
   float: left;
    width: 70%;
    min-height: 30px;
    padding: 10px;
}
.flex-item-100 .left .head .time{
    float: right;
    width: 29%;
    min-height: 30px;
    text-align: right;
}
.news-list-img-width{
    width: 320px;
}
.news-item-wrap{
    display: flex;
}
.news-item-left{
    width: 320px;
}
.news-item-right{
    flex: 1;
}
.news-item-style{
    background: rgba(255,255,255,1);
    box-shadow: 0px 5px 9px 0px rgba(0,82,157,0.13);
    border-radius: 4px;
    margin: 0 0 10px;
}
.news-background{
    background-color: #F3F7FA;
}

.clear{
    clear: both;
}

.entry-content .book-right p{
    text-indent: 2.0rem;
}
</pre></body></html>