.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    padding-top: 40px;
}

.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 100px;
}




































/* *******************左****************** */

.main-left {
    width: 790px;
    padding: 20px 20px 59px;
    height: auto;
    background: #fff;
}

.layui-carousel {
    width: 100%;
    height: 100%;
}

.carousel-item {
    width: 790px;
    height: 444px;
}

.carousel-item img {
    width: 790px;
    height: 444px;
}

.layui-carousel-ind ul {
    background: rgba(0, 0, 0, 0);
}

.layui-carousel-ind li {
    background: #8d5c33;
    margin: 0 5px;
}





/*.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-wrapper {
    width: 790px;
    height: 444px;
}

.swiper-container .swiper-wrapper img {
    width: 790px;
    height: 444px;
}*/

.swiper-slide {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 19px;
    color: #fff;
    height: 22px;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    width: 182px;
    line-height: 22px;
    text-align: left;
}

.swiper-pagination-bullet {
    background-color: #000;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.reports {
    margin-top: 30px;
    border-bottom: 1px solid #8d5c33;
}

.reports>div {
    width: 92px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #000;
    color: #FFFFFF;
    font-size: 16px;
}

.reports>a {
    display: block;
    color: #2F343B;
    font-size: 16px;
    line-height: 35px;
}

.list li {
    /*list-style: disc inside;*/
    margin-top: 40px;
}

.list li:first-child {
    margin-top: 23px;
}

.list .list-content {
    margin-bottom: 18px;
}

.list .list-content>span:first-child {
    margin-top: 6px;
    margin-right: 10px;
}

.list .list-content>span:last-child {
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.layui-bg-cyan {
    background: #2F343B!important;
}

.layui-badge-dot {
    width: 3px;
    height: 3px;
}

.list .list-time {
    padding-left: 12px;
    color: #A0A4AA;
    font-size: 14px;
}

.list .list-time span:first-child {
    margin-right: 24px;
}

.activelist li {
    padding: 20px 0 14px;
    border-bottom: 1px solid rgba(125, 133, 144, .5);
}

.activelist .thumbnail {
    width: 160px;
    height: 90px;
}

.activelist .introduce {
    width: 618px;
}

.activelist .introduce h3 {
    /*width: 527px;*/
    width: 618px;
    color: #1C2438;
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 20px;
}

.layui-btn {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    padding: 0;
    font-size: 14px;
    color: #FFFFFF;
}

.demeanour {
    width: 100%;
    margin-top: 40px;
}

.demeanour>h3 {
    color: #1C2438;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.swiper {
    position: relative;
}

.swiper-container1 {
    width: 676px;
    height: 256px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-container1 .swiper-slide {
    width: 220px;
    height: 124px;
    overflow: hidden;
}

.swiper-container1 .swiper-slide img {
    width: 220px;
    height: 124px;
}





































/* *******************右************************ */

.main-right {
    width: 320px;
    height: auto;
}

.volunteers {
    width: 300px;
    margin: 0 auto;
    margin-top: 25px;
    overflow: hidden;
}

.volunteers h3 {
    text-align: center;
    color: #1C2438;
    font-size: 16px;
    margin-top: 39px;
}

.volunteers ol {
    /*padding-left: 28px;*/
}

.volunteers ol li:first-child {
    padding-top: 30px;
}

.volunteers ol li {
    padding: 19px 0 19px;
    /*list-style: decimal;*/
    color: #1C2438;
    font-size: 16px;
    color: #1C2438;
    line-height: 22px;
    position: relative;
}

.volunteers ol li:last-child .line {
    display: none;
}

.line {
    position: absolute;
    right: 0;
    bottom: 0;
}

.volunteers li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -5px;
    margin-right: 15px;
    margin-left: 10px;
}