﻿@media screen and (max-width:1350px) {
    .philosophy-banner {
        width: 1000px;
        height: 400px;
        margin: 0px auto;
        background: #FFFFFF;
        box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
        position: relative;
    }

    .philosophy-banner:hover {
        box-shadow: 0 10px 50px 0 rgba(0,0,0,.2);
    }

    .philosophy-media {
        width: 665px;
        height: 400px;
        float: right;
        margin-left: 30px;
        position: relative
    }

        .philosophy-media img {
            width: 665px;
            height: 400px;
        }

    .philosophy-text {
        padding: 30px;
        min-width: 275px;
        max-width: 940px;
    }
}

@media screen and (min-width:1350px) {
    .philosophy-banner {
        width: 100%;
        height: 540px;
        background: #FFFFFF;
        box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
        position: relative;
    }

    .philosophy-banner:hover {
        box-shadow: 0 10px 50px 0 rgba(0,0,0,.2);
    }

    .philosophy-text {
        padding: 35px;
        min-width: 360px;
        max-width: 1260px;
    }

    .philosophy-media {
        width: 900px;
        height: 540px;
        float: right;
        margin-left: 45px;
    }

        .philosophy-media img {
            width: 900px;
            height: 540px;
        }
}

.philosophy-text-tip {
    color: #78232F;
    line-height: 50px;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}

.philosophy-text-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:1350px) {
    .philosophy-text-description {
        margin-top: 16px;
        line-height: 22px;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        height: 132px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

@media screen and (min-width:1350px) {
    .philosophy-text-description {
        margin-top: 16px;
        line-height: 22px;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        height: 264px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
    }
}

.philosophy-text-date {
    color: #78232F;
    line-height: 40px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
}

.philosophy-text-tag {
}

    .philosophy-text-tag span {
        height: 22px;
        border-radius: 2px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        background-color: #000000;
        opacity: 0.5;
        color: #FFFFFF;
        padding: 2px 5px 0px 5px;
    }

    .philosophy-text-tag .exclusive {
        background-color: #78232F;
        opacity: 1;
    }

.research-container {
    min-height: 100px;
    margin: 90px auto;
}

.research-description {
    margin: 30px auto;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
.philosophy-container {
    margin: 0px auto;
    min-height: 200px;
}
@media screen and (max-width:1350px) {
    .philosophy-container {
        width: 1000px;
    }
}

@media screen and (min-width:1350px) {
    .philosophy-container {
        width: 1350px;
    }
}

.philosophy-filter {
    height: 50px;
    text-align: right;
    padding-right: 10px;
}

.philosophy-filter-item {
    float: right;
    margin-left: 36px;
}

.philosophy-filter span {
    font-size: 16px;
    color: #78232f;
    cursor: pointer;
    width: 80px;
    display: inline-block;
}

.philosophy-filter svg {
    width: 12px;
    height: 12px;
    fill: #78232f;
    cursor: pointer;
}

.philosophy-filter .filter-container {
    padding: 20px;
    width: 120px;
    min-height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 18px 0px rgba(200,200,200,0.5000);
    position: absolute;
    margin-left: -55px;
    margin-top: 10px;
    z-index: 10;
    display: none;
}

    .philosophy-filter .filter-container::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        top: -5px;
        right: 10px;
    }
.philosophy-filter ul {
    padding:0px;
    margin:0px;
    list-style:none;
}
.philosophy-filter li {
    height: 40px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .philosophy-filter li span {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid rgba(200,200,200,0.5000);
        display: inline-block;
        margin-right: 15px;
        position: relative;
        top: 4px;
    }

        .philosophy-filter li span::before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 15px;
            background-color: #FFFFFF;
            content: " ";
            position: relative;
            top: -5px;
            left: 3px;
        }

    .philosophy-filter li:hover {
        cursor: pointer;
    }

.philosophy-filter .liactive span {
    border: 1px solid #78232f;
}

    .philosophy-filter .liactive span::before {
        background-color: #78232f;
    }


.philosophy-filter li .active {
    border: 1px solid #78232f;
}

    .philosophy-filter li .active::before {
        background-color: #78232f;
    }


.philosophy-list {
    margin-top: 15px;
}



/******/

.page-evaluate {
    padding: 32px 40px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 50px;
}

.evaluate-head {
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
}

    .evaluate-head p {
        width: 100%;
        height: 1px;
        background-color: #d8d8d8;
    }

    .evaluate-head div {
        width: 120px;
        text-align: center;
        background-color: #ffffff;
        line-height: 24px;
        position: absolute;
        left: 50%;
        margin-left: -60px;
        top: -12px;
        z-index: 1;
    }

.evaluate-box {
    width: 220px;
    padding: 40px 0 30px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}

    .evaluate-box li {
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 20px;
        background: url(../images/score.png) no-repeat center;
        background-size: 24px;
        cursor: pointer;
        list-style:none;
    }

    .evaluate-box .evaluate-active {
        background-image: url(../images/scoreActive.png);
    }

.evaluate-text {
    width: 800px;
    max-width: 800px;
    min-width: 800px;
    margin: 0 60px;
    padding: 20px;
    min-height: 88px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.evaluate-btn {
    width: 800px;
    height: 44px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 60px;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

    .evaluate-btn:hover {
        background-color: rgba(120, 35, 47, 0.85);
        color: #ffffff;
        border-color: #78232f;
    }

/***** category *****/

.category-body {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX////CwsJLT4cAAAAADUlEQVQI12PACQ4AEQAD3gGB5vz/GAAAAABJRU5ErkJggg==') repeat 0 0/5px 5px;
    padding-bottom: 50px
}
@media screen and (max-width:1350px) {
    .category-container {
        width: 1000px;
    }
}

@media screen and (min-width:1350px) {
    .category-container {
        width: 1350px;
    }
}

.category-container {
    margin: 0px auto;
    min-height: 100px;
}
    .category-container ul, .category-container li {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .list-title {
        text-align: center;
        line-height: 50px;
        padding: 50px 0px 20px 0px;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 1px;
    }

.category-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .category-list li {
        margin-top: 40px;
        max-width: 50%;
        padding: 0 20px;
        width: calc(50% - 40px);
        height: 340px;
    }

        .category-list li[single-row="true"] {
            margin-top: 40px;
            max-width: 100%;
            padding: 0 20px;
            width: calc(100% - 40px);
            height: 340px;
        }

.category-item {
    position: relative;
    width: 100%;
    height: 340px;
    display: flex;
    align-items: flex-end;
}

.category-media {
    width: 100%;
    height: 340px;
    position: absolute;
}

    .category-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .category-media::after {
        background-blend-mode: multiply;
        background-image: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7));
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

.category-content {
    z-index: 2;
    margin: 40px 110px 40px 40px;
    color:#FFFFFF;
    font-size:18px;
}

.category-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}
.category-title a{
    color: #FFFFFF;
}
    .category-title a:hover {
        color: #4c4c4c;
    }
.category-subtitle {
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}

.category-arrow {
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 0;
    padding: 11px 10px;
    bottom: 40px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    right: 40px;
}

    .category-arrow svg {
        fill: #FFFFFF;
        width: 16px;
        height: 14px;
    }
