#f_899cc69e-7a54-3690-4308-5fb4b73f{
    margin: 30px 0;
    width: 100%;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .container-box{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    background-color: #f8f8f8;
    position: relative;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .left{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#f_899cc69e-7a54-3690-4308-5fb4b73f .right{
    margin-left: 50%;
    width: 50%;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl{
    margin: 80px 0;
    padding: 0 50px;
    text-align: center;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dt{
    position: relative;
    padding-bottom: 40px;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dt:after{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background-color: #ccc;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dt span{
    display: block;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dt span:first-child{
    padding: 5px 0;
    color: #454545;
    font-size: 26px;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dt span:nth-child(2){
    padding-bottom: 15px;
    color: #999999;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dd{
    color: #999999;
    font-size: 14px;
    line-height: 25px;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dd a{
    margin-top: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 60px;
    color: #999999;
    background-color: #f8f8f8;
    transition: ease-out 0.2s;
    position: relative;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dd a:after{
    transition: ease-out 0.3s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.2);

}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dd a:hover{
    background-color: #333;
    color: #fff;
}
#f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dd a:hover:after{
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 768px) {
    #f_899cc69e-7a54-3690-4308-5fb4b73f .left{
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    #f_899cc69e-7a54-3690-4308-5fb4b73f .right{
        margin-left: 0;
        width: 100%;
    }
    #f_899cc69e-7a54-3690-4308-5fb4b73f .right dl{
        margin: 30px 0;
    }
    #f_899cc69e-7a54-3690-4308-5fb4b73f .right dl dt{
        padding-bottom: 20px;
    }
}