
@media screen and (min-width:1440px) {
    .IndexBlock {
        padding: 80px 12.5vw;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .IndexBlock {
        padding: 80px 8vw;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    .IndexBlock {
        padding: 60px 100px;
    }
}

@media screen and (max-width:959px) and (min-width:630px) {
    .IndexBlock {
        padding: 50px 30px;
    }
}

@media screen and (max-width:629px) {
    .IndexBlock {
        padding: 40px 20px;
    }
}

.index_block_title {
    position: relative;
}

.index_block_title::before {
    content: '';
    position: absolute;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

.index_block_title h2{
    text-align: center;
    font-weight: 900;
    color: var( --style1-blue-dark );
    letter-spacing: .1em;
    position: relative;
}

.index_block_title h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: var( --style1-blue-- );
    left: calc(50% - 12px);
    top: 0;
}

@media screen and (min-width:960px) {
    .index_block_title {
        padding-top: 75px;
    }

    .index_block_title {
        margin-bottom: 60px;
    }

    .index_block_title::before {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
    }

    .index_block_title h2{
        font-size: 2.25rem;
        padding-top: 20px;
    }
}

@media screen and (max-width:959px) {
    .index_block_title {
        padding-top: 50px;
    }

    .index_block_title {
        margin-bottom: 30px;
    }

    .index_block_title::before {
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
    }

    .index_block_title h2{
        font-size: 2rem;
        padding-top: 15px;
    }
}

@media screen and (max-width:629px) {

    .index_block_title h2{
        font-size: 1.75rem;
        padding-top: 15px;
    }
}


/*index_btn*/
.index_btn {
    display: flex;
    justify-content: center;
}

.index_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--dfborder);
    box-shadow: 7px 7px 0px -2px var(--dfborder);
    background-color: #fff;
}

@media screen and (min-width:960px) {
    .index_btn {
        margin-top: 50px;
    }

    .index_btn a {
        letter-spacing: .1em;
        width: 200px;
        height: 60px;
    }
}

@media screen and (max-width:959px) {
    .index_btn {
        margin-top: 30px;
    }
    .index_btn a {
        width: 150px;
        height: 48px;
    }
}

.index_btn a:hover {
    color: #fff;
    box-shadow: 0 0 #fff;
    background-color: var(--dfborder);
    transform: translate(5px, 7px);
}


/* owl-carousel */

.index_scroll_list .owl-carousel .owl-nav button.owl-prev,
.index_scroll_list .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--dfborder);
    background-color: var( --style1-blue-light );
}

.index_scroll_list .owl-carousel .owl-nav button.owl-prev:hover,
.index_scroll_list .owl-carousel .owl-nav button.owl-next:hover {
    border-color: var( --style1-blue-light );
    background-color:  var( --style1-blue-dark );
}


@media screen and (min-width:960px) {
    .index_scroll_list .owl-nav button {
        width: 60px;
        height: 60px;
        top: calc(50% - 60px);
    }
}

@media screen and (max-width:959px) and (min-width:630px) {
    .index_scroll_list .owl-nav button {
        width: 45px;
        height: 45px;
        top: calc(50% - 45px);
    }
}

@media screen and (max-width:629px)  {
    .index_scroll_list .owl-nav button {
        width: 38px;
        height: 38px;
        top: calc(50% - 19px);
    }
}


.index_scroll_list .owl-nav button::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/arrow-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.index_scroll_list .owl-nav button:hover::before {
    filter: brightness(0) invert(1)
}


.index_scroll_list .owl-nav button.owl-prev::before {
    transform: rotate(180deg);
}

@media screen and (min-width:960px) {
    .index_scroll_list .owl-nav button::before {
        width: 25px;
        height: 25px;
        top: calc(50% - 12px);
    }

    .index_scroll_list .owl-nav button.owl-prev::before {
        left: calc(50% - 15px);
    }

    .index_scroll_list .owl-nav button.owl-next::before {
        right: calc(50% - 12px);
    }
}

