.no-padding {
    padding: 0!important;
}
.ftb-content .page-title {
    background: #f3f3f3!important;
}
.text-center {
    text-align: center;
}
.ftb-content .page-title .title {
    font-size: 56px!important;
    line-height: 64px!important;
    letter-spacing: -.01em;
    margin-bottom: 9px;
    padding-bottom: 0;
}

.content-block-ver2.content-block {
    padding: 96px 0;
    background-color: #fcfcfc;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility;
    font-family: "Manque Bold";
}
html{
    font-size: 16px;
}
.content-block-ver2 .article-block__item {
    padding-bottom: 50px;
}
.content-block-ver2 .article-block__item .image {
    margin-bottom: 0;
}
.content-block-ver2 .article-block__item .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.content-block-ver2 .article-block__item .title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #000;
    padding: 24px 0 16px 0;
    margin-bottom: 0;
    font-family: "Manque Bold";
}
.content-block-ver2 .article-block__item .desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.01em;
    font-family: "Manque Light";
    color: #454545;
}
.content-block-ver2 .article-block__item .desc p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.01em;
    font-family: "Manque Light";
    color: #454545;
    margin-bottom: 20px;
}
.bg-light, .search-section .top-area button {
    background-color: #F3F3F3!important;
}
.container.page-section h2.section-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 55px;
    letter-spacing: .2px;
}
.image-container.single-vid {
    border: thin solid #ccc;
}
.image-container {
    position: relative;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
body {
    background-color: #fcfcfc!important;
}
.content-block-ver2 .article-block .column, .content-block-ver2 .article-block .columns {
    border-right: 1px solid #dedede;
}
.content-block-ver2 .article-block .column:last-child, .content-block-ver2 .article-block .columns:last-child {
    border-right: 0!important;
}

.first p {
    font-family: "Manque Light", Helvetica, Roboto, Arial, sans-serif;
    color: #4A4A4A;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 2;
    text-rendering: optimizeLegibility;
}

@media print, screen and (min-width: 64em) {
    .page-title .title {
        padding-bottom: 22px!important;
        padding-top: 68px;
    }
}

.idea{
    background: #f3f3f3;
    position: relative;
}
.idea img{
    /*opacity: 0.8;*/
}
.idea .idea-content{
    position: absolute;
    font-size: 3rem;
    color: #fff;
    top:40%;
    font-family: "Manque Bold" !important;
    text-align: center;
}

.zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #4A4A4A;
    opacity: 0.5;
    left: 0;
    top: 0;
}

@media screen and (max-width: 640px) {
    .idea .idea-content{
        font-size: 3rem;
        line-height: 3rem;
    }
    .series .image{
        width: 100%;
        float: left;
    }

    .series .image img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .series .content{
        max-width: 100%;
        float: left;
    }
    .first p{
        font-size: 18px;
    }

}

@media only screen and (min-width: 1024px){
    .idea .idea-content{
        font-size: 2.25rem;
        line-height: 3.25rem;
    }
    .series{
        background: #fff;
        padding: 50px;
    }

    .series .image{
        width: 50%;
        float: left;
    }

    .series .image img{
        width: 85%;
        display: block;
        margin: 0 auto;
    }

    .series .content{
        max-width: 50%;
        float: left;
    }

}



.series .content ul li{
    font-size: 18px;
    line-height: 30px;
    font-family: "Manque Light";
    color: #454545;
    margin-bottom: 20px;
}