*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
ul{
    /*width: 1200px;*/
    margin: 0 auto;
}
.oLi{
    width: 100%;
    height: 120px;
   /* border: 1px dashed #488ff8 ;*/
    /*border-left: 1px solid #488ff8 ;*/
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.oDivl{
    width: 49px;
    height: 100%;
    background: #488ff8;
    border-top: 1px solid #488ff8 ;
    border-bottom: 1px solid #488ff8 ;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.oDivl span{
   /* padding: 5px 10px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
 .oDivr{
     width:1150px;
     height: 118px;
     border: 1px dashed #488ff8 ;
     display: flex;
     justify-content: space-between;
}
 .oTxt{
     width: 50%;
     height: 100%;
     background: #ffffff;
 }
 .oPic{
     width: 50%;
     height: 100%;
     background: #edf4ff;
     display: flex;
     justify-content: space-between;
 }

 .showText{
     font-size: 14px;
     color: #333333;
     text-align: center;
 }
 .frP{
     margin-top: 30px;
     margin-bottom: 7px;
 }
.seP{
    margin-bottom: 30px;
}
.outter{
    width: 33.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg{
    position: relative;
}
.coverPic{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.outter a{
    display: inline-block;
    display: flex;
    font-size: 18px;
    color: #333333;
}
.outter a span{
    line-height: 63px;
    font-size: 14px;
}

