.picFont {
    margin-top: 80px;
    display: flex;
    height: 235px;
    align-items: center;
    justify-content: space-between;
}
.picFont.new {
    margin-top: 80px;
    display: flex;
    height: 275px;
    align-items: center;
    justify-content: space-between;
}
.lefPic {
    width: 45%;
    text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lefPic img {
  width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
}

.mid {
    width: 1px;
    height: 100%;
    background: #D8D8D8;
    position: relative;
}

.mid img {
    position: absolute;
    right: -30px;
    top: 4px;
 
}

.rightFont {
    height: 100%;
    width: 45%;
    box-sizing: border-box;
    position: relative;
}

.rightFont .readMore {
    position:absolute;
    bottom:20px;
    right:10px;
    margin-top: 35px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.rightFont .readMore span {
    text-align: right;
    font-size: 20px;
    font-family: Arial;
    color: #0098FF;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
}

.rightFont .readMore img {
    width: 22px;
    height: auto;
}

.picFont.other .rightFont {
    width: 45%;
    padding-left: 0px;

}

.picFont.other .lefPic {
    width: 45%;
    height:100%;
}
.picFont.other .lefPic img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
}
.rightFont .title {
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    color: #233446;
    line-height: 33px;
    height: 60px;
    border-bottom: 2px solid #077EFF;
}

.rightFont .title::after {
    content: "";
    display: block;
    width: 79px;
    height: 9px;
    background: #077EFF;
    margin-top: 16px;
}

.fontContent {
padding:20px;
    margin-top: 14px;
    padding-bottom: 40px;
    width: 100%;
    font-size: 18px;
    font-family: Arial;
    color: #233446;
    line-height: 36px;
background: #F6F7FB;
}
.fontContent1 {
    padding:30px;
    padding-bottom: 40px;
    width: 100%;
    font-size: 18px;
    font-family: Arial;
    color: #ffffff;
    line-height: 36px;

}
.tonglan {
    width: 100%;
    height: auto !important;
    display: block;
    margin-top: 70px;
}

.tonglan .rightFont {
    width: 100%;

}

.tonglan .wrapTonglan {
    width: 100%;
    padding: 30px;
    background: #F6F7FB;
}

.tonglanPic {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.tonglanPic img {
    width: 100%;
    object-fit: cover;
}

.tonglanHistory {
    position: absolute;
    top: 140px;
    left: 75px;
    height: 340px;
    width: 33%;
    margin-bottom: 120px;

    background: rgba(7, 142, 248, 0.84);
}

.tonglanHistory .fontContent {
    padding: 30px;

    color: #FFFFFF;
}

.tonglanHistory .readMore {
    color: #FFFFFF;
    padding-right: 56px;
}

.tonglanHistory .readMore span {
    color: #FFFFFF;
}

.margin120 {
    margin-bottom: 120px;
}

/* <=767的设备  */
@media (max-width: 767px) {

    .rightFont .title {
        height: 20px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .mid {
        display: none;
    }


    .rightFont .readMore {
        bottom: 10px;
    }
    .tonglanHistory .readMore{padding-right: 0px;}
    .rightFont .readMore span {
        font-size: 12px;
    }

    .tonglan {
        margin-top: 40px;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 30px;
    }

    .picFont {
        padding-bottom: 20px;
    }

    .tonglan .wrapTonglan {
        margin-bottom: 40px;
    }

    .tonglanHistory {
        position: relative;
        width: 100%;
        left: 0;
top:20px;
height:auto;
        padding-bottom: 30px;
    }

    .tonglan .wrapTonglan {
        padding: 0;
        background-color: #FFFFFF;
        margin-bottom: 10px;
    }
    .rightFont .fontContent{
        padding-top:20px;
    }
    .tonglanHistory{
        margin-bottom: 20px;
    }
    .tonglan.margin120{
        border:0px solid #fff;
    }
}