@media screen and (max-width:959px) {
    .index_scroll_list .owl-nav button::before {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }

    .index_scroll_list .owl-nav button.owl-prev::before {
        left: calc(50% - 12px);
    }

    .index_scroll_list .owl-nav button.owl-next::before {
        right: calc(50% - 10px);
    }
}

@media screen and (min-width:1440px) {
    .index_scroll_list .owl-nav button.owl-prev {
        left: -4vw;
    }

    .index_scroll_list .owl-nav button.owl-next {
        right: -4vw;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .index_scroll_list .owl-nav button.owl-prev {
        left: -30px;
    }

    .index_scroll_list .owl-nav button.owl-next {
        right: -30px;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    .index_scroll_list .owl-nav button.owl-prev {
        left: -6vw;
    }

    .index_scroll_list .owl-nav button.owl-next {
        right: -6vw;
    }
}

@media screen and (max-width:959px) and (min-width:630px) {
    .index_scroll_list .owl-nav button.owl-prev {
        left: -5px;
    }

    .index_scroll_list .owl-nav button.owl-next {
        right: -5px;
    }
}

@media screen and (max-width:629px) {
    .index_scroll_list .owl-nav button.owl-prev {
        left: 0px;
    }

    .index_scroll_list .owl-nav button.owl-next {
        right: 0px;
    }

}

.index_scroll_list .owl-dots {
    display: flex;
    justify-content: center;
}

.index_scroll_list .owl-dots .owl-dot {
    margin: 0 7px;
    border-radius: 50%;
    border: 1px solid #999999;
}

.index_scroll_list .owl-dots .owl-dot.active {
    background-color: var( --style1-blue-- );
    border-color: var( --style1-blue-- );
}

@media screen and (min-width:1440px) {
    .index_scroll_list .owl-dots {
        margin-top: 30px;
    }

    .index_scroll_list .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .index_scroll_list .owl-dots {
        margin-top: 20px;
    }

    .index_scroll_list .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width:1023px) {
    .index_scroll_list .owl-dots {
        margin-top: 10px;
    }

    .index_scroll_list .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
    }
}

/*-------------------------------------------------------------------*/
/*Recommend*/

.IndexRecommend .index_block_title::before {
    background-image: url(../images/title-icon-1.svg);
}

@media screen and (min-width:960px) {

    .tabs_group {
        position: relative;
        padding-top: 120px;
    }

    .tabs_group:before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        top: 71px;
        background-color: #000;
        z-index: -10;
    }
}

@media screen and (min-width:1600px) {
    .tabs_group:before {
        width: calc(100% - 60px);
        left: 30px;
    }
}

@media screen and (max-width:1599px) and (min-width:1440px) {
    .tabs_group:before {
        width: calc(100% - 40px);
        left: 20px;
    }
}

@media screen and (max-width:1439px) and (min-width:960px) {
    .tabs_group:before {
        width: calc(100% - 30px);
        left: 15px;
    }
}


@media screen and (min-width:960px) {
    .tabs_group .tab_title {
        position: absolute;
        height: 70px;
        top: 0;
    }
}

@media screen and (min-width:1440px) {
    .tabs_group .tab_title {
        padding: 0 40px;
    }
}


@media screen and (max-width:1439px)and (min-width:1024px) {
    .tabs_group .tab_title {
        padding: 0 20px;
    }
}


@media screen and (max-width:1023px)and (min-width:960px) {
    .tabs_group .tab_title {
        padding: 0 10px;
    }
}

.tabs_group .tab_title a {
    display: block;
    text-align: center;
    border: 1px solid var(--dfborder);;
    background-color: #f0f0f5;
    position: relative;
}

.tabs_group .tab_title.active a {
    color: #fff;
}

