.con{
    width: 100%;
    margin-top: 30px;
}
.con_box{
    width: 1200px;
    margin:0 auto;
}
.con_t{
    background: url(../images/oban.png) no-repeat;
    padding-top: 60px;
    padding-bottom:15px
}
.con_t p:first-child{
    float: left;
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    margin-left: 46px;
}
.con_t p:last-child{
    float: right;
    font-size: 26px;
    font-weight: bold;
    color:#fff;
    margin-right: 30px;
}







.fl li a{
    padding-bottom:30px;
    border-bottom:1px solid #eaeaea;
}
.fl li{
    margin-top:30px
}
.fl_l{
    float: left;
    width: 95px;
    box-sizing: border-box;
    border:1px solid #eaeaea;
    padding-top: 12px;
    padding-bottom:12px;
    
}
.fl_l p:first-child{
    font-size: 38px;
    color:#333;
    width: 70px;
    border-bottom:1px solid #eaeaea;
    padding-bottom:10px;
    text-align: center;
    margin:0 auto
}
.fl_l p:nth-child(2){
    font-size: 16px;
    color:#999;
    text-align: center;
    margin-top: 10px;
}
.fl_r{
    width: 1090px;
    float: right;
}
.fl_r h1{
    margin-top: 10px;
    color:#333;
    font-size: 18px;
}
.fl_r p{
    font-size: 16px;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
}
.fl li a:hover .fl_r h1{
    color:#2e59c6;
}