﻿
.care-text
{
    width:100%;
    float:left;
    text-align:center;
}

.care-text h3 {
    font-weight: bold;
    color: #333333;
    margin: 100px 0 45px;
    font-size: 36px;
    line-height: 45px;
}



.list_culture {
    margin-bottom: 80px
}

@media (max-width: 1440px) {
    .list_culture {
        margin-bottom:40px
    }
}

@media (max-width: 1180px) {
    .list_culture {
        margin-bottom:0px
    }
}

.list_culture>ul {
    margin: 0;
    padding: 0
}

.list_culture>ul>li {
    display: block
}

@media (max-width: 668px) {
    .list_culture>ul>li {
        margin-bottom:20px
    }
}

.list_culture>ul>li .item {
    background-color: #f8f8f8;
    width: 100%;
    display: flex;
    align-items: center
}

@media (max-width: 668px) {
    .list_culture>ul>li .item {
        flex-wrap:wrap
    }
}

.list_culture>ul>li .item .img {
    width: 50%;
    height: 480px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .list_culture>ul>li .item .img {
        height:400px
    }
}

@media (max-width: 668px) {
    .list_culture>ul>li .item .img {
        width:100%;
        height: 200px
    }
}

.list_culture>ul>li .item .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 1s
}

.list_culture>ul>li .item .txt {
    width: 50%;
    padding: 0 70px
}

@media (max-width: 1440px) {
    .list_culture>ul>li .item .txt {
        padding:0 50px
    }
}

@media (max-width: 1180px) {
    .list_culture>ul>li .item .txt {
        padding:0 20px
    }
}

@media (max-width: 668px) {
    .list_culture>ul>li .item .txt {
        width:100%;
        padding: 20px
    }
}

.list_culture>ul>li .item .txt b.t {
    display: inline-block;
    font-size: 26px;
    color: #1daee1
}

@media (max-width: 1440px) {
    .list_culture>ul>li .item .txt b.t {
        font-size:20px
    }
}

@media (max-width: 1180px) {
    .list_culture>ul>li .item .txt b.t {
        font-weight:18px
    }
}

@media (max-width: 668px) {
    .list_culture>ul>li .item .txt b.t {
        font-size:16px
    }
}

.list_culture>ul>li .item .txt b.t:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    line-height: 2px;
    background-color: #1daee1;
    margin: 20px 0;
    transition: all .5s
}

.list_culture>ul>li .item .txt .des {
    color: #666;
    line-height: 28px;
    text-align: justify;
}

@media (min-width: 668px) {
    .list_culture>ul>li .item:hover .img span {
        transform:scale(1.1)
    }

    .list_culture>ul>li .item:hover .txt b.t:after {
        width: 100%
    }
}

@media (min-width: 668px) {
    .list_culture>ul>li:nth-of-type(even) .item .txt {
        order:-1
    }
}