html{
    height: 100%;
    font-size: 65%;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: Arail,"微软雅黑","苹方-简";
    font-size: 14px;
    font-size: 1.4rem;
    background:#fff;
}
ul{
    margin: 0px;
    padding:0px;
}
li{
    list-style: none;
    display: inline-block;
}
a{
    text-decoration: none;
}
img{
    border: none;
    outline: none;
    max-width: 100%;
}
p{
    margin: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0px;
}

.header{
    position: relative;
    margin: auto;
    padding:0 10%;
    width:100%;
    box-sizing: border-box;
    height: 90px;
    border-bottom: 1px solid #ccc;
}
.circle{
    border-radius: 50%;
}
.pCenter{
    display: block;
    margin: auto;
}
.noBorder{
      border: none!important;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bdCCC{
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.tCenter{
    text-align: center!important;
}
.mB20{
    margin-bottom: 20px!important;
}
.displayInMobile{
    display: none;
}

.c808080{
    color: #808080!important;
}
.ccccccc{
    color: #ccc!important;
}
.c666666{
    color: #666666!important;
}
.cffffff{
    color: #fff!important;
}
.cf9f8f8{
    color: #f9f8f8!important;
}
.bgeaeaea{
    background-color: #eaeaea!important;
}
.bgf4f4f4{
    background-color: #f4f4f4!important;
}
.bg808080{
    background-color: #808080!important;
}
.bg474747{
    background-color: #474747!important;
}
.gradient{
    position: relative;
    overflow: hidden;
}
.gradient:after{
    content: "";
    position: absolute;
    bottom:0px;
    right:0px;
    width: 100%;
    height: 18px;
    background: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
}

.hasQuotation{
    text-align: left;
    position: relative;
}
.hasQuotation:before{
    font-family: 'markoricon' !important;
    content: "\e90b";
    font-size: 48px;
    font-size: 4.8rem;
    position: absolute;
    top:-20px;
    left: -60px;
    color: #808080;
}
.hasQuotation:after{
    font-family: 'markoricon' !important;
    content: "\e90a";
    font-size: 48px;
    font-size: 4.8rem;
    position: absolute;
    bottom:-20px;
    right: -48px;
    color: #808080;
}


.tag{
    display: block;
    color: #666;
    width: 80px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    border: 1px solid #808080;
    transition: background 0.3s ease-out;
}
.tag:hover{
    color: #fff;
    background: #808080;
}
.more{
    display: block;
    color: #666;
    margin: 60px auto 0px auto;
    width: 60px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #808080;
    transition: all 0.3s ease-out;
}
.more:hover{
    color: #fff;
    background: #808080;
}

.logo{
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    float:left;
    margin-top:20px;
    
}
.logo a{
    display: block;
    width: 110px;
    height: 50px;
    background-image: url(../image/logo.png);
    background-image: -webkit-image-set(url(../image/logo.png) 1x,url(../../images/app/logo@2x.png) 2x);
    background-repeat: no-repeat;
    font-size:0px;
    background-size: contain;
}

.menu{
    float:right;
}
.menu>.item{
    display: inline-block;
    color: #808080;
    position:relative;
}
.menu>.item>a{
    font-size: 14px;
    font-size: 1.4rem;
    color: #808080;
    line-height: 90px;
    height: 90px;
    display: block;
    min-width: 40px;
    text-align: center;
    padding: 0px 10px;
    position: relative;
}
.menu>.item>a::before{
    content: "";
    width: 100%;
    height:0px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-out;
}
.menu>.item>a:hover,.menu>.item>a.active{
    color: #000;
}
.menu .subMenu{
    height: 0px;
    position: absolute;
    line-height: 40px;
    top:90px;
    left:0px;
    white-space: nowrap;
    z-index: 3;
    overflow: hidden;
    font-size: 0px;
    transition:all .3s ease-out;
}
.menu .subMenu.sp1{
    margin-left: -50px;
}
.menu .subMenu.sp2{
    margin-left: -150px;
}
.menu .subMenu.sp3{
    margin-left: -105px;
}
.menu .subMenu>.item{
    padding: 0px 10px;
    color: #808080;
}
.menu .subMenu>.item>a{
    color: #808080;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    height: 100%;
}
.menu .subMenu>.item>a:hover,.menu .subMenu>.item>a.active{
    color: #000;
}
.menu>.item:hover>a::before{
    height:5px;
}
.menu .subMenuBg{
    background: #eaeaea;
    position: absolute;
    width: 100%;
    height: 0px;
    left:0px;
    top:100%;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
    text-align: right;
    margin-top:1px;
    transition: all 0.3s ease-out;
}
.menu .subMenuBg.active{
    height:40px;
}
.menu .item:hover .subMenu{
    height: 40px;
}
.menuMContainer{
    position: relative;
    z-index: 100;
}
.menuMContainer .menuIcon{
    font-size: 40px;
    font-size: 4rem;
    color: #808080;
    position: absolute;
    top: 0;
    right: -20px;
    width: 90px;
    height: 90px;
    padding: 20px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}
.menuMContainer .menuIcon>em{
    line-height: 50px;
}
.menuM{
    position: absolute;
    right:-5.5%;
    left:-5.5%;
    top:90px;
    background: #fff;
    border-top:1px solid #ccc;
    display: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.menuM>.item{
    display: block;
    
    width: 70%;
    margin: auto;
    border-bottom:1px solid #ccc;
    color: #808080;
    position: relative;
    line-height: 50px;
}
.menuM>.item:last-child{
    border-bottom: none;
}
.menuM>.item>a{
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #808080;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
}
.menuM>.item>a>img{
    margin-right:10px;
}
.menuM>.item.active>a{
    color: #000;
}
.menuM>.item>.subMenuIcon{
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:0;
    right: 0;
    font-size: 22px;
    font-size: 2.2rem;
}
.menuM>.item>.subMenuIcon.plus:after{
    content:"+"
}
.menuM>.item>.subMenuIcon.subtract:after{
    content:"-"
}
.menuM .subMenu{
    display: none;
}
.menuM .subMenu>.item{
    display: block;
    
}
.menuM .subMenu>.item>a{
    color: #808080;
    font-size: 14px;
    font-size: 1.4rem;
    height:50px;
    display: inline-block;
    padding-left: 40px;
    width: 100%;
    box-sizing: border-box;
}
.menuM>.item>.searchIcon{
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: middle;
    border-right:1px solid #808080;
    position: absolute;
    top:10px;
    bottom: 10px;
    width:30px;
    text-align: center;
    line-height: 30px;
}
.menuM>.item>.searchInput{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    outline: none;
    border: none;
    
    padding-left: 50px;
    vertical-align: middle;
    width:100%;
}

.searchContainer{
    position: relative;
    z-index: 99;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    min-width: 70px;
    float: right;
}
.searchContainer .input{
    position: absolute;
    top:20px;
    right:50px;
    border: 1px solid #ccc;
    opacity: 0;
    filter:alpha(opacity=0);
    color: #808080;
    width: 0px;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    transition:all 0.3s ease-out;
    padding: 5px;
    box-sizing: border-box;
    transform: rotateX(90deg);
    margin-right: -1px;
}
.searchContainer .input:focus{
    outline:0;
    box-shadow: inset 0 0 10px rgba(1,1,1, 0.1);
}
.searchContainer .ctrl{
    padding:0px 10px;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    top:20px;
    right:0;
    vertical-align: middle;
    color: #808080;
    height: 50px;
    width:50px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    border: #fff 1px solid;
    transition:all 0.3s ease-out;
    cursor: pointer;
}
.searchContainer.active .input{
    width:520px;
    opacity: 1;
    filter:alpha(opacity=100);
    transform: rotateX(0);
}
.searchContainer.active .ctrl{
    border: #ccc 1px solid;
    
}

.breadcrumb{
    height: 40px;
    line-height: 40px;
    width:100%;
    margin: auto;
    color: #333;
    box-sizing: border-box;
    background: #eaeaea;
    padding:0 10%;
}
.breadcrumb>li+li:before{
    content: ">";
    margin: 0px 10px;
}
.breadcrumb>li>a{
    color: #808080;
    display: inline-block;
    height: 100%;
}
.breadcrumb>li>a:hover{
    color: #000;
}

.section{
    padding: 80px 10%;
    width:100%;
    margin: auto;
    box-sizing: border-box;
}
.section .sectionTitle{
    font-size: 0px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: top center;
    padding:0px 0px 60px 0px;
}
.section .contentText{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 40px auto;
    text-align: center;
    width: 70%;
    box-sizing: border-box;
    color: #808080;
}
.section .contentText.author{
    margin: 20px auto 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
}
.section .contentText.memo{
    margin: 10px auto;
}
.section .contentText.donationLink{
    font-size: 18px;
    font-size: 1.8rem;
    margin:20px auto;
}
.section .contentText.donationSummary{
    line-height: 2em;
}
.section .contentTable{
    width: 100%;
    text-align: center;
    table-layout: fixed;
}
.section .contentTable td{
    padding: 0px 10px;
    box-sizing: border-box;
    color: #808080;
    line-height: 1.5em;
}
.section .contentTable img{
    max-width: 100%;
}
.section .contentTable .icon{
    font-size: 48px;
}
.section .contentTable1 td{
    padding: 0px 20px;
}

.section.trainPlan{
    
}
.section.trainPlan h3{
    width:80%;
    background:#efefef;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
}

.section .titleFeature{
    background-image: url(../image/feature.png);
    background-image: -webkit-image-set(url(../image/feature.png) 1x,
        url(../../images/app/sectionTitles/feature@2x.png) 2x);
    background-size:187px 68px;
}
.section .titleStory{
    background-image: url(../image/story.png);
    background-image: -webkit-image-set(url(../image/story.png) 1x,
        url(../../images/app/sectionTitles/story@2x.png) 2x);
    background-size:237px 68px;
}
.section .titleVideo{
    background-image: url(../image/video.png);
    background-image: -webkit-image-set(url(../image/video.png) 1x,
        url(../../images/app/sectionTitles/video@2x.png) 2x);
    background-size:187px 68px;
}
.section .titlePartner{
    background-image: url(../image/partner.png);
    background-image: -webkit-image-set(url(../image/partner.png) 1x,
        url(../../images/app/sectionTitles/partner@2x.png) 2x);
    background-size:226px 68px;
}
.section .titleOrigin{
    background-image: url(../image/origin.png);
    background-image: -webkit-image-set(url(../image/origin.png) 1x,
        url(../../images/app/sectionTitles/origin@2x.png) 2x);
    background-size:187px 68px;
}
.section .titleConcern{
    background-image: url(../image/concern.png);
    background-image: -webkit-image-set(url(../image/concern.png) 1x,
        url(../../images/app/sectionTitles/concern@2x.png) 2x);
    background-size:187px 68px;
}
.section .titleProgram{
    background-image: url(../image/program.png);
    background-image: -webkit-image-set(url(../image/program.png) 1x,
        url(../../images/app/sectionTitles/program@2x.png) 2x);
    background-size:187px 68px;
}
.section .titleScholarship{
    background-image: url(../image/scholarship.png);
    background-image: -webkit-image-set(url(../image/scholarship.png) 1x,
        url(../../images/app/sectionTitles/scholarship@2x.png) 2x);
}
.section .titleCollegeWork{
    background-image: url(../image/collegeWork.png);
    background-image: -webkit-image-set(url(../image/collegeWork.png) 1x,
        url(../../images/app/sectionTitles/collegeWork@2x.png) 2x);
    background-size:279px 67px;
}
.section .titleTraineeRecruit{
    background-image: url(../image/traineeRecruit.png);
    background-image: -webkit-image-set(url(../image/traineeRecruit.png) 1x,
        url(../../images/app/sectionTitles/traineeRecruit@2x.png) 2x);
    background-size:244px 67px;
}
.section .titleArtHonor{
    background-image: url(../image/honor.png);
    background-image: -webkit-image-set(url(../image/honor.png) 1x,
        url(../../images/app/sectionTitles/honor@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleActivity{
    background-image: url(../image/activity.png);
    background-image: -webkit-image-set(url(../image/activity.png) 1x,
        url(../../images/app/sectionTitles/activity@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleDonationGoods{
    background-image: url(../image/donationGoods.png);
    background-image: -webkit-image-set(url(../image/donationGoods.png) 1x,
        url(../../images/app/sectionTitles/donationGoods@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleDonationList{
    background-image: url(../image/donationList.png);
    background-image: -webkit-image-set(url(../image/donationList.png) 1x,
        url(../../images/app/sectionTitles/donationList@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleTeacherWorks{
    background-image: url(../image/teacherWorks.png);
    background-image: -webkit-image-set(url(../image/teacherWorks.png) 1x,
        url(../../images/app/sectionTitles/teacherWorks@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleTeacherSpeech{
    background-image: url(../image/teacherSpeech.png);
    background-image: -webkit-image-set(url(../image/teacherSpeech.png) 1x,
        url(../../images/app/sectionTitles/teacherSpeech@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleVolunteerSpeech{
    background-image: url(../image/volunteerSpeech.png);
    background-image: -webkit-image-set(url(../image/volunteerSpeech.png) 1x,
        url(../../images/app/sectionTitles/volunteerSpeech@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleVolunteerTrain{
    background-image: url(../image/volunteerTrain.png);
    background-image: -webkit-image-set(url(../image/volunteerTrain.png) 1x,
        url(../../images/app/sectionTitles/volunteerTrain@2x.png) 2x);
    background-size:244px 67px;
}
.section .titleChildDraw{
    background-image: url(../image/childDraw.png);
    background-image: -webkit-image-set(url(../image/childDraw.png) 1x,
            url(../../images/app/sectionTitles/childDraw@2x.png) 2x);
    background-size:320px 67px;
}
.section .titleChildDrawWorks{
    background-image: url(../image/childDrawWorks.png);
    background-image: -webkit-image-set(url(../image/childDrawWorks.png) 1x,
        url(../../images/app/sectionTitles/childDrawWorks@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleChildDrawVideo{
    background-image: url(../image/childDrawVideo.png);
    background-image: -webkit-image-set(url(../image/childDrawVideo.png) 1x,
        url(../../images/app/sectionTitles/childDrawVideo@2x.png) 2x);
    background-size:272px 67px;
}
.section .titleTraineeSpeech{
     background-image: url(../image/traineeSpeech.png);
     background-image: -webkit-image-set(url(../image/traineeSpeech.png) 1x,
     url(../../images/app/sectionTitles/traineeSpeech@2x.png) 2x);
    background-size:225px 67px;
}
.section .titleTraineePlan{
    background-image: url(../image/traineePlan.png);
    background-image: -webkit-image-set(url(../image/traineePlan.png) 1x,
    url(../../images/app/sectionTitles/traineePlan@2x.png) 2x);
    background-size:244px 67px;
}
.section .titleLoveProducts{
    background-image: url(../image/childDrawWorks.png);
    background-image: -webkit-image-set(url(../image/childDrawWorks.png) 1x,
    url(../../images/app/sectionTitles/loveProducts@2x.png) 2x);
    background-size:225px 67px;
}
.sectionConcern{
    background-image: url(../image/concernBg.jpg);
    background-image: -webkit-image-set(url(../image/concernBg.jpg) 1x,
        url(../../images/app/concernBg@2x.jpg) 2x);
    background-size:cover;

}
.section.searchResults{
    
}
.section.searchResults>h2{
    font-size: 18px;
    font-size: 1.8rem;
    margin:0 0 10px 0;
}
.section.searchResults>h3{
    padding:10px;
    background:#eaeaea;
    margin:20px 0;
    font-size: 14px;
    font-size: 1.4rem;
}


.pageTop{
    color: #fff;
    position: relative;
    font-size: 0;
    background:#000;
}
.pageTop .image{
    width: 100%;
    height: auto;
    opacity: .7;
}
.pageTop .info{
    position: absolute;
    top:50%;
    left:50%;
    width: 50%;
    margin-left: -25%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    text-align: center;
}
.pageTop .title{
   font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.pageTop .excerpt{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-top: 20px;
    padding:20px;
    border: #fff 1px solid;
}



.footer{
    font-size:14px;
    font-size:1.4rem;
}
.contactInfo{
    background: #808080;
    padding: 40px 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    table-layout: fixed;
}
.contactInfo td{
    color: #fff;
    border-left:1px solid #ccc;
    vertical-align: top;
}
.contactInfo td:first-child{
    border: none;
}
.contactInfo td .icon{
    display: inline-block;
    width:30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 25px;
    font-size: 2.5rem;
}
.contactInfo td .line-text{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    width:100%;
    box-sizing: border-box;
    padding-left: 50px;
    text-align: left;
    letter-spacing: 0.1em;
    overflow: hidden;
}
.contactInfo td .iconWeb{
    vertical-align: middle;
    width: 25px;
    height: auto;
    position: absolute;
    top:0px;
    left: 10px;
}
.contactInfo td .address{
    width:250px;
}
.contactInfo td .address a{
    color: #fff;
}
.contactInfo td .address a:hover{
    text-decoration: underline;
}
.contactInfo td .contact{
    width:250px;
}
.contactInfo td .social-media{
    width:160px;
    margin: 5px auto;
    height: 25px;
    line-height: 25px;
    padding-left: 45px;
    display: block;
}
.contactInfo td .social-media a{
    color: #fff;
}
.contactInfo td .social-media a:hover{
    text-decoration: underline;
}
.contactInfo td .social-media.wechat{
    position: relative;
    overflow: visible;
}
.contactInfo td .social-media.wechat .qrcode{
    position: absolute;
    left: 0;
    top:-170px;
    width:160px;
    height: 160px;
    display: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    font-size: 0;
}
.contactInfo td .social-media.wechat .qrcode img{
    width:100%;
}
.contactInfo td .social-media.wechat:hover .qrcode{
    display: block;
}
.footer .copyRight{
    background: #474747;
    color: #bbb;
    letter-spacing: 0.2em;
    padding: 15px;
    text-align: center;
    margin: 0px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
}


.flexslider .flex-control-nav{
    z-index: 5;
    bottom:20px;
}
.flexslider .flex-direction-nav a{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter:alpha(opacity=100);
}
.flexslider .flex-direction-nav .flex-prev{
    left:10px;
}
.flexslider .flex-direction-nav .flex-next{
    right:10px;
}
.flexslider .flex-direction-nav a:before{
    font-family: 'markoricon' !important;
    content:"\e903";
    color: #fff;
    text-shadow: none;
    
}
.flexslider .flex-direction-nav a.flex-next:before{
    content:"\e904";
}
.flexslider .flex-control-paging li a{
    background: #000;
    opacity: .2;
    filter:alpha(opacity=20);
    width: 8px;
    height: 8px;
}
.flexslider .flex-control-paging li a:hover{
    background: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
}
.flexslider .flex-control-paging li a.flex-active{
    background: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
}
.flexslider .detail{
    position: absolute;
    left:50%;
    top:50%;
    width:50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}
.flexslider .detail .title{
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    line-height: 1.2em
}
.flexslider .detail .date{
    margin: 10px;
    letter-spacing: 0.2em;
}
.flexslider .detail .excerpt{
    font-size: 14px;
    font-size:1.4rem;
    line-height: 1.5em;
    margin: 20px auto;
    color: #fff;
    height: 3em;
    max-width: 600px;
    font-family: Arail,"微软雅黑","苹方-简";
    white-space: normal;
}

.pagination{
    text-align: center;
    margin-bottom: 20px;
}
.pagination li a{
    font-size: 20px;
    font-size:2rem;
    color: #888;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.pagination li span{
    display: block;
    font-size: 20px;
    font-size:2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pagination li a:hover{
    color: #000;
    background: #efefef;
}
.pagination>.active>a{
    color: #000;
}

.post{
    width: 70%;
    margin:auto;
    padding-top: 40px;
    text-align: center;
    position: relative;
    
}
.post .title{
    font-size: 24px;
    font-size: 2.4rem;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.post .subTitle{
    margin: 20px auto 40px auto;
    font-size: 14px;
    font-size:1.4rem;
    color: #999;
    letter-spacing: 0.2em;
    line-height: 2em;
}
.post .content{
    color: #808080;
    text-align: left;
    margin-bottom: 30px;
    word-break: break-all;
    word-wrap: break-word;
}
.post .content *{
    line-height: 28px!important;
    text-indent: 28px!important;
    line-height: 2rem!important;
    text-indent: 2rem!important;
    font-size:14px!important;
    font-size: 1.4rem!important;
    margin:1em 0;
    letter-spacing: .05em;
    text-align: justify;
}
.post .content img{
    display: block;
    max-width: 100%;
    height:auto;
    margin:20px auto;
}
.post .content .caption{
    font-style: italic;
    text-indent: 0;
    margin: 0 auto 40px;
    text-align: center;
}
.post.postProgram>.title,.post.postProgram>.subTitle{
    text-align:left;
}




.artItem{
    font-size: 0px;
    position: relative;
    margin: 100px 0px;
}
.artItem .info{
    background: #f9f8f8;
    position: absolute;
    top:40px;
    bottom:40px;
    right:0px;
    left:39%;
    padding: 3% 3% 3% 0px;
}
.artItem .container{
    border: 1px solid #808080;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.artItem .center{
    position: absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}
.artItem .icon{
    position: absolute;
    transition:all .5s linear;
}
.artItem .title{
    font-size: 24px;
    font-size:2.4rem;
    font-weight: lighter;
    padding: 0px 0px 10px 0px;
    color: #666;
    border-bottom: 1px solid #808080;
    margin-bottom: 10px;
    display: inline-block;
}
.artItem .excerpt{
    font-size: 14px;
    font-size:1.4rem;
    line-height: 1.5em;
    color: #808080;
}
.artItem .imageContainer{
    width: 40%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.artItem .image{
    width: 100%;
    height: auto;
    display: block;
    transition:all .5s linear;
}
.artItem:hover .image{
    transform: translateZ(100px);
}
.artRoomItem .icon{
    right:20px;
    bottom:94%;
    width:130px;
    height: 108px;
    background-image: url(../image/iconArtRoom.png);
    background-image: -webkit-image-set(url(../image/iconArtRoom.png) 1x,url(../../images/app/iconArtRoom@2x.png) 2x);
}
.artRoomItem:hover .icon{
    transform-origin: 100% 100% 0px;
    transform:rotate(5deg);
}
.teacherTrainItem .info{
    background:#fff;
    left:0px;
    right:40%;
    top:0px;
}
.teacherTrainItem .center{
    left:0%;
    top: 50%;
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
}
.teacherTrainItem .imageContainer{
    margin-left: auto;
}
.teacherTrainItem .icon{
    left:110px;
    top:3%;
    width:40px;
    height: 32px;
    background-image: url(../image/iconTeacherTrain.png);
    background-image: -webkit-image-set(url(../image/iconTeacherTrain.png) 1x,url(../../images/app/iconTeacherTrain@2x.png) 2x);
}
.teacherTrainItem:hover .icon{
    transform:rotate(240deg);
}
.teacherTrainItem .excerpt{
    width: 70%;
}
.volunteerItem{
    margin-top: 140px;
}
.volunteerItem .info{
    top:-40px;
    bottom:40px;
    left:5%;
    right: 5%;
    background: none;
    padding: 0px;
}
.volunteerItem .excerpt{
    width: 70%;
}
.volunteerItem .icon{
    right:5%;
    top:-49px;
    width:76px;
    height: 49px;
    background-image: url(../image/iconVolunteer.png);
    background-image: -webkit-image-set(url(../image/iconVolunteer.png) 1x,url(../../images/app/iconVolunteer@2x.png) 2x);
}
.volunteerItem:hover .icon{
    transform-origin: 100% 100% 0px;
    transform:rotate(5deg);
}
.volunteerItem .center{
    right:0%;
    top: 50%;
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
}
.childDrawItem .imageContainer{
    margin-left: auto;
}
.childDrawItem .info{
    left:0px;
    right:39%;
    padding:3% 0px 3% 3%;
}
.childDrawItem .icon{
    right:3%;
    bottom:0px;
    width:95px;
    height: 95px;
    background-image: url(../image/iconChildDraw.png);
    background-image: -webkit-image-set(url(../image/iconChildDraw.png) 1x,url(../../images/app/iconChildDraw@2x.png) 2x);
}
.childDrawItem:hover .icon{
    transform: translateX(-10px);
}

.youkuBox{
    margin: 20px 0;
    text-align: center;
}
.youkuBox iframe{
    width:80%!important;
    height:480px!important;
}

.site-error{
    width: 70%;
    margin: auto;
    padding: 40px 0;
    position: relative;
}
.site-error h2{
    font-size:24px;
    font-size: 2.4rem;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: left;
}
.site-error p{
    line-height: 2em;
}
.site-error p a{
    text-decoration: underline;
    color: #808080;
}
.site-error p a:hover{
    color: #000;
}