.ActivityBannerBox{
    height: 400px;
    background: url(../images/activityIndexbanner.png) no-repeat center;
}
.outLine{
    margin-top: 0;
}
.con2_title {
    font-size: 30px;
    color: #147af7;
    padding-top: 23px;
    padding-bottom: 20px;
    background: url(../images/con2_title.png) no-repeat center bottom;
}
.moreBtn {
    right: 15px;
    top: 40px;
    background: url(../../foundTraining/images/arrIcon.png) no-repeat right center;
    background-size: 7px 12px;
    padding-right: 19px;
    color: #999;
    font-size: 14px;
}

.moreBtn:hover {
    color: #048cd3;
    background: url(../../foundTraining/images/arrIconOn.png) no-repeat right center;
    background-size: 7px 12px;
}

.activityList{
    height: 380px;
    border-radius: 5px;
    overflow: hidden;
}
.activityList .activityImgBox{
    width: 683px;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 2px;
}
.activityList .activityImgBox img{
    width: 100%;
    height: 100%;
}
.activityList .textConBox{
    box-sizing: border-box;
    width: 513px;
    height: 100%;
    position: relative;
    padding: 100px 75px 30px 40px;
    background: url(../images/activityTextCon.png) no-repeat bottom;
}
.activityList .textConBox p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
}