/*当前位置*/
.dqwz{ margin: 60px 0 35px 0;}
.dqwz a{font-size:16px; color:#333;font-family: "方正兰亭纤黑简体";}
.dqwz span{background: url(/ciicbj/uiFramework/commonResource/image/2022111613550642282.png) no-repeat left center;padding-left: 50px;height: 24px;line-height: 30px;display: inline-block;}
.cont{ background:#f4f4f4;}

.row{width:85%; margin:0 auto;}


.box{background-color: #f4f4f4; box-shadow: inset 0px -5px 50px #cfcfcb;}



        .container {
            max-width: 1200px;
            margin: 0 auto;padding-top: 1px;
            
        }

        .breadcrumb {
            background: #fff;
            padding: 15px 30px;
            border-radius: 5px;
            margin-bottom: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }

        .breadcrumb ul {
            list-style: none;
            display: flex;
            align-items: center;
        }

        .breadcrumb ul li {
            color: #999;
            font-size: 14px;
        }

        .breadcrumb ul li:first-child {
            color: #009f8d;
            font-weight: bold;
        }

        .breadcrumb ul li a {
            color: #666;
            text-decoration: none;
        }

        .breadcrumb ul li a:hover {
            color: #009f8d;
        }

        .breadcrumb ul li + li::before {
            content: "›";
            margin: 0 10px;
            color: #ccc;
        }

        .card-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-bottom: 30px;padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
        }

        .card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
           box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;padding: 10px;
        }

        .card:hover {
            transform: translateY(-5px);
              -webkit-box-shadow: 0 5px 15px rgba(241, 186, 6, 0.3);
  box-shadow: 0 5px 15px rgba(241, 186, 6, 0.3);
        }
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  display: inline-block;
}
.icon-dot::before { content: "\e604"; 
  
  font-family: "iconfont" !important;
  display: inline-block;
  font-size: 12px; 
  vertical-align: middle;}
        .card-image {
            width: 100%;
            height: 140px;
            overflow: hidden;
            background-color: #e8e8e8;border-radius: 8px;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .card-content {
            padding: 25px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .card-title {
       
            margin-bottom: 15px;
            text-align: center;
        }
        .card-title a{
            font-size: 20px;
            font-weight: bold;
            color: #222;
            
        }
        .card-desc {
            font-size: 14px;
            color: #565656;
            margin-bottom: 20px;
            text-align: center;
            line-height: 1.8;
            flex: 1;  display: -webkit-box;
-webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

        }

        .more-btn {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid #7c7c7c;
            border-radius: 25px;
            color: #7c7c7c;
            text-decoration: none;
            font-size: 13px;
            text-align: center;
            margin: 0 auto;
            transition: all 0.3s ease;
            background: transparent;
        }

        .more-btn:hover {
            background: #314e8c;
            color: #fff;
        }

       

        .digital-section {
            background: #fff;
            border-radius: 8px;
            padding: 40px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .digital-image {
            flex: 0 0 45%;
        }

        .digital-image img {
            width: 100%;
            border-radius: 8px;
            height: 220px;
            object-fit: cover;
            display: block;
            background-color: #e8e8e8;
        }

        .digital-content {
            flex: 1;
        }

        .digital-title {
            font-size: 22px;
            font-weight: bold;
            color: #222;
            margin-bottom: 30px;
            text-align: center;
        }

        .flow-diagram {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        .flow-node {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 2px solid #009f8d;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            color: #009f8d;
            font-weight: bold;
            text-align: center;
            background: #fff;
        }

        .flow-arrow {
            width: 60px;
            height: 2px;
            background: #009f8d;
            position: relative;
            margin: 0 5px;
        }

        .flow-arrow::after {
            content: "";
            position: absolute;
            right: -1px;
            top: -5px;
            width: 0;
            height: 0;
            border-left: 8px solid #009f8d;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
        }

        .flow-more {
            text-align: center;
        }

        @media (max-width: 1200px) {
            .container {
                max-width: 960px;
            }
        }

        @media (max-width: 992px) {
            .container {
                max-width: 720px;
                padding: 20px 15px;
            }
            .card-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            .card-title {
                font-size: 18px;
            }
            .digital-section {
                flex-direction: column;
                padding: 30px;
                gap: 30px;
            }
            .digital-image {
                flex: none;
                width: 100%;
            }
            .digital-image img {
                height: 200px;
            }
            .flow-node {
                width: 90px;
                height: 90px;
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 15px 12px;
            }
            .breadcrumb {
                padding: 12px 20px;
                margin-bottom: 20px;
            }
            .breadcrumb ul li {
                font-size: 13px;
            }
            .card-grid {
                gap: 15px;
                margin-bottom: 20px;
            }
            .card-image {
                height: 180px;
            }
            .card-content {
                padding: 20px 15px;
            }
            .card-title {
                font-size: 17px;
                margin-bottom: 12px;
            }
            .card-desc {
                font-size: 13px;
                line-height: 1.7;
                margin-bottom: 15px;
            }
            .more-btn {
                padding: 8px 20px;
                font-size: 12px;
            }
            .digital-section {
                padding: 25px 20px;
                gap: 25px;
            }
            .digital-title {
                font-size: 20px;
                margin-bottom: 25px;
            }
            .flow-diagram {
                gap: 10px;
                margin-bottom: 25px;
            }
            .flow-node {
                width: 85px;
                height: 85px;
                font-size: 13px;
            }
            .flow-arrow {
                width: 40px;
            }
        }

        @media (max-width: 600px) {
            .container {
                max-width: 100%;
                padding: 12px 10px;
            }
            .breadcrumb {
                padding: 10px 15px;
            }
            .breadcrumb ul li {
                font-size: 12px;
            }
            .breadcrumb ul li + li::before {
                margin: 0 6px;
            }
            .card-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            .card-image {
                height: 200px;
            }
            .card-title {
                font-size: 16px;
            }
            .card-desc {
                font-size: 13px;
            }
            .digital-section {
                padding: 20px 15px;
                gap: 20px;
            }
            .digital-title {
                font-size: 18px;
                margin-bottom: 20px;
            }
            .flow-diagram {
                flex-direction: column;
                gap: 20px;
                margin-bottom: 20px;
            }
            .flow-arrow {
                width: 2px;
                height: 30px;
                margin: 0;
            }
            .flow-arrow::after {
                left: -5px;
                top: auto;
                bottom: -1px;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 8px solid #009f8d;
                border-bottom: none;
            }
            .flow-node {
                width: 80px;
                height: 80px;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 10px 8px;
            }
            .card-content {
                padding: 18px 12px;
            }
            .card-title {
                font-size: 15px;
                margin-bottom: 10px;
            }
            .card-desc {
                font-size: 12px;
                line-height: 1.6;
            }
            .more-btn {
                padding: 7px 18px;
                font-size: 12px;
            }
            .digital-section {
                padding: 18px 12px;
            }
            .flow-node {
                width: 70px;
                height: 70px;
                font-size: 12px;
                border-width: 1.5px;
            }
        }