@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSerif-Bold';
    src: url('../../fonts/SourceHanSerif-Bold.ttf');
}
@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../../fonts/SourceHanSerifCN-Medium.otf');
}
@font-face {
    font-family: 'Arial MT';
    src: url('../../fonts/Arial-MT.ttf');
}
.container-fluid .banner {
    position: relative;
}
.container-fluid .banner #banner_swiper {
    margin-top: -53px;
    z-index: 0;
    height: 600px;
}
.container-fluid .banner #banner_swiper .swiper-slide img {
    width: 100%;
    height: 600px;
}
.container-fluid .banner #banner_swiper .swiper-pagination .my-bullet {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
}
.container-fluid .banner #banner_swiper .swiper-pagination .my-bullet-active {
    border-radius: 3px;
    width: 16px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
}
.container-fluid .banner .contentBox {
    width: 100%;
    user-select: none;
    display: block;
    margin-top: 80px;
    top: 0;
    position: absolute;
    z-index: 1;
}
.container-fluid .banner .contentBox .content {
    margin: 0 auto;
    height: 100%;
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-fluid .banner .contentBox .content h1 {
    margin: 0;
    font-family: 'SourceHanSerif-Bold';
    font-size: 32px;
    color: #fff;
}
.container-fluid .banner .contentBox .content p {
    text-indent: 2em;
    margin-top: 48px;
    margin-bottom: 0;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.container-fluid .banner .contentBox .content .more {
    margin-top: 20px;
}
.container-fluid .banner .contentBox .content .more a {
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.container-fluid .banner .contentBox .content .more a i {
    margin-left: 9px;
}
.container-fluid .banner .contentBox .content img {
    margin-top: 35px;
}
.container-fluid .banner .contentBox .content .joinUs {
    margin-top: 20px;
}
.container-fluid .banner .contentBox .content .joinUs a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../../images/professional/volunteerService/btnBac.png) no-repeat;
    width: 214px;
    line-height: 68px;
    font-family: 'SourceHanSerif-Bold';
    font-size: 28px;
    color: #F5F0DF;
}
.container-fluid .volunteerServiceProject {
    padding-bottom: 60px;
}
.container-fluid .volunteerServiceProject .title {
    margin-top: 80px;
}
.container-fluid .volunteerServiceProject .list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-fluid .volunteerServiceProject .list .item {
    width: 280px;
    overflow: hidden;
}
.container-fluid .volunteerServiceProject .list .item .top a {
    text-decoration: none;
}
.container-fluid .volunteerServiceProject .list .item .top a img {
    width: 280px;
    height: 180px;
}
.container-fluid .volunteerServiceProject .list .item .top a h1 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 20px;
    color: #333333;
    margin: 0;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container-fluid .volunteerServiceProject .list .item .more {
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 16px;
    color: #BBA978;
}
.container-fluid .volunteerServiceProject .list .item .more i {
    margin-left: 10px;
}
.container-fluid .volunteerServiceProject .list .item + .item {
    margin-left: 24px;
}
.container-fluid .spaceBetween {
    padding-bottom: 60px;
    background: url(../../images/professional/bg.png);
}
.container-fluid .spaceBetween .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.container-fluid .spaceBetween .wrap .title {
    margin-top: 60px;
}
.container-fluid .spaceBetween .wrap .contentBox {
    margin-top: 40px;
}
.container-fluid .spaceBetween .wrap .contentBox .item {
    margin-top: 20px;
}
.container-fluid .spaceBetween .wrap .contentBox .item a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
}
.container-fluid .spaceBetween .wrap .contentBox .item a img {
    width: 230px;
    height: 154px;
}
.container-fluid .spaceBetween .wrap .contentBox .item a .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 288px;
    margin-left: 20px;
}
.container-fluid .spaceBetween .wrap .contentBox .item a .content h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-family: 'SourceHanSerif-Bold';
    font-size: 20px;
    color: #333333;
}
.container-fluid .spaceBetween .wrap .contentBox .item a .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
    margin-top: 12px;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.container-fluid .spaceBetween .wrap .contentBox .item a .content span {
    margin-top: 15px;
    font-family: 'Arial MT';
    color: #999;
    font-size: 16px;
}
.container-fluid .spaceBetween .wrap .contentBox .more {
    clear: both;
    display: flex;
}
.container-fluid .spaceBetween .wrap .contentBox .more a {
    display: flex;
    justify-content: center;
    width: 130px;
    line-height: 31px;
    background: url(../../images/professional/tendField/moreBtnBac.png) no-repeat;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
}
.container-fluid .adjectiveVolunteer .contentBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.container-fluid .adjectiveVolunteer .contentBox .item {
    margin-top: 40px;
    width: 252px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.container-fluid .adjectiveVolunteer .contentBox .item .img a {
    display: block;
    position: relative;
}
.container-fluid .adjectiveVolunteer .contentBox .item .img a .border {
    position: relative;
    z-index: 1;
    width: 252px;
    height: 252px;
}
.container-fluid .adjectiveVolunteer .contentBox .item .img a .img-circle {
    z-index: 0;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 220px;
    height: 220px;
}
.container-fluid .adjectiveVolunteer .contentBox .item .text {
    margin-top: 25px;
}
.container-fluid .adjectiveVolunteer .contentBox .item .text a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 20px;
    color: #333333;
    text-align: center;
    background: #F8F6F2;
    border-radius: 20px 0px 20px 0px;
    line-height: 48px;
    padding: 0 10px;
}
.container-fluid .adjectiveVolunteer .contentBox .item .text a img {
    width: 21px;
    height: 28px;
}
.container-fluid .adjectiveVolunteer .contentBox .item .text a span {
    max-width: calc(100% - 52px);
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container-fluid .adjectiveVolunteer .contentBox .item .text a img {
    width: 21px;
    height: 28px;
}
.container-fluid .adjectiveVolunteer .more {
    clear: both;
    display: flex;
}
.container-fluid .adjectiveVolunteer .more a {
    display: flex;
    justify-content: center;
    width: 130px;
    line-height: 31px;
    background: url(../../images/professional/tendField/moreBtnBac.png) no-repeat;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
}
.container-fluid footer {
    margin-top: 80px;
}
@media screen and (max-width: 1850px) {
    .container-fluid .banner .contentBox .content {
        width: 90%;
    }
    .container-fluid .spaceBetween .wrap {
        width: 80%;
        margin-left: 10%;
    }
}
@media screen and (max-width: 1600px) {
    .adjectiveVolunteer .contentBox {
        width: 90%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1400px) {
    .container-fluid .spaceBetween .wrap {
        width: 90%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1280px) {
    .container-fluid .banner .contentBox .content {
        width: 95%;
    }
    .container-fluid .volunteerServiceProject .list .item + .item {
        margin-left: 10px;
    }
    .container-fluid .spaceBetween .wrap {
        width: 95%;
        margin-left: 2.5%;
    }
}
