.wrap{
    padding: 0px;
    position: relative;
}
.banner{
    width: 100%;
    height: 400px;
    position: relative;
}
.banner img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner .bannerWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top:45px;
    z-index: 99;
    background: rgba(0,0,0,0.2);
    color: #fff;
}
.banner .bannerWrap .textWrap{
    padding-top: 113px;
}
.banner .bannerWrap p{
    text-align: center;
}
.banner .bannerWrap p:nth-child(1){
    font-size: 7rem;
    line-height: 8rem;
}
.banner .bannerWrap p:nth-child(2){
    font-size: 2.15rem;
}
.bannerTitle{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #FDD246;
    font-size: 2.1rem;
}
.bannerTitle .titleWrap{
    width: 35%;
    margin: 0px auto;
    color: #fff;
}
.bannerTitle .titleWrap .cell{
    text-align: center;
}
.bannerTitle .titleWrap .active{
    color:#000;
}
/*公共title*/
.listWrap .comTitle{
    width: 370px;
    height: 56px;
    position: relative;
    margin: 0px auto;
    text-align: center;
}
.listWrap .comTitle p:nth-child(1){
    font-size: 4rem;
    color: #1D1D1D;
    padding: 0 17px;
    position: absolute;
    z-index: 100;
    margin: 0 auto;
}
.listWrap .comTitle p:nth-child(2){
    width: 100%;
    height: 18px;
    background: #FDD246;
    position: absolute;
    bottom: -7px;
    z-index: 99;
}
/*列表模块*/
.listWrap{
    margin-top: 60px;
    /*text-align: center;*/
}
.listWrap .resCell{
    margin-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
    display: inline-block;
}
.listWrap .resCell:hover .resTitle{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.listWrap .resCell .resImg{
    width: 100%;
    /*height: 240px;*/
}
.listWrap .resCell .resImg:hover{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.listWrap .resCell .resImg img{
    width: 100%;
    height: 100%;
}
.listWrap .resCell .resTitle{
    padding: 16px 24px;
    height: 132px;
}
.listWrap .resCell .resTitle:hover{
    box-shadow:0px 2px 16px 0px rgba(211,211,211,0.5);
    -moz-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);
    -webkit-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);;
}
.listWrap .resCell .resTitle:hover .meet{
    display: block;
}
.listWrap .resCell .resTitle .resType{
    width:80px;
    height:24px;
    line-height: 24px;
    text-align: center;
    background:rgba(229,247,238,1);
    color: #67BF94;
}
.listWrap .resCell .resTitle .resTit{
    font-size: 20px;
    line-height: 28px;
    color: #1D1D1D;
}
.listWrap .resCell .resTitle .resCon{
    font-size:14px;
    color: #454545;
}
.listWrap .resCell .resTitle .meet{
    color: #40CBA4;
    font-size:14px;
    font-weight:600;
    line-height:16px;
    display: none;
}
.pastWrap{
    margin-top: 50px;
}
.pastWrap .comTitle{
    width: 248px;
}
.more{
    margin: 60px 0;
}
.more .checkMore{
    width: 173px;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    margin: 0px auto;
    border-radius:2.5rem ;
    border: 1px solid #40CBA4;
    color: #40CBA4;
    font-size: 1.6rem;
}
.footNav{
    padding-top: 3rem;
}
.footBox{
    padding-top: 6rem;
    border-top: 2px solid #dddddd;
}
/*移动端*/
@media only screen and (max-width: 670px) and (min-width: 300px) {
    .banner img{
        position: absolute;
        width:auto;
        top: 0;
        height:100%;
        left:50%;
        transform: translateX(-50%);
    }
    .banner{
        height: 180px;
    }
    .banner .bannerWrap .textWrap{
        padding-top: 40px;
    }
    .banner .bannerWrap p:nth-child(1) {
        font-size: 3rem;
        line-height: 3rem;
    }
    .banner .bannerWrap p:nth-child(2) {
        font-size: 1rem;
    }
    .bannerTitle{
        height: 4rem;
        line-height: 4rem;
        font-size: 1.2rem;
    }
    .listWrap{
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 0 8px;
    }
    .listWrap .resCell{
        margin-top: 10px;
        padding: 0;
        width: 49%;
        display: inline-block;
    }
    .listWrap .resCell:nth-child(2n){
        margin-left: 2%;
    }
    .listWrap .resCell .resImg{
        height: auto;
    }
    .listWrap .resCell .resTitle {
        padding: 8px 15px;
        border: 1px solid #dddddd;
    }
    .listWrap .resCell .resTitle .resType{
        width: 55px;
        font-size: 1.2rem;
    }
    .listWrap .resCell .resTitle .resTit{
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .listWrap .resCell .resTitle .resCon{
        font-size: 1.2rem;
    }
    .footer{
        margin-top: 20px;
    }
    .eventWrap{
        margin-top: 15px;
    }
    .listWrap{
        margin-top: 5px;
    }
    .listWrap .comTitle{
        width: 280px;
        height: 30px;
    }
    .listWrap .comTitle p:nth-child(1){
        font-size: 3rem;
    }
    .listWrap .comTitle p:nth-child(2){
        height: 8px;
        bottom: -25px;
    }
    .listWrap .resCell .resTitle .meet{
        display: block;
    }
    .listWrap .resCell .resTitle{
        box-shadow:0px 2px 16px 0px rgba(211,211,211,0.5);
        -moz-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);
        -webkit-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);;
    }
    .listWrap .resCell .resImg:hover{
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow:  0 15px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    .pastWrap{
        margin-top: 20px;
    }
    .pastWrap .comTitle{
        width: 200px;
    }
    .more{
        margin: 35px 0;
    }
    .more .checkMore{
        height: 4rem;
        line-height: 4rem;
    }
    .footBox{
        padding-top: 3rem;
    }
    .resCellList{
        margin-top: 10px;
    }
    .pastWrap .resCellList{
        margin-top: 30px;
    }
}
/*ipad*/
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .content{
        width: 100%;
    }
    .listWrap .resCell{
        margin-top: 40px;
        padding-right: 25px;
        padding-left: 25px;
        display: inline-block;
        float:none;
    }
    .resCellList{
        margin-top: 10px;
    }
    .listWrap .resCell .resTitle .meet{
        display: block;
    }
    .listWrap .resCell .resTitle{
        box-shadow:0px 2px 16px 0px rgba(211,211,211,0.5);
        -moz-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);
        -webkit-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);;
    }
    .listWrap .resCell .resImg:hover{
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow:  0 15px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
}
/*中等屏幕*/
@media only screen and (max-width: 1200px)and (min-width: 992px) {
    .content{
        width: 100%;
    }
    .listWrap .resCell{
        margin-top: 40px;
        padding-right: 25px;
        padding-left: 25px;
        display: inline-block;
        float:none;
    }
    .resCellList{
        margin-top: 10px;
    }
    .listWrap .resCell .resTitle .meet{
        display: block;
    }
    .listWrap .resCell .resTitle{
        box-shadow:0px 2px 16px 0px rgba(211,211,211,0.5);
        -moz-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);
        -webkit-box-shadow: 0px 2px 16px 0px rgba(211,211,211,0.5);;
    }
    .listWrap .resCell .resImg:hover{
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow:  0 15px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
}
/*大屏*/
@media only screen and (min-width: 992px) {
   .activeDesc .mult_ellipsis{
        font-size: 2rem;
    }
    .listWrap .resCell{
        margin-top: 40px;
        padding-right: 25px;
        padding-left: 25px;
        display: inline-block;
        width: 33%;
        float:none;
    }
    .activeDesc p{
        font-size: 1.6rem;
    }
    .activeCont{
        cursor: pointer;
        height: 350px;
    }
    .listWrap .resCell{
        display: inline-block;
    }
    .activeCont:hover{
        box-shadow: 1px 1px 10px #ddd;
    }
    .activeCont:hover .moreBtn{
        visibility: visible;
    }
    .activeCont .activeDesc{
        padding: 0 15px;
    }
    .activeDesc .moreBtn{
        visibility: hidden;
        text-align: right;
        color:#40CBA4;
        font-size: 14px;
    }
     .banner img{
        position: absolute;
        height:auto;
        left: 0;
        width:100%;
        top:50%;
        transform: translateY(-50%);
    }
}
.moreBtn{
    text-align: right;
    color:#40CBA4;
    /*margin-right: 20px;*/
}
