.vo-bg {
	background:url(../images/volunteer-bg.png) no-repeat;
	background-position: 0px 130px;
	background-color: #f6f6f6;
}
.volunteer-tips {
	height: 350px;
	width: 324px;
	background-color: #ffffff;
	margin-top: 30px;
	margin-left: 259px;
	text-align: center;
	overflow: hidden;
	/* padding-top: 30px; */
}
.clear {
    clear: both;
}
.volunteer-tips > span {
	color: #7a7a7a;
}
.volunteer-tips--content {
/* 	overflow: hidden; */
	/* display：table; */
	text-align:center;
	margin: 25px auto;
}
.volunteer-tips--content li{
	display: inline;
	/* float: left; */
	color: #bd1d21;
	padding: 5px 10px;
	margin: 0 10px;
	border: 1px solid #bd1d21;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}
.join-volunteer {
	display: block;
	padding: 10px;
	background-color: #bd1d21;
	width: 40%;
	color: #ffffff!important;
	border-radius: 10px;
	margin: 20px auto auto auto;

}
.volunteer-tabs {
	margin-top: 48px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #ffffff;
}
.volunteer-tabs > .active {
	color: #bd1d21;
}
.volunteer-tabs li{
	width: 25%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.volunteer-tabs li:hover {
	color: #bd1d21;
}
.volunteer-tabs-cards {
	display: none;
}
.volunteer-cards-active {
	display: block;
	/* background-color: #ffffff;  */
	margin-top: 20px; 
}
.volunteer-news {
	background-color: #ffffff;
}
.volunteer-news-title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 0 20px;
}
.news-title-list li {
	float: left;
}
.news-title-ico {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.news-title-list {
	margin-left: 40px;
	margin-top: 20px;
}
.news-title-list li{
	padding: 0 10px;
	color:#979797; 
	border-right: 1px solid #979797;
	line-height: 20px;
	cursor: pointer;
}
.news-title-list li:hover {
	color: #bd1d21;
}
.news-title-more {
	color: #bd1d21;
	cursor: pointer;
}

.swiper-container {
    width: 544px;
    height: 397px;
}
.swiper-container img{
    width: 544px;
    height: 397px;
}
.volunteer-news--content {
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.volunteer-news--right{
	float: right;
	width: 640px;
}
.volunteer-right--title {
	text-align: center;
	font-size: 18px;
}
.volunteer-right--content {
    height: 60px;
	margin-top: 10px;
	padding: 5px 20px;
	/*height: 92px;*/
	line-height: 30px;
	background-color: #f9f9f9;
	color: #929292;
    overflow: hidden;
    font-size: 14px;
    overflow: auto;
}
.volunteer-right--content > a {
    display: none;
}
.volunteer-right--wrap {
    height: 280px;
    padding: 10px 0;
}
.volunteer-right--content p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.volunteer-right--content > a span {
    color: #000;
} 
.volunteer-right--content .notice-detail {
    display: none;
}
.volunteer-right--content > a{ 
	color: #5589d5;
    display: inline;
}
.volunteer-right--wrap li {
	line-height: 30px;
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.volunteer-right--wrap li > a{
    color: #000;
}
.volunteer-right--wrap li > a:hover{
    color: #bd1d21;
}
.volunteer-right--wrap li > a:hover span{
    color: #bd1d21;
}
.volunteer-right--wrap li:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #b5b5b5;
	top: 0;
	bottom:0;
	margin:auto;
}
.volunteer-right--wrap li span {
	color: #5589d5;
	margin-left: 5px;
}
#activity .activity-item>li {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom:20px!important; 
}
.volunteer-pannel {
	width: 32%;
	background-color: #ffffff;
	height: 416px;
	margin-top: 20px;
}
.volunteer-pannel--title {
	height: 50px;
	line-height: 50px;
}
.volunteer-pannel--title img{
	vertical-align: middle;
	margin: 0 5px 0 20px;
}
.volunteer-pannel--wrap {
	width: 100%;
	/* height: 100%; */
}
.volunteer-pannel--wrap > li {
	line-height: 35px;
	padding: 0 20px;
	overflow: hidden;
}
.pannel-wrap--num {
	color: #59bd1d;
	font-style: italic;
	font-weight: 600;
}
.pannel-wrap--nam {
	padding-left: 10px;
    color: #000;
}
.pannel-wrap--people {
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pannel-wrap--org {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pannel-wrap--nam:hover{
    color: #59bd1d;
}
.pannel-wrap--people:hover{
    color: #b97af3;
}
.pannel-date--num {
	color: #59bd1d;
}
.color-2 {
	color: #b97af3;
}
.volunteer-pannel--project {
	padding:0 20px;
	border-bottom: 1px solid #eeeeee;
}
.pannel-project--title {
	font-weight: 700;
}
.pannel-project--more {
	color: #bd1d21;
	cursor: pointer;
}
.volunteer-project-content > li {
	position: relative;
    padding-left: 30px; 
}
.volunteer-project-content > li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #b5b5b5;
	top: 0;
	bottom:0;
	margin:auto;
	left: 20px;
}
.news-show-ico {
	position: relative;
	width: 10%;
	text-align: center;
	cursor: pointer;
}
.volunteer-news-show > .active {
	color: #c8161d;
}
.volunteer-news-show > .active:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 80%;
	background-color: #c8161d;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.volunteer-dynamic {
	overflow: hidden;
	/* padding:20px; */
}
.volunteer-dynamic .volunteer-dynamic--left {
	width: 70%;
	background-color: #ffffff;
}
.volunteer-dynamic .volunteer-dynamic--right {
	width: 27%;
	background-color: #ffffff;
}
.volunteer-dynamic--list {
	padding:20px;
	border-bottom: 1px solid #eeeeee;
}
.dynamic-list--title {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    color: #000;
}
.dynamic-list--content,.dynamic-list--date {
	color: #bababa;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pagins{
	display: table;
	margin: 30px auto;
}
.pagins .pagins-list {
	width: 30px;
	height: 30px;
	background-color: #dcdcdc;
	color: #000000;
	float: left;
	margin: 10px;
	text-align: center;
	line-height: 30px;
    cursor: pointer;
}
.pagins .pagins-list.current {
    background-color: #bd1d21;
    color: #ffffff;
}
.pagins .pagins-list:hover {
	background-color: #bd1d21;
	color: #ffffff;
}
.pagins .disabled  {
    width: 30px;
    height: 30px;
    background-color: #dcdcdc;
    color: #000000;
    float: left;
    margin: 10px;
    text-align: center;
    line-height: 30px;
    cursor: not-allowed;
}
.dynamic-right--title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.dynamic-right--wrap .avatar-left {
	width: 130px;
	height: 93px;
}
.dynamic-right--list {
    position: relative;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
}
.content-right {
	margin-left: 150px;
}
.content-right--wrap {
	margin-top: 20px;
	font-size: 14px;
	color: #aaaaaa;
}
.volunteer-activiy {
	background-color: #ffffff;
}
.volunteer-navigation {
	/*overflow: hidden;*/
	border-bottom: 1px dashed #eeeeee;
	margin: 0 10px;
}
.volunteer-navigation > .volunteer-navigation--left {
    position: relative;
	padding: 5px 10px;
	margin: 15px 40px;
	border-radius: 5px;
	color: #000000;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
    
}
.volunteer-navigation > .volunteer-navigation--left .volunteer-navigation-second {
    display: none;
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    top: 30px;
    background-color: #ccc;
    border-radius: 0 0 5px 5px;
    z-index: 9999;
}
.volunteer-navigation > .volunteer-navigation--left .volunteer-navigation-second li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.volunteer-navigation > .volunteer-navigation--left .volunteer-navigation-second li:hover{
    background-color: #bd1d21;
}
.volunteer-navigation >.cate_type {
    cursor: pointer;
    color: #999;
}
.volunteer-navigation >.act_status {
    cursor: pointer;
    color: #999;
}
.volunteer-navigation >.active{
    background-color: #bd1d21;
    color: #fff;
}
.volunteer-navigation >.active:hover {
   border-radius: 5px 5px 0 0;
}
.volunteer-navigation >.active:hover .volunteer-navigation-second{
   display: block;
}
.volunteer-navigation > .volunteer-navigation--list {
	padding: 10px 20px;
	margin: 20px 30px;
	border-radius: 5px;
	color: #ababab;
}
.volunteer-navigation > .volunteer-navigation--list:hover {
	background-color: #bd1d21;
	color: #ffffff;
	cursor: pointer;
}

.pic-blank {
    background: url('https://btvideo.btggwh.com/images/mescroll-empty.png') no-repeat center center;
    width: 533px;
    height: 360px;
    margin: 70px auto;
    position: relative;
}
.no-find {
    width: 100%;
    font-size: 25px;
    color: #464646;
    line-height: 30px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}
/* 详情 */

html,body{
        height: 100%;
        background-color: #f6f6f6;
    }
    .bg {
        background-color: #f6f6f6;
    }
    .notice-list--wrap{
        margin-bottom: 40px;
    }
    .container-nav {
        /*line-height: 50px;*/
        color: #000;
        padding: 35px 0 15px 0;
    }
    .container-nav span {
        color: #000;
        padding-right: 10px;
    }
    .container-nav a {
        color: #000;
        margin: 0 5px;
    }
    .container-nav span {
        color: #000;
        margin: 0 5px;
    }
    .container-nav a:hover{
        color: #bd1d21;
    }
    .notice-list--content {
        overflow: hidden;
        widows: 100%;
        padding: 20px 0;
        height: 72px;
        border-bottom: 1px solid gainsboro;
    }
    .notice-content-left {
        width: 10%;
    }
    .notice-content-right {
        width: 90%;
    }
    .notice-content--time {
        color: #b1b1b1;
    }
    .notice-content--day {
        color: #b1b1b1;
        font-size: 40px;
        font-weight: 700;
    }
    .notice-right--title {
        /*line-height: 30px;*/
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .notice-right--content {
        /*line-height: 30px;*/
        margin-top: 10px;
        color: #b1b1b1;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .wapper-content {
        padding: 10px;
    }
    .wapper-content .wapper-content--left{
        position: relative;
        min-height: 1005px;
        box-sizing: border-box;
        padding: 20px;
        width: 70%;
        float: left;
        background-color: #fff;
    }
    .wapper-content .wapper-content--left .weixin-conn {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }
    .wapper-content--left  .qr_img_show {
        display: none;
        position: absolute;
        top: 70px;
        right: 30px; 
        width: 200px; 
        background: rgb(221, 221, 221); 
        padding: 10px;
    }
    .button_div_volunteer > a {
        padding: 10px;
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
        /* margin: 50px; */
        display: block;
        width: 10%;
        margin: 20px auto;
        text-align: center;
        border-radius: 5px;
    }
    .wapper-content .wapper-content--right{
        min-height: 620px;
        width: 28%;
        float: right;
        background-color: #fff;
    }
    .wapper-content--pannel .wapper-pannel--avatar {
        float: left;
        height: 250px;
        width: 345px;
        margin-right: 20px;
    }
    .wapper-pannel--right {
       /* float: left;*/
        margin-left: 12px;
    }
    .pannel--right--title {
        font-size: 18px;
        margin-top: 5px;
        width: 90%;
    }
    .pannel-right--content {
       margin-top: 5px
    }
    .pannel-right--content p {
        color:#919191;
        line-height: 30px;
    }
    .pannel-right--content p i{
        margin-right: 10px;
        color:#c8161d;
        font-size: 16px; 
        width: 20px;
    }
    .clear{
        clear: both;
    }
    .pannel-content--title {
        font-size: 16px;
        line-height: 60px;
        border-bottom: 1px solid #eee;
    }
    .pannel-content--wrap {
        padding: 10px 0;
        line-height: 25px;
    }
    .wapper-right--title {
        line-height: 60px;
        height: 60px;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }
    .wapper-right--content {
        padding: 20px;
        min-height: 650px;
        overflow: auto;
    }
    .wapper-right--list {
        margin-bottom: 20px;
    }
    .wapper-right--avatar {
        float: left;
        width: 118px;
        height: 84px;
    }
    .list-right--content {
        position: relative;
        margin-left: 128px;
        height: 84px;
    }
    .recent-activity {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 40%;
        display: inline-block;
        /* float: initial; */
        vertical-align: middle;
        color: #919191;
    }
    .wapper-right--list {
        overflow: hidden;
        cursor: pointer;
    }
    .list-right--content > .title {
        /*line-height: 30px;*/
        color: #000;
    }
    .list-right--content > .date {
        position: absolute;
        bottom: 0;
        color: #919191;
    }
    .notice-list {
        overflow: hidden;
        padding-bottom: 350px;
        min-height: 100%;
    }
    .pannel-header {
    	border-bottom: 1px dashed #999;
    }
    .pannel-header--title {
    	line-height: 35px;
    	font-size: 16px;
    	text-align: center;
    }
    .pannel-header--date {
    	line-height: 35px;
    	font-size: 12px;
    	color: #999;
    	text-align: center;
    }
    .right-list--dy {
    	position: relative;
    	padding-left: 10px;
    	font-size: 12px;
    	overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
    }
    .right-list--dy a{
        margin: 0 5px;
        color: #000;
    }
    .right-list--dy a:hover{
        color: #bd1d21;
    }
    .right-list--dy:after {
    	content: "";
    	position: absolute;
    	width: 5px;
    	height: 5px;
    	background-color: #999;
    	border-radius: 50%;
    	top: 0;
    	bottom: 0;
    	margin: auto;
    	left: 0;
    }
    .wapper-activity--avatar {
    	height: 196px!important;
    	width: 272px!important;
    }
    .activity-detail--title {
    	font-size: 14px;
    	font-weight: 700;
    	margin: 30px 0;
    }
    .wapper-right--top {
    	overflow: hidden;
    	background-color: #fff;
    	padding:20px 20px 0 20px;
    	margin-bottom: 20px;
    }
    .wapper-right--top button{
    	display: block;
    	overflow: hidden;
    	height: 35px;
    	line-height: 35px;
    	background-color: #bd1d21;
    	border-radius: 5px;
    	margin:20px auto 0 auto;
    	padding: 0 30px;
    	color:#fff;
    	cursor: pointer;
    }
    .right-top--left {
    	width: 40%;
    	float: left;
    	border:1px solid #eee;
    	margin: 0 5%;
    	padding:10px;
    	box-sizing: border-box;
    }
    .right-top--right {
    	width: 40%;
    	float: left;
    	border:1px solid #eee;
    	margin: 0 5%;
    	padding:10px;
    	box-sizing: border-box;
    }
     .right-top--left p,.right-top--right p {
     	text-align: center;
        /*line-height: 30px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
     }
    .wapper-right--bottom {
    	background-color: #fff;
    }


    .error {
    	font-size: 12px;
    	color:red;
    	margin-left: 20px;
    	margin-top: 10px;
    }
    .select-address {
    	margin-right: 10px;
    }
    .wapper-content--left .pannel-content > img {
        display: block;
        margin:20px auto;
        width: auto;
        max-width: 100%;
    }
    .volunteer-project-content li a {
        display: block;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .volunteer-project-content li a:hover{
        color: #bd1d21;
    }
    .content-right--title {
        color: #000;
    }
    #activity .activity-item {
        max-height: inherit;
        padding: 20px 15px 0 15px;
    }
    .volunteer-navigation .volunteer-navigation--first {
        width: 70px;
    }
    /*轮播样式修改*/
    .swiper-bg {
        position: absolute;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 0 40% 0 10px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .swiper-pagination-bullets {
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
    }
   
    .swiper-pagination-bullet {
        background: #fff!important;
        width: 11px;
       height: 11px;
       opacity: 1!important;
    }
     .swiper-pagination-bullet-active {
        background:#bd1d21!important;
    }
    .pannel-content .spacing {
      margin: 0 5px;
    }

    .pannel-content p > img{
       display:block; 
       width: auto;
       max-width: 100%;
       margin:0 auto 10px auto;
    }
    .review-detail--content{
        margin-top: 30px;
    }