/*@import "../fonts/fonts.css";*/
@font-face {
    font-family: "ScalaOT Regular";
    src: url("../fonts/ScalaOT-Regular.otf");
}

@font-face {
    font-family: "ScalaSansOT Light";
    src: url("../fonts/ScalaSansOT-Light.otf");
}

body {
    margin: 0;
    font-family: ScalaOT Regular !important;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    overflow-x: hidden;
}

html,
body,
main {
    height: 100%;
    margin: 0;
}

.article_modal {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    overflow: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font: inherit;
    vertical-align: baseline;
}

.full_img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: url(https://www.globaltimes.cn/Portals/0/attachment/2020/2020-12-21/7be5c554-7a45-41d3-9de1-2f99211ca67f.jpeg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.full_img img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    display: none;
}

.title_on_img {
    pointer-events: none;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: background ease-in-out 0.5s;
    transition: background ease-in-out 0.5s;
    text-shadow: 0 0 10px rgba(25, 25, 25, 0.8);
    //background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.38) 33%);
}

.title_on_img p {
    max-width: 750px;
    //top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.title_on_img .title_top {
    max-width: 750px;
    margin: 10px auto 0 auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.title_on_img .title {
    font-size: 60px;
    line-height: 72px;
    margin: 50px auto 0 auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 700;
}

.title_on_img .deck {
    font-size: 38px;
    line-height: 50px;
    margin: 50px auto 0 auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 500;
}

.title_on_img .sub_title:before {
    width: 120px;
    height: 1px;
    background-color: #BFBFBF;
    display: block;
    margin: 15px auto;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.title_on_img .sub_title {
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 30px;
    //color: #BFBFBF;
    color: #fff;
    position: relative;
    margin: auto;
    font-weight: 400;
    //max-width: 650px;
    margin-bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-font-smoothing: antialiased;
}

.content_sec {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.art_content {
    width: 100%;
    margin: auto;
}

.content_subtitle {
    font-family: ScalaOT Regular;
    width: 600px;
    margin: auto;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
}

.content_text p {
    width: 100%;
    max-width: 600px;
    //margin-left: 300px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 16px;
}
.mind_logo{
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mind_logo img{
    width: 100%;
    height: auto;
}
.content_text p a {
    text-decoration: underline;
    color: #326891;
}

.art_img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.art_img img {
    width: 100%;
    height: auto;
}

.art_img video {
    width: 100%;
    height: auto;
}

.art_img .half_img {
    width: 48.95%;
    float: left;
    //margin-bottom: 40px;
}

.art_img .half_img:first-child {
    margin-right: 2%;
}

.full_cap,
figcaption {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin: 10px 20px 40px 20px
}


#taboola-below-article {
    width: 1200px;
    margin: auto;
}

.content_note {
    width: 600px;
    margin-top: 30px;
    margin: auto;
    font-family: ScalaSansOT Light !important;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.content_intitle {
    width: 600px;
    margin: auto;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
}

.art_byline {
    width: 600px;
    font-size: 16px;
    line-height: 1.5em;
    //color: #BFBFBF;
    color: #fff;
    s padding-bottom: 30px;
    margin: auto;
    //font-style: italic;
}

@media (max-width: 1024px) {
    .full_img {
        width: 100%;
        height: auto;
        background: unset;
    }

    .full_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .title_on_img {
        margin: auto;
        position: relative;
        background: none;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 60px;
        text-shadow: unset;
    }

    .title_on_img .title_top {
        position: relative;
        text-align: left;
    }

    .title_on_img p {
        //color: #fff !important;
        color: #333333;
        width: 100%;
        margin: auto;
    }

    .title_on_img .title {
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 48px;
        color: #333333;
        text-shadow: unset;
        text-align: left;
    }
    .content_subtitle{
        width: 100%;
    }
    .title_on_img .deck {
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 40px;
        color: #333333;
        text-shadow: unset;
        text-align: left;
    }

    .title_on_img .sub_title {
        width: 95%;
        margin: auto;
        top: 0;
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }

    .art_content {
        width:100%;
        //width: 95%;
        margin: auto;
        //max-width: 800px;
    }

    .content_text p {
        width: 100%;
        margin-left: 0;
        font-size: 24px;
        line-height: 32px;
        color: #333333;
        margin: 0 auto;
    }

    .art_img {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .art_img img {
        width: 100%;
        height: auto;
    }



    .full_cap {
        margin-bottom: 100px;
    }

    .full_cap,
    figcaption {
        width: 90%;
        margin: auto;
        font-size: 18px !important;
        line-height: 30px !important;
        color: #888;
        margin-top: 20px;
    }

    .content_text {
        margin: 20px 0;
    }

    /* .content_text p {
        width: 100%;
        margin-left: 0;
        font-size: 42px !important;
        line-height: 64px !important;
        color: #333333;
    } */

    .content_note {
        max-width: 600px;
        width: 100%;
        font-size: 36px;
        line-height: 48px;
    }

    .content_intitle {
        max-width: 600px;
        width: 100%;
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .art_byline {
        width: 95%;
        font-size: 36px;
        line-height: 52px;
    }

    #taboola-below-article {
        width: 100%;
        margin: auto;
    }

    .art_byline {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .article_modal {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        overflow: hidden;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
        font: inherit;
        vertical-align: baseline;
    }

    .full_cap,
    figcaption {
        width: 95%;
        margin: auto;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #888;
        margin-top: 8px;
    }

    .title_on_img .title_top {
        top: 20px;
    }

    .title_on_img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .title_on_img p {
        text-align: left;
    }

    .title_on_img .title {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .title_on_img .deck {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .title_on_img .sub_title {
        color: #333333;
        font-weight: bold;
    }

    .title_on_img .sub_title:before {
        margin: 0;
        display: none;
    }

    .content_sec {
        margin-top: 30px;
    }

    .content_intitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .content_bot_bylin{
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .content_text p {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .content_text p {
        width: 100%;
        margin-left: 0;
        font-size: 18px !important;
        line-height: 28px !important;
        color: #333333;
        margin-bottom: 10px;
    }

    .art_byline {
        width: 95% !important;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .content_note {
        width: 100%;
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 0;
    }

    #taboola-below-article {
        width: 100%;
        margin: auto;
    }

    .art_img {
        width: 100% !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .art_img .half_img {
        width: 100%;
        float: left;
        /*margin-top: 30px;
        margin-bottom: 30px;*/
    }

    .art_img .half_img:first-child {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .art_img .half_img:last-child {
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    #footer>.footer-top>.span4 [class*="span"] {
        margin: 0;
    }

    #footer>.footer-top>.span8 div {
        margin-right: 0 !important;
    }
    .mind_logo{
        width: 100%;
    }
}