.article-bot {
            padding: 48px 0;
        }

        .article-bot .flex {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: space-between;
            padding: 27px 0;
            margin-bottom: 22px;
        }

        .article-bot .flex .left .tag {
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 11px;
            font-size: 14px;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.5);
            line-height: 24px;
            padding: 0 10px;
            margin-right: 6px;
            float: left;
        }

        .article-bot .flex .right .iconfont {
            font-size: 24px;
            float: left;
            margin: 0 0 0 23px;
            color: rgba(0, 0, 0, 0.5);
        }

        .article-bot .copyright {
            opacity: 0.5;
            font-size: 14px;
            font-weight: 500;
            text-align: right;
            color: #000000;
            line-height: 26px;
        }

        .infoBox {
            height: 364px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            padding: 34px;
            text-align: center;
            margin-top: 46px;
        }

        .infoBox .head {
            width: 93px;
            height: 93px;
            overflow: hidden;
            border-radius: 100%;
            margin: 0 auto;
            margin-top: -80px;
        }

        .infoBox h4 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            margin-top: 24px;
            line-height: 140%;
        }

        .infoBox h5 {
            font-size: 14px;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.5);
        }

        .infoBox .dataView {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            padding: 26px 0;
            margin-top: 26px;
        }

        .infoBox .dataView .item {
            margin: 0 22px;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.5);
        }

        .infoBox .dataView .item .iconfont {
            margin-right: 5px;
        }

        .infoBox .button {
            display: block;
            margin-top: 30px;
            height: 71px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.5);
            line-height: 71px;
        }

        .recomList {
            background: #eee;
            padding: 70px 0;
        }

        .recomList h4 {
            font-size: 24px;
            font-weight: 700;
            text-align: left;
            color: #000;
            line-height: 60px;
        }

        .recomList .list {
            margin: 0 -7.5px;
            overflow: hidden;
        }

        .recomList .list li {
            background: #fff;
            width: 390px;
            margin: 7.5px;
            float: left;
        }

        .recomList .list li .pic {
            width: 149px;
            height: 100px;
            overflow: hidden;
            float: left;
        }

        .recomList .list li .pic img {
            height: 100%;
            min-width: 100%;
            max-width: auto;
        }

        .recomList .list li .cont {
            width: 241px;
            float: left;
            padding: 10px 19px;
            box-sizing: border-box;
            height: 100px;
            position: relative;
        }

        .recomList .list li .cont h5 {
            font-size: 14px;
            font-weight: 500;
            color: #000000;
            margin-bottom: 5px;
            word-wrap: break-word;
            /*强制换行*/
            overflow: hidden;
            /*超出隐藏*/
            text-overflow: ellipsis;
            /*隐藏后添加省略号*/
            white-space: nowrap;
            /*强制不换行*/
        }

        .recomList .list li .cont .des {
            font-size: 12px;
            font-weight: 400;
            text-align: left;
            color: #000000;
            opacity: 0.5;
            height: 34px;
            margin-bottom: 5px;
            display: -webkit-box;
            overflow: hidden;
            /*超出隐藏*/
            text-overflow: ellipsis;
            /*隐藏后添加省略号*/
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .recomList .list li .cont .flex {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 6px 19px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            opacity: 0.5;
            font-size: 12px;
            font-weight: 500;
            text-align: left;
            color: #000000;
        }

        .recomList .list li .cont .flex .views .iconfont {
            font-size: 14px;
            margin-right: 5px;
            vertical-align: text-bottom;
        }

        .life-top {
            width: 100%;
            height: 618px;
            position: relative;
        }

        .life-top .bg {
            width: 100%;
            /*height: 100%;*/
            object-fit: cover;
            max-width: 1920px;
            max-height: 100%;
            vertical-align: bottom;
        }

        .life-top .contentBox {
            position: absolute;
            width: 1200px;
            left: 50%;
            bottom: 0;
            margin-left: -600px;
            z-index: 5;
        }

        .life-top h4 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            padding-top: 410px;
            height: 107px;
            margin-bottom: 20px;
            box-sizing: content-box;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .life-top p {
            width: 517px;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-top: 10px;
        }

        .life-top .info {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
        }

        .life-top .info .head {
            width: 35px;
            height: 35px;
            float: left;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            margin-right: 14px;
            border-radius: 100%;
            overflow: hidden;
        }

        .life-top .info .name {
            line-height: 35px;
            float: left;
            display: block;
        }

        .life-content {
            padding: 70px 0;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.5);
            line-height: 26px;
        }

        .life-content ::v-deep img {
            vertical-align: top;
            width: 100%;
            height: auto;
        }