/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.3
 * Author: Html Stream
 * Website: http://htmlstream.com/preview/unify
*/

/*Import app.css*/
@import url(app.css);

/*Import Google Fonts*/
/*
@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*/
.color-new-g{}
/*Block Headline*/
.headline {
	display: block;
	/* margin: 10px 0 25px 0; yyh */
	margin: 8px 0 11px 0;
	/* border-bottom: 1px dotted #e4e9f0; */
	border-bottom: 1px dotted #dfdfdf;
}
.headline h2, 
.headline h3, 
.headline h4,
.headline h5,
.headline h6 {
	color: #333;
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #72c02c;
}
.headline h2 {
	font-size: 18px;
}

.headline-md h2 {
	font-size: 21px;
}

.headline-md {
	margin-bottom: 15px;
}

/*Purchase Block*/
.purchase {
	padding: 30px 0;
	margin-bottom: 30px;
	box-shadow: inset 0 0 4px #eee;
	background: url(../img/breadcrumbs.png) repeat;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	color: #666;
	display: block;
	font-size: 28px;
	font-weight: 200;
	line-height: 35px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif, "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑";
}
.purchase a.btn-buy {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 22px;
	font-weight: bold;
	background: #72c02c;
	display: inline-block;
	text-decoration: none;
	padding: 12px 28px 9px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #51a00b;
}
.purchase a.btn-buy:hover {
	color: #fff;
	background: #68af28;
	text-decoration: none;
	box-shadow: 0 0 5px #c0c2c1;
} 

/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 45px;  
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #72c02c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*Blockquote*/
blockquote p {
	/* font-size: 16px; yyh */
	font-size: 12px;
	font-weight: 200;
}

blockquote:hover {
	border-left-color: #72c02c; 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hero {
	padding: 18px;
	margin: 20px 0;
	color: #566c8a;
	font-size: 16px;
	background: #fcfcfc;
	border-left: 4px solid #94c564; 
	font-family: 'Open Sans', sans-serif, "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑";
}
.hero h1, .hero p { 
	text-shadow: 1px 1px 0 #fff;
}

.hero-unify p {
	font-size: 13px;
	line-height: 20px;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Footer*/
.footer {
	color: #dadada;
	margin-top: 40px;
	padding: 20px 0 30px;
	background: #585f69;
}

.footer.margin-top-0 {
	margin-top: 0;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5,
.footer h6 {
	text-shadow: none;
	font-weight: normal !important; 
} 

.footer p,
.footer a {
	/* font-size: 14px; */
	font-size:12px;
} 
.footer p {
	color: #dadada;
} 

.footer a {
	color: #72c02c;
}
.footer a:hover {
	color: #a8f85f;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer h2, 
.footer h3,
.footer h4,
.footer h6 {
	color: #e4e4e4;
	background: none;
	text-shadow: none;
}
.footer h6
{
	/*yyh*/
	font-size:14px;
	}

/*Footer Subsribe*/
.footer .footer-subsribe {
	width: 85%;
}

/*Blog Posts*/
.footer .blog-list {
	margin: 0;
	padding: 0;
	color: #dadada;
	list-style: none;
}

.footer .blog-list li {
	padding: 0 0;
	margin-bottom: 7px; 
}
.footer .blog-list li span {
	color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border: none !important;
	background: none !important;
}
.footer .dl-horizontal a {
	color: #dadada;
}
.footer .dl-horizontal a:hover {
	color: #a8f85f !important;
}
.footer .dl-horizontal img {
	border-color: #888 !important;
}



/*Page (Features)
------------------------------------*/


/*Thumbnail*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 5px 5px 5px 5px;
	/* margin-bottom: 20px; yyh */
	margin-bottom:0px;
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out; 
}
.thumbnail-style h3 {
	margin: 5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size: 20px;
}
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}
.thumbnail-style h5 {
	margin: 5px 0 0 0;
}
.thumbnail-style h5 a {
	font-size: 14px;
}
.thumbnail-style h5 a:hover {
	color: #72c02c;
	text-decoration: none;
}
.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 10px;
}
.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Servive Blocks*/
.servive-block .servive-block-in {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 20px;
	background: #fafafa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.servive-block .servive-block-in:hover {
	box-shadow: 0 0 8px #ddd;
}

.servive-block .servive-block-in h4 {
	line-height: 25px;
}

.servive-block .servive-block-in h4 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.servive-block .servive-block-in:hover h4,
.servive-block .servive-block-in:hover i {
	color: #72c02c;
}

.servive-block .servive-block-in i {
	color: #565656;
	font-size: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.servive-block .servive-block-red {
	background: #e74c3c;
}
.servive-block .servive-block-sea {
	background: #1abc9c;
}
.servive-block .servive-block-blue {
	background: #3498db;
}
.servive-block .servive-block-grey {
	background: #95a5a6;
}
.servive-block .servive-block-yellow {
	background: #f1c40f;
}
.servive-block .servive-block-orange {
	background: #e67e22;
}
.servive-block .servive-block-green {
	background: #2ecc71;
}

.servive-block .servive-block-colored i,
.servive-block .servive-block-colored p,
.servive-block .servive-block-colored h4,
.servive-block .servive-block-colored:hover i,
.servive-block .servive-block-colored:hover h4 {
	color: #fff;
}

.servive-block .servive-block-colored:hover {
	opacity: 0.8;
	box-shadow: none;
}

/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Posts*/
.posts .dl-horizontal { 
	/* margin-bottom: 0; */
	margin-bottom:-10px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}

.posts .dl-horizontal dt img { 
	/* width: 60px; */
	width: 52px;
	height: 40px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 12px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	color: #72c02c; 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #72c02c;
	border-color: #72c02c !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*Breadcrumbs*/
.breadcrumbs {
	/* padding: 10px 0 6px;
	   box-shadow: inset 0 0 4px #eee;
  yyh */
	padding: 0;
	box-shadow: inset 0 0 4px #ebebeb;
	background: url(../img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
	color: #686868;
	font-size: 26px;
	margin-top: 12px;
}

.breadcrumb { 
	top: 9px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Pegination*/
.pagination li a {
	color: #777;
	padding: 5px 15px;
}

/* Testimonials */
.testimonials {
	margin-bottom: 10px;
}

.testimonials .testimonial-info {
	color: #72c02c;
	font-size: 16px;
	padding: 0 15px;
	margin-top: 18px;
}

.testimonials .testimonial-info span {
	top: 3px;
	position: relative;
}

.testimonials .testimonial-info em {
	color: #777;
	display: block;
	font-size: 13px;
}

.testimonials .testimonial-info img {
	width: 60px;
	float: left;
	height: 60px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc;
	border-radius: 50% !important;	
}

.testimonials .testimonial-author {
	overflow: hidden;
}

.testimonials .carousel-arrow {
	top: -65px;
	position: relative;
}

.testimonials .carousel-arrow i {
	color: #777;
	font-size: 20px;
	padding: 2px 8px; 
	background: #fafafa;
}

.testimonials .carousel-arrow i:hover {
	color: #fff;
	background: #72c02c;
}

.testimonials .carousel-control {
	opacity: 1;
	width: 100%;
	text-align: right;
	text-shadow: none;
	position: absolute;
}

.testimonials .carousel-control.left {
	right: 27px;
	left: auto;
}
.testimonials .carousel-control.right {
	right: 0px;
}

.testimonials.testimonials-v1 .item p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	position: relative;
	background: #fafafa;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
	width: 0; 
	height: 0;
	left: 80px;
	content: " "; 
	bottom: -20px;
	display: block; 
	position: absolute;
}

.testimonials.testimonials-v1 .item p:after {
	border-top: 22px solid #fafafa;	
	border-left: 0 solid transparent;
	border-right: 22px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.testimonials.testimonials-v2 .testimonial-info {
	padding: 0 20px;
}

.testimonials.testimonials-v2 p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	background: #fafafa;
	padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
	top: -55px;	
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
	width: 0; 
	height: 0;
	left: 8%;
	content: " "; 
	bottom: 45px;
	display: block; 
	position: absolute;
}

.testimonials.testimonials-v2 .item p:after {
	border-top: 20px solid #fafafa;	
	border-left: 25px solid transparent;
	border-right: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Tabs v1*/
.tab-v1 .nav-tabs { 
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c; 	
}

.tab-v1 .nav-tabs a { 
	font-size: 14px;
	padding: 5px 15px; 
}

.tab-v1 .nav-tabs > .active > a, 
.tab-v1 .nav-tabs > .active > a:hover, 
.tab-v1 .nav-tabs > .active > a:focus { 
	color: #fff;
	border: none; 
	background: #72c02c; 
}

.tab-v1 .nav-tabs > li > a { 
	border: none;
}
.tab-v1 .nav-tabs > li > a:hover { 
	color: #fff; 
	background: #72c02c; 
}

.tab-v1 .tab-content { 
	 padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	/* margin-bottom: 15px; */
	margin-bottom:5px;
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Tabs v2*/
.tab-v2 .nav-tabs {
	border-bottom: none;
}

.tab-v2 .nav-tabs li a {
	padding: 9px 16px;
	background: none;
	border: none;
}

.tab-v2 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
	border-bottom: none !important;
	/* z-index:2;  /* yyh add*/	
}

.tab-v2 .tab-content {
	/* padding: 10px 16px; yyh */
	padding: 10px 0px;
	border: solid 1px #eee;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a {
	color: #777;
	font-size: 17px;
	padding: 4px 8px;
	margin-bottom: 3px;
	background: #fafafa;
	border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	color: #fff;
	background: #72c02c;
	border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
	width: 1.25em;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}

.tab-v3 .tab-content {
	padding: 15px;
	background: #fafafa;
	border: solid 1px #eee;
}

/*Tabs v4 yyh */
.tab-v4 .nav-tabs { 
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c; 	
}

.tab-v4 .nav-tabs a { 
	font-size: 14px;
	padding: 5px 15px; 
}

.tab-v4 .nav-tabs > .active > a, 
.tab-v4 .nav-tabs > .active > a:hover, 
.tab-v4 .nav-tabs > .active > a:focus { 
	color: #fff;
	border: none; 
	background: #72c02c; 
}

.tab-v4 .nav-tabs > li > a { 
	border: none;
}
.tab-v4 .nav-tabs > li > a:hover { 
	color: #fff; 
	background: #72c02c; 
}

.tab-v4 .tab-content { 
	padding: 10px 0;
	/*border:1px solid #000000;
	 position:absolute; */
}

.tab-v4 .tab-content img {
  /*  margin-top: 4px;
	margin-bottom: 15px;*/
}

.tab-v4 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Accardion v1*/
.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
}

.acc-v1 .panel-heading a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	background: #fefefe;
}

.acc-icon a.accordion-toggle i {
	color: #585f69;
	margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}

/*Carousel v1*/
.carousel-v1 .carousel-caption {
   left: 0;
   right: 0;
   bottom: 0;
   /* padding: 7px 15px; yyh */
   padding: 5px 15px;
   background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
   color: #fff;
   margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
   opacity: 1;
   font-size:30px;
   height:inherit;
   width: inherit;
   background: none;
   text-shadow: none;
   position: inherit;
}

.carousel-v1 .carousel-arrow a i {
   top: 50%;
   opacity: 0.6;
   background: #000;
   margin-top: -18px;
   padding: 2px 12px; 
   position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
   opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
   left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
   right: 0;
}

/*About Page
------------------------------------*/
.team ul.team-socail { 
	/*text-align: right; yyh */
	text-align:left;	
}
.team ul.team-socail li {
	padding: 0 !important;
	margin: 0 !important;
}
.team ul.team-socail li .text-left {
	text-align: left;
}
.team ul.team-socail li .text-right {
	text-align:right;	
}
.team ul.team-socail li .text-center {
	text-align:center;
}

.team ul.team-socail li img ,
.special-icons li img
{
	/* yyh add */
	padding-bottom:2px;
}

.team ul.team-socail li  .praise 
{
	/* yyh add */
	padding-bottom:4px;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 3px;
	/*min-width: 30px;
	 font-size: 20px; yyh */
	min-width: 15px;
	font-size:9px;
	text-align: center;
/*	background: #f7f7f7; yyh */
	display: inline-block;
}
.team ul.team-socail li i:hover {
	color: #fff;
	background: #72c02c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	/* padding: 12px; yyh */
	padding: 12px;
}

.team .thumbnail-style small {
	display: block; 
	font-size: 12px;
}

.team .thumbnail-style h3 {
	margin-bottom: 10px;
}
.team .thumbnail-style:hover h3 a {
	color: #72c02c !important;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
} 
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :12px;
	padding: 2px 7px;
	/* background: #f7f7f7; yyh */
	background: #b1b1b1;
	margin: 0 3px 6px 0;
	display: inline-block;
	color: #fff;  /* yyh add */
}

ul.blog-tags a i {
	 color: #666; 
}

ul.blog-tags a:hover {
	background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*活动 Photo Stream*/
.activity-photos li {
	display: inline;
	margin:0px;
}
.activity-photos li img {
	opacity: 1;
	width: 150px;
	height: 81px;
	margin: 0 2px 2px;
}
.activity-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #72c02c;
}
/*--end 活动 Photo Stream---*/

/*志愿者之星 volunteer Photo Stream*/
.volunteer-photos li {
	display: inline;
}
.volunteer-photos li img {
	opacity: 0.6;
/*	width: 58px;
	height: 58px; yyh */
	width: 47px;
	height: 47px;
	margin: 0 2px 2px;
}
.volunteer-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #72c02c;
}
.volunteer-photos span
{
	/* width:58px; yyh */
	width: 50px;
	/* height:15px;  */
	min-height: 15px;
	line-height:13px; 
	text-align:center; 
	display:block;
	margin-bottom:5px;
}

