/*   
 * 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);
*/

/*Block Headline*/
.headline {
    display: block;
    /* margin: 10px 0 25px 0; yyh */
    margin: 8px 0 11px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline h2, 
.headline h3, 
.headline h4,
.headline h5,
.headline h6 {
    color: #585f69;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}
.headline h2 {
    font-size: 23px;
}

.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;
}

/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
/*	background: #3e4753;
    border-top: solid 1px #777;  yyh */
    background: #fff;
    border-top: solid 2px #06b062;
    margin-top: 20px;
}

.copyright p {
    color: #dadada;
}

.copyright p.copyright-space {
    margin-top: 12px;
}

.copyright a {
    margin: 0 5px;
    color: #72c02c;
}
.copyright a:hover {
    color: #a8f85f;
}

/*Page (Features)
------------------------------------*/


/*Thumbnail*/
a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style { 
    padding: 5px 5px 0px 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;
   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:7px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/new.png);
}
.div-image .hot{
	position:absolute;
	top:5px;
	left:7px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/hot.png);
}
.div-image .new2{
	position:absolute;
	top:5px;
	left:28px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/new.png);
}
.div-image .hot2{
	position:absolute;
	top:5px;
	left:28px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/hot.png);
}
.div-image .new3{
	position:absolute;
	top:0px;
	left:0px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/new.png);
}
.div-image .hot3{
	position:absolute;
	top:0px;
	left:0px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/hot.png);
}
.div-image .new4{
	position:absolute;
	top:5px;
	left:28px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/new.png);
}
.div-image .hot4{
	position:absolute;
	top:5px;
	left:28px;
	width:35px;
	height:35px;
	background-image:url(/template/image/team/hot.png);
}
 .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 20px;
}
.padding-10-10 {
     padding: 15px 20px 0px 0px;
}
.padding-top-10 {
    padding-top: 10px;
}

/*风采样式*/
.padding-top-5{
     padding-top: 5px;
}

.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;
}

/* 内容模块 背景图 */
.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:100px;
}
.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/green-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-left: 1px solid #ebebeb; 
    border-right: 1px solid #ebebeb;
}
.tags-head-left {
    float: left;
    line-height: 37px; 
    margin-top: -3px;
    border-top: 3px solid #00ae5e;
    padding-left: 10px; 
    font-size: 14px; 
    font-weight: bold; 
    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;
}
.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; */
    padding-top: 10px;
}
.foot-concent-logo {
    float: left; 
    padding: 5px 50px 5px 0px; 
    border-right: 1px solid #ebebeb;
}
.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:#b10000;
}
.search-ddl-box {
    float: right; 
    padding-right:5px; 
    margin-top:10px;
}
.search-box {
    width:205px;
    margin-top:10px; 
    float:right;
}
.search-button {
    width: 22px;padding: 0 0; 
    font-size: 12px; 
    height:22px; 
    color:#666666;
    background:#fff; 
    border-color:#b10000; 
    border-left:none;
}
.search-button:hover {
    background-color: #676767;
}
.search-textbox {
    width: 187px;
    padding: 0 0 0 5px; 
    font-size: 12px; 
    height:22px; 
    border-color:#b10000; 
    border-right:none;
}
.search-textbox:focus {
    border-color:#b10000;
    box-shadow:0px 0px 0px #b10000;
}

/*热点新闻*/
.border-bottom-none {
     border-bottom: none;
}
.color-new-red {
    color: #00ae5e;
}
.color-new-pink {
    color: #e74b82;
}
.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:#e74b82; 
    padding:3px 3px 3px 3px; 
    color:#fff;
}
.help-type-money {
    background-color:#e74b82; 
    padding:3px 6px 3px 6px; 
    color:#fff;
}
.help-type-matter {
    background-color:#e74b82; 
    padding:3px 4px 3px 4px; 
    color:#fff;
}
.help-type-work {
    background-color:#e74b82; 
    padding:3px 5px 3px 5px; 
    color:#fff;
}
.help-margin {
	margin: 0px 0px 0px 0px;
}
.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: 10 0 0px 10px; 
    margin-top: 12px;
}
.mi-charity-bottom {
    text-align: center; 
    padding-top: 12px;
}

