.expo-main{
    min-height: 600px;
}
.expo-main-content{
    width: 1130px;
    min-height: 600px;
    background: #fff;
    border-radius: 4px;
    margin: 30px auto;
}
.expo-main-content-title{
    text-align: center;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
}
.expo-main-content-text{
    box-sizing: border-box;
    padding: 30px 50px;
}
.expo-main-content-text h3 {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    margin: 20px 0 20px 0;
}
.expo-main-content-text p{
    color: #333;
    padding-left: 28px;
    font-size: 14px;
    height: auto;
    min-height: 32px;
    line-height: 32px;
}
.expo-main-content-text p a{
    color: #4fabd6;
}
.expo-main-content-text p.indent {
    text-indent: 25px;
}