/*活动招募  recruit Photo Stream*/
.recruit-photos li {
	display: inline;
}
.recruit-photos li img {
	opacity: 0.6;
/*	width: 58px;
	height: 58px; yyh */
	width: 98px;
	height: 80px;
	margin: 0 2px 2px;
}
.recruit-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #72c02c;
}
.recruit-photos span
{
	/* width:58px; yyh */
	width: 125px;
	height:20px; 
	line-height:20px; 
	text-align:center; 
	display:block;
	margin-bottom:5px;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}
.blog-photos li img {
	opacity: 0.6;
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}
.blog-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #fafafa;
	margin-bottom: 15px;
	border-top: solid 2px #eee;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #f0f0f0;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #72c02c;
	border-top-color: #72c02c;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #72c02c;	
}

.blog-twitter .blog-twitter-inner span {
	color: #777;
	display: block;
	font-size: 11px; 
}

.blog-twitter .blog-twitter-inner a {
	color: #72c02c;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.icon-twitter {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li { 
	margin-bottom: 6px;
}
.who li i { 
	top: 2px; 
	color: #72c02c; 
	font-size: 18px;
	margin-right: 8px;
	position: relative; 
}
.who li:hover i, 
.who li:hover a { 
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Sidebar Menu
------------------------------------*/
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
	padding: 0;
}

.sidebar-nav-v1 li a {
	display: block;
	padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
	text-decoration: none;
}

.sidebar-nav-v1 li.active,
.sidebar-nav-v1 li.active:hover {
	background: #f5f5f5;
	border-color: #ddd;
} 

.sidebar-nav-v1 li.active a {
	color: #555;
}

.sidebar-nav-v1 span.badge {
	margin-top: 10px;
	margin-right: 10px;
}

.sidebar-nav-v1 span.badge-green {
	background: #2ecc71;
}
.sidebar-nav-v1 span.badge-red {
	background: #e74c3c;
}
.sidebar-nav-v1 span.badge-blue {
	background: #3498db;
}
.sidebar-nav-v1 span.badge-sea {
	background: #1abc9c;
}

/*Tag Boxes news yyh
------------------------------------*/
.tag-box-news  {
	padding:5px 0px 5px 0px;
	margin-bottom: 10px;
}

/*Tag Boxes
------------------------------------*/
.tag-box  {
	/* padding: 20px; yyh */
	padding: 15px 10px 28px 10px;
	margin-bottom: 10px;
}

.tag-box h2 {
	font-size: 20px;
	line-height: 25px;
}

.tag-box p, {
	margin-bottom: 0;
}

/*Tag Boxes v1*/
.tag-box-v1 {
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
}

/*Tag Boxes v2*/
.tag-box-v2 {
	background: #fafafa;
	border: solid 1px #eee;
	border-left: solid 2px #72c02c;
}

/*Tag Boxes v3*/
.tag-box-v3 {
	border: solid 2px #eee;
}

/*Tag Boxes v4*/
.tag-box-v4 {
	border: dashed 1px #bbb;
}

