.dataInfo {
    padding:0 0 30px 0;
}
    .dataInfo p {
        text-align: justify;
        font-family: Times New Roman,Times,serif;
        font-size: 16px;
        color: #000000;
    }
    .dataInfo .table  {
    }
    .dataInfo .tablenote {

    }
    .dataInfo h1 {
        text-align: left;
        font-family: Times New Roman,Times,serif;
        color: #000000;
        font-size: 36px;
        padding: 40px 0 10px 0;
        margin:0 0 30px 0;
    }

    .dataInfo h2 {
        text-align: left;
        font-family: Times New Roman,Times,serif;
        color: #000000;
        font-size: 30px;
        border-bottom: 0px solid #eee;
        padding:20px 0px;
    }

    .dataInfo h3 {
        text-align: justify;
        font-family: Times New Roman,Times,serif;
        font-weight:100;
        color: #000000;
        font-size: 24px;
        padding-bottom: 10px;
        border-bottom: 0px solid #eee;
    }

.caseTitle {
    border-bottom: 0px solid #eee;
    padding:0 0 40px 0;
}
    .caseTitle span {
        font-size: 42px;
    }



.img5 {
    width: 30%;
    height: 30%;
    text-align: center;
}

.img10 {
    width: 100%;
    height: 100%;
}

.img7 {
    width: 60%;
    height: 60%;
}

.imgcenter {
    display: flex;
    justify-content: center; /* Ë®Æ½¾ÓÖÐ */
}

table {
    width: 840px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #333;
    margin: 10px 0;
}




.titleContent {
    > div

{
    margin: 10px auto;
}

}

.title {
    height: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
    color: #000;
    z-index: 0;
    font-size: 20px;
}

.title1 {
    background: #ecf8ff;
    border-top-left-radius: 5px;
    padding-left: 20px;
    &:before

{
    content: "";
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 4px;
    height: 100%;
    background: #50bfff;
    position: absolute;
    top: 0;
    left: 0;
}
}