/* ----------------------------------------------
 * Generated by Animista on 2023-10-24 15:48:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation
 * ----------------------------------------
 */
 @-webkit-keyframes arrow-infinite {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes arrow-infinite {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.wow {
    visibility: hidden;
}

.mobile .wow,
.prefers-reduced-motion .wow {
    visibility: visible;
}

/* 公共样式 */
html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    background-image: url(../images/index/10.png);
    background-repeat: repeat;
	-webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

dl,
ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl dd:last-child {
    margin-bottom: 0 !important;
}

dl dt {
    font-weight: normal;
}

a {
    color: #000000;
}

a:hover {
    color: currentColor;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.font-songTi {
    font-family: "font", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1400px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1350px;
    }
}

[class*="custom-col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col-xl-2\.5 {
    -ms-flex: 0 0 20.833333%;
    flex: 0 0 20.833333%;
    max-width: 20.833333%;
}

.no-gutters>.custom-col,
.no-gutters>[class*="custom-col-"] {
    padding-right: 0;
    padding-left: 0;
}

.aspect-ratio {
    position: relative;
}

.aspect-ratio:before {
    content: "";
    display: block;
    width: 1px;
    margin-left: -1px;
    height: 0;
}

.aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aspect-ratio-content,
.aspect-ratio-content img {
    width: 100%;
    height: 100%;
}

.aspect-ratio-content img {
    -o-object-cover: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
}

.scroller-container {
    overflow: auto;
}

.scroller-container::-webkit-scrollbar {
    background-color: #F0E9DC;
    width: 8px;
}

.scroller-container::-webkit-scrollbar-thumb {
    background-color: #F9F7F3;
}

.scroller-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.loading,
.loading>div {
    position: relative;
    box-sizing: border-box;
}

.loading-box {
    padding: 30px 0px;
}

.loading,
.loading>div {
    position: relative;
    box-sizing: border-box;
}

.loading {
    display: block;
    font-size: 0;
    color: #703330;
}

.loading.la-dark {
    color: #333;
}

.loading>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.loading {
    width: 16px;
    height: 16px;
}

.loading>div {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 16px;
    width: 100%;
    height: 16px;
    height: 100%;
    border-radius: 100%;
    opacity: 0.5;
    animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),
        ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.loading>div:nth-child(1) {
    animation-delay: 0s, -0.5s;
}

.loading>div:nth-child(2) {
    animation-delay: -0.5s, -1s;
}

.loading>div:nth-child(3) {
    animation-delay: -1s, -1.5s;
}

.loading>div:nth-child(4) {
    animation-delay: -1.5s, -2s;
}

.loading>div:nth-child(5) {
    animation-delay: -2s, -2.5s;
}

@keyframes ball-circus-position {
    50% {
        left: 100%;
    }
}

@keyframes ball-circus-size {
    50% {
        transform: scale(0.3, 0.3);
    }
}

/* 头部样式 */
#header {
    height: 195px;
    background-image: url(../images/index/9.png);
    background-size: cover;
    background-position: center bottom;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);

    position: relative;
    z-index: 10;
}

#header .logo>img {
    width: 100%;
}

#header nav {
    margin-top: 20px;
}

#header .nav-link {
    color: #703330;
    font-size: 21px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#header .nav-item{
    position: relative;
    display: flex;
    justify-content: center;
}

#header .header-menu nav {
    position: relative;
    margin-left: 200px;
    margin-right: 200px;
}

#header .nav-item:before{
    content: "";
    position: absolute;
    top: 100%;
    width: 60px;
    height: 25px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#header .nav-item.active:before{
    background-image: url(../images/public/tab-active-red.png);
}

.mobile  .active-index,
.prefers-reduced-motion .active-index {
    display: none !important;
}

#header .header-menu-icon {
    display: none;
}

