.expo-main{
    width: 86%;
    float: right;
    padding: 3rem 3rem 0 0;
}
.expo-main-content{
    height: 90rem;
    background: #fff;
    border-radius: 4px;
    padding: 60px;
}
.expo-main-content-title{
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}
.expo-main-content-text{
    box-sizing: border-box;
    margin-top: 30px;
}
.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;
}