body{
    background-color: #999;
    min-width: 1260px;
}

.main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #e59ee9;
    padding: 30px 0;
}

.main .mainhead{
    background-color: #8A1874;
    color: #fff;
    text-align: center;
    margin: 0 -20px;
    padding: 10px 0;
}

.main .mainhead .title{
    font-size: 45px;
    font-weight: bold;
}

.main .mainhead .titlebeizhu{
    font-size: 15px;
    margin-top: 10px;
}

.main .content{
    position: relative;
}

.main .content .poster{
    width: 400px;
    margin:30px 100px;
    float: left;
}

.main .content .poster img{
    width: 400px;
    height:527px;
}

.main .content .intro{
    width: 580px;
    height: 527px;
    font-size: 30px;
    line-height: 2;
    float:left;
    margin: 30px 20px 30px 0;
}

.main .content .intro .date{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.main .content .intro .activityname{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.main .content .intro .photowall{
    background-color: #8A1874;
    width:200px;
    text-align: center;
    line-height: 30px;
    margin:10px auto;
    padding: 10px;
    border-radius: 10px;
}

.main .content .intro a{
    color:#fff;
}