﻿@charset "utf-8";
/*---- index 首页 ----*/
/* 轮播 */
.lb-carousel{
    margin-top: 142px;
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.lb-carousel .carousel-inner {
    height: 100%;
}
.lb-carousel .carousel-inner>.item {
    width: 100%;
    height: 100%;
    background-position: center;
    /*background-size: cover;*/
    /*background-size: 100%;*/
    background-size: cover;
    -webkit-background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}
.lb-carousel .carousel-inner .name{
    font-size: 72px;
    line-height: 90px;
    color: #fff;
    padding-top: 210px;
    font-weight: bold;
}
.lb-carousel .carousel-inner .nr {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
    max-width: 630px;
}
.lb-carousel .carousel-inner .more a {
    font-size: 16px;
    color: #fff;
    background: #e60012;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin-top: 65px;
    border-radius: 36px;
}
.lb-carousel .carousel-indicators li{
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: #fff;
    border: 0;
    margin:0 25px 0 0;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.lb-carousel .carousel-indicators .active{
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: #fff;
    border: 0;
    margin:0 25px 0 0;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-control.left,.carousel-control.right{
    width: 42px;
    height: 70px;
    top: 45%;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.left:hover,.carousel-control.right:hover{
    /*background: #fff;*/
    background: url(../bg/tran0.1-blue.png) repeat;
}
.carousel-control.left{
    left: 30px;
}
.carousel-control.right{
    right: 30px;
}
.carousel-control i{
    width: 11px;
    height: 21px;
}
.carousel-control .arrow-left{
    background-image: url(../bg/arrow-left.png);
    margin: 24px 0 0 0;
}
.carousel-control .arrow-right{
    background-image: url(../bg/arrow-right.png);
    margin: 24px 0 0 5px;
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 30px;
    }
}
@media (max-width: 767px){
    .carousel-indicators{
        /*bottom: 30px;*/
    }
    .lb-carousel .carousel-indicators li{
        width: 13px;
        height: 13px;
        margin:0 10px 0 0;
    }
    .lb-carousel .carousel-indicators .active{
        width: 13px;
        height: 13px;
        margin:0 10px 0 0;
    }
    .carousel-control.left{
        left: 15px;
    }
    .carousel-control.right{
        right: 15px;
    }
}
@media only screen and (max-width: 720px){
    .lb-carousel{
        margin-top: 100px;
    }
}
@media only screen and (max-width: 480px){
    .lb-carousel .carousel-inner .name{
        font-size: 50px;
        line-height: 72px;
    }
    .lb-carousel .carousel-inner .nr{
        font-size: 30px;
        line-height: 48px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 390px){
    .lb-carousel .carousel-inner .name{
        font-size: 48px;
    }
}
@media only screen and (max-width: 360px){
    .lb-carousel .carousel-inner .name{
        font-size: 46px;
    }
}
@media only screen and (max-width: 320px){
    .lb-carousel .carousel-inner .name{
        font-size: 41px;
    }
    .lb-carousel .carousel-inner .nr{
        font-size: 28px;
    }
}
/*rc-feat*/
.rc-feat{
    width: 100%;
    padding: 50px 0;
    background: #fff;
}
.rc-feat h4 {
    display: block;
    font-size: 24px;
    line-height: 30px;
}
.rc-feat h4:before,.rc-feat h4 before{
    content: '';
    display: inline-block;
    width: 31px;
    height: 27px;
    background: url(../bg/rc-feat.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.rc-feat .list{
    margin: 30px auto 0;
}
.rc-feat .list li{
    float: left;
    width: 31.6%;
    margin-right: 30px;
}
.rc-feat .list li:last-child{
    margin-right: 0;
}
.rc-feat .list li .img{
    position: static;
    text-align: center;
}
.rc-feat .list li .img img{
    width: 100%;
}
.rc-feat .list li .info{
    width: 100%;
    height: 107px;
    padding: 18px 0 0 18px;
    text-align: left;
}
.rc-feat .list li:hover .info{
    background: #f6f6f6;
    border-bottom: 2px solid #ee4b47;
}
.rc-feat .list li .info .tit{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.rc-feat .list li .info .det{
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding-top: 5px;
}
@media only screen and  (max-width: 1200px){
    .rc-feat .list li{
        width: 31.2%;
    }
}
@media only screen and  (max-width: 991px){
    .rc-feat .list li{
        width: 45.5%;
    }
}
@media only screen and  (max-width: 720px){
    .rc-feat .list li{
        width: 100%;
        margin-bottom: 20px;
    }
    .rc-feat .list li:last-child{
        margin-bottom: 0;
    }
}
/*rc-news*/
.rc-news{
    background: #f5f5f5;
}
.rc-news h4:before,.rc-news h4 before{
    background-image: url(../bg/rc-news.png);
}
.rc-news .rl-news{
    width: 52.7%;
    margin-top: 30px;
}
.car-news .carousel-indicators{
    left: 35%;
    text-align: left;
    bottom: 5px;
}
.car-news .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 0;
    background: #fff;
    margin: 0 15px 0 0;
}
.car-news .carousel-indicators .active{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 0;
    background: #ee4b47;
}
.rc-news .rr-news{
    width: 47%;
    padding-left: 45px;
    margin-top: 30px;
}
.rr-news .title{
    border-top: 1px solid #e7e7e7;
    line-height: 55px;
}
.rr-news .title span{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 18px;
    margin-right: 12px;
    cursor: pointer;
}
.rr-news .title span.cur,.rr-news .title span:hover{
    color: #e60012;
    border-top: 3px solid #e60012;
}
.rc-news .rr-news .list{
    margin: 0 auto;
}
.rc-news .rr-news .list li{
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
}
.rc-news .rr-news .list li a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 0;
}
.rc-news .rr-news .list li a .det{
    position: relative;
    display: inline-block;
    width: 80%;
    padding-left: 17px;
}
.rc-news .rr-news .list li a .det:before,.rc-news .rr-news .list li a .det befote{
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #333;
}
.rc-news .rr-news .list li:hover a .det:before,
.rc-news .rr-news .list li:hover a .det befote{
    background: #e60012;
}
.rc-news .rr-news .list li:hover a .det{
    color: #e60012;
}
.rc-news .rr-news .list li a .date{
    float: right;
    display: inline-block;
}
.rc-news .rr-news .list li:hover a .date{
    color: #e60012;
}
.rc-news .rr-news .list li a .nr{
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    padding-left: 17px;
    width: 80%;
}
.rc-news .rr-news .list li:hover a .nr{
    display: inline-block;
}
.rc-news .rr-news .info .a-more{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding-top: 16px;
}
.rc-news .rr-news .info .a-more:hover{
    color: #e60012;
}
.rc-news .rr-news .info .a-more:after,.rc-news .rr-news .info .a-more after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../bg/ico-more.png) no-repeat;
    margin-left: 8px;
}
.rc-news .rr-news .info .a-more:hover:after,
.rc-news .rr-news .info .a-more:hover after{
    background-image: url(../bg/ico-more-h.png);
}
@media only screen and  (max-width: 1200px){
    .rc-news .rr-news .list li a .det,
    .rc-news .rr-news .list li a .nr{
        width: 70%;
    }
}
@media only screen and  (max-width: 991px){
    .rc-news .rr-news{
        padding-left: 30px;
    }
    .rc-news .rr-news .list li a .det,
    .rc-news .rr-news .list li a .nr{
        width: 68%;
    }
}
@media only screen and  (max-width: 720px){
    .rc-news .rl-news,.rc-news .rr-news{
        width: 100%;
    }
    .rc-news .rr-news{
        padding-left: 0;
    }
    .rc-news .rr-news .list li{
        margin-bottom: 0;
    }
}
/*rc-about*/
.rc-about h4:before, .rc-about h4 before{
    background-image: url(../bg/rc-about.png);
}
.rl-about{
    width: 62.4%;
    margin-top: 30px;
    padding-right: 10%;
}
.rl-about .tit{
    font-size: 18px;
    line-height: 20px;
    color: #e60012;
    font-weight: bold;
}
.rl-about .det{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 10px;
}
.rl-about .a-more{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding-top: 30px;
}
.rl-about .a-more:hover{
    color: #e60012;
}
.rl-about .a-more:after,.rl-about .a-more after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../bg/ico-more.png) no-repeat;
    margin-left: 8px;
}
.rl-about .a-more:hover:after,.rl-about .a-more:hover after{
    background-image: url(../bg/ico-more-h.png);
}
.rr-about{
    width: 37.6%;
    margin-top: 30px;
}
.rr-about img{
    width: 100%;
}
@media only screen and  (max-width: 720px){
    .rl-about,.rr-about{
        width: 100%;
    }
    .rl-about{
        padding-right: 0;
    }
}
/*---- 关于我们 ----*/
/*---- about-deeds 荣誉会长慈善事迹 ----*/
.banner{
    width: 100%;
    margin: 142px auto 0;
}
.banner img{
    width: 100%;
}
@media only screen and (max-width: 720px){
    .banner{
        margin-top: 100px;
    }
}
.content{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.content .head{
    position: absolute;
    top: -58px;
    z-index: 100;
    width: 100%;
    height: 58px;
    background: url(../bg/tran0.8.png) repeat;
}
.content .head li{
    float: left;
    width: 168px;
    line-height: 58px;
    text-align: center;
}
.content .head li a{
    display: block;
    font-size: 18px;
    color: #999;
}
.content .head li.cur a,.content .head li:hover a{
    color: #fff;
    background: #b5b5b5;
}
.content .central{
    padding: 40px 0 90px;
}
.content .central .info h3{
    display: block;
    line-height: 36px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.content .central .info h3:before,.content .central .info h3 before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 24px;
    vertical-align: middle;
    background: #e60012;
    margin-right: 20px;
}
.content .central .info .word{
    width: 61.3%;
    padding-right: 6%;
    margin-top: 25px;
}
.content .central .info .word p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-indent: 2em;
}
.content .central .info .img{
    width: 38.7%;
    margin-top: 25px;
}
.content .central .info .img img{
    width: 100%;
}
@media only screen and (max-width: 1200px){
    .content .head li{
        width: 16.6%;
    }
}
@media only screen and (max-width: 991px){
    .content .head{
        position: static;
        height: auto;
    }
    .content .head .container{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .content .head li{
        width: 100%;
    }
}
@media only screen and (max-width: 720px){
    .content .central{
        padding: 25px 0 50px;
    }
    .content .central .info .word{
        width: 100%;
        padding-right: 0;
    }
    .content .central .info .img{
        width: 100%;
    }
}
/*---- about-event 大事记 ----*/
.content .central .info dl{
    padding-top: 25px;
}
.content .central .info dl>dd{
    position: relative;
    display: block;
    width: 100%;
    background: url(../bg/bg-line.png) repeat-y 38px top;
    padding-top: 90px;
    padding-bottom: 30px;
}
.content .central .info dl>dd .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 92px;
    background: url(../bg/bg-circle.png) no-repeat;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}
.content .central .info dl>dd .bg2 {
    background: url(../bg/bg-circle2.png) no-repeat;
}
.content .central .info dl>dd .bg em{
    font-size: 24px;
}
.content .central .info dl>dd .det{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin-left: 110px;
}
.content .central .info dl>dd .det:before,.content .central .info dl>dd .det before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -14px;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 4px;
}
/*---- about-intro 基金会简介 ----*/
.content .central .info p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
/*---- about-charter 基金会章程 ----*/
.content .central .info .ch-list{
    width: 100%;
    margin: 30px auto 0;
}
.content .central .info .ch-list .side li{
    width: 217px;
    height: 44px;
    line-height: 44px;
    background: #f6f6f6;
    padding-left: 20px;
    margin-bottom: 10px;
}
.content .central .info .ch-list .side li.cur,
.content .central .info .ch-list .side li:hover{
    background: #e60012;
}
.content .central .info .ch-list .side li a{
    font-size: 18px;
    color: #666;
}
.content .central .info .ch-list .side li.cur a,
.content .central .info .ch-list .side li:hover a{
    color: #fff;
}
.content .central .info .ch-list .main{
    width: 77%;
    padding-left: 80px;
}
.content .central .info .ch-list .main p{
    color: #333;
}
@media only screen and (max-width: 991px){
    .content .central .info .ch-list .main{
        width: 68%;
        padding-left: 60px;
    }
}
@media only screen and (max-width: 720px){
    .content .central .info .ch-list .side{
        width: 100%;
    }
    .content .central .info .ch-list .side li{
        width: 100%;
    }
    .content .central .info .ch-list .main{
        width: 100%;
        padding-left: 0;
    }
}
/*---- about-organ 组织架构 ----*/
.content .central .info .or-img{
    width: 100%;
    margin: 30px auto 0;
}
.content .central .info .or-img img{
    width: 100%;
}
/*---- about-contact 联系我们 ----*/
.content .central .info .contact{
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 18px;
    background: #f6f6f6;
}
.content .central .info .contact .word{
    width: 51%;
    margin-top: 0;
    padding-right: 0;
    padding-top: 20px;
}
.content .central .info .contact .word p{
    font-size: 18px;
    line-height: 60px;
    color: #333;
    text-indent: 0;
    padding-left: 26px;
}
.content .central .info .contact .word p.p-add:before,
.content .central .info .contact .word p.p-add before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../bg/ico-post.png) no-repeat;
    margin: 0 24px 0 0;
    vertical-align: middle;
}
.content .central .info .contact .word p.p-email:before,
.content .central .info .contact .word p.p-email before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../bg/ico-email.png) no-repeat;
    margin: 0 24px 0 0;
    vertical-align: middle;
}
.content .central .info .contact .word p.p-tel:before,
.content .central .info .contact .word p.p-tel before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../bg/ico-tel.png) no-repeat;
    margin: 0 24px 0 0;
    vertical-align: middle;
}
.content .central .info .contact .word p a{
    font-size: 18px;
    line-height: 60px;
    color: #e60012;
}
.content .central .info .contact .img{
    width: 49%;
    margin-top: 0;
}
@media only screen and (max-width: 768px){
    .content .central .info .contact .word{
        float: none;
        width: 100%;
    }
    .content .central .info .contact .img{
        float: none;
        display: block;
        width: 90%;
        margin: 10px auto;
    }
}
/*---- 公益特色 ----*/
/*---- charity-attention 关注慈善 ----*/
.content .central .info .cha-list{
    width: 100%;
    margin: 30px auto 0;
}
.content .central .info .cha-list li{
    float: left;
    width: 48%;
    margin-right: 40px;
    margin-bottom: 40px;
}
.content .central .info .cha-list li:nth-child(even){
    margin-right: 0;
}
.content .central .info .cha-list li a{
    display: block;
    width: 100%;
}
.content .central .info .cha-list li .img{
    width: 100%;
    margin-top: 0;
}
.content .central .info .cha-list li .img img{
    width: 100%;
}
.content .central .info .cha-list li .inner{
    position: relative;
    padding: 20px;
    background: #f0f0f0;
}
.content .central .info .cha-list li .inner .tit{
    font-size: 24px;
    line-height: 36px;
    color: #333;
}
.content .central .info .cha-list li .inner .det{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.content .central .info .cha-list li .inner .intro{
    position: absolute;
    bottom: 36px;
    right: 20px;
    width: 135px;
    height: 38px;
    line-height: 38px;
    background: #e0e0e0;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.content .central .info .cha-list li:hover .inner .intro{
    background: #e60012;
    color: #fff;
}
.content .central .info .cha-list li .inner .intro:before,
.content .central .info .cha-list li .inner .intro before{
    content: '';
    display: inline-block;
    width: 21px;
    height: 25px;
    background: url(../bg/ico-item.png) no-repeat;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.content .central .info .cha-list li:hover .inner .intro:before,
.content .central .info .cha-list li:hover .inner .intro before{
    background-image: url(../bg/ico-item-h.png);
}
@media only screen and (max-width: 1200px){
    .content .central .info .cha-list li{
        width: 47.7%;
    }
    .content .central .info .cha-list li .inner .det{
        display: block;
        width: 60%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .content .central .info .cha-list li .inner .intro{
        bottom: 20px;
    }
}
@media only screen and (max-width: 991px){
    .content .central .info .cha-list li{
        width: 47%;
    }
    .content .central .info .cha-list li .inner{
        height: 148px;
    }
}
@media only screen and (max-width: 720px){
    .content .central .info .cha-list li{
        width: 100%;
        margin-right: 0;
    }
}
/*---- 新闻资讯 ----*/
/*---- news-dynamic 新闻动态 ----*/
.content .central .info .news-list{
    width: 100%;
    margin: 30px auto 0;
}
.content .central .info .news-list li{
    float: left;
    width: 31.3%;
    margin-right: 35px;
    margin-bottom: 40px;
}
.content .central .info .news-list li.last{
    margin-right: 0;
}
.content .central .info .news-list li a{
    display: block;
    width: 100%;
}
.content .central .info .news-list li .img{
    width: 100%;
    margin-top: 0;
}
.content .central .info .news-list li .img img{
    width: 100%;
}
.content .central .info .news-list li .inner{
    position: relative;
    padding: 15px;
    background: #f0f0f0;
    height: 138px;
    overflow: hidden;
}
.content .central .info .news-list li .inner .tit{
    font-size: 18px;
    line-height: 36px;
    color: #333;
}
.content .central .info .news-list li:hover .inner .tit{
    color: #e60012;
}
.content .central .info .news-list li .inner .det{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
@media only screen and (max-width: 1200px){
    .content .central .info .news-list li{
        width: 30.8%;
    }
}
@media only screen and (max-width: 991px){
    .content .central .info .news-list li{
        width: 30%;
    }
    .content .central .info .news-list li .inner{
        height: 220px;
    }
}
@media only screen and (max-width: 750px){
    .content .central .info .news-list li{
        width: 29.8%;
    }
}
@media only screen and (max-width: 720px){
    .content .central .info .news-list li{
        width: 100%;
        margin-right: 0;
    }
    .content .central .info .news-list li .inner{
        height: auto;
    }
}
/*---- news-details 新闻资讯详情 ----*/
.cont-mt{
    margin: 142px auto 0;
}
@media only screen and (max-width: 720px){
    .cont-mt{
        margin-top: 100px;
    }
}
.content .title{
    background: #f5f5f5;
}
.content .bread-crumbs{
    height: 92px;
    line-height: 92px;
}
.content .bread-crumbs .gt{
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../bg/ico-gt.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px;
}
.content .bread-crumbs a:hover,
.content .bread-crumbs span.cur,
.content .bread-crumbs a.cur{
    color: #e60012;
}
.content .central .title{
    height: 96px;
    background: #fff;
    border-bottom: 1px solid #dadada;
}
.content .central .title h3{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.content .central .title .p-date{
    font-size: 14px;
    line-height: 30px;
    color: #999;
    text-align: center;
    padding: 5px 0 0;
}
.cont-mt .central .info{
    padding: 40px 0;
}
.cont-mt .central .info p{
    line-height: 26px;
    color: #333;
}
.content .central .info p.p-img{
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto 70px;
}
.content .central .info p.p-img img{
    width: 100%;
}
.content .central .info p.p-line{
    display: block;
    margin: 45px auto 0;
    height: 1px;
    background: #dadada;
}
.content .central .info .a-return{
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #333;
    background: #ededed;
    text-align: center;
    margin: 40px auto 0;
}
.content .central .info .a-return:hover{
    color: #fff;
    background: #e60012;
}
.content .central .other li{
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.content .central .other li a {
    font-size: 14px;
    color: #666;
}
.content .central .other li:hover,
.content .central .other li:hover a {
    color: #e60012;
}
@media only screen and (max-width: 720px){
    .cont-mt .central .info {
        padding: 20px 0;
    }
    .content .central .info p.p-img{
        width: 70%;
        margin: 25px auto 35px;
    }
}
@media only screen and (max-width: 560px){
    .content .central .info p.p-img{
        width: 100%;
    }
}
@media only screen and (max-width: 413px){
    .content .central .title{
        height: auto;
    }
}
/*---- 志愿者 ----*/
/*---- volunteer-download 志愿者表格下载 ----*/
.content .central .info .vol-list{
    width: 100%;
    margin: 30px auto 0;
}
.content .central .info .vol-list li{
    float: left;
    width: 23%;
    height: 180px;
    background: #ff4948;
    margin-right: 24px;
    margin-bottom: 36px;
}
.content .central .info .vol-list li:nth-child(even){
    background: #ff7b7b;
}
.content .central .info .vol-list li.last{
    margin-right: 0;
}
.content .central .info .vol-list li:hover{
    transform: translateY(-15%);
    -ms-transform: translateY(-15%);	/* IE 9 */
    -moz-transform: translateY(-15%); 	/* Firefox */
    -webkit-transform: translateY(-15%); /* Safari 和 Chrome */
    -o-transform: translateY(-15%);  /* Opera */
    transition: 1s;
    -moz-transition: 1s; /* Firefox 4 */
    -webkit-transition: 1s; /* Safari 和 Chrome */
    -o-transition: 1s; /* Opera */
}
.content .central .info .vol-list li .tit{
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    display:none;
}
.content .central .info .vol-list li .det{
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.ico-download,.ico-download2{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../bg/ico-download.png) no-repeat;
    margin: 15px auto 0;
}
.ico-download2{
    background-image: url(../bg/ico-download2.png);
}
@media only screen and (max-width: 991px){
    .content .central .info .vol-list li{
        width: 22%;
        height: 220px;
    }
}
@media only screen and (max-width: 720px){
    .content .central .info .vol-list li{
        width: 48%;
        height: 180px;
    }
    .content .central .info .vol-list li.last{
        margin-right: 0;
    }
    .content .central .info .vol-list li:nth-child(even){
        margin-right: 0;
    }
}
@media only screen and (max-width: 650px){
    .content .central .info .vol-list li{
        width: 47%;
    }
}
@media only screen and (max-width: 480px){
    .content .central .info .vol-list li{
        height: 220px;
    }
}
@media only screen and (max-width: 414px){
    .content .central .info .vol-list li{
        width: 100%;
        height: 180px;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .content .central .info .vol-list li:hover{
        transition: none;
        -moz-transition: none; /* Firefox 4 */
        -webkit-transition: none; /* Safari 和 Chrome */
        -o-transition: none; /* Opera */
        transform: translateY(0);
        -ms-transform: translateY(0);	/* IE 9 */
        -moz-transform: translateY(0); 	/* Firefox */
        -webkit-transform: translateY(0); /* Safari 和 Chrome */
        -o-transform: translateY(0);  /* Opera */
    }
}
/*---- search 搜索 ----*/
.content .title .sea-head{
    height: 138px;
}
.content .title .sea-head p{
    font-size: 18px;
    color: #666;
    padding-top: 25px;
}
.content .title .sea-head .search{
    position: relative;
    height: 41px;
    line-height: 41px;
}
.content .title .sea-head .search .sea-txt {
    width: 321px;
    height: 41px;
    line-height: 41px;
    background: #fff;
    border: 1px solid #e60012;
    padding-left: 12px;
    font-size: 16px;
    color: #666;
    margin-top: 14px;
}
.ico-search2{
    width: 39px;
    height: 39px;
    background: #ff8f94 url(../bg/ico-search2.png) no-repeat center center;
    position: absolute;
    right: 1px;
    top: 15px;
    z-index: 10;
}
.content .central .sea-list .title{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.content .central .sea-list .title p{
    font-size: 14px;
    display: inline-block;
    color: #666;
    padding-right: 15px;
}
.content .central .sea-list .title p em{
    font-style: normal;
    color: #e60012;
}
.content .central .sea-list ul{
    margin: 50px auto 70px;
}
.content .central .sea-list li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.content .central .sea-list li .tit{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 5px;
}
.content .central .sea-list li .date{
    font-size: 16px;
    color: #999;
}
.content .central .sea-list li .det{
    font-size: 16px;
    color: #666;
}
@media only screen and (max-width: 720px){
    .content .central .sea-list ul {
        margin: 20px auto 30px;
    }
}
@media only screen and (max-width: 480px){
    .content .central .sea-list li{
        padding: 10px 0;
    }
    .content .central .sea-list li .tit {
        font-size: 22px;
        line-height: 32px;
    }
    .content .central .sea-list li .date,
    .content .central .sea-list li .det{
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 375px){
    .content .title .sea-head .search .sea-txt{
        width: 280px;
    }
}
/*20171208添加*/
/*---- volunteer-apply 在线申请 ----*/
.content .central .info .vol-bor{
    border-top: 1px dashed #cecece;
}
.content .central .info .vol-list .vol-txt{
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cecece;
    cursor: default;
}
.content .central .info .vol-list .vol-txt:hover{
    background: #f8f8f8;
}
.content .central .info .vol-list .vol-txt span{
    display: block;
    font-size: 16px;
    line-height: 36px;
}
.content .central .info .vol-list .vol-txt span em{
    font-size: 18px;
    color: #e60012;
    padding-left: 8px;
}
.content .central .info .vol-list .vol-txt .txt{
    width: 75%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #cbcbcb;
    padding-left: 10px;
    border-radius: 3px;
}
.content .central .info .vol-list .vol-txt:hover .txt{
    color: #666;
}
.content .central .info .vol-list label{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    margin-right: 65px;
    margin-bottom: 0;
    padding: 10px 0 0;
}
.content .central .info .vol-list .radio{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    margin-right: 12px;
}
.content .central .info .vol-list .area{
    display: block;
    width: 75%;
    min-height: 90px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    padding: 0 0 0 10px;
    border-radius: 3px;
    margin-top: 10px;
}
.content .central .info .vol-list p{
    display: block;
    width: 75%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.content .central .info .vol-list label em{
    color: #e60012;
}
.content .central .info .vol-sub{
    margin: 50px auto 0;
    text-align: center;
}
.content .central .info .vol-sub input{
    display: inline-block;
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    background: #e0e0e0;
    margin: 0 20px;
}
.content .central .info .vol-sub input.sub{
    color: #fff;
    background: #e60012;
}
@media only screen and (max-width: 720px){
    .content .central .info .vol-list label{
        margin-right: 35px;
    }
    .content .central .info .vol-list p{
        width: 100%;
    }
    .content .central .info .vol-sub{
        margin: 25px auto 0;
    }
}
@media only screen and (max-width: 480px){
    .content .central .info .vol-list .vol-txt {
        padding: 0 10px 20px;
    }
    .content .central .info .vol-list .vol-txt .txt{
        width: 90%;
    }
    .content .central .info .vol-list .area{
        width: 90%;
    }
    .content .central .info .vol-list p{
        line-height: 22px;
    }
}
/*popups*/
.popups{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url(../bg/tran0.3.png) repeat;
    display: none;
}
.popups table {
    width: 100%;
    height: 100%;
}
.popups table tr td {
    text-align: center;
    vertical-align: middle;
}
.popups .opt{
    padding: 20px;
    width: 500px;
    height: 260px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 10001;
    margin: auto auto;
}
.popups .opt .ico-close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 21px;
    height: 21px;
    cursor:pointer;
    background: url(../bg/ico-close.png) no-repeat;
}
.popups .opt span{
    display: block;
    font-size: 16px;
    line-height: 60px;
    padding-top: 50px;
}
.popups .opt span:before,.popups .opt span before{
    content: '';
    display: inline-block;
    width: 29px;
    height: 25px;
    background: url(../bg/ico-caveat.png) no-repeat;
    vertical-align: text-top;
    margin: 0 22px 0 0;
}
.popups .opt .opt-btn{
    margin: 40px auto 0;
}
.popups .opt .opt-btn input{
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #e60012;
}
@media only screen and (max-width: 640px){
    .popups .opt{
        width: 400px;
    }
}
@media only screen and (max-width: 480px){
    .popups .opt{
        width: 300px;
        height: 280px;
    }
    .popups .opt .ico-close{
        right: 12px;
        top: 12px;
    }
    .popups .opt span{
        padding-top: 50px;
    }
    .popups .opt span:before, .popups .opt span before{
        margin: 0 12px 0 0;
    }
    .popups .opt .opt-btn {
         margin: 20px auto 0;
    }
}
@media only screen and (max-width: 320px){
    .popups .opt{
        width: 280px;
        height: 260px;
    }
    .popups .opt span{
        padding-top: 40px;
    }
}