body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.inner-box a,
.inner-box a:hover,
.inner-box a:visited,
.inner-box a:active,
.inner-box a:focus {
    color: inherit;
    text-decoration: none;
}

.inner-box {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background-color: #fefcfa;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.inner-box::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/inner-bg.png');
    background-position: left top;
    background-repeat: repeat;
    opacity: 0.08;
    z-index: -1;
}

.inner-container {
    width: 80%;
    margin: 0 auto;
    padding: 0 2%;
    /* background: #cdab64; */
}

.inner-newslist,
.inner-personlist {
    display: flex;
    flex-wrap: wrap;
}

.inner-personlist>a {
    flex: 0 0 calc(25% - 2%);
    width: calc(25% - 2%);
    margin: 0 1%;
    margin-bottom: 5%;
    height: auto;
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.inner-personlist>a::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 132%;
}

.inner-section-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-person-image,
.inner-news-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inner-person-image img,
.inner-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    scale: 1;
    transition: all 0.3s ease;
}

.inner-person-image::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom,
            rgba(0, 33, 100, 0) 0%,
            rgba(0, 33, 100, 1) 100%);
    z-index: 1;
}

.inner-person-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1.5em 2em;
    z-index: 111;
}

.inner-person-name {
    font-size: 1.5em;
    color: white;
    margin-bottom: .2em;
}

.inner-person-info {
    font-size: 1.125em;
    line-height: 1.4;
    color: #cdab64;
}

.inner-newslist>a {
    flex: 0 0 calc(33.33% - 2%);
    width: calc(32% - 2%);
    margin: 0 1%;
    margin-bottom: 5%;
    height: auto;
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.inner-news-txt {
    padding: 1.5em 2em;
}

.inner-news-date,
.inner-news-category,
.inner-article-date,
.inner-article-category {
    color: #cdab64;
}

.inner-news-category::before,
.inner-article-category::before {
    content: '# ';
    font-family: Arial, "Microsoft YaHei", sans-serif;
    color: #cdab64;
}

.inner-news-imagebox {
    padding-top: 63%;
    background: #333;
    position: relative;
}

.inner-news-title {
    font-size: 1.375em;
    line-height: 1.2;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: .6em 0;
}

.inner-news-info {
    line-height: 1.4;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1em;
    color: #888;
}

.inner-news-image {
    position: absolute;
    left: 0;
    top: 0;
}

.inner-box a:hover {
    cursor: pointer;
}

.inner-box a:hover .inner-news-title {
    color: #0d47a1;
}

.inner-box a:hover .inner-news-image img,
.inner-box a:hover .inner-person-image img {
    scale: 1.1;
}

.inner-singlepage {
    width: 80%;
    margin: 0 auto;
}

.inner-box .inner-goback {
    display: block;
    color: #0d47a1;
    margin-bottom: 1.5em;
}

.inner-box .inner-goback::before {
    content: '< ';
    font-family: '宋体';
    font-weight: bold;
    color: #0d47a1;
}

.inner-box .inner-goback:hover,
.inner-box .inner-goback:hover::before {
    color: #cdab64;
}

.inner-box .inner-article-title {
    font-size: 3em;
    line-height: 1.2;
    text-align: justify;
}

.inner-box .inner-article-subtitle {
    display: flex;
    margin-top: 1.5em;
}

.inner-box .inner-article-subtitle>* {
    margin-right: 2em;
}

.inner-box .inner-content-details {
    font-size: 1.125em;
    text-align: justify;
    margin: 1.5em 0;
}

.inner-person-header {
    display: flex;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #888;
}

.inner-person-header-imagebox {
    width: 30%;
    max-width: 200px;
    position: relative;
    overflow: hidden;
    margin-right: 1.5em;
}

.inner-person-header-imagebox::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 132%;
}

.inner-person-header-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inner-person-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.inner-person-header-name {
    font-size: 2em;
    margin-bottom: .6em;
}

.donwloadbox {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    justify-content: space-between;
}

.donwloadbox li {
    width: 48%;
    float: left;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #345180;
    overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 1.6em !important;
}

.donwloadbox .file-image {
    margin-right: 14px;
    max-width: 100%;
    height: auto;
    flex: none;
}

.donwloadbox .downloaddata {
    flex: 1;
}

.downloaddata b {
    display: block;
    font-size: 1.25em;
    margin-bottom: 10px;
}

.downloaddata span {
    font-size: 1em;
}

.donwloadbox .donbtn {
    flex: none;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
    color: #cdab64;
    padding: 10px 35px;
    border: solid 1px #cdab64;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 10px;
}

.donbtn:hover {
    color: white !important;
    background: #cdab64;
    cursor: pointer;
}

.inner-title {
    text-align: center;
    padding: 1.5em 0;
}

.inner-title-cn {
    font-size: 2.5em;
}

.inner-banner-box {
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
    height: auto;
}

.inner-banner-box img {
    width: 100%;
}


@media (max-width:1500px) {
    .inner-box {
        font-size: 15px;
    }
}

@media (max-width:1400px) {
    .inner-box {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .inner-container {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .inner-singlepage {
        width: 100%;
    }

    .inner-person-info,
    .inner-content-details {
        font-size: 1em !important;
    }

    .inner-person-name,
    .inner-news-title {
        font-size: 1.25em !important;
    }

    .inner-article-title {
        font-size: 2.5em !important;
    }

    .inner-banner-box {
        margin-top: 40px;
    }
}

@media (max-width:900px) {
    .inner-newslist>a {
        flex: 0 0 calc(50% - 2%);
        width: calc(50% - 2%);
    }

    .inner-personlist>a {
        flex: 0 0 calc(33.33% - 2%);
        width: calc(33.33% - 2%);
    }

    .inner-news-txt,
    .inner-person-txt {
        padding: 1.5em;
    }

    .donwloadbox {
        display: block;
    }

    .donwloadbox li {
        width: 100%;
    }
}

@media (max-width:500px) {
    .inner-newslist>a {
        flex: auto;
        width: 100%;
    }

    .inner-personlist>a {
        flex: 0 0 calc(50% - 2%);
        width: calc(50% - 2%);
    }
}

.inner-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    line-height: 1;
    margin-bottom: 1em;
}

.inner-navs a {
    flex: none;
    display: block;
    padding-bottom: .6em;
    margin: 0 5%;
    font-weight: bold;
}

.inner-navs a.active {
    color: #0d47a1 !important;
    border-bottom: 2px solid #0d47a1;
}

.inner-navs a:hover {
    color: #0d47a1 !important;
}