section.volunteer-page .volunteer-top-kv {
    width: 100%;
    height: 475px;
    background: url('../img/volunteer/gongyi_kv.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
}

section.volunteer-page .volunteer-title {
    height: auto;
    margin: 0 auto;
    padding: 75px 90px 10px 90px;
}

@media screen and (max-width: 1440px) {
    section.volunteer-page .volunteer-top-kv {
        height: 410px;
    }
}

@media screen and (max-width: 1024px) {
    section.volunteer-page .volunteer-top-kv {
        height: 290px;
    }
}

@media screen and (max-width: 768px) {
    section.volunteer-page .volunteer-top-kv {
        height: 220px;
    }
}

@media screen and (max-width: 425px) {
    section.volunteer-page .volunteer-top-kv {
        height: 200px;
    }



    .volunteer-page .volunteer-content ul li:nth-child(even) .right .text{
        max-height:none !important;
    }
}

@media screen and (max-width: 320px) {
    section.volunteer-page .volunteer-top-kv {
        height: 160px;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .right .text{
        max-height:none !important;
    }
}

.volunteer-page .volunteer-content {
    padding: 20px 90px;
}

.volunteer-page .volunteer-content ul li .text {
    line-height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.volunteer-page .volunteer-content ul li {
    float: left;
    border: 1px solid #94979c;
    margin-bottom: 20px;
}

/*.volunteer-page .volunteer-content ul li:first-child {
    width: 60.5%;
    height: 660px;
    margin-right: 1%;
    position: relative;
}

.volunteer-page .volunteer-content ul li:nth-child(2) {
    width: 38%;
    height: 660px;
    position: relative;
}

.volunteer-page .volunteer-content ul li.tebie .left {
    width: 100%;
    height: 590px;
}

.volunteer-page .volunteer-content ul li.tebie .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
}

.volunteer-page .volunteer-content ul li.tebie .content .main {
    position: relative;
    height: 166px;
    padding: 20px;
}

.volunteer-page .volunteer-content ul li.tebie .content .main .more {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 9;
}

.volunteer-page .volunteer-content ul li.tebie .content .main .title {
    margin-bottom: 20px;
    word-break: keep-all; !* 不换行 *!
    whitewhite-space: nowrap; !* 不换行 *!
    overflow: hidden; !* 内容超出宽度时隐藏超出部分的内容 *!
    text-overflow: ellipsis;
}

.volunteer-page .volunteer-content ul li.tebie:hover .content .main .title {
!*    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;*!
}*/

.volunteer-page .volunteer-content ul li:nth-child(odd) {
    width: 100%;
    height: 375px;
    display: flex;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .left {
    width: 47%;
    height: 375px;
    display: table;
    order: 1;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .right {
    width: 53%;
    height: 375px;
    order: 2;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .left > span {
    display: block;
    padding: 20px !important;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .left .title {
    margin-bottom: 30px;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .left .text {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height:126px;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .more {
    margin-top: 20px;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .right .text {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height:126px;
}

.volunteer-page .volunteer-content ul li:nth-child(even) {
    width: 100%;
    height: 375px;
    display: flex;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .right {
    width: 47%;
    height: 375px;
    display: table;
    order: 2;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .right .title {
    margin-bottom: 30px;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .left {
    width: 53%;
    height: 375px;
    order: 1;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .right > span {
    display: block;
    padding: 20px !important;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .more {
    margin-top: 20px;
}

.volunteer-page .volunteer-content ul li .right .title{
    max-height:68px;
    overflow:hidden;
}

.volunteer-page .volunteer-content ul li:nth-child(odd) .mobile-right{
    display:none !important;
}

.volunteer-page .volunteer-content ul li:nth-child(even) .mobile-left{
    display:none !important;
}

@media screen and (max-width: 1024px) {
    /*.volunteer-page .volunteer-content ul li.tebie .content {
        position: absolute;
        !* width: auto !important; *!
        bottom: 0;
        left: 0;
        width: 90%;
        padding: 20px 5%;
        height: 31%;
        background: white;
        overflow: hidden;
    }*/
}

@media screen and (max-width: 1000px) {
    /*.volunteer-page .volunteer-content ul li:nth-child(2) {
        width: 37.5%;
    }*/
}

@media screen and (max-width: 768px) {

    section.volunteer-page .volunteer-title {
        padding: 20px;
    }

    .volunteer-page .volunteer-content {
        padding: 20px 20px;
    }

    /*.volunteer-page .volunteer-content ul li.tebie .content .main .more {
        position: absolute;
        left: 0;
        bottom: -15px;
        z-index: 9;
    }

    .volunteer-page .volunteer-content ul li.tebie .content .main {
        padding: 0;
    }*/

}

@media screen and (max-width: 425px) {
    .volunteer-page .volunteer-content ul li .right .title{
        max-height:none;
    }

    /*.volunteer-page .volunteer-content ul li.tebie .content .main .more {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 10px;
    }

    .volunteer-page .volunteer-content ul li.tebie .content .main {
        height: auto;
    }*/

    .volunteer-page .volunteer-content ul li .text {
        line-height: 22.5px !important;
    }

    section.volunteer-page .volunteer-title {
        padding: 40px 15px;
    }

    .volunteer-page .volunteer-content {
        padding: 0 15px;
    }

    /*.volunteer-page .volunteer-content ul li.tebie .left {
        width: 100%;
        height: 316px;
        position: static;
    }

    .volunteer-page .volunteer-content ul li.tebie .text {
        height: auto !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        word-break: normal;
    }*/

    .volunteer-page .volunteer-content ul li {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
        position: static !important;
        display: block !important;
    }

    .volunteer-page .volunteer-content ul li .left {
        width: 100% !important;
        height: 316px !important;
        background-size: cover;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .left{
        height:auto !important;
    }

    /*.volunteer-page .volunteer-content ul li.tebie {
        display: none;
    }

    .volunteer-page .volunteer-content ul li.tebie .content {
        padding: 20px;
        position: static;
        width: auto;
        border-bottom: 0;
    }

    .volunteer-page .volunteer-content ul li.tebie .content .main {
        padding: 0;
    }

    .volunteer-page .volunteer-content ul li.tebie .content .main .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: normal;
    }*/

    .volunteer-page .volunteer-content ul li:nth-child(odd) .left .title {
        overflow: hidden;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .right .title {
        overflow: hidden;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .right {
        height: auto;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .right {
        width: 100%;
        height: 316px;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .left > span {
        padding: 20px !important;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .right > span {
        padding: 20px !important;
        vertical-align: top;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .left .text {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        word-break: normal;
        max-height:none !important;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .right .text {
        height: auto;
        max-height:none !important;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .right {
        width: 100%;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .right{
        display:none;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .mobile-right{
        width:100%;
        height:auto;
        display:block !important;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .mobile-right img{
        width:100%;
        height:auto;
        display:block;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .mobile-left{
        width:100%;
        height:auto;
        display:block !important;
    }

    .volunteer-page .volunteer-content ul li:nth-child(odd) .mobile-left img{
        width:100%;
        height:auto;
        display:block;
    }

    .volunteer-page .volunteer-content ul li:nth-child(even) .left{
        display:none;
    }
}




























































