.gy-section{
    margin: 0 auto;
}
.gy-section ul{
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;

}
.gy-section ul .cur-01{
    position: absolute;
    bottom:10px;
    left:0;
}
.gy-section ul .cur-02{
    position: absolute;
    bottom:10px;
    right: 0;
}
.gy-section ul li{
    width: 50%;
    float: right;

}
.gy-section ul .cur-02-l{
    float: left;
}
.cur-01{
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.cur-02{
    padding-left: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.gy-section ul li h4{
    font-size: 18px;
    
}
.gy-section ul li p{
    font-size: 16px;
}
.tesu-fw{
    height: 320px;
}
.tesu-fw li img{
    margin-top: 95px;
}
.tesu-fw li i{
    font-style: normal;
    font-weight: bold;
    color:#888;
}