/* 二维码 */
.two-dimension-code-panel {
    background: #ffffff; 
    height: 75px; 
    margin: 0 25px; 
    border: 1px solid #dddddd;
    padding: 8px 8px 8px 8px;
}
.two-dimension-code-panel .font-panel {
    float: left; 
    padding: 9px 0px 0px 5px; 
    line-height: 20px;
}
.two-dimension-code-panel .img-panel {
    float: left;
}

/* 切换城市 显示 隐藏 div  */
.navbar-city{ width: 100px;color:#333333;}
.navbar-city ul li{ color:#333333;}
.navbar-city ul li a.cutover{color:#333333; text-decoration:none; position:relative; display:block;}
.navbar-city ul li div{display:none;}
.navbar-city ul li a:hover{ visibility:visible; color:#da2120;}
.navbar-city ul li div
{
    left:370px; 
    top:100px; 
    background-color:#FFF; 
    width:80px; 
    /* height:1000px;  */
    color:#000; 
    border: 1px solid #b10000;
    /* position : absolute; */
    position: fixed;
    z-index: 999999;
}
.navbar-city ul li div ul
{
    /* float:right; */ 
    width:270px; 
    height:auto; 
    line-height:18px; 
    padding:6px 15px 0px 0px;  
    list-style:none;
    margin:0;  
    margin-bottom: 10px;
}
.navbar-city .city {
    /* display: inline;  */
    margin-right: 10px;
    margin-left: 10px;
}

/* 团队 -- 热点活动*/
.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 #00ae5e;
}
.team-padding-two:hover .p-border-padding {
    border-bottom: 1px solid #00ae5e;
}

/*资讯详细页*/
.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_green.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;
}
.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; */
   box-shadow: 0 0 0 2px #00ae5e;
}
.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_bj02.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-2 {
	padding-top:2px;
}

/* 志愿者首页 */
.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;
	height: 85px;
	
}

/* 团队活动 */
.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;
}


/* 团队首页新闻 */
.team-big-new-panel {
  border-bottom: 1px solid #ededed;
  float: left;
}
.team-big-new {
	
}
.team-big-new-title {
	font-size:16px; 
	font-weight:bold;
}
.team-big-new-content {
	margin-bottom: 10px;
}
.team-list-new {
	
}

/* 附件下载 */
.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; 
}
.team-big-news-padding {
	padding: 10px 10px 5px 10px;
}

/*帮助直通车*/
.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:860px;
	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:234px;
	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:#da0000; 
	color:#fff; 
	text-align:center;
	width: 150px;
}
.love_tb_th_two {
	background-color:#da0000; 
	color:#fff; 
	text-align:center;
}
.love_tb_th_three {
	background-color:#da0000; 
	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: 47px; 
    float: left;
}

.loves .dl-horizontal dt img { 
    width: 47px; 
    height: 47px;
    padding: 2px;
    margin-top: 2px; 
    border: solid 1px #ddd;
}

.loves .dl-horizontal dd { 
    margin-left: 60px;
}

.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: #da2120; 
    text-decoration: none;
}

.loves .dl-horizontal:hover dt img,
.loves .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;
}
.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;
}
.baidu_map{
	width:353px;
	height:200px;
	padding:0px;
	border:1px solid #d2d2d2;
}
.baidu_party{
	width:800px;
	height:400px;
	padding:10px;
	margin-top:20px;
	border:1px solid #d2d2d2;
}

/*求助列表*/
.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: 15px;
	 height: 52px;
}
.forhelp-three {
	 overflow: hidden;
	
}
.forhelp-three-left 
{
	float: left;
	width: 465px;
}
.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;
}
.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;
}

.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;
}