@media screen and (min-width:1440px) {
    .tabs_group .tab_title a {
        padding: 0 50px;
    }
}

@media screen and (max-width:1439px) {
    .tabs_group .tab_title a {
        padding: 0 30px;
    }
}

@media screen and (min-width:1024px) {
    .tabs_group .tab_title a {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:1023px) {
    .tabs_group .tab_title a {
        font-size: 1.125rem;
    }
}

@media screen and (min-width:960px) {
    .tabs_group .tab_title a {
        line-height: 70px;
        border-radius: 10px 10px 0 0;
    }

    .tabs_group .tab_title.active a {
        background-color: transparent;
        border-bottom: 2px solid #ffffff;
    }

    .tabs_group .tab_title.active a::after {
        content: '';
        display: block;
        position: absolute;
        width: 90%;
        height: 60px;
        background-color: var( --style1-blue-dark );
        top: 5px;
        left: 5%;
        border-radius: 5px;
        z-index: -10;
    }

}

@media screen and (max-width:959px) {

    .tabs_group .tab_title {
        margin-top: -1px;
    }

    .tabs_group .tab_title a {
        line-height: 50px;
        border-radius: 10px;
    }

    .tabs_group .tab_title.active a {
        border-radius: 10px 10px 0 0;
        color: #fff;
        background-color: var( --style1-blue-dark );
    }

    .tabs_group .tab_cont {
        padding: 30px 15px;
        border-right: 1px solid var(--dfborder);
        border-left: 1px solid var(--dfborder);
        border-bottom: 1px solid var(--dfborder);
        border-radius: 0 0 10px 10px;
    }
}

.index_recommend_list .item {
    max-width: 320px;
    position: relative;
}

@media screen and (min-width:1600px) {
    .index_recommend_list .item {
        width: 12.5vw;
        margin: 10px auto;
    }
}
@media screen and (max-width:1599px) and (min-width:1440px) {
    .index_recommend_list .item {
        margin:10px 20px ;
    }
}

@media screen and (max-width:1439px) and (min-width:630px) {
    .index_recommend_list .item {
        margin:10px 15px ;
    }
}

@media screen and (max-width:629px) {
    .index_recommend_list .item {
        height: 100%;
        margin: 0 auto;
        padding: 10px;
    }
}



.index_recommend_list .item::after {
    content: "";
    display: block;
    position: absolute;

    border-radius: 10px;
    border: 1px solid var(--dfborder);
    background-color: var( --style1-blue-- );
    z-index: -50;
}

@media screen and (min-width:630px) {

    .index_recommend_list .item::after {
        width:calc(100% - 2px);
        height: calc(100% - 2px);
        top: 0px;
        left: 0px;
    }

}

@media screen and (max-width:629px) {

.index_recommend_list .item::after {
    width:calc(100% - 22px);
    height: calc(100% - 22px);
    top: 10px;
    left: 10px;
}

}



.index_recommend_list .item a {
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px;
    border: 1px solid var(--dfborder);
    background-color: #ffffff;
    display: block;
    position: relative;
}



.index_recommend_list .item a:hover{
    transform:translate(-5px , -5px);
}


.index_recommend_list .item a img {
    margin-bottom: 30px;
}

/* @media screen and (max-width:630px) {
    .index_recommend_list .item a img {
        padding: 20px 30px;
    }
} */

.index_recommend_list .item .book_title {
    height: 53px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.index_recommend_list .item .book_title span {
    font-size: 1.125rem;
    color: #152632;
    line-height: 1.5em;
    font-weight: 500;
}

.index_recommend_list .item a:hover .book_title span {
    text-decoration:underline;
    text-decoration-style: dotted;
    text-decoration-color:var(--style1-blue--);
    text-underline-offset:0.3rem;
}

.index_recommend_list .no_data {
    text-align: center;
    font-size: 1.25rem;
    line-height: 200px;
    letter-spacing: .2em;
    color: #565e64;
}


/*Introduction*/
.IndexIntroduction {
    background-color:var(--style1-blue-bg);
    background-image: url(../images/bg_grid.png);
    background-repeat: repeat;
}

.IndexIntroduction .editable_content .district h4 {
    text-align: center;
    color: var(--style1-blue-dark);
    font-weight: 900;
    margin-bottom: 30px;
}

.IndexIntroduction .editable_content .district blockquote {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid var(--style1-blue--);
    position: relative;
    margin-bottom: 40px;
}

.IndexIntroduction .editable_content .district blockquote::before,
.IndexIntroduction .editable_content .district blockquote::after {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 25px;
    background-image: url(../images/quote-b.png);
    background-repeat: no-repeat;
}

.IndexIntroduction .editable_content .district blockquote::before {
    background-position: 0 0;
}

.IndexIntroduction .editable_content .district blockquote::after {
    background-position: 100% 0;
}

.IndexIntroduction .editable_content .district blockquote p {
    color: #565e64;
}

.IndexIntroduction .editable_content .district  p {
    color: var(--dfborder);
}

@media screen and (min-width:960px) {
    .IndexIntroduction .editable_content .district h4 {
        font-size: 1.75rem;
        line-height: 1.5em;
    }

    .IndexIntroduction .editable_content .district blockquote {
        padding: 40px 65px;
    }

    .IndexIntroduction .editable_content .district blockquote::before {
        top: 20px;
        left: 20px;
    }

    .IndexIntroduction .editable_content .district blockquote::after {
        bottom: 20px;
        right: 20px;
    }

    .IndexIntroduction .editable_content .district blockquote p {
        font-size: 1.125rem;
        line-height: 2em;
    }

    .IndexIntroduction .editable_content .district p {
        font-size: 1.25rem;
        line-height: 2.25em;
    }

}

@media screen and (max-width:959px) {
    .IndexIntroduction .editable_content .district h4 {
        font-size: 1.5rem;
        line-height: 1.2em;

    }

    .IndexIntroduction .editable_content .district blockquote {
        padding: 40px 30px;
    }

    .IndexIntroduction .editable_content .district blockquote::before {
        top: 10px;
        left: 10px;
    }

    .IndexIntroduction .editable_content .district blockquote::after {
        bottom: 10px;
        right: 10px;
    }

    .IndexIntroduction .editable_content .district blockquote p {
        font-size: 1rem;
        line-height: 1.8em;
    }

    .IndexIntroduction .editable_content .district p {
        font-size: 1.125rem;
        line-height: 2em;
    }

}

/*News*/


.IndexNews .index_block_title::before {
    background-image: url(../images/title-icon-2.svg);
}

.IndexNews .news_list .news_item {
    border-bottom: 1px solid #999999;
}

@media screen and (min-width:630px) {
    .IndexNews .news_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .IndexNews .news_list .news_item:nth-child(1),
    .IndexNews .news_list .news_item:nth-child(2) {
        border-top: 1px solid #999999;
    }
}

@media screen and (max-width:629px) {
    .IndexNews .news_list {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .IndexNews .news_list .news_item {
        padding: 20px 0 15px 0;
        width: 45%;
    }
}

@media screen and (max-width:1023px) and (min-width:630px) {
    .IndexNews .news_list .news_item {
        padding: 15px 0 10px 0;
        width: 48%;
    }
}

@media screen and (max-width:629px) {
    .IndexNews .news_list .news_item {
        padding: 10px 0 5px 0;
        width: 100%;
    }
}

.IndexNews .news_list .news_item .date span {
    position: relative;
    color: var(--style1-blue--);
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 20px;
}

.IndexNews .news_list .news_item .date span:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--style1-blue--);
    top: calc(50% - 5px);
    left: 0;
}

.IndexNews .news_list .news_item .title a {
    position: relative;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

@media screen and (min-width:1024px) {
    .IndexNews .news_list .news_item .title a {
        -webkit-line-clamp: 1;
        padding-top: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width:1023px) {
    .IndexNews .news_list .news_item .title a {
        -webkit-line-clamp: 2;
        padding-top: 10px;
        font-size: 1.125rem;
    }
}

.IndexNews .news_list .news_item .title a:hover {
    color: var(--style1-blue-dark);
    text-decoration: underline;
    text-decoration-style:dotted;
    text-decoration-color:var(--style1-blue--);
    text-underline-offset:0.3rem;
}

/*Active*/

.IndexActive .index_block_title::before {
    background-image: url(../images/title-icon-3.svg);
}

.IndexActive .index_active_list .item {
    max-width: 240px;
}


@media screen and (min-width:1600px) {
    .IndexActive .index_active_list .item {
        width: 16.7vw;
        margin: 10px auto;
    }
}

@media screen and (max-width:1599px) and (min-width:680px){
    .IndexActive .index_active_list .item {
        margin:10px 15px;
    }
}

@media screen and (max-width:679px){
    .IndexActive .index_active_list .item {
        margin: 10px auto;
        width: 100%;
    }
}

.IndexActive .index_active_list .active_imgbox {
    overflow: hidden;
    position: relative;
    border: 1px solid var(--dfborder);
    border-radius: 10px;
}

.IndexActive .index_active_list .active_imgbox .img {
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.IndexActive .index_active_list a:hover .active_imgbox .img {
    transform: scale(1.05);
}

.IndexActive .index_active_list .active_content {
    position: relative;
    border: 1px solid var(--dfborder);
    border-radius: 10px;
    margin-top: -1px;
    background-color: #ebebf8;
    transition: all .3s ease;
}


.IndexActive .index_active_list .item a:hover .active_content {
    background-color: #ffffff;;
}

@media screen and (min-width:960px) {
    .IndexActive .index_active_list .active_content {
        padding:25px 20px 20px 20px;
    }
}

@media screen and (max-width:959px) {
    .IndexActive .index_active_list .active_content {
        padding:20px;
    }
}

.IndexActive .index_active_list .active_content .date {
    position: absolute;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05em;
    background-color: var(--style1-blue--);
    border-radius: 5px;
    top: -12px;
    padding: 5px 10px;
    left: 20px;
}

@media screen and (min-width:1024px) {
    .IndexActive .index_active_list .active_content .date {
        font-size: 0.875rem;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    .IndexActive .index_active_list .active_content .date {
        font-size: 0.75rem;
    }
}

@media screen and (max-width:959px) and (min-width:630px) {
    .IndexActive .index_active_list .active_content .date {
        font-size: 0.875rem;
    }
}

@media screen and (max-width:629px){
    .IndexActive .index_active_list .active_content .date {
        font-size: 0.75rem;
    }
}

.IndexActive .index_active_list .active_content .title {
    letter-spacing: .1em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #152632;
    font-weight: 500;
}

.IndexActive .index_active_list a:hover .active_content .title {
    color: var(--style1-blue-dark);
    text-decoration: underline;
    text-decoration-style:dotted;
    text-decoration-color: var(--style1-blue--);
    text-underline-offset: 0.3rem;
}

@media screen and (min-width:1440px) {
    .IndexActive .index_active_list .active_content .title {
        -webkit-line-clamp: 3;
        height: 83px;
        font-size: 1.25rem;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1439px){
    .IndexActive .index_active_list .active_content .title {
        -webkit-line-clamp: 2;
        height: 48px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width:1439px) and (min-width:630px) {
    .IndexActive .index_active_list .active_content .title {
        line-height: 1.3em;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:629px){
    .IndexActive .index_active_list .active_content .title {
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}

.index_active_list .active_content .detail{
    height: 110px;
}

.index_active_list .active_content .detail p {
    color: #565e64;
    line-height: 1.7em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
