.speak-box{
    background-color: #fff;
    
}
.speak-title{
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0px 40px 0px;
    position: relative;
}
.speak-title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #009040;
    position: absolute;
    right: 48%;
    bottom: 0px;
}
.title-top{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.title-bottom{
    text-align: center;
}
.title-bottom span {
    color:#888888;
    padding: 0px 5px;
}
.speak-content{
    padding: 30px 70px;
    position: relative;
}
.speak-content p{
    text-indent: 2em;
    line-height: 36px;
    font-family: STKaitiSC, STKaitiSC;
    margin-bottom: 25px;
}
.speak-content .firstTitle{
    text-align: center;
    margin-bottom: 20px;
}
.speak-content .firstTitle>a{
    font-size: 20px;
    font-weight: bold;
    color: #36715B;
    margin: 0px 35px;
}
.speak-content .secondTitle{
    font-weight: bold;
    color: #555555;
    line-height: 34px;
}
.speak-content .content-item{
    margin-bottom: 50px;
}
.openIcon{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    color: #36715B;
    font-size: 16px;
    height: 80px;
    line-height: 110px;
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #FFFFFF 100%);
    z-index: 999;
    display: none;
}
.openIcon img{
    width: 25px;
}

