      body {
            margin: 0;
        }

        .single {
            padding: 80px 15px 0;
        }

        .title {
            padding-top: 20px;
            padding-bottom: 16px;
            color: #333;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 24px;
            line-height: 1.5;
        }

        .time {
            padding: 10px 0;
            margin-bottom: 15px;
            border-top: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            font-size: 12px;
            color: #999;
        }

        .content {
            /*font-size: 18px;*/
            line-height: 1.8;
            color: #333;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-all;
        }
        .content h2 {

            font-size: 20px;

        }

        .content p {
            padding-bottom: 17px;
            margin: 0;
            text-align: justify;
            font-family: "PingFangSC-Light", sans-serif;

        }

        .content p img {
            display: block;
            margin: auto;
            max-width: 100%;
        }

        .content p a {
            color: #333;
            text-align: left;
            text-decoration: none;
        }

        .content ol, ul {
            list-style: decimal;
            font-family: "PingFangSC-Light", sans-serif;
            /*font-size: 12px;*/
        }

        .content ol, ul {
            list-style: decimal;
        }

        .content li {
            margin: 0px 0px 16px 0px;
            list-style: decimal;
        }

        u {
            text-decoration: none;
            border-bottom: 1px solid #333; /* 下划线 */
        }

        .article-list {
            padding: 0 15px;
            box-sizing: border-box;
            width: 100%;
            font-family: "PingFangSC-Light", sans-serif;

        }

        .article-list .list-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 10px;
        }

        .list-title p {
            font-size: 20px;
            padding-left: 15px;
            border-left: 5px solid #00837e;
            color: #333;
            font-weight: bold;
        }

        .list-title a {
            color: #999999;
            font-size: 14px;
        }

        .article-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding-bottom: 15px;
            border-bottom: 1px #efefef solid;
            margin-bottom: 15px;
            align-items: flex-start;
        }

        .article-item .item-left {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .item-left a {
            font-size: 16px;
            line-height: 1.4;
            color: #000;
            display: block;
            height: 2.8em;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            font-family: "PingFangSC-Light", sans-serif;
        }

        .item-left span {
            display: inline-block;
            color: #999999;
            line-height: 1.2;
            padding-right: 15px;
            font-size: 12px;
            margin-top:3px;
        }

        .item-right {
            width: 34%;
            overflow: hidden;
            height: 75px;
            border: 1px solid #e1e1e1;
            display: flex;
            justify-content: center;
            align-items: center;
            float: right;
            max-width: 34%;
        }

        .item-right img {
            width: 100%;
            /*overflow: hidden;*/
            /*height: 75px;*/
            /*border: 1px solid #e1e1e1;*/
            /*display: flex;*/
            justify-content: center;
            align-items: center;
            float: right;
        }

        .ellipsis::after {
            content: "...";
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            height: 1.4em;
            line-height: inherit;
            font-weight: 700;
            padding-top: 0;
            padding-right: 6px;
            padding-bottom: 0;
            padding-left: 8px;
            background-image: url(/static/index/img/ellipsis-mask.png);
            background-repeat: repeat-y;
        }

        .article-item h3 {
            font-weight: normal;
            margin: 0px;
        }
        .tuijian {
            border-top:1px solid #ccc ;
        }