/* author */
        .top {
            background: url(/public/ekdweb/assets/life/authorTop.png) center center #021448;
            background-size: auto 100%;
            height: 500px;
            padding-top: 400px;
            box-sizing: border-box;
        }

        .infoBox {
            position: relative;
            background: #fff;
            height: 224px;
            border-radius: 5px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            padding: 34px;
            text-align: center;
        }

        .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%;
            margin-bottom: 10px;
        }

        .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;
        }

        img {
            display: block;
        }

        .articleBox {
            background: #eee;
            overflow: hidden;
            padding: 65px 0;
        }

        .articleBox.authorBoxList {
            padding-top: 210px;
        }


        .articleBox h4 {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            margin-bottom: 30px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

        .articleBox .articleNav {
            padding: 0 0 30px 0;
            overflow: hidden;
        }

        .articleBox .articleNav a {
            background: #d2d2d2;
            border-radius: 16px;
            font-size: 14px;
            color: #ffffff;
            padding: 0 20px;
            line-height: 31px;
            display: block;
            float: left;
            margin-right: 15px;
        }

        .articleBox .articleNav a.cut {
            background: #fff;
            color: #000;
        }

        .articleBox .articleList {
            overflow: hidden;
            margin: 0 -7.5px;
        }

        .articleBox .articleList li {
            width: 228px;
            margin: 7.5px;
            float: left;
        }

        .articleBox .articleList li .pic {
            width: 228px;
            height: 140px;
            overflow: hidden;
        }

        .articleBox .articleList li .cont {
            position: relative;
            padding: 15px;
            background-color: #fff;
            height: 189px;
        }

        .articleBox .articleList li .cont h5 {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #000;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

        .articleBox .articleList li .cont p {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .articleBox .articleList li .cont .bot {
            position: absolute;
            width: 100%;
            bottom: 0px;
            left: 0;
            padding: 10px;
        }

        .articleBox .articleList li .cont .bot .flex {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            font-size: 12px;
            font-weight: 500;
            padding: 10px 0;
            color: rgba(0, 0, 0, 0.5);
            margin-bottom: 10px;
        }

        .articleBox .articleList li .cont .bot .flex .iconfont {
            margin-right: 5px;
        }

        .articleBox .articleList li .cont .bot .taglist span {
            line-height: 22px;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 11px;
            padding: 0 10px;
            float: left;
            margin: 5px 5px 0 0;
        }

        .articleBox .viewMore {
            display: block;
            width: 199px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: #ffffff;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
            color: #000;
            margin: 70px auto 20px auto;
        }

        .hotBox .listbox li a img,
        .articleBox .articleList li a img {
            transition: all 0.3s ease-in-out;
            transform: scale(1, 1);
        }

        .hotBox .listbox li a:hover img,
        .articleBox .articleList li a:hover img {
            transform: scale(1.1, 1.1);
        }
        input[type=text].el-input__inner {
            -webkit-appearance: none;
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid #dcdfe6;
            box-sizing: border-box;
            color: #606266;
            display: inline-block;
            font-size: inherit;
            height: 40px;
            line-height: 40px;
            outline: 0;
            padding: 0 15px;
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
            width: 100%;
        }