p{
         text-indent: 2em;
         text-align: justify;
         color:#333333;
        }
        .deptDetails {
            padding:90px 10% 430px;
            margin-top: 70px;
            margin-bottom: 150px;
            background:  url("/eportal/uiFramework/commonResource/image/2024122711195659825.jpg") no-repeat center center; 
            position: relative;
        }
      .deptDetailsinner{   
            background-color: rgba(255, 255, 255, 0.8);
            padding:130px 70px 220px;
      }
        .deptDetails img:nth-of-type(1) {
            position: absolute;
            width: 100%;
            height: auto;
            top: 0px;
            left: 0;
        }
      .deptDetails img:nth-of-type(2) {
            position: absolute;
            width: 100%;
            height: auto;
            bottom: -85px;
            left: 0;
        }
        .deptDetails .deptTitle {
            font-family: Arial;
            font-weight: normal;
            color: #333333;
            font-weight: 600;
            font-size: 36px;
            font-weight: normal;
            line-height: 51px;
            margin: 0 auto;
            text-align: center;
            width: 85%;
            font-weight: 600;
        }

        .deptDetails .deptTime {
            height: 43px;
            font-size: 23px;
            font-family: Arial;
            color: #333333;
            line-height: 43px;
            text-align: center;
            margin-bottom: 60px;

        }

        .deptDetails .content {
            font-size: 23px;
            font-family: Arial;
            color: #333333;
            line-height: 43px;
        }

        .deptDetails .content p {
            padding-bottom: 30px;
            color:#333333;
        }

     

        /* <=767的设备  */
        @media (max-width: 767px) {
    .deptDetailsinner{   
            background-color: rgba(255, 255, 255, 0.8);
            padding:13px 7px 22px;
      }
            .deptDetails {
                padding: 20px;
                padding-bottom: 40px;
                margin-top: 20px;
                margin-bottom: 50px;
                background: #F3FCFF;
                /* background: #F3FCFF url(/eportal/uiFramework/commonResource/image/2024122711195659825.jpg) no-repeat center bottom; */
                position: relative;
            }

            .deptDetails .deptTitle {
                font-size: 16px;
                font-family: Arial;
                font-weight: normal;
                color: #333333;
                line-height: 20px;
                margin: 20px 0;
                font-weight: bold;
                width: 100%;
            }

            .deptDetails .deptTime {
                font-size: 12px;
                font-family: Arial;
                color: #333333;
                line-height: 23px;
                height: 23px;
                text-align: center;
                margin-bottom: 0px;

            }

            .deptDetails .content {
                font-size: 14px;
                font-family: Arial;
                color: #333333;
                line-height: 20px;
                margin-bottom: 42px;
            }

            .deptDetails img {
                position: absolute;
                width: 100%;
                height: auto;
                bottom: -18px;
                left: 0;
            }

            .deptDetails .content p {
                padding-bottom: 20px;
            }

            .deptDetails .content p:nth-last-child(1) span:nth-child(1),
            .deptDetails .content p:nth-last-child(2) span:nth-child(1) {
                width: 90px;
                display: inline-block;
                text-align: left;
            }

            .deptDetails .content p:nth-last-child(1) span:nth-child(2),
            .deptDetails .content p:nth-last-child(2) span:nth-child(2) {
                width: 88px;
                display: inline-block;
                text-align: left;
            }
        }