/*Tag Boxes v5*/
.tag-box-v5 {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.tag-box-v5 span {
	color: #555;
	font-size: 28px;
	margin-bottom: 0;
}

/*Tag Boxes v6*/
.tag-box-v6 {
	background: #fafafa;
	border: solid 1px #eee; 
}

/*Tag Boxes v7*/
.tag-box-v7 {
	 border: solid 1px #eee; 
	border-bottom: solid 2px #72c02c;

}

/*Panels (Portlets)
------------------------------------*/
/*Panel Table*/
.panel .table {
	margin-bottom: 0;
}

/*Panel Blue*/
.panel-blue {
   border-color: #3498db;
}

.panel-blue > .panel-heading {
   color: #fff;
   background: #3498db;
}

/*Panel Red*/
.panel-red {
   border-color: #e74c3c;
}

.panel-red > .panel-heading {
   color: #fff;
   background: #e74c3c;
}

/*Panel Green*/
.panel-green {
   /* border-color: #2ecc71; yyh*/
   border-color: #5fb611;
}

.panel-green > .panel-heading {
   color: #fff;
  /* background: #2ecc71; yyh */
  background:#5fb611;
}

/*Panel Sea*/
.panel-sea {
   border-color: #1abc9c;
}

.panel-sea > .panel-heading {
   color: #fff;
   background: #1abc9c;
}

/*Panel Orange*/
.panel-orange {
   border-color: #e67e22;
}

.panel-orange > .panel-heading {
   color: #fff;
   background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow {
	border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
	color: #fff;
	background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
   border-color: #95a5a6;
}

.panel-grey > .panel-heading {
   color: #fff;
   background: #95a5a6;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size { 
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: 0 !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	font-size: 20px;
	display: block;
	margin: 20px 0 15px;
	font-weight: 200; 
}

.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #e74c3c;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	margin: 20px 0;
	padding: 40px 0;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

.block-blockquote {
	margin: 20px 0; 
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px; 
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #72c02c;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;	
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 40px;
	margin-top: 5px;
	min-width: 50px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*----- yyh --------*/
a:hover
{
   text-decoration:none;
}
.row-padding	
{
	padding-top:5px;
}
.div-margin-5-5	
{
	 margin-left:5px;
	 margin-right:5px;
}
.team-padding
{
	padding: 0px 2px;
}

.team-padding-two
{
	padding: 5px 2px 0px 2px;
}
.text-center
{
	text-align:center;
 }
 .li-line-height li a
 {
	line-height:1; 	
 }
 .div-border
 {
	/* border:1px solid #eeeeee; */
	padding-top: 5px;
 }
.div-image{
	border:0px;
}
.div-image .new{
	position:absolute;
	top:5px;
	left:15px;
	width:35px;
	height:35px;
	background-image:url(/template/image/new.png);
}
.div-image .hot{
	position:absolute;
	top:5px;
	left:15px;
	width:35px;
	height:35px;
	background-image:url(/template/image/hot.png);
}

.tab-content {
    /* padding: 10px 16px; yyh */
    padding: 0px 10px 10px 10px;
    border: solid 1px #eee;
}
 .row-div-margin
 {
	margin-left:0px;
	margin-right:0px;
 }
 .font-size-14
 {
	font-size:14px;
 }
 .font-size-14 > li > a
 {
	line-height:1.0; 	
 }
  .row-div-padding-right
 {
	 padding-right:0px;
 }
.row-div-padding-left
{
	padding-left:0px;
}
.div-padding-5-0
 {
	padding-left:7px;
	padding-right:0px;
 }
.div-padding-4-0
 {
	padding-left:4px;
	padding-right:0px;
 }
.div-padding-0-4
{
	padding-right:4px;
	padding-left:0px;	
}
.div-padding-0-0
{
	padding-right:0px;
	padding-left:0px;	
}
.row-div-padding-2
{
	padding-left:2px;
	padding-right:2px;
}
 .margin-bottom-0
 {
	margin-bottom:0px;
 }
  .margin-bottom-5
 {
	margin-bottom:5px;
 }
 .padding-bottom-0
 {
	padding-bottom:0px;
 }
 .padding-right-5 {
	padding-right:5px;
}
 .text-align-center
 {
	 text-align:center;
 }
 .width-ratio-31
 {
	width:31%;
	color: #999999;
 }
 .text-float-right
 {
	float:right;
 }
  .text-float-left
 {
	float:left;
	margin-right: 5px;
 }

.p-border-padding
{
	border-bottom:1px solid #eeeeee; 
	padding-bottom:5px;
	}
.div-padding-top
{
	padding-top:0px;
}
.div-margin-left--10
{
	margin-left:-15px;
}

/*-------求助类型 icon 图标字体颜色 yyh add---------------*/
.icon-help-color
{
	color:#5fb611;
}

/* 推荐商品 字体颜色间距 yyh add */
.goods-color-padding
{
	padding-top:25px;
	color:#333333;
}


/* vol 志愿者星级排行 */
.vol .dl-horizontal { 
	/* margin-bottom: 0; */
	margin-bottom:-10px;
	overflow: hidden;
}

.vol .dl-horizontal dt { 
	width: 47px; 
	float: left;
}

.vol .dl-horizontal dt img { 
	width: 47px; 
	height: 47px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.vol .dl-horizontal dd { 
	margin-left: 60px;
}

.vol .dl-horizontal dd p { 
	margin: 0;
}

.vol .dl-horizontal dd a {
	font-size: 12px;
	line-height: 16px !important; 
}

.vol .dl-horizontal dd a:hover { 
	color: #72c02c; 
	text-decoration: none;
}

.vol .dl-horizontal:hover dt img,
.vol .dl-horizontal:hover dd a { 
	color: #72c02c;
	border-color: #72c02c !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
  /* 志愿者 -- 风采 */
  .vol-mien-name {
	padding: 10px 10px;
	background: #f7f7f7;
	border: 1px solid #ededed;
}

/* team 团队样式 yyh add */
.padding-5-5 {
	padding: 10px 0px 10px 0px;
}
.padding-10-10 {
	 padding: 15px 20px 0px 0px;
}
.padding-top-10 {
	padding-top: 10px;
}

/*风采样式*/
.padding-top-5{
	 padding-top: 5px;
}
.padding-top-10{
	 padding-top: 10px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

/*主题*/
.project-border {
	 border: 1px solid #eeeeee;
	 margin: 0px 0px 5px 0px;
}
.project-border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.project-title {
	text-align:center; 
	height:40px; 
	line-height:40px; 
	background-color:#efefef;
}
.project-date {
	height:30px; 
	padding:0 5px 0 5px;
}
.project-date p {
	float: left; 
	line-height:30px;
}
.project-img-padding {
	padding:0 5px 5px 5px;
}

/*主题 new*/
.project-new-border {
	 border: 1px solid #eeeeee;
	 margin: 0px 0px 5px 0px;
	 border-top: none;
	 border-left: none;
	 border-right: none;
}
.project-new-border:hover 
{
	border-bottom: 1px solid #da2120;
	cursor:pointer;	
}
.project-new-border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.project-new-title {
	text-align:center; 
	height:25px; 
	line-height:25px; 
	/* background-color:#efefef; */
}
.project-new-date {
	height:30px; 
	padding:0 5px 0 5px;
}
.project-new-date p {
	float: left; 
	line-height:30px;
}
.project-new-img-padding {
	padding:0 5px 5px 5px;
}

/*帮助直通车样式*/
.padding-5-5 {
	 padding-top: 5px;
	 padding-bottom: 5px;
}
.table-2 tbody > tr > td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.rescue-font-size{
	font-size: 14px;
}
.color-red {
	 color: #e85a36;	
	 padding-right: 5px;
}
	
/**/
.margin-10-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.marginupdown-10-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 内容模块 背景图 */
.module-background {
	background:url(../img/top/bj01.jpg);
}

/*登录模块*/
.div-border-top {
	 border-top: 3px solid #b10000;
}
.div-padding-0-0 {
   padding: 0 0;
}
.login-img {
	border-bottom: 1px solid #d7d7d7; 
	padding: 0 0 15px 20px;
}
.login-panel {
	text-align: center;
	 padding-top: 10px; 
	 padding-bottom: 10px; 
	 height:90px;
}
.login-panel .login-panel-left {
	float: left; 
	padding-left:20px;
}
.login-panel .login-panel-left .first-layer {
	font-size:12px; margin-bottom:5px;
}
.login-panel .login-panel-left .first-layer .wenzi {
	float:left; line-height:1.3;
}
.login-panel .login-panel-left .first-layer .ico {
	padding-top:2px;
}

.login-panel .login-panel-right {
	float: right; 
	padding-right:25px;
}
.login-panel-right .layer-style {
	text-align:right;
	line-height: 1.3;
}

/* 志愿者活动 头部 */
.tab-head-top {
	height: 40px; 
	background: url(../image/bj01.jpg); 
	border: 1px solid #ebebeb;
	border-bottom: none;
}
.tab-head-red {
	background: url(../image/red-bj03.png); 
	width: 108px;
	height: 31px; 
	margin-left: -4px;                            
	margin-top: 5px; 
	float: left;
	color: #fff;
   font-weight: bold;
   text-align: center;
   line-height: 31px;
   font-size: 14px;
	
}
.tab-head-white,
.tab-head-white-team,
.tab-head-white-help,
.tab-head-white-helps,
.tab-head-white-elegant
 {
	background-color: #FFF;
	height: 30px; 
	margin-top: 5px;     
	line-height: 30px; 
	font-size: 12px; 
	padding-left: 10px;
	padding-right: 10px;
	float: left;	
}
.tab-head-white ul,
.tab-head-white-team ul,
.tab-head-white-help ul,
.tab-head-white-helps ul,
.tab-head-white-elegant ul
 {
	display:inline;
	float:left; 
	list-style:none; 
	margin:0;
	padding:0;
}
.tab-head-white li,
.tab-head-white-team li,
.tab-head-white-help li,
.tab-head-white-helps li,
.tab-head-white-elegant li
 {
	line-height: 30px;
}

.tab-head-white ul li,
.tab-head-white-team ul li,
.tab-head-white-help ul li,
.tab-head-white-helps ul li,
.tab-head-white-elegant ul li
 {
	display:inline;
	float:left; 
	list-style:none; 
	/* padding:0 10px;*/
	margin: 0 10px;
}
.tab-head-white ul  .active,
.tab-head-white-team ul  .active,
.tab-head-white-help ul  .active,
.tab-head-white-helps ul  .active,
.tab-head-white-elegant ul  .active
 {
	background:url(../image/red-bj04B.png) no-repeat bottom center;
	color:#da2120;
	text-decoration: none;	
}

.tab-head-white ul  .active a,
.tab-head-white-team ul  .active a,
.tab-head-white-help ul  .active a,
.tab-head-white-helps ul  .active a,
.tab-head-white-elegant ul  .active a
 {
	color:#da2120;
	text-decoration: none;	
}


.tab-head-li-line
{
	padding:0;
	display:inline;
	float:left; 
	list-style:none; 
	background:url(../image/line.jpg) center no-repeat;
}
.tab-head-more {
	line-height:40px; 
	float:right; 
	padding-right:10px; 
	color:#999999;
	font-size:12px;
}

/* tags 头部 */
.tags-head-top {
	height: 40px; 
	/*background: #f7f7f7; 
	border-top: 3px solid #b8b8b8;*/
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb; 
	border-right: 1px solid #ebebeb;
}
.tags-head-left {
	float: left;
	line-height: 37px; 
	padding-left: 10px; 
	/* font-size: 14px; 
	font-weight: bold;  */
	font-size: 18px;
	color: #333333;
	
}
.tags-head-space {
	float: left; 
	width: 3px; 
	line-height: 37px; 
	margin-top: -3px; 
	border-top: 3px solid #f7f7f7;
}
.tags-head-more {
	float: right; 
	line-height: 37px; 
	padding-right: 10px;
}
.tags-head-content {
	border: 1px solid #ebebeb; 
	/* background:#f7f7f7;  */
	padding-left:10px;
	padding-top:3px;
	padding-bottom:2px; 
	border-top:1px dashed #ebebeb;
	
}
.tags-head-content-two {
	border: 1px solid #ebebeb; 
	background:#f7f7f7; 
}
.tags-head-content-overflow {
	clear:both;
	overflow:auto;
	padding-top:10px;
}

/* 热点 */
.hotspot-head-top {
	height: 22px;background: url(../image/bj01.jpg); 
	border: 1px solid #ebebeb;
	border-bottom: none;
}
.hotspot-head-title {
	float: left; 
	height: 29px;
	width: 63px; 
	background: url(../image/red-bj05.png);    
	margin-left: -6px;
	margin-top: -1px; 
	margin-bottom: -6px;
	line-height: 22px; 
	color: #fff; 
	font-size: 12px;
	padding-left: 10px;
}
.hotspot-head-right {
	float: right; 
	margin-right: 5px; 
	line-height: 15px; 
	padding-top: 2px;
	text-align: center;
}

/* 工作提示 tabs */
.tabs-head-top	
{
	height:28px; 
	background:url(../image/bj01.jpg); 
	border:1px solid #ebebeb; 
	font-size:12px; 
	color:#333333;
}
.tabs-head-ul 
{
	margin:5px 0 -1px 10px; 
	padding:0;
}
.tabs-head-ul li 
{
	display:inline;
	float:left; 
	list-style:none;
	padding:0; 
	margin-right:5px;
}
.tabs-head-ul li
{
	float:left; 
	background:#fff;
	height:22px; 
	width:72px; 
	line-height:22px; 
	text-align:center; 
	border:1px solid #ebebeb;
}
.tabs-head-ul li a:hover 
{
	color:#da0000;
} 
.tabs-head-ul li.active{
	background:#da0000; 
	border-color:#da0000;
	color:#fff;
}
.tabs-head-ul li.active a:hover{
	color:#fff;
}
.tabs-head-ul li.active a{
	color:#fff;
}
.tabs
{
	}
	
/* 友情链接 */
.links-head-top {
	height: 32px;
	border: 1px solid #ebebeb; 
	background: #f7f7f7;
	border-left: none;
	border-right: none;
	border-top: none;
}
.links-head-content {
	float: left; 
	width: 76px; 
	height: 26px; 
	line-height: 26px; 
	margin-left: 10px;
	margin-top: 6px; 
	text-align: center; 
	border-top: 2px solid #da2120; 
	background: #fff;
	font-size: 14px; 
	font-weight: bold; 
	border-left: 1px solid #ebebeb; 
	border-right: 1px solid #ebebeb;
	color: #333333;
	border-bottom: none;
}
.links-border {
	border:1px solid #ebebeb;
}

/* 底部 */
.foot-head-top {
	height: 100px; 
	font-size: 12px;
   /* padding-left: 120px; */
}
.foot-concent-logo {
	float: left; 
	padding: 15px 50px 10px 0px; 
	border-right: 1px solid #e2e2e2;
}
.foot-concent-right {
 /*	width: 650px;  */
	float: left; 
	padding-left: 50px; 	
	padding-bottom: 10px;
}
.foot-concent-right ul {
	margin:5px 0 0 0; padding:0; color:#333333;
}
.foot-concent-right ul li {
	display:inline;float:left; list-style:none; padding:0; margin-right:10px; 
	line-height: 13px;
}
.foot-concent-right .bj {
	background:url(../image/line02.jpg) repeat-y center;
}
.foot-concent-font {
	/* width: 650px; */
	float: left; 
	padding: 1px 0 0 50px; 
	line-height: 12px;
	color: #999999;
	width:650px; 
	line-height:20px;
}
.foot-concent-font span {
	margin-right:20px;
}

/* 搜索 */
.search-dropdownlistbox {
	height: 22px; 
	padding: 0 0 0 2px; 
	font-size: 12px;
	border-color:#dcdcdc;
}
.search-ddl-box {
	float: right; 
	padding-right:5px; 
	margin-top:10px;
}
.search-box {
	width:276px;
	margin-top:6px; 
	float:right;
	margin-right:-8px;
}
.search-button {
	width: 30px;padding: 0 0; 
	font-size: 12px; 
	height:30px; 
	color:#666666;
	background:#fff; 
	border-color:#DCDCDC; 
	border-left:none;
}
.search-button:hover {
	background-color: #4e931c;
	 border-color: #4e931c;
}
.search-textbox {
	width: 187px;
	padding: 0 0 0 5px; 
	font-size: 12px; 
	height:30px; 
	border-color:#dcdcdc; 
	border-right:none;
}
.search-textbox:focus {
	border-color:#dcdcdc;
	box-shadow:0px 0px 0px #dcdcdc;
}

/*热点新闻*/
.border-bottom-none {
	 border-bottom: none;
}
.color-new-red {
	color: #da2120;
}
.color-new-gray {
	color: #999999;
}
.color-darkGrey {
	color: #666666;
}
.hot-news-more {
	float:right; 
	margin-right:20px; 
	color:#000000;
}

/*地市新闻*/
.citiesNews-Area {
	margin-right: 5px;
	color: #da2120;
}

/* 求助类型 */
.help-type-people {
	background-color:#da2120; 
	padding:3px 3px 3px 3px; 
	color:#fff;
}
.help-type-money {
	background-color:#da2120; 
	padding:3px 6px 3px 6px; 
	color:#fff;
}
.help-type-matter {
	background-color:#da2120; 
	padding:3px 4px 3px 4px; 
	color:#fff;
}
.help-type-work {
	background-color:#da2120; 
	padding:3px 5px 3px 5px; 
	color:#fff;
}
.help-margin-left-5 {
	margin-left: 5px;
}

/* 登录、注册、捐款 按钮字体 加粗 */
.font-weight-bold {
	font-weight:bold;
}


/* 微公益 */
.mi-charity-top {
	border-bottom: 1px solid #eee; 
	padding: 0 0 10px 10px;    
}
.mi-charity-concent {
	text-align: center; 
	padding: 0px 10px 0px 10px;
	margin-top: 6px;
}
.mi-charity-bottom {
	text-align: center; 
	padding-top: 6px;
}

/* 二维码 */
.two-dimension-code-panel {
	background: #ffffff; 
	height: 116px; 
	margin: 0 30px; 
	border: 1px solid #dddddd;
	padding: 8px 8px 8px 8px;
}
.two-dimension-code-panel .font-panel {
	float: left; 
	padding: 9px 0px 0px 20px; 
	line-height: 20px;
}
.two-dimension-code-panel .img-panel {
	float: left;
}

/* 切换城市 显示 隐藏 div  */
.navbar-city{ color:#333333;}
.navbar-city ul li 
{
	color:#333333; 
	margin-right:10px;
	font-size: 16px;
	height: 36px;
	min-width: 100px;
	text-align: center;
	
}
.navbar-city ul li div{display:none;}
.navbar-city ul li:hover 
{
	visibility:visible; 
	color:#fff;
	background: url('../../assets/vimg/n_blue.png');
	cursor:pointer;
	}
.navbar-city ul .active
{
	background: url('../../assets/vimg/n_blue.png');
	color :#ffffff;
	}


/* 团队 -- 热点活动*/
.margin-left-10 {
	margin-left:10px;
}
.team-panel-ul {
	list-style:none;
	margin: 0px; 
	padding: 0px; 
	width: auto; 
}
.team-panel-ul li {
	float:left;
	padding-right: 15px;
}

/* 活动招募 */
.recruit-panel-ul {
	list-style:none;
	margin: 0px; 
	padding: 0px; 
	width: auto;
}
.font-weight-small {
	font-size: 12px;
}
.recruit-category {
	padding-right:20px;
	text-align:right;
}
.recruit-sign {
	margin-top:35px;
	padding-right:20px;
	text-align:right;
}
.recruit-collect {
	margin-top:5px;
	padding-right:20px;
	text-align:right;
}
.recruit-pic img {
	min-width:275px;
	max-width: 275px;
}

/* 资讯 */
.zte-padding-top-10 {
	padding-top: 10px;
}
.zte-p img {
	max-width: 255px;
}
.zte-hotNews-padding {
	padding:5px 0px 5px 0px;
}
.zte-text {
	padding:5px; 
	height:115px;
}

/* 资讯排序 */
.zte-sort 
{
  padding: 0px 15px 0px 5px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.zte-sort > li 
{
  display: inline-block;
}
.zte-sort > li + li:before {
  content: "\007c";
  padding: 0 5px;
  color: #cccccc;
}
.zte-sort > .active {
  color: #999999;
}
.zte-sort { 
	top: 9px;
	padding-right: 0;
	background: none;
	position: relative;
}
.zte-sort a {
	color: #777;
}
.zte-sort li.active,
.zte-sort li a:hover {
	color: #da2120;
	text-decoration: none;
}
.zte-sort li.active a {
	color: #da2120;
	text-decoration:underline;
}

/* zte 文明大看台 */
.zte .dl-horizontal { 
	/* margin-bottom: 0; */
	margin-bottom:-10px;
	overflow: hidden;
}

.zte .dl-horizontal dt { 
	/* width: 60px; */
	width: 78px;
	float: left;
}

.zte .dl-horizontal dt img { 
	/* width: 60px;  */
	width: 78px;
	height: 60px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.zte .dl-horizontal dd { 
	/*margin-left: 70px; */
	margin-left: 85px;
}

.zte .dl-horizontal dd p { 
	margin: 0;
}

.zte .dl-horizontal dd a {
	font-size: 12px;
	line-height: 16px !important; 
}

.zte .dl-horizontal dd a:hover { 
	color: #da0000; 
	text-decoration: none;
}

.zte .dl-horizontal:hover dt img,
.zte .dl-horizontal:hover dd a { 
	color: #da0000;
	border-color: #da0000 !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* 风采、直通车、团队 红色下划线 */
.team-padding:hover .p-border-padding {
	border-bottom: 1px solid #da0000;
}
.team-padding-two:hover .p-border-padding {
	border-bottom: 1px solid #da0000;
}

/*资讯详细页*/
.info-post-tags {
 padding: 5px 0px 8px 0px;
 margin-bottom: 10px;
 border-bottom: 1px solid #ebebeb;
/* border-top: 1px solid #eee; */
}
.text-align-center {
	text-align: center;
}
.info-centont-border {
	border: 1px solid #eee;
	border-top: none;
	padding-top: 20px;
}
.site-bj {
	 background: #f7f7f7;
}
.site-img {
	padding: 0 5px 3px 0;
}
.site-media-object {
	min-height: 50px;
	max-height: 50px;
	max-width: 50px;
	min-width:50px;
}
.site-font-14 {
	font-size: 14px;
	font-weight: bold;
}

/*志愿服务主页*/ 
	/* vlo-content 内容*/
.vlo-content-text {
   margin-left: 10px;
   margin-right: 10px;
   text-indent: 2em;
   height: 145px;
   border-bottom: 1px solid #ededed;
}
.vlo-content {
   margin-left: 10px;
   margin-right: 10px;
}
.vlo-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vlo-content ul li {
	
}

.padding-top-20 {
	padding-top:20px;
}
	/* vol-badge 徽章*/
.vol-badge {
 margin: 5px 0;
 height: 55px;
}
.vol-badge ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vol-badge ul li {
	float: left;
	margin: 0 0 10px 3px;
}
.vol-badge ul li img {
   /* width: 25px;
	height: 38px; */
}
	/* vol-btn 按钮*/
.vol-btn {
	 text-align: center;	 
}
.vol-btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vol-btn ul li {
	 margin-top: 5px;
}
.vol-btn-font {
	font-size: 12px;
	min-width: 85px;
}
.margin-left-20 {
	margin-left: 20px;
}
	/*个人资料*/
 .vol-jianjie {
	height: 260px;
	margin-bottom: 12px;
}
.vol-info {
	 background: #f7f7f7;
	 border: 1px solid #ededed;
   /*  width: 277px; */
	 height: 260px;
}
.vol-info-text {
	float: left;
	margin-top: 5px;
}
.vol-info-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vol-bj {
	background:url(../image/js_bj.png) no-repeat left;	
}
.vol-left {
	float: left; 
	padding: 10px 10px 10px 10px;
	width: 138px;
}
.vol-photo {
	height: 118px; 
	width: 118px;
}
.vol-right {
	padding-bottom: 2px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #ededed;
	width: 220px;
}
.font14-bold {
	font-size: 14px;
	font-weight: bold;
}

/* 风采页面 个人资料 */
.vol-info-panel {
	 background: #f7f7f7;
	 border: 1px solid #ededed;
	 height: 140px;
}
.vol-info-panel-left {
	float: left; 
	padding: 10px 10px 10px 10px;
}
.vol-info-panel-left img {
	height: 100px; 
	width: 100px;
}
.vol-right-name {
	padding-bottom: 2px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #ededed;
	width: 150px;
	height: 22px;
}
.vol-lb-img{
	min-width: 277px;
}

   /* 志愿者简介 */
.introduction-text {
	padding: 0 10px 10px 10px; 
	text-indent: 2em; 
	margin-bottom: 10px;
}
.introduction-module {
	border-top: 1px solid #ededed; 
	padding: 25px 10px;
}
.introduction-title {
	height: 26px; 
	margin:-35px 0 8px -10px; 
	color:#fff; 
	padding-left:10px;
}

/* 转发、收藏、 点赞 */
.mutual-panel {
	height:32px; 
	width:800px;
}

/* 转发 */
.forwarding_top {
	border: 1px solid #ededed;
	float: left;
}
.forwarding_selected
{	
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 30px;
	background:url(../image/ii/bj03.png) no-repeat right;
	
}
.forwarding_selected img {
	margin-bottom:8px;
}
.forwarding_list
{
	border: 1px solid #ededed;
	padding: 0px 0px 0px 0px;
	width: 342px;
	height: 230px;
	float: left;
	margin-top: -1px;
	margin-left: -1px;
	position : absolute;
	background: #fff;
	display: none;
	z-index: 999;
}
.active {
	 border-bottom-color: Red;
}
.forwarding_list ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.forwarding_list ul li {
	float: left;
	margin-right: 10px;
	width: 100px;	
	margin-top: 10px;
}
.forwarding_list .one 	
{
	height: 32px;
	text-align: center;
	border: 1px solid #ededed;	
	line-height: 30px;
}
.forwarding_list .one img {
	padding-right: 5px;
}
.forwarding_list .two {
	height: 16px;
}
.forwarding_list .two img 
{
 padding-left: 5px;
 padding-right: 5px;
}
.forwarding_selected .zf-font {
	margin-right: 5px;
}
.forwarding_selected .zf-san {
	margin-left: 5px;
	color: #b3b3b3;
}
.forwarding_list .akey {
	margin-top: -1px; 
	padding: 10px 0 0 11px; 
	width: 130px; 
	background-color: #fff;
}
.forwarding_list .zhuantie {
	clear: both; padding: 20px 10px 0px 10px;
}
.forwarding_list .zhuantie p{
	border-top: 1px solid #ededed; padding-top: 10px;
}
   
   /* 收藏 */
.collect {
	border: 1px solid #ededed;
	height: 32px;
	float: left;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: none;
	text-align: center;
}
.collect i {
	font-size: 16px;
	margin-right: 5px;
}
  /*点赞*/
.good-point {
	border: 1px solid #ededed;
	height: 32px;
	float: left;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-left:none;
}
.good-point i {
	font-size: 16px;
	margin-right: 5px;
}

 /* 踩 */
.tread {
	border: 1px solid #ededed;
	height: 32px;
	float: left;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-left:none;
}
.tread i {
	font-size: 16px;
	margin-right: 5px;
}

/* login */ 
.font-size-16 {
	font-size: 16px;
}
.font_14 {
	font-size: 14px;
}

/* 注册 */
.sign-dropdownlistbox {
	/* 
	font-size: 12px; */
	height: 30px;
	padding: 5px 5px 5px 5px; 
	display: inline;
	margin-right: 5px;
}
.sign-tishi {
	background:#ededed; 
	color:#333; 
	padding:0 100px 0 100px;
	height:30px;
	font-size:14px;
	line-height:30px;
}
.margin-right-30 {
	margin-right:30px;	
}
.tbox-width {
	width:300px;
}
.tbox-Captcha-width {
	width:100px;
	display: inline;
	margin-right: 15px;
}
.notsee {
	margin-left: 10px; 
	padding-top: 60px;
	font-size: 12px;
}
.sign-remark {
	clear:both; 
	font-size:12px; 
	color:#999999; 
	padding-left:200px;
}
.sign-strength {
	float:left; 
	background:#ededed; 
	width:60px; 
	height:18px; 
	text-align:center; 
	line-height:18px; 
	font-size:12px;
	margin-top: 5px;
}
.margin-5-5 {
	margin-left: 5px;
	margin-right: 5px;
}

#showDetailed span {
	color: Blue;
	cursor: pointer;
}
#showDetailed span:hover {
	color: #da0000;
}

/**/
.padding-left-10 {
	padding-left: 10px;
}


/*活动详细页*/
.event-details {
 border: 1px solid #ededed;	
 height: 180px;
 padding: 10px 0 10px 0;
}
.event-details ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}
.font-12 {
	font-size: 12px;
}
.event-title {
	background: #f7f7f7; 
	padding: 5px 0 5px 0; 
	font-size: 14px;
}

/* 最近参与活动、活动投票 Photo Stream */
.event-photos li {
	display: inline;
}
.event-photos li img {
	opacity: 0.6;
	width: 58px;
	height: 58px;
	margin: 0 2px 2px;
}
.event-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #da0000;
}
.event-photos span
{
	width:58px;
	height:15px; 
	line-height:13px; 
	text-align:center; 
	display:block;
	margin-bottom:5px;
}
.event-photos label {
	width: 58px;
}
.event-photos-sum {
	background:#f7f7f7; 
	text-align:center;
	margin-bottom: 10px;
}
.event-head-content {
	border: 1px solid #ebebeb; 
	background:#f7f7f7; 
	padding-left:10px;
	padding-right: 10px;
}
.text-align-left
 {
	 text-align:left;
 }
 .event-vote {
	clear:both; 
	margin:0 10px;
	height:50px;
}
.event-vote hr {
	border:1px dashed #ededed; 
	margin-bottom:10px;
	border-bottom: none;
}
.event-head {
	background: #f7f7f7; 
	margin: 0 5px 10px 5px; 
	height: 29px; 
	border: 1px solid #ebebeb;
}
.event-end-date {
	line-height:27px; 
	float:right; 
	padding-right:10px; 
	color:#333333;
	font-size:12px;
}
.event-theme {
	line-height:27px; 
	float:left; 
	padding-right:10px; 
	color:#333333;
	font-size:12px;
	padding-left: 20px;
}
.event-name {
	line-height:27px; 
	float:left; 
	color:#ffffff;
	font-size:14px;
	font-weight: bold;
	width: 166px;
	background: url(../image/bt_bj01.png) no-repeat;
	text-align: right;
	padding-right: 20px;
}
.event-num-people {
	line-height:40px; 
	float:left; 
	color:#333333;
	font-size:12px;
}
.event-img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.event-style { 
	padding: 0px 5px 0px 5px;
	margin-bottom:0px;
}
.form-control {
	width: 100%;
}

/* 商城列表 ma */
.font-14-bold {
	font-size: 14px;
	font-weight: bold;	
}
.text-indent-2 {
	text-indent: 2em;
}
.ma-view {
	text-align: right;
	margin-right: 10px;
}
.ma-title {
	padding:0 5px; 
	text-align:center; 
	font-size:14px; 
	margin:0 10px 0 0;
	border-bottom:1px solid #ededed;
}
.ma-download {
	background:#da0000; 
	color:#ffffff; 
	text-align:center; 
	padding:15px 0; 
	margin:5px 10px 10px 0;
	font-size: 14px;
}
.ma-download:hover {
	cursor: pointer;
	background: #b10000;	
}
.ma-download a,
.ma-download a:hover {
	color: #ffffff;
}
.padding-left-8 {
	padding-left:8px;
}

/* 错误提示 */
.error-link {
	color:#ffffff;
}
.error-link:hover {
	color:#da0000;
}

/* zt 专题主页*/
.special-icons {
	float: right; 
	line-height: 30px;
}
.zt-title {
	padding:0 5px; 
	text-align:center; 
	font-size:14px; 
	margin:0 10px 0 0;
	border-bottom:1px solid #ededed;
}
.zt-attention {
	background:#da0000; 
	color:#ffffff; 
	text-align:center; 
	padding:5px 0; 
	margin:5px 30px 10px 20px;
	font-size: 14px;
}
.zt-attention:hover {
	cursor: pointer;
	background: #b10000;	
}
.zt-attention a,
.zt-attention a:hover {
	color: #ffffff;
}
.zt-content {
	text-indent: 2em;
	padding-right: 10px;
}


/* 首页 */
.magazine-news-img a img {
	display: block;
	width: 136px;
	height: 105px;
}

.margin-right-20 {
	margin-right: 20px;
}
.margin-right-10 {
	margin-right: 10px;
}

/* 特稿 */
.share-article a img {
	margin-top:-5px;
}
.zte-img-responsive {
	display: block;
	width: 200px;
}
.zte-hr {
	margin-top:0px; 
	margin-bottom:15px;
}


/* 团队 */
.team-introduction-text {
	padding: 0 0px 10px 0px; 
	margin: 0 10px;
	text-indent: 2em; 
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.team-info-panel {
	height:92px; 
	margin-bottom:10px; 
	padding:0 10px;
}
.team-info-left {
	float: left;
	width: 187px; 
}
.team-info-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-info-right {
	padding: 10 10px;

}
.team-info-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-info-bottom {
	text-align:center; margin:10px 0px;	
}
.padding-lr-0-0 {
	padding-left:0;
	padding-right: 0;
}

vol-img-responsive {
	display: block;
	min-width: 200px;
	height: auto;
}

.height-75 {
	height:75px;
}
.color-new-black {
	color:#333333;
}
.padding-top-5 {
	padding-top:5px;
}

/* 志愿者首页 */
.team-attention {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-attention li {
	float: left;
}
.team-attention .li-left {
	width:107px;
}
.clear-both {
	clear:both;
}

/*团长主页*/
.img-responsive-head {
  display: block;
  max-width: 118px;
  height: auto;
}
.team-head ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-head ul li {
	float: left;
}
.team-head ul .li-left {
	width:190px;
}
.team-head p {
	margin: 0 0; 
	padding-top:3px; 
	clear:both; 
	text-indent:2em;
}
.padding-top-15 {
	padding-top: 15px;
}

/* 新闻资讯详细页 图片 */
.news-graphic {
	margin-bottom:20px; 
	text-align:center;
	margin-top: 50px;
}
.news-graphic .news-img {
	 padding: 5px 5px;
	 border: 1px solid #ededed;
	 width:267px; 
	 margin-left: 277px;
	 
}
.news-graphic .news-title {
	
}
.news-content {
	padding:0 20px;
}

/* 杂志列表 */
.font-16-bold {
	font-size: 16px;
	font-weight: bold;
}
.maga-text 
{
	text-indent: 2em;
	padding-top: 10px;
	padding-right:10px;
	height: 100px;
	
}

/* 团队活动 */
.team-info {
	padding: 19px 19px;
}
.team-info-p {
	text-align: center;
}
.team-info-logo {
	 padding: 3px 3px;
	 border: 1px solid #ededed;
	 width: 238px;
}
.team-info-logo img {
	 width: 230px;
}
.team-info-name {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 20px;
}
.team-info-activity {
	text-align: left;
	padding-bottom: 10px;
}
.team-info-synopsis {
	text-align: left;
	padding-bottom: 10px;
	text-indent: 2em;
}
.team-info-head {
	text-align: left;
	padding-bottom: 10px;
}
.team-info-head ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-info-btn {
   min-width: 135px;
   width: 135px;
}

/* 附件下载 */
.file-download {
	 background: #f7f7f7;
	 float: left;
	 margin: 10px 10px 20px 10px;
	 padding: 10px 10px;
}
.file-download p {
	font-weight: bold;
}
.file-download ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.file-download ul li {
	 float: left;
	 margin-right: 10px;
}
.file-download ul .file-name {
	width: 500px;
}
.file-download ul .file-size {
	width: 60px;
}
.file-download ul .file-dd {
	font-weight: bold; 
}

/* 帮助 */
.help_head {
	background:#da0000; 
	color:#fff; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	padding:10px 0px; 
}
.help_item {
	text-align:center; 
	margin-top:10px; 
	padding:10px 0px;
	background: #f7f7f7;
	height: 800px;
	font-size: 14px;
}
.help_item  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.help_item  ul li {
	margin-bottom: 15px;
}
.help_content {
	border: 1px solid #ededed;
	padding: 20px 40px;
}

.help_item  ul li a:link,
.help_item  ul li a:visited,
.help_item  ul li a:hover,
.help_item  ul li a:active
 {
 text-decoration:none;	
}


.help_item  ul .active {
	background: url(../../assets/image/sanjiao.png) no-repeat right;
	background-position: 80% 50%;
}
.help_item  ul .active a {
	color: #da0000;
}

/* 微公益 */

.micro-public {
	border: 1px solid #ededed;
	overflow: hidden;	
	margin: 0 97px;
	padding: 10px 10px;
}

.micro-public-number {
	font-size: 28px; 
	font-weight: bold;
}

.micro-public  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.micro-public  ul li {
	float: left;	
	width: 310px;
	line-height: 24px;
	padding-bottom: 5px;
}

.micro-public  ul li img {
	margin-right: 10px;
}

.micro-public  ul li span {
	margin-left: 10px;
}

.min-charity{
	 border: 1px solid #ededed;
	 overflow: hidden;	
	 margin: 0 97px;
	 padding: 10px 10px;
}
.min-charity .caption {
	font-size: 14px;
	font-weight: bold;
	/*color: #da0000;*/
	border-bottom: 1px solid #ededed;
}
.min-charity .explain {
   margin-left: 28px;	
}
.min-prompt {
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	padding-top:8px;
}
.min-prompt2 {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	padding-top:8px;
}
.min-charity .explain ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px;
}
.min-charity .explain ul li {
	float: left;
	margin: 10px 20px;
	margin-left: 5px;
}
.min-zy-prompt {
	border-top: 1px solid #ededed;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	padding-top:8px;
}
.min-donate {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.min-fee {
	
}
.min-fee .legend {
	line-height: 30px;	
	padding-left: 28px;
}
.min-fee ul {
	margin: 0;
}
.min-fee ul li {
	float: left;
	margin: 5px 30px;
	margin-left: 0px;
	width: 115px;
}
.color-new-grey {
	color: #777;
}
/*资讯列表*/
.list-type-width {
	width:100px;
}
.list-date-width {
	width:60px;
}
.list-author-width {
	width:80px;
}
/*--------------------------------------------------------------------------------------------------------*/

/* 帮助直通车 */
.seekhelp-on {
	font-size:16px;
	font-weight: bold;
}
.seekhelp-in {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow:auto;
}
.seekhelp-in-left {
	float: left;
}
.seekhelp-in-right {
	float: right;
	font-size: 18px;
	margin-right: 30px;
	margin-top: 20px;
}
.seekhelp-in-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.seekhelp-end {
	
}
.seekhelp-end-left {
	float:left;
}
.seekhelp-end-right {
	float:right;
	padding-right: 10px;
	padding-top: 5px;
	
}
.seekhelp-two {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.seekhelp-two-left {
	float:left; 
	padding-right:10px;
}
.padding-tb-0-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.love-height {
	height: 200px;
}


/* love爱心动态 */
.tag-box-love { 
	padding:0px 0px 5px 0px;
	margin-bottom: 10px;
}

.love-charity-top {
	border-bottom: 1px solid #eee; 
	padding: 3px 0 5px 10px;  
	background: url("../image/bj01.jpg");  
}

.love .dl-horizontal { 
	/* margin-bottom: 0; */
	margin-bottom:-10px;
	overflow: hidden;
}

.love .dl-horizontal dt { 
	width: 47px; 
	float: left;
}

.love .dl-horizontal dt img { 
	width: 47px; 
	height: 47px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.love .dl-horizontal dd { 
	margin-left: 60px;
}

.love .dl-horizontal dd p { 
	margin: 0;
}

.love .dl-horizontal dd a {
	font-size: 12px;
	line-height: 16px !important; 
}

.love .dl-horizontal dd a:hover { 
	color: #da2120; 
	text-decoration: none;
}

.love .dl-horizontal:hover dt img,
.love .dl-horizontal:hover dd a { 
	color: #da2120;
	border-color: #da2120 !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tag-box-v1-love {
	border-top: solid 2px #da0000;
	min-height: 127px;
	/* background-color: #f7f7f7; */
}
 .love-jianjie {
	margin-bottom: 12px;
}
.love-content-text {
   margin-left: 10px;
   margin-right: 10px;
   text-indent: 2em;
   padding-top: 10px;
   padding-bottom: 10px;
  /* height: 145px; */
   min-height: 50px;
}

/*进展条*/
.lv_state{ 
	background:url(../../assets/image/process2.png) no-repeat;
	background-position:0px -120px;
	width:850px;
	height:56px;
 }
  .lv_state5{	 
	 BACKGROUND: url(../../assets/image/process2.png) no-repeat 0px top;
	 background-position:103px -200px; 
	 width:855px;
	 height:56px;
	 margin-left:5px;
}
 .lv_state4{	 
	 BACKGROUND: url(../../assets/image/process2.png) no-repeat 0px top;
	 background-position:-23px -200px; 
	 width:855px;
	 height:56px;
	 margin-left:5px;
}
 .lv_state3{	 
	 BACKGROUND: url(../../assets/image/process2.png) no-repeat 0px top;
	 background-position:-151px -200px; 
	 width:855px;
	 height:56px;
	 margin-left:5px;
}
 .lv_state2{	 
	 BACKGROUND: url(../../assets/image/process2.png) no-repeat 0px top;
	 background-position:-278px -200px; 
	 width:855px;
	 height:56px;
	 margin-left:5px;
}

.lv_state1{
	 width:855px;
	 height:56px;
	 margin-left:5px;
	 text-align:center;
}
.lv_state1 .process_1,
.lv_state2 .process_1,
.lv_state3 .process_1,
.lv_state4 .process_1,
.lv_state5 .process_1{
	width:117px;
	height:56px;
	float:left;
	text-align:center;
	line-height: 56px;
}
.lv_state1 .process_2,
.lv_state2 .process_3,
.lv_state3 .process_4,
.lv_state4 .process_5,
.lv_state5 .process_6{
	width:224px;
	height:56px;
	float:left;
	text-align:center;
	line-height: 56px;
	color: #fff;
}
.lv_state1 .process_3,
.lv_state1 .process_4,
.lv_state1 .process_5,
.lv_state1 .process_6,
.lv_state2 .process_2,
.lv_state2 .process_4,
.lv_state2 .process_5,
.lv_state2 .process_6,
.lv_state3 .process_2,
.lv_state3 .process_3,
.lv_state3 .process_5,
.lv_state3 .process_6,
.lv_state4 .process_2,
.lv_state4 .process_3,
.lv_state4 .process_4,
.lv_state4 .process_6,
.lv_state5 .process_2,
.lv_state5 .process_3,
.lv_state5 .process_4,
.lv_state5 .process_5
{
	width:126px;
	height:56px;
	float:left;
	text-align:center;
	line-height: 56px;
}

/* 表格样式 */
.panel-love-table {
	padding-top: 10px;
	margin-bottom: 10px;
}
.love_tb_th_one {
	background-color:#83A90D; 
	color:#fff; 
	text-align:center;
	width: 150px;
}
.love_tb_th_two {
	background-color:#83A90D; 
	color:#fff; 
	text-align:center;
}
.love_tb_th_three {
	background-color:#83A90D; 
	color:#fff; 
	text-align:center;
	width: 100px;
}
.love_tb_td_one {
	text-align: center;
}
.love_tb_td_two {
	text-align: left;
}
.love_tb_td_three {
	text-align: center;
	color: #da2120;
}

label{vertical-align:middle;}
input{vertical-align:middle;}

.text-name {
	width: 200px;
	display:inline;
	height: 25px;	
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.padding-left-50 {
	padding-left:50px;
}

.tab-v2 .tab-donate {
	padding: 10px 20px;
	border: solid 1px #eee;
}

/* 捐助名单 */
.loves .dl-horizontal { 
	/* margin-bottom: 0; */
	margin-bottom:-10px;
	overflow: hidden;
}

.loves .dl-horizontal dt { 
	width: 35px; 
	float: left;
}
.loves .dl-horizontal dt .massimg { 
	width: 35px; 
	height: 29px;
	padding: 2px;
	margin-top: 4px; 
	border: solid 1px #ddd;
}

.loves .dl-horizontal dt img { 
	width: 35px; 
	height: 35px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.loves .dl-horizontal dd { 
	margin-left: 45px;
}

.loves .dl-horizontal dd p { 
	margin: 0;
}

.loves .dl-horizontal dd a {
	font-size: 12px;
	line-height: 16px !important; 
}

.loves .dl-horizontal dd a:hover { 
	color: #83a80b; 
	text-decoration: none;
}

.loves .dl-horizontal:hover dt img,
.loves .dl-horizontal:hover dd a { 
	color: #83a80b;
	border-color: #83a80b !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.loves-head-content-overflow {
	clear:both;
	padding-top:0px;
	padding-bottom: 20px;
}

.text-money {
	width: 100px;
	display:inline;
	height: 25px;	
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
}
#OtherMoney 
{
	margin-left: 10px;
	display:none;
}
.line-height-35 {
	line-height:35px;
}

/* 进度条 */
.h-sr-only {
	width:255px; 
	 color:#666666; 
}

/*top 帮助 */
.top-help-font {
	color:#7c8082; 
	font-size:11px;
}
.help-margin {
	margin: 10px 0px 0px 0px;
}

/*求助列表*/
.forhelp-one {
	
}
.forhelp-one-tag {
	float:left;
	background: url('../../assets/vimg/b_bj.jpg') no-repeat;
	height: 20px;
	width: 68px;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	/* text-align: center;*/
	padding-left: 8px;
}
.forhelp-one-title {
	font-size: 16px; 
	font-weight: bold;
	line-height: 20px;
	margin-left: 75px
}
.forhelp-one-title span {
	padding: 2px 5px;
}

.forhelp-one-title span:hover {
	background: #63a80b;
	color: #ffffff;
	cursor: pointer;
}
.forhelp-two {
	 text-indent: 2em;
	 margin-top: 10px;
	 padding-right: 5px;
	 height: 52px;
}
.forhelp-three {
	 overflow: hidden;
	
}
.forhelp-three-left 
{
	float: left;
	width: 100%;
}
.forhelp-three-left-two ul,
.forhelp-three-left-one ul {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.forhelp-three-left-two ul li,
.forhelp-three-left-one ul li {
	float: left;
	margin-right: 20px;
}
.forhelp-three-left-two ul  .last,
.forhelp-three-left-one ul  .last {
	margin-right: 0px;
}
.forhelp-three-right {
	float:right;
	padding-right:5px;
	padding-top: 5px;
}

.color-new-y {
	color: #ff6600;
}
.color-new-g {
	color: #438513;
}
.color-new-g:hover{ background:#438513; color:#fff}
.forhelp-board {
	width:276px; 
	height:303px; 
	border:1px solid #eee;
	background: url('../../assets/vimg/banner_right.jpg') no-repeat;
}
.forhelp-login1 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_btn.jpg') no-repeat;
	 background-position: 0px 0px;
}
.forhelp-login1:hover 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_btn.jpg') no-repeat;
	 background-position: -108px 0px;
	 cursor:pointer;
}
.forhelp-login2 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_btn.jpg') no-repeat;
	 background-position: 0px -69px;
	 margin-left: 15px;
}
.forhelp-login2:hover 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_btn.jpg') no-repeat;
	 background-position: -108px -69px;
	 cursor:pointer;
	 margin-left: 15px;
}
.assist-board {
	width:276px; 
	height:303px; 
	border:1px solid #eee;
	background: url('../../assets/vimg/assist_banner_right.jpg') no-repeat;
}
.assist-login1 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_assist.jpg') no-repeat;
	 background-position: 0px 0px;
}
.assist-login1:hover 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_assist.jpg') no-repeat;
	 background-position: -108px 0px;
	 cursor:pointer;
}
.assist-login2 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_assist.jpg') no-repeat;
	 background-position: 0px -69px;
	 margin-left: 15px;
}
.assist-login2:hover 
{
	float: left;
	 width: 108px;
	 height: 67px;
	 background: url('../../assets/vimg/index_assist.jpg') no-repeat;
	 background-position: -108px -69px;
	 cursor:pointer;
	 margin-left: 15px;
}

.forhelp-board-one {
	margin-top:80px; height:140px;
	padding: 5px;
	text-align: center;
	font-size:20px;
}
.forhelp-board-two {
	padding-left:21px;
}
.forhelp-board-one ul {
	list-style: none;
	padding: 0px;
}

/* 捐款流程 */
.forhelp-process {
}
.forhelp-process ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.forhelp-process ul li {
	width: 255px;
	height: 28px;
	background: url('../../assets/vimg/bj2.png') no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
.forhelp-process ul li:hover {
	background: url('../../assets/vimg/bj2.png') no-repeat;
	background-position: 0px -29px;
	cursor: pointer;
	
}
.invoice_num {
	color: #fff;
	font: italic 16px Impact;
	margin-left: 8px;
	line-height: 28px;
	margin-right: 8px;
	float: left;
}
.invocie_word {
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	margin-left: 21px;
	float: left;
	color: #646363;
}
.invoice_otherword {
	float: left;
	line-height: 28px;
	margin-left: 20px;
}

.help-ntegral-name {
	float: left;
	line-height: 35px;
}
.help-ntegral {
	float: right;
	margin-right: 10px;
}
.help-ntegral-date {
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}

/*爱心排行榜*/
.loving .dl-horizontal { 
	/* margin-bottom: 0; */
	margin-bottom:-10px;
	overflow: hidden;
}

.loving .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.loving .dl-horizontal dt .massimg { 
	width: 35px; 
	height: 29px;
	padding: 2px;
	margin-top: 4px; 
	border: solid 1px #ddd;
}

.loving .dl-horizontal dt img { 
	width: 35px; 
	height: 35px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.loving .dl-horizontal dd { 
	margin-left: 70px;
	padding-top: 10px;
}

.loving .dl-horizontal dd p { 
	margin: 0;
}

.loving .dl-horizontal dd a {
	font-size: 12px;
	line-height: 16px !important; 
}

.loving .dl-horizontal dd a:hover { 
	color: #83a80b; 
	text-decoration: none;
}

.loving .dl-horizontal:hover dt img,
.loving .dl-horizontal:hover dd a { 
	color: #83a80b;
	border-color: #83a80b !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.loving .number1 
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b1.png') no-repeat;
}
.loving .number2
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b2.png') no-repeat;
}
.loving .number3
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b3.png') no-repeat;
}
.loving .number4
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b4.png') no-repeat;
}
.loving .number5
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b5.png') no-repeat;
}
.loving .number6
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b6.png') no-repeat;
}
.loving .number7
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b7.png') no-repeat;
}
.loving .number8
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b8.png') no-repeat;
}
.loving .number9
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b9.png') no-repeat;
}
.loving .number10
{
	margin-top: 11px;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../../assets/vimg/number/b10.png') no-repeat;
}
/* 统计 */
.forhelp-statistical {
	 border: 1px solid #dfdfdf;
	 min-height: 44px;
	 background-color: #f4f4f4;
	 line-height: 44px;
	 font-size: 18px;
	 padding-left: 10px;
}
.forhelp-statistical span {
	margin:0 20px;
}
.forhelp-statistical b {
	color: #ff0000;
	font-size: 20px;
	padding: 0 5px;
}
.forhelp-query {
	 border-top: none;
	 border-right:1px solid #dfdfdf;
	 border-left:1px solid #dfdfdf;
	  border-bottom:1px solid #dfdfdf;
	 min-height: 90px;
	 font-size: 14px;
	 padding: 8px 0;
	 background:#f4f4f4
}

/* 查询求助 */
.forhelp-query-date {
	overflow:hidden;
	padding: 5px;
}

.forhelp-query-regional ul,
.forhelp-query-way ul,
.forhelp-query-date ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 

.forhelp-query-regional ul li,
.forhelp-query-way ul li,
.forhelp-query-date ul li {
	float: left;
	padding: 0px 5px;
	margin-right:5px;
	/* color: #6e9103; */
	color: #333;
}

.forhelp-query-regional ul li:hover,
.forhelp-query-way ul li:hover,
.forhelp-query-date ul li:hover {
	/* background-color: #63a80b;
	 color:#ffffff; */
	 color: #438513;
	 cursor: pointer;	
}

.forhelp-query-regional ul .active,
.forhelp-query-way ul .active,
.forhelp-query-date ul .active {
	 background-color: #63a80b;
	 color:#ffffff;	
}

.forhelp-query-regional ul .active:hover,
.forhelp-query-way ul .active:hover,
.forhelp-query-date ul .active:hover {
	 background-color: #63a80b;
	 color:#ffffff;	
}

.forhelp-query-regional span,
.forhelp-query-way span,
.forhelp-query-date span {
	float: left;
	padding: 0px 5px;
}

.forhelp-query-regional,
.forhelp-query-way {
	overflow:hidden;
	padding: 2px 5px 5px 5px;
}

.forhelp-query-content {
	overflow:hidden;
	padding: 0px 10px 0px 10px;
}
.bg-content{}

/* 求助列表页 */
.forhelp-two-big {
	 text-indent: 2em;
	 margin-top: 10px;
	 padding-right: 5px;
	 height: 66px;
	 cursor:pointer
}
.forhelp-list-right {
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
	min-height: 140px;
	margin-top: 10px;
}
.forhelp-list-right .row-one {
	overflow: hidden;
}
.forhelp-list-right .progress {
	width:80%; 
	float:left; 
	margin-bottom:10px; 
	height:10px; 
	margin-top:5px;
}
.forhelp-list-right .progress-value {
	width:20%; 
	float:left; 
	padding-left:5px;
}
.forhelp-list-right .row-two 
{
	overflow: hidden;	
}

.forhelp-list-right .row-two .row-two-left {
	width:230px;
	float: left;
	font-size: 14px;
}
.forhelp-list-right .row-two .row-two-left ul 
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
.forhelp-list-right .row-two .row-two-left ul li {
	
}
.forhelp-list-right .row-two .row-two-right {
	padding-top: 55px;
}

.forhelp-list-right .row-three 
{
	overflow: hidden;	
}

.forhelp-list-right .row-three .row-three-left {
	width:155px;
	float: left;
	font-size: 14px;
	height: 72px;
	padding-top: 30px;
}
.forhelp-list-right .row-three .row-three-left ul 
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
.forhelp-list-right .row-three .row-three-left ul li {
	
}
.forhelp-list-right .row-three .row-three-right {
	padding-top: 85px;
	float: right;
	padding-right: 12px;
}
.progress-bar-success-g {
	background-color: #83A90D;
}


/* 求助详细 */
.detailed-centont-border {
	border: 1px solid #eee;
}
.detailed-one {
	padding: 20px 0px;
}
.detailed-one-tag {
	float:left;
	background: url('../../assets/vimg/b_bj.jpg') no-repeat;
	height: 20px;
	width: 68px;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	/* text-align: center; */
	padding-left: 8px;
}
.detailed-one-title {
	font-size: 18px; 
	font-weight: bold;
	line-height: 20px;
	margin-left: 75px;
	margin-top: -7px;
}
.detailed-two {
	clear: both;
    border-top: 3px #35b306 solid;
    border-bottom: 1px #dadada solid;
    border-right: 1px #dadada solid;
    border-left: 1px #dadada solid;
    background-color: #f1f1f1;
    height: 290px;
}
.detailed_top_pic {
    width: 501px;
    background: #F1F1F1;
    height: 280px;
    float: left;
    position: relative;
    _zoom: 1;
    text-align: center;
    border-right: 1px #dadada solid;
    border-bottom: 1px #dadada solid;
}
.detailed_top_pic .real_icon {
    background: url("../../assets/vimg/real_icon.png") no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/real_icon.png');
    position: absolute;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 49px;
    height: 43px;
    top: -8px;
    right: 0px;
}
.detailed_top_pic .vote_icon {
    background: url("../../assets/vimg/vote_icon.png") no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/vote_icon.png');
    position: absolute;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 49px;
    height: 43px;
    top: -8px;
    right: 0px;
}
.detailed_top_content {
	
}

/* 状态 */
.detailed_top_detail {
    float: left;
}
.main_top_detail_status {
    height: 61px;
    border-bottom: 1px solid #e2e2e2;
    margin-left: 34px;
    width: 617px;
}
span.main_top_detail_status_label {
    font: 14px/61px microsoft yahei;
    color: #858585;
    margin-right: 27px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    height: 61px;
    line-height: 61px;
    float: left;
}
.shuiyintiao {
    width: 330px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    float: left;
}
.shuiyintiao ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.shuiyintiao_ul {
    position: absolute;
    top: 2px;
    cursor: pointer;
    z-index: 10;
}
.shuiyintiao_ul li {
    float: left;
    width: 65px;
    height: 50px;
}
.shuiyintiao_ul li.completed {
    background: url("../../assets/vimg/lp_icon_gather_png8_v3.png") no-repeat -685px -284px;
}
.status_instruction {
    height: 69px;
    position: absolute;
    bottom: 30px;
    left: -35px;
}
.shuiyintiao_ul li.not_completed {
    background: url("../../assets/vimg//lp_icon_gather_png8_v3.png") no-repeat -627px -284px;
    color: #9c9a9b;
}
.shuiyintiao_ul li.current {
    background: url("../../assets/vimg//lp_icon_gather_png8_v3.png") no-repeat -748px -284px;
    color: #3d8e15;
}

.jindu {
    width: 260px;
    height: 3px;
    position: absolute; 
    top: 40px;
    left: 100px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.jindu .jindu_p {
    width: 370px;
    height: 6px;
    background: #e4e4e4;
    display: inline-block;
    float: left;
}
.jindu .jindu_p .istrue {
    height: 6px;
    display: block;
    background: #89bc65;
    width: 35%;
}
.shuiyintiao_text {
	float:right; 
	font-size:18px; 
	padding-right:10px; 
	padding-top:15px;
}

/*求详细页 进度*/
.detailed_top_progress {
	 height: 70px;
	 padding: 10px 10px 10px 0px;
	 float:left;
}
.detailed_top_progress .funds {
    float: left;
	font-size: 16px;
	margin-top:17px;
}
.detailed_top_progress .objects {
	 width: 570px;
	 float: left;
	 padding-top:15px;
	 padding-left:35px;
	 overflow: hidden;
}
.detailed_top_progress .objects ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.detailed_top_progress .objects ul li {
	color: #858585;
	font-size:14px; 
}
.detailed_top_progress .progress-panel {
	 width: 240px;
	 float: left;
	 padding:15px 10px;
	 margin-right:20px;
}
.detailed_top_progress .progress-panel .progress {
	 width: 80%;
	 float:left; 
	margin-bottom:10px; 
	height:10px; 
	margin-top:10px;
}
.detailed_top_progress .progress-panel .progress-value {
	 width: 20%;
	 float: left;
	 padding-left: 10px;
}
.detailed_top_progress .progress-date {
	 float: right;
	 overflow: hidden;	
}
.detailed_top_progress .progress-date ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.detailed_top_progress .progress-left {
	 width:300px;
	 margin-left:35px;
	 float: left;
	 overflow: hidden;	
}
.detailed_top_progress .progress-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tag-margin {
	 margin-top:20px; 
	 margin-left:35px;
}
.font20 {
	font-size: 20px;
}

/**/
.detailed_top_donate {
  height:280px;
  background-color: #FFF;
}
.detailed_top_donate .donation-desc
{
    float: left; 
    padding-left: 35px;
    padding-top: 80px;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.detailed_top_donation {
  height:133px;
  background-color: #FFF;
}
.h-text-mass {
	width: 120px;
	display:inline;
	height: 25px;	
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.h-text-name {
	width: 70px;
	display:inline;
	height: 25px;	
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.h-text-phone {
	width: 160px;
	display:inline;
	height: 25px;	
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.h-form-control {
	width: 330px;
	float: left;
}
.h-form-control2 {
	width: 330px;
	float: left;
}
.m-top-10 {
	margin-top: 10px;
}
.m-top-20 {
	margin-top: 20px;
}
.m-bottom-10 {
	margin-bottom: 10px;
}
.detailed_top_donation .donation-desc
{
    float: left; 
    padding-left: 35px;
    padding-top: 50px;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
.detailed_top_donation .donation-left
{
    float: left; 
    padding-left: 35px;
    width:610px;
}
.detailed_top_donation .donation-right {
	float:right; 
	padding-right:10px; 
}

/* 捐助说明 */
.main_h2 {
    font-size: 18px;
    font-weight: normal;
    color: #1d1d1d;
    margin: 15px auto 14px auto;
    line-height: 18px;
    clear: both;
    padding-bottom: 10px;
    border-bottom: 1px solid #83a90d;
}
.main_h2 span.bd {
    display: block;
    float: left;
    _zoom: 1;
    margin-right: 5px;
    width: 3px;
    background: #83a90d;
    height: 19px;
}
.tag-box-explain { 
	padding:0px 0px 5px 0px;
	margin-bottom: 10px;
}
/*Tag Boxes v1*/
.explain-box-v1 {
	/*border: solid 1px #eee;
	border-top: solid 2px #72c02c; */
	border: none;
}
.explain-charity-top {
	/*border-bottom: 1px solid #eee; 
	background: url("../image/bj01.jpg"); */
	padding: 0px 0px 0px 0px;  
}
.explain-content-text 
{
   padding: 10px;
   text-indent: 2em;
   max-width: 820px;
   min-height: 50px;
}
.explain-content-img 
{
  padding: 10px;
  max-width: 820px;
  text-align: center;
}
.padding-left-0 {
	padding-left: 0px;
}
.focus-img-responsive {
  display: block;
  max-width: 225px;
}
.magazine-posts .magazine-posts-img:hover img {
	opacity: 0.9;
}
.font-size-18 {
	font-size: 18px;
}
.padding-bottom-12 {
	padding-bottom:12px;
}
.padding-top-20 {
	padding-top:20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: -4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

/*捐款流程，鼠标滑过 提示 效果 样式*/
.status_invoice div.reg {
    top: 318px;
}
.status_invoice div.youjian {
    top: 351px;
}
.status_invoice div.chuli {
    top: 384px;
}
.status_invoice div.fapiao {
    top: 417px;
}
.status_invoice div.execute {
    top: 450px;
}
.status_invoice div.finish {
    top: 483px;
}
.status_invoice div.flow-tips {
    border: 1px solid #ffcf88;
    background-color: #fff8de;
    width: 228px;
    position: absolute;
    z-index: 10;
    left: 45px;
    line-height: 18px;
    display: none;
    padding: 0 5px;
}
.flow-tips-arrow {
    background: url(../../assets/vimg/icons.png?v=1) -272px 0 no-repeat;
    width: 11px;
    height: 6px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    bottom: -6px;
    left: 45px;
}

/*捐赠项目进度 鼠标 滑过 提示*/
.status_instruction {
    height: 69px;
    position: absolute;
    bottom: 30px;
    left: -35px;
}

.status_instruction div.status_tips1 {
    left: 0px;
}
.status_instruction div.status_tips2 {
    left: 65px;
}
.status_instruction div.status_tips3 {
    left: 130px;
}
.status_instruction div.status_tips4 {
    left: 195px;
}
.status_instruction div.status_tips5 {
    left: 260px;
}

.status_instruction div.status-tips b {
	padding-left: 10px;
}

.status_instruction div.status-tips {
    position: absolute;
    display: none;
    width: 190px;
    z-index: 20;
    bottom: 4px;
}
.status-tips-wrap {
    border: 1px #fcc56d solid;
    background: #fff8dc;
    border-bottom: none;
    padding-bottom: 5px;
}

.status_instruction div p {
    margin: 0 10px;
}

.status-tips-bottom {
    height: 7px;
    overflow: hidden;
    background: url("../../assets/vimg/lp_icon_gather_png8_v3.png") no-repeat -592px 0;
}
#dv_scroll{position:relative;height:325px;overflow:hidden;}
#dv_scroll_text {position:absolute;}
#dv_scroll .Scroller-Container{width:90%;margin-left:10px;margin-top:-5px;}
/* #dv_scroll_bar {position:absolute;right:0px;top:10px;width:14px;height:305px;border-left:1px solid #B5B5B5;}  */
#dv_scroll_bar {position:absolute;right:0px;top:10px;width:14px;height:305px;border-left:1px solid #54af1d;}
#dv_scroll_bar .Scrollbar-Track{position:absolute;left:0;top:0px;width:14px;height:305px;}
#dv_scroll_bar .Scrollbar-Handle{position:absolute;left:-7px;top:0;width:13px;height:29px;overflow:hidden;background:url(../../assets/vimg/srcoll.png) no-repeat;cursor:pointer;}
