@charset "utf-8";
a{
    color: var(--ast-global-color-3);
    line-height: 1;
    text-decoration: none;
}
a:hover{
    color: rgba(1, 1, 1, .8);
}
.cormorant{
    font-family: 'Cormorant Garamond', 'Times', serif;
    font-weight: 500;
}
.OpenSans{
    font-family: 'Open Sans', sans-serif;
}
.Montserrat{
    font-family: 'Montserrat', sans-serif
}
.font-600{
    font-weight: 600;
}
.font-bold{
    font-weight: bold;
}
.bg-8{
    background-color: var(--ast-global-color-8);
}
.bg-6{
    background-color: var(--ast-global-color-6);
}
.bg-4{
    background-color: var(--ast-global-color-4);
}
.bg-0{
    background-color: var(--ast-global-color-0);
}
.fl-5{
    fill: var(--ast-global-color-5);
}
.cl-111{
    color: #111111;
}
.cl-a1a{
    color: #a1a1a1;
}
.cl-3{
    color: var(--ast-global-color-3);
}
.cl-5{
    color: var(--ast-global-color-5);
}
.h\:cl-5:hover{
    color: var(--ast-global-color-5);
}
.lb\:top-6{
    border-top: 1px solid var(--ast-global-color-6);
}
.bl\:color-1{
    border-bottom: 1px solid var(--ast-global-color-1);
}
.lb\:color-6{
    border-bottom: 1px solid var(--ast-global-color-6);
}
.bl\:solid{
    border-style: solid;
    border-width: 1px;
}
.bl\:color{
    border-color: #111111;
}
.bl\:c-e8e{
    border-color: #e8e8e8;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.justift-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-4{
    gap: 1.25rem;
}
.gap-1{
    gap: .3125rem;
}
.gap-t1{
    gap: .5rem;
}
.gap{
    gap: 2px;
}
.w-all{
    width: 100%;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.absolute{
    position: absolute;
}
.tp-8{
    top: 2.5rem;
}
/* 10px = 0.625rem 2*5基数 */
.px-2{
    padding-left: .625rem;
    padding-right: .625rem;
}
.px-3{
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.px-4{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-8{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-4{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-3{
    padding-top: .9375rem;
    padding-bottom: .9375rem;
}
.pt-4{
    padding-top: 1.25rem;
}

.my-3{
    margin-top: .9375rem;
    margin-bottom: .9375rem;
}
.mt-8{
    margin-top: 2.5rem;
}
.mt-4{
    margin-top: 1.25rem;
}
.mt-2{
    margin-top: .625rem;
}
.mb-10{
    margin-bottom: 3.75rem;
}
.mb-8{
    margin-bottom: 2.5rem;
}
.mb-6{
    margin-bottom: 1.875rem;
}
.mb-4{
    margin-bottom: 1.25rem;
}
.mb-3{
    margin-bottom: .9375rem;
}
.py\:b-1\/2{
    padding-bottom: 3.5rem;
}
.py\:b-p-3\/4{
    padding-bottom: 75%;
}
.lg\:em-1\/1{
    width: 6.25rem;
}
.lg\:em-1\/4{
    width: 1.5625rem;
}
.lg\:em-1\/10{
    width: .5rem;
}
.lg\:y-0{
    height: 0;
}
.lg\:y-1\/2{
    height: 3.5rem;
}
.w-1{
    width: 1rem;
}
.w-8{
    width: 2.875rem;
}
.h-1{
    height: 1rem;
}
.h-8{
    height: 2.875rem;
}
.text-center{
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}
.text-fe{
    font-size: .6875rem;
}
.text-sm{
    font-size: .8125rem;
}
.text-mx{
    font-size: 2.5rem;
}
.lh\:36{
    line-height: 2.25rem;
}
.lh\:24{
    line-height: 1.5rem;
}
.ellipsis-5{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 单面图片样式 */
.sort{
    font-size: 11px;
    line-height: 27.59px;
    letter-spacing: 2px;
    font-weight: 500;
}
.post_imgs .wp-post-image{
    height: auto;
    max-width: 50%;
    display: block;
    border-radius: 12px;
    margin: 0 auto;
}
.post-title{
    font-size: 38px;
    letter-spacing: 0.5px;
    line-height: 44px;
}
.time{
    color: #a1a1a1;
}
.widget_nav_menu h2.widget-title{
    border-top: 4px solid var(--ast-global-color-1);
    border-bottom: 1px solid var(--ast-global-color-6);
    border-left: 1px solid var(--ast-global-color-6);
    border-right: 1px solid var(--ast-global-color-6);
    border-radius: 5px;
    text-align: center;
    padding: 7px 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-family: "Open Sans";
    font-weight: 600;
    color: var(--ast-global-color-2);
    margin-bottom: 1.25rem;
}
ul.menu>li{
    line-height: 45px;
    border-bottom: 1px solid #e8e8e8;
}
ul.menu>li>a{
    padding-left: 3px;
}
.bg-5\/5{
    background-color: #555;
}
.bg-5\/5:hover{
    background-color: var(--ast-global-color-8);
}
.page_post_imgs img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    object-fit: cover;
}
.related_title{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
}
@media (min-width: 768px) {
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/3{
        width: calc(33.333% - .833rem)
    }
    .m-px{
        padding-left: 0;
        padding-right: 0;
    }
    .m-mx{
        margin-top: 0;
        margin-bottom: 0;
    }
    .lw-main{
        width: calc(100% - 307px);
    }
    .lw-aside{
        width: 307px;
    }
    .aside{
        padding-left: 37px;
    }
    
    .text-left{
        text-align: left;
    }
}