     * {
            margin: 0;
            padding: 0;
        }

        body {
            font-size: 14px;
            color: #333333;
            min-width: 1200px;
        }

        .article-content {
            width: 1200px;
            margin: 20px auto;
            display: flex;
            justify-content: space-between;
            min-height: 300px;
            padding-top: 80px;
        }

        .article-left {
            width: 780px;
            display: flex;
            flex-direction: column;
            min-height: 300px;
        }

        .article-left p {
            padding-bottom: 16px;
            font-family: "PingFangSC-Light", sans-serif;
            /*letter-spacing: 1.7px;*/

        }

        h1 {
            padding-bottom: 25px;
            font-size: 41px;
            line-height: 1.2;
        }

        .article-left h2 {
            padding-bottom: 25px;
            font-size: 25px;
            line-height: 1.2;
        }

        .article-left .content-detail {
            margin-top: 16px;
        }

        .article-left .sub-title {
            padding: 18px 0;
            border-top: 1px #e1e1e1 solid;
            border-bottom: 1px #e1e1e1 solid;
            display: flex;
            flex-direction: column;
        }

        .article-left .sub-title span:nth-child(1) {
            font-size: 12px;
            color: #999;
            line-height: 1;
        }

        .article-content .main-right {
            width: 390px;
            display: flex;
            flex-direction: column;
        }

        .main-right-bottom {
            display: flex;
            flex-direction: column;
            margin: 40px 0 20px;
            background-color: #fafafa;
        }

        .right-bottom-title {
            line-height: 1.2;
            padding-left: 15px;
            border-left: 5px solid #00837e;
            font-weight: 700;
            font-size: 18px;
            margin-top: 20px;
        }

        .main-right-bottom .bottom-item {
            display: flex;
            flex-direction: column;
            padding: 25px 0px;
            margin: 0 20px;
            border-bottom: 1px solid #e1e1e1;
        }

        .main-right-bottom .bottom-item:last-child {
            border-bottom: 0px solid #e1e1e1;
        }

        .bottom-item p:nth-child(1) {
            font-size: 16px;
            margin-bottom: 15px;
            line-height: 1.4;
            width: 62%;
            padding-left: 20px;
        }

        .bottom-item p:nth-child(2) {
            font-size: 14px;
            line-height: 16px;
            width: 62%;
            padding-left: 20px;
        }

        .main-right-title {
            display: flex;
            justify-content: space-between;
            border-bottom: 2px solid #00837e;
            padding-bottom: 8px;
        }

        .main-right-title h2 {
            font-size: 24px;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .main-right-title a {
            color: #999999;
            font-size: 12px;
            display: flex;
            align-items: flex-end;
        }

        .main-right-item {
            display: flex;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px;
            border-top: 1px solid #e1e1e1;
        }

        .main-left-item {
            display: flex;
            align-items: center;
            /*padding-top: 20px;*/
            /*padding-bottom: 20px;*/
            /*border-top: 1px solid #e1e1e1;*/
        }

        .main-right-item:nth-child(1) {
            border-top: 0px solid #e1e1e1;
        }

        .main-right-item .right-item-content {
            width: 62%;
            padding-right: 10px;
        }

        .right-item-content a {
            font-size: 16px;
            margin-bottom: 15px;
            line-height: 22px;
            color: #000;
            height: 44px;
            overflow: hidden;
            position: relative;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
        }

        .right-item-content a:hover {
            color: #00837e;
        }

        .right-item-content p {
            font-size: 12px;
            line-height: 1.2;
            color: #999;
            min-height: 1.2em;
        }

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

        .main-right-item .right-item-img img {
            width: 100%;
            object-fit: cover;
            -webkit-transition: transform 0.2s ease-out;
            -o-transition: transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
            cursor: pointer;
            float: right;
        }

        .main-right-item .right-item-img:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

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

        /*.bannerwrap {*/
        /*    width: 100%;*/
        /*    height: 200px;*/
        /*    background: url(/static/site/img/index/price_01.jpg);*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    align-items: center;*/
        /*}*/

        .bannerwrap .banner_title {
            font-size: 30px;
            color: #fff;
            padding-top: 65px;
            width: 1200px;
        }

        .bannerwrap .banner_subtitle {
            font-size: 16px;
            color: #fff;
            margin-top: 15px;
            width: 1200px;
        }

        .content-detail {
            padding-bottom: 28px;
            font-size: 16px;
            line-height: 1.8
        }

        .content-detail ol, ul {
            list-style: decimal;
            /*font-size: 12px;*/
            margin-left: 40px;
        }

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

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

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

