@charset "utf-8";

body {
    /*font-family: -apple-system,SF UI Display,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;*/
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
.post-list-wrapper {

}
.post-list-wrapper .post-item {
    margin-bottom: 20px;
}
.post-list-wrapper .post-item .post-item-info-wrapper{
    display: flex;
    flex-direction: row;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-other-info{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    color: #ACACAC;
    margin: 15px 0;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-other-info .post-item-type-icon{
    width: 12px;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-other-info .post-item-type-icon img{
    width: 100%;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-other-info .post-item-author{
    margin-left: 6px;
    margin-top: 1px;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-other-info .split-sign{
    margin: 0 15px;
    margin-top: 1px;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-other-info .post-item-publish-date{
    margin-top: 1px;
}

.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-excerpt{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #222222;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-excerpt .inner-cover-image {
   display: none;
}

.post-list-wrapper .post-item .post-item-info-wrapper .post-item-image{
    width: 140px;
    margin: 46px 15px 0 15px;
    height: 140px;
    overflow: hidden;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-image .image-box{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    transition: all 400ms ease-out;
}
.post-list-wrapper .post-item .post-item-info-wrapper .post-item-image .image-box:hover{
    opacity: 1;
    transform: scale(1.05);
}

.post-list-wrapper .post-item .post-item-divider{
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    margin-top: 20px;
}

.post-detail-wrapper {

}

.post-detail-wrapper .post-item .post-item-title{
    font-size: 36px;
    font-weight: bold;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 70px;
}
.post-detail-wrapper .post-item .post-item-subtitle {
    text-align: center;
    font-size: 22px;
}
.post-detail-wrapper .post-item .post-item-other-info {
    padding: 0.3rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #e4e4e4;
    color: #878787;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.post-detail-wrapper .post-item .post-item-other-info .post-item-publish-date {
    font-size: 14px;
    color: #666;
    font-family: "Gotham A", "Gotham B", -apple-system, system-ui, BlinkMacSystemFont;
}
.post-detail-wrapper .post-item .post-item-other-info .post-item-author {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    align-items: center;
}
.post-detail-wrapper .post-item .post-item-other-info .post-item-author span {
    color: #878787;
    font-size: 14px;
    margin-right: 20px;
}
.post-detail-wrapper .post-item .post-item-other-info .post-item-author span a {
    font-size: 1rem;
    color: #878787;
    font-size: 14px;
}
.post-detail-wrapper .post-item .post-item-other-info .post-item-author span a:hover {
    color: #0095da;
}
.post-detail-wrapper .post-item .post-item-left-image-layout {
    display: flex;
    flex-direction: row;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .left-image-wrapper{
    width: 200px;
    margin-right: 20px;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .image-wrap {
    width: 100%;

}
.post-detail-wrapper .post-item .post-item-left-image-layout .image-wrap img{
    width: 100%;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap {
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #0094e0;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap.download-btn-3 {
    /*margin: 5px;*/
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap.download-btn-3:first-child {
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap.download-btn-3:last-child {
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap:hover{
    background-color: #0063af;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap.download-btn-2 a{
    /*font-size: 12px;*/
}
.post-detail-wrapper .post-item .post-item-left-image-layout .download-btn-wrap.download-btn-3 a{
    /*font-size: 12px;*/
}
.post-detail-wrapper .post-item .post-item-left-image-layout .right-info-wrap{
    flex: 1;
}

.post-detail-wrapper .post-item .post-item-content{
    max-width: 900px;
    margin: 0 auto;
}
.post-detail-wrapper .post-item .post-item-content a{
    color: #0095da;
}
.post-detail-wrapper .post-item .post-item-content a:hover{
    color: #013371;
    text-decoration: underline;
}
.post-detail-wrapper .post-item .post-item-content p{
    font-size: 16px;
    line-height: 1.7;
    margin: 0rem 0rem 1.5rem 0rem;
    text-align: justify;
    letter-spacing: 0.5px;
}
.post-detail-wrapper .post-item .post-item-content blockquote{
    text-align: justify;
    letter-spacing: 0.5px;
}

.post-detail-wrapper .post-item .post-item-content blockquote p{
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
}

.post-detail-wrapper .post-item .post-item-content p em {
    font-style: italic;
}

.post-detail-wrapper .post-item .post-item-content p a{
    /*font-size: 1.25rem;*/
    /*text-decoration: underline;*/
}


.post-detail-wrapper .post-item .post-item-content ol li {
    text-align: justify;
    letter-spacing: 0.5px;
    list-style: inherit;
    font-size: 16px;
    margin-left: 26px;
}

.post-detail-wrapper .post-item .post-item-content ul li {
    text-align: justify;
    letter-spacing: 0.5px;
    list-style: inherit;
    font-size: 16px;
    margin-left: 26px;
}
.post-detail-wrapper .post-item .post-item-content span {
    font-style: inherit;
}

.post-detail-wrapper .post-item .post-item-content table {
    border: 1px solid #BBB;
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

.post-detail-wrapper .post-item .post-item-content table  tr td {
    border: 1px solid #BBB;
    padding: 0.4em;
}
.post-detail-wrapper .post-item .post-item-content table  tr {
    border-bottom: 1px solid #BBB;
}

.post-detail-wrapper .post-item .post-item-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.post-detail-wrapper .post-item .post-item-tags-wrapper .post-item-tags-item{
    background-color: #f1f1f1;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post-detail-wrapper .post-item .post-item-tags-wrapper .post-item-tags-item a{
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    display: block;
    box-sizing: border-box;
}
.post-detail-wrapper .post-item .post-item-tags-wrapper .post-item-tags-item:hover a{
    background-color: #0095da;
    color: #ffffff;
}

.post-list-wrapper2 .post-item-header-info{
    width: 100%;
    display: flex;
    margin-bottom: 24px;
}

.post-list-wrapper2 .post-item-header-info .post-item-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
}
.post-list-wrapper2 .post-item-header-info .post-item-publish-date{
    font-size: 14px;
    color: #ACACAC;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 30px;
    padding-bottom: 5px;
}
.post-list-wrapper2 .post-item-header-info .post-item-publish-date{
    font-size: 14px;
    color: #ACACAC;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 30px;
    padding-bottom: 5px;
}
.post-list-wrapper2 .post-item .post-item-info-wrapper .post-item-image {
    width: 180px;
    height: 240px;
    overflow: hidden;
    margin: 0;
}
.post-list-wrapper2 .post-item .post-item-info-wrapper .post-item-abstract {
    padding: 0px 0px 0px 20px;
}

.post-list-wrapper3{
    width: 100%;
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.post-list-wrapper3.page-container{
    margin-left: 200px;
}
.post-list-wrapper3 .post-item{
    width: 45%;
    margin-right: 10%;
}
.post-list-wrapper3 .post-item:nth-child(2n){
    margin-right: 0;
}


.post-list-wrapper3 .post-item-header-info{
    width: 100%;
    display: flex;
    margin-bottom: 24px;
    width: 100%;
}

.post-list-wrapper3 .post-item-header-info .post-item-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    flex: 1;
}
.post-list-wrapper3 .post-item-header-info .post-item-title a{
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.post-list-wrapper3 .post-item-header-info .post-item-publish-date{
    font-size: 14px;
    color: #ACACAC;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 5px;
    width: 80px;
}
.post-list-wrapper3 .post-item .post-item-info-wrapper .post-item-image {
    width: 135px;
    height: 180px;
    overflow: hidden;
    margin: 0;
}
.post-list-wrapper3 .post-item .post-item-info-wrapper .post-item-abstract {
    padding: 0px 0px 0px 10px;
}

.post-list-wrapper3 .post-item .post-item-info-wrapper .post-item-abstract .post-item-excerpt{
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 176px;
    word-break: normal;
    display: block;
    display: -webkit-box;
}


@media (max-width: 1248px) {

    .top-sub-menu-wrapper .menu-wrapper .language-list {
        justify-content: flex-start;
    }
    .post-list-wrapper3.page-container {
        margin-left: 200px;
        justify-content: center;
        width: calc(100vw - 380px);
    }
    .post-list-wrapper3 .post-item {
        width: 100%;
        margin-right: 5%;
    }
    .post-list-wrapper3 .post-item:nth-child(2n) {
        margin-right: 5%;
    }
}

@media (max-width: 768px) {

    .post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-title{
        font-size: 18px;
    }

    .post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-excerpt{
        font-size: 14px;
    }

    .post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract .post-item-excerpt .inner-cover-image {
        display: block;
        width: 72px;
        height: auto;
        padding: 2px 0px 2px 12px;
    }
    .post-list-wrapper .post-item .post-item-info-wrapper .post-item-image{
        display: none;
    }

    .post-list-wrapper .post-item .post-item-info-wrapper .post-item-abstract{
        padding-right: 0px;
    }
}