#header .header-menu.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.entry-animation{
    display: block;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.entry-animation img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media (any-hover: hover) {
    #header .nav-item:hover:before{
        background-image: url(../images/public/tab-active-red.png);
    }

    #header .nav-link {
        overflow: hidden;
        height: calc(1em * 1.5);
    }

    #header .nav-link span {
        display: block;
    }

    #header .nav-link::after {
        content: attr(title);
        display: block;
        color: #000000;
    }

    #header .nav-link span,
    #header .nav-link::after {
        -webkit-transition: transform .5s;
        -moz-transition: transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
    }

    #header .nav-link:hover span,
    #header .nav-link:hover::after {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .entry-animation:hover {
        -webkit-transform: translateY(-10px) !important;
        transform: translateY(-10px)!important;
    }

    .cultural-relics-research--item:hover{
        color: #EEC383;
    }
}

/* 页脚样式 */
#footer {
    height: 220px;
    background-color: #EDE2CE;

    font-size: 17px;
}

#footer .logo>img,
#footer .qrcode>img {
    width: 100%;
}

#footer .qrcode {
    padding: 38px;
}

#footer .footer-middle [class*="col-"] {
    margin-top: 15px;
}

/* 内容区域样式 */
#main>section {
    padding: 60px 0;
}

.section-caption {
    font-size: 28px;
    position: relative;
}

.section-caption span {
    padding: 0px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background-image: url(../images/public/8-left.png),
        url(../images/public/8-right.png);
    background-position: left center, right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.look-more {
    font-size: 18px;
    position: absolute;
    right: 0; bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.look-more:hover{
    color: #703330;
}

.arrow-icon {
    width: 66px;
}

#main .journal-introduction {
    padding-top: 130px;
}

/* Journal Introduction */
.journal-introduction {
    position: relative;
}

.journal-introduction--before,
.journal-introduction--after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0.75;
    background-repeat: no-repeat;
    background-size: auto calc(100% - 40px);
    pointer-events: none;
}

.journal-introduction--before {
    background-image: url(../images/index/2-2.png);
    background-position: left 40px;
}

.journal-introduction--after {
    left: unset; right: 0;
    background-image: url(../images/index/2-1.png);
    background-position: right 40px;
}

.journal-introduction .journal-thumbnail {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 31.25%;
    height: 100%;
    z-index: 1;
}

.journal-introduction .journal-thumbnail>img {
    width: 100%; height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}

.journal-introduction .introduction {
    color: #FFFFFF;
    background-color: #703330;
    background-image: url(../images/index/1.png);
    background-size: 30%;
    background-position: center;
}

.journal-introduction .introduction dl {
    padding: 50px;
}

.journal-introduction .introduction dt {
    margin-bottom: 20px;
}

.journal-introduction .introduction dd {
    text-indent: 2em;
    text-align: justify;

    font-size: 18px;

    line-height: 1.75;
    margin-bottom: 12px;
}

/* Latest Catalog */
.latest-catalog-tab {
    margin-top: 50px;
}

.latest-catalog-tab li {
    border: 1px solid #703330;
}

.latest-catalog-tab li+li {
    margin-top: -1px;
}

.latest-catalog-tab .tab-item {
    display: block;
    font-size: 28px;
    color: #703330;
    text-align: center;

    width: 100%;
    line-height: 125px;
}

.latest-catalog-tab .tab-item.active {
    color: #FFFFFF;
    background-color: #703330;
}

.tab-content {
    height: 631px;
    background-color: #F0E9DC;
}

.tab-content>.active {
    display: block;
    height: 100%;
    padding: 40px 15px 0 40px;
    overflow: hidden;
}

.tab-content> :not(.active) {
    display: none;
}

.tab-content>.active .scroller-container {
    height: 100%;
    padding: 0 40px 40px 0;
}

/* .tab-content>.active .scroller-container p {
    text-indent: 2em;
}

.tab-content>.active .scroller-container p:not(:last-child) {
    margin-bottom: 10px;
}

.tab-content>.active .scroller-container img {
    width: 100%;
} */

