.g-tab-con{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
/* 金融服务 */
.g-1st a{
    width: 100%;
    height: 2.5667rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.g-1st a:last-child{
    margin-bottom: 0;
}
.g-1st a img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.g-1st a span{
    line-height: 0.6667rem;
    padding: 0 0.42rem;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    z-index: 9;
}
/* 产业运营 */
.g-2nd a{
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ececec;
}
.g-2nd a:first-child{
    padding-top: 0;
}
.g-2nd a:last-child{
    padding-bottom: 0;
    border: none;
}
.g-2nd a img{
    width: 3.76rem;
    height: 3.7867rem;
    margin-right: 0.3rem;
}
.g-2nd a div{
    flex: 1;
    height: 3.7867rem;
    overflow: hidden;
    overflow-y: scroll;
}
.g-2nd a div::-webkit-scrollbar{
    display: none;
}
.g-2nd a div p{
    color: #555;
    font-size: 22px;
    line-height: 0.7334rem;
    text-align: justify;
    text-indent: 2em;
}
.g-2nd a div p:first-child{
    line-height: 0.6667rem;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-indent: 0;
}
