

.strategy-info{
    padding: 0 11.4vw;
    padding-top: 2vw;
    min-height: 15vw;
}
.strategy-info .text{
    font-size: 1.8vw;
    text-align: center;
    font-weight: bold;
}
.strategy-info .info{
    text-align: center;
    margin-top: 0.5vw;
    font-size: 0.8vw;
}
.strategy-info .info span{
    margin-left: 1vw;
}
.strategy-info .title .line{
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 1vw;
}
.strategy-content{
    padding: 3vw 0;
}
.strategy-bottom{
}
.strategy-bottom .goback{
    display: block;
    margin:0 auto;
    width: 8vw;
    height: 2.5vw;
    line-height: 2.5vw;
    color:#fff;
    text-align: center;
    font-size: 0.8vw;
    background-color: #d9b765;
}
.strategy-bottom .goback:hover{
    color:#fff;
}
.strategy-bottom .line{
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-bottom: 1px dashed #dddddd;
    margin-top: 3vw;
    margin-bottom: 1vw;
}
.page-pre-next{
    height: 2vw;
    line-height: 2vw;
    margin-bottom: 3vw;
}
.page-pre-next .left{
    display: block;
    float: left;
    color:#d9b765;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-pre-next .right{
    display: block;
    float: right;
    color:#d9b765;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}