/* Others Columns */
.others-columns,
.other-column {
    color: #FFFFFF;
}

.other-column {
    width: 47.5%;
    font-size: 28px;
    padding: 80px 0;
    background-image: url(../images/index/12.png);
    background-size: cover;
    background-position: right center;
}

.other-column:nth-child(2) {
    background-image: url(../images/index/13.png);
}

.other-column img {
    margin-top: 30px;
}

/* Scholar Interview */
.scholar-list {
    margin-top: 50px;
}

.scholar-thumbnail::before {
    padding-top: 110%;
}

.scholar-thumbnail img {
    border-radius: 10px;
}

.scholar-list>div:nth-child(n + 4) {
    margin-top: 30px;
}

.scholar-item {
    font-size: 20px;
    letter-spacing: 2px;
}

.scholar-item .scholar-name {
    margin-top: 30px;
}

/* Archaeological Discovery */
.archaeological-discovery--list {
    padding-top: 50px!important;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            #FFFFFF 2%,
            #FFFFFF 98%,
            transparent);
    mask: linear-gradient(90deg,
            transparent,
            #FFFFFF 2%,
            #FFFFFF 98%,
            transparent);
}

.archaeological-discovery--link {
    font-size: 20px;
    padding: 50px 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.archaeological-discovery--link img {
    margin-top: 30px;
}

@media (any-hover: hover) {
    .other-column:hover img,
    .archaeological-discovery--link:hover img {
        animation: arrow-infinite 1s infinite linear;
    }
}

.archaeological-discovery--pagination {
    margin-top: 20px;
}

.swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-height: 12px;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-color: #703330;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 10px;
}

/* Archaeology and Cultural Relics Research */
.corner-top::before,
.corner-top::after,
.corner-bottom::before,
.corner-bottom::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/public/7.png);
    background-size: cover;
}

