﻿body {
}

.banner-other-title-box-bottom p1 {
    font-weight: 900;
    font-size: 31px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #FFFFFF;
}

.resources {
    background: #fff;
    height:auto;
}

.resources-row-box {
    /*height:413px;*/
    width: 100%;
    display:flex;
    flex-flow:row;
    margin-top:44px;
}

.resources-item-box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.resources-title {
    font-weight: 900;
    font-size: 121px;
    line-height: 169px;
    /* 主色 */

    color: #0E3C70;
}

.resources-text-box {
    position: relative;
    width: 100%;
    height: 270px;
    border: 1px solid #c4c4c4;
    padding: 33px 41px;
    text-align: left;
}

    .resources-text-box span {
        position: absolute;
        top: 45px;
        /* 我们只是在视觉上将另外三个边框隐藏掉了，盒子的大小仍然是边框宽度的2倍 */
        right: -15px;
        width: 30px;
        height: 30px;
        transform: rotate(45deg);
        border-top: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        background-color: #fff;
    }

.resources-text-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
}

.resources-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /* 辅助 */

    color: #14171C;
    opacity: 0.8;
    margin-top: 24px;
}

.resources-text-title-line {
    width: 51px;
    height: 3px;
    background: #0E3C70;
    margin-top: 17px;
}

.resources-img-box {
    margin-left: 64px;
    margin-top: 76px;
    width:50%;
}
    .resources-img-box-img {
        width: 668px;
        height: 382px;
        border-radius: 0px 36px;
    }