.corner-top::before {
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.corner-top::after {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.corner-bottom::before {
    left: 10px;
    bottom: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.corner-bottom::after {
    right: 10px;
    bottom: 10px;
}

.cultural-relics-research--list,
.cultural-relics-research--item {
    color: #FFFFFF;
}

.cultural-relics-research--list {
    padding: 50px 60px;
    margin: 50px 0px;
    background-color: #703330;
    background-image: url(../images/index/8.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30% auto;
}

.cultural-relics-research--item {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 120px 20px 0;
    background-image: url(../images/public/3.png);
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: right center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.cultural-relics-research--item:first-child {
    padding-top: 0px;
}

.cultural-relics-research--item:last-child {
    padding-top: 0px;
}

.cultural-relics-research--item+.cultural-relics-research--item {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 50%, transparent 50%),
        url(../images/public/3.png);
    background-size: 15px 1px, auto 40%;
    background-repeat: repeat-x, no-repeat;
    background-position: left top, right center;
}

.cultural-relics-research--list .look-more {
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 100px;
    margin: 30px auto 0;
    position: static;
}

.cultural-relics-research--list .look-more:hover{
    color: #703330;
    background-color: #F6F0E1;
    border: 1px solid #F6F0E1;
}

/* Breadcrumb */
.page-breadcrumb {
    background-image: linear-gradient(90deg, #703330 0, #703330 100%),
        linear-gradient(180deg, #703330 0, #703330 100%);
    background-repeat: no-repeat;
    background-size: 120px 3px, 120px 3px;
    background-position: left center, right center;

    padding-left: 130px;
    margin-bottom: 60px;
}

.page-breadcrumb--after {
    margin-left: 50px;
    background-image: linear-gradient(180deg, #703330 0, #703330 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: right center;
}

.page-breadcrumb--after::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #703330;
}

.page-breadcrumb>nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e687";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.page-breadcrumb .breadcrumb-item a,
.page-breadcrumb .breadcrumb-item.active {
    color: #703330;
    font-size: 20px;
}

/* Pagination */
.common-component-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding: 60px 0 0 0;
    position: relative;
    z-index: 10;
}

.common-component-pagination.no-padding-bottom {
    padding-bottom: 0;
}

.common-component-pagination-item {
    padding: 10px;
    margin: 0 5px 10px 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #703330;
    user-select: none;
}

.common-component-pagination-item-active,
a.common-component-pagination-item:hover,
a.common-component-pagination-item:focus {
    border-radius: 50%;
    background-image: url(../images/public/nav-active.png);
    background-size: cover;
}

.common-component-pagination-input {
    text-align: center;
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0 5px;
    padding: 0 15px;
    width: 60px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid #703330;
    color: #703330;
    background-color: transparent;
}

.common-component-pagination,
.common-component-pagination-btn {
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}

.common-component-pagination-btn {
    margin: 0 5px;
    width: 60px;
    height: 26px;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
    background-color: #703330;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-component-pagination-btn:hover,
.common-component-pagination-btn:focus {
    background-color: #703330;
}

.common-component-pagination-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* 考古发现 */
.archaeological_discovery--list,
.archaeological_discovery--link,
.scholar-list {
    color: #703330;
}

.archaeological_discovery--link {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 50px;
    background-color: #FFFFFF;
}

.archaeological_discovery--link span {
    width: calc(100% - 120px);
}

.archaeological_discovery--link .arrow-icon {
    width: 50px;
}

.archaeological_discovery--article+.archaeological_discovery--article {
    margin-top: 30px;
}

/* 最新目录 */
.latest_catalog--list .row>article:nth-of-type(n + 4) {
    margin-top: 30px;
}

.latest_catalog--list,
.latest_catalog--link {
    color: #703330;
}

.latest_catalog--link {
    padding: 80px 20px;
    font-size: 22px;
    background-color: #FFFFFF;
}

.latest_catalog--link .arrow-icon {
    width: 50px;
    margin-top: 30px;
}

/* 最新目录详情 */
.details-title {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px !important;
}

.details-title.m-t {
    margin-top: 30px;
}

.article-details--container {
    padding: 60px 40px;
    background-color: #F9F7F3;
}

#pdf-page--container img,
.article-details--content img {
    max-width: 100%;
}

.article-details--content {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.75;
}

.multi-line,
.article-details--content p {
    text-indent: 2em;
    text-align: justify;
}

.article-details--content p[style*="text-align: center"],
.article-details--content p[style*="text-align:center"] {
    text-indent: 0;
}

.article-details--content p {
    margin-bottom: 10px !important;
}

.article-details--content > p:last-child {
    margin-bottom: 0px !important;
}

.article-details--content h1,
.article-details--content h2,
.article-details--content h3,
.article-details--content h4,
.article-details--content h5,
.article-details--content h6 {
    color: #703330;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px !important;
    font-family: "font", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.article-details--container>img,
.article-details--content img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    #main .journal-introduction {
        padding-top: 110px;
    }

    .journal-introduction .journal-thumbnail {
        height: 90%;
    }

    .journal-introduction .journal-thumbnail>img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
        -webkit-filter: unset;
        filter: unset;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }
}

@media (max-width: 1199px) {
    #header {
        height: 160px;
    }

    #header .nav-link {
        font-size: 20px;
    }

    #header .nav-item:before{
        width: 50px;
        height: 20px;
    }

    #footer {
        height: auto;
        padding: 30px 0;
    }

    #footer .qrcode {
        padding: 0px 30px;
    }

    #footer .footer-middle {
        margin: 30px 0;
    }

    #main>section {
        padding: 40px 0px;
    }

    .journal-introduction .journal-thumbnail {
        top: -30px;
    }

    .journal-introduction .journal-thumbnail>img {
        width: 100%;
        height: auto;
    }

    .cultural-relics-research--item,
    .scholar-item,
    .archaeological-discovery--link,
    .journal-introduction .introduction dd,
    .article-details--content {
        font-size: 18px;
    }

    .journal-introduction .introduction dl {
        padding: 30px 40px;
    }

    .journal-introduction .introduction dt {
        margin-bottom: 10px;
    }

    .journal-introduction .introduction dd {
        margin-bottom: 0px;
        font-weight: normal;
    }

    .cultural-relics-research--list {
        padding: 40px 50px;
        margin: 40px 0px;
    }


    .scholar-list,
    .latest-catalog-tab {
        margin-top: 40px;
    }
    .archaeological-discovery--list{
        padding-top: 40px!important;
    }

    .latest-catalog-tab .tab-item {
        line-height: 110px;
    }

    .corner-top::before,
    .corner-top::after,
    .corner-bottom::before,
    .corner-bottom::after {
        width: 20px;
        height: 20px;
    }

    .tab-content {
        height: 555px;
    }

    .tab-content>.active {
        padding: 30px 10px 0 30px;
    }

    .tab-content>.active .scroller-container {
        padding: 0px 20px 30px 0;
    }

    #main .journal-introduction {
        padding-top: 80px;
    }

    .other-column,
    .latest-catalog-tab .tab-item {
        font-size: 24px;
    }

    .other-column img {
        margin-top: 20px;
        width: 60px;
    }

    .page-breadcrumb {
        padding-left: 80px;
        background-size: 80px 3px, 80px 3px;
    }

    .page-breadcrumb--after {
        margin-left: 30px;
    }

    .latest_catalog--link {
        padding: 60px 20px;
        font-size: 22px;
    }

    .latest_catalog--link .arrow-icon {
        width: 45px;
        margin-top: 20px;
    }

    .archaeological_discovery--link {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .section-caption {
        font-size: 26px;
    }

    .other-column,
    .latest-catalog-tab .tab-item,
    .details-title {
        font-size: 20px;
    }

    .other-column {
        padding: 40px 0px;
    }

    .look-more,
    .cultural-relics-research--item,
    .scholar-item,
    .archaeological-discovery--link,
    .journal-introduction .introduction dd,
    .article-details--content {
        font-size: 16px;
    }

    .cultural-relics-research--item {
        padding: 15px 75px 15px 0
    }

    .cultural-relics-research--list .look-more {
        margin: 20px auto 0;
        padding: 5px 75px;
        font-size: 14px;
    }

    .corner-top::before,
    .corner-top::after,
    .corner-bottom::before,
    .corner-bottom::after {
        width: 15px;
        height: 15px;
    }

    .scholar-item .scholar-name {
        margin-top: 20px;
    }

    .archaeological-discovery--link img {
        width: 55px;
    }

    #header .header-menu nav {
        margin-left: 75px;
        margin-right: 75px;
    }

    #header .nav-item:before{
        width: 40px;
        height: 13px;
    }

    #main>section {
        padding: 30px 0px;
    }

    .custom-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .page-breadcrumb {
        margin-bottom: 40px;
    }

    #header .nav-link,
    .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before,
    .page-breadcrumb .breadcrumb-item a,
    .page-breadcrumb .breadcrumb-item.active,
    .archaeological_discovery--link {
        font-size: 18px;
    }

    .latest_catalog--link {
        padding: 60px 20px;
        font-size: 22px;
    }

    .archaeological_discovery--link .arrow-icon,
    .latest_catalog--link .arrow-icon {
        width: 40px;
    }

    .article-details--container {
        padding: 40px 30px;
    }

    .latest_catalog--link .arrow-icon {
        margin-top: 20px;
    }

    .latest_catalog--list .row>article:nth-of-type(n + 3) {
        margin-top: 30px;
    }

    .archaeological_discovery--link {
        padding: 30px;
    }

    .archaeological_discovery--link span {
        width: calc(100% - 100px);
    }

    #footer .footer-middle [class*="col-"] {
        margin-top: 0px;
        line-height: 1.5;
    }

    #footer .footer-middle [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #header .nav-item{
        justify-content: start;
    }

    #header .nav-item + .nav-item{
	margin-top: 6px;
    }

    .details-title {
        font-size: 18px;
    }

    .section-caption {
        font-size: 26px;
    }

    .other-column,
    .latest-catalog-tab .tab-item {
        font-size: 18px;
    }

    .other-column {
        padding: 40px 0px;
    }

    .other-column img {
        width: 45px;
    }

    .latest-catalog-tab .tab-item {
        line-height: 60px;
    }

    .tab-content {
        height: 500px;
    }

    .scholar-list>div:nth-child(n + 3) {
        margin-top: 30px;
    }

    .scholar-list,
    .latest-catalog-tab {
        margin-top: 30px;
    }

    .archaeological-discovery--list{
        padding-top: 30px!important;
    }

    .cultural-relics-research--list {
        padding: 30px 30px;
        margin: 30px 0px;
    }

    .journal-introduction .introduction dl {
        padding: 30px 30px;
    }

    #main .journal-introduction {
        padding-top: 40px;
    }

    #header {
        height: auto;
        padding: 15px 0;
    }

    #header .header-menu-icon {
        display: block;
    }

    #header .header-menu-icon i {
        color: #703330;
        font-size: 26px;
    }

    #header .header-menu-icon .icon-close {
        display: none;
    }

    #header .header-menu:not(.show) {
        display: none;
    }

    #header .header-menu.show,
    #header .header-menu.collapsing {
        display: block;
        will-change: height;
    }

    #header .header-menu .nav-link {
        padding-left: 0px;
        padding-right: 0px;
    }

    #header .header-menu nav {
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    #header .header-menu nav .nav-item:before {
        display: none !important;
    }

    #footer .footer-middle {
        margin: 20px 0;
        line-height: 1.75;
    }

    .journal-introduction .journal-thumbnail {
        position: static;
    }

    .article-details--container {
        padding: 30px 30px;
    }

    .article-details--content h1, .article-details--content h2, .article-details--content h3, .article-details--content h4, .article-details--content h5, .article-details--content h6 {
        margin-top: 20px;
    }

    .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before,
    .page-breadcrumb .breadcrumb-item a,
    .page-breadcrumb .breadcrumb-item.active,
    .archaeological_discovery--link,
    #footer .footer-middle,
    #header .nav-link {
        font-size: 16px;
    }

    .latest_catalog--link {
        font-size: 18px;
    }

    .page-breadcrumb {
        margin-bottom: 20px;
    }

    .latest_catalog--list .row>article:nth-of-type(n + 2),
    .archaeological_discovery--article+.archaeological_discovery--article {
        margin-top: 20px;
    }

    .archaeological_discovery--link span {
        width: calc(100% - 60px);
    }

    .page-breadcrumb--after {
        margin-left: 0px;
    }

    .page-breadcrumb {
        padding-left: 40px;
        background-size: 40px 3px, 40px 3px;
    }
}

@media (max-width: 576px) {
    .section-caption {
        font-size: 22px;
    }

    .look-more {
        position: static;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-top: 15px;
    }

    #footer .footer-middle {
        text-align: center;
    }

    .latest_catalog--link {
        font-size: 16px;
    }

    .page-breadcrumb {
        padding-left: 15px;
        background-size: 15px 3px, 15px 3px;
    }

    .archaeological_discovery--link {
        padding: 25px 20px;
    }

    .article-details--container {
        padding: 30px 20px;
    }

    .other-column {
        width: 100%;
    }

    .other-column+.other-column,
    .scholar-list>div:nth-child(n + 2) {
        margin-top: 20px;
    }

    .scholar-item .scholar-name {
        margin-top: 10px;
    }

    .article-details--content h1, .article-details--content h2, .article-details--content h3, .article-details--content h4, .article-details--content h5, .article-details--content h6 {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .article-details--content h1, .article-details--content h2, .article-details--content h3, .article-details--content h4, .article-details--content h5, .article-details--content h6 {
        font-size: 16px;
    }

    .article-details--container .article-details--content {
        font-size: 14px;
    }
}