.content{
    width: 100%;
    margin-top: 150px;
    transition: all ease 0.4s;
    background: #ffffff;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.content .title-box{
    width: 100%;
}
.content .title-box .title{
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #E5E5E5;
    padding: 35px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .title-box .title .titleLeft{
    display: flex;
    align-items: center;
}
.content .title-box .title .titleLeft .bigTitle{
    font-size: 30px;
    color: #000;
}
.content .title-box .title .titleLeft .titleNav{
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
}
.content .title-box .title .titleLeft .titleNav .homeNav{
    margin-right: 10px;
    cursor: pointer;
}
.content .title-box .title .titleLeft .titleNav .homeNav:hover{
    text-decoration: underline;
    color: #3156A3;
}
.content .title-box .title .titleLeft .titleNav .ycjtArr{
    margin-right: 10px;
    font-size: 16px;
}
.content .title-box .title .titleRight{
    position: relative;
    z-index: 1;
    background: #F0F0F0;
}
.content .title-box .title .titleRight input{
    position: relative;
    z-index: 1;
    width: 200px;
    padding: 13px 57px 13px 22px;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    background: #F0F0F0;
    border: none;
    outline:none;
    transition: all ease 0.6s;
}
.content .title-box .title .titleRight input:focus{
    width: 240px;
    transition: all ease 0.6s;
    color: #000;
}
.content .title-box .title .titleRight .searchIcon{
    position: absolute;
    right: 0;
    background: #F0F0F0;
    width: 57px;
    height: 100%;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.content .contentNr-box{
    width: 100%;
}
.content .contentNr-box .contentNr{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.content .contentNr-box .contentNr .contentNrLeft{
    width: 795px;
    padding-top: 30px;
    box-sizing: border-box;
    float: left;
}
.content .contentNr-box .contentNr .contentNrLeft .whoGet-box{
    width: 100%;
}
.content .contentNr-box .contentNr .contentNrLeft .whoGet-box .whoGetTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.content .contentNr-box .contentNr .contentNrLeft .whoGet-box .whoGetContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding: 16px 0;
    box-sizing: border-box;
}
.content .contentNr-box .contentNr .contentNrLeft .getReason-box{
    width: 100%;
    margin-top: 10px;
}
.content .contentNr-box .contentNr .contentNrLeft .getReason-box .getReasonTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.content .contentNr-box .contentNr .contentNrLeft .getReason-box .getReasonContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding: 16px 0;
    box-sizing: border-box;
}
.content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box{
    width: 100%;
    margin-top: 10px;
}
.content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box .aggravatingFactorsTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box .aggravatingFactorsContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding: 16px 0;
    box-sizing: border-box;
    list-style-type: decimal;
}
.content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box .aggravatingFactorsContent li{
    margin-left: 16px;
    list-style: unset;
}
.content .contentNr-box .contentNr .contentNrLeft .diagnosis-box{
    width: 100%;
    margin-top: 10px;
}
.content .contentNr-box .contentNr .contentNrLeft .diagnosis-box .diagnosisTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.content .contentNr-box .contentNr .contentNrLeft .diagnosis-box .diagnosisContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding: 16px 0;
    box-sizing: border-box;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box{
    width: 100%;
    margin-top: 10px;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding: 16px 0;
    box-sizing: border-box;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box{
    width: 100%;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodTitle{
    text-decoration:underline;
    width: 100%;
    font-size: 14px;
    color: #000;
    position: relative;
    line-height: 1.7;
    margin-top: 10px;
    text-indent:2em;
    font-weight: bold;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodTitle .jtIcon{
    font-size: 14px;
    color: #42B3E5;
    position: absolute;
    left: -28px;
    top: 0;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding: 16px 0;
    box-sizing: border-box;
    list-style-type: decimal;
}
.content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodContent li{
    margin-left: 16px;
    list-style: unset;
}
.content .contentNr-box .contentNr .contentNrLeft .referenceResources-box{
    width: 100%;
    margin-top: 10px;
}
.content .contentNr-box .contentNr .contentNrLeft .referenceResources-box .referenceResourcesTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.content .contentNr-box .contentNr .contentNrLeft .referenceResources-box .referenceResourcesContent{
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding: 16px 0;
    box-sizing: border-box;
    list-style-type: decimal;
}
.content .contentNr-box .contentNr .contentNrLeft .referenceResources-box .referenceResourcesContent li{
    margin-left: 16px;
    list-style: unset;
}
.content .contentNr-box .contentNr .contentNrRight{
    width: 360px;
    float: right;
    padding-top: 50px;
    box-sizing: border-box;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box{
    width: 100%;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyTitle{
    width: 100%;
    color: #154666;
    font-size: 30px;
    line-height: 1.4;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent{
    width: 100%;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy:first-child{
    margin-top: 10px;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy .jtIcon{
    font-size: 14px;
    color: #42B3E5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy a{
    color: #3e3b3b;
    font-size: 14px;
    font-weight: bold;
    margin-left: 22px;
    cursor: pointer;
}
.content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy a:hover{
    text-decoration:underline;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box{
    width: 100%;
    margin-top: 50px;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .div-box{
    width: 100%;
    height: 32px;
    position: relative;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .fk-box{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #e5e5e5;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .sj-box{
    width:0;
    height:0;
    border-top:12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e5e5e5;
    position: absolute;
    top: 2px;
    left: 0;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .fk1-box{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 20px;
    background: #e5e5e5;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .sj1-box{
    width:0;
    height:0;
    border-top:12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e5e5e5;
    position: absolute;
    top: 2px;
    left: 20px;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .gift-text{
    width: 100%;
    color: #3156A3;
    line-height: 1.5;
    font-family: 'PT Serif', Georgia, serif;
    font-size: 18px;
    margin-top: 25px;
    color: #3156a3;
    font-style: oblique;
}
.content .contentNr-box .contentNr .contentNrRight .gift-box .bookName{
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
    color: #999;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
/*个别案例移动端*/
    .content{
        margin-top: 0;
        padding-bottom: 5rem;
    }
    .content .title-box .title {
        width: 80%;
        padding: 3.5rem 0;
        display: block;
    }
    .content .title-box .title .titleLeft .bigTitle {
        font-size: 2.2rem;
        color: #000;
    }
    .content .title-box .title .titleLeft .titleNav {
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-left: 2rem;
    }
    .content .title-box .title .titleLeft .titleNav .ycjtArr {
        margin-right: 1rem;
        font-size: 1.6rem;
    }
    .content .title-box .title .titleRight {
        margin-top: 1.5rem;
        display: inline-block;
    }
    .content .title-box .title .titleRight input {
        width: 20rem;
        padding: 1.6rem 5.7rem 1.3rem 2.2rem;
        font-size: 1.4rem;
    }
    .content .title-box .title .titleRight input:focus {
        width: 24rem;
    }
    .content .contentNr-box .contentNr {
        width: 80%;
    }
    .content .contentNr-box .contentNr .contentNrLeft {
        width: 100%;
        padding-top: 3rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .whoGet-box .whoGetTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .whoGet-box .whoGetContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .getReason-box {
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .getReason-box .getReasonTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .getReason-box .getReasonContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box {
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box .aggravatingFactorsTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box .aggravatingFactorsContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .aggravatingFactors-box .aggravatingFactorsContent li {
        margin-left: 1.5rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .diagnosis-box {
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .diagnosis-box .diagnosisTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .diagnosis-box .diagnosisContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box {
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodTitle {
        font-size: 1.3rem;
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodTitle .jtIcon {
        font-size: 1.3rem;
        left: -2.5rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .therapeuticMethod-box .therapeuticMethodContent .everyTheMethod-box .everyTheMethodContent li {
        margin-left: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .referenceResources-box {
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .referenceResources-box .referenceResourcesTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrLeft .referenceResources-box .referenceResourcesContent {
        font-size: 1.3rem;
        padding: 1.6rem 0;
    }
    .content .contentNr-box .contentNr .contentNrLeft .referenceResources-box .referenceResourcesContent li {
        margin-left: 1.6rem;
    }
    .content .contentNr-box .contentNr .contentNrRight {
        width: 100%;
        padding-top: 5rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyTitle {
        font-size: 3rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy {
        height: 3rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy:first-child {
        margin-top: 1rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy .jtIcon {
        font-size: 1.3rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .tangCostumetherapy-box .tangCostumetherapyContent .everyTangCostumetherapy a {
        font-size: 1.3rem;
        margin-left: 2rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .div-box {
        height: 3.2rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .fk-box {
        width: 1.2rem;
        height: 1.2rem;
        top: 0.2rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .sj-box {
        border-top: 1.2rem solid transparent;
        border-bottom: 1.2rem solid transparent;
        border-left: 1.2rem solid #e5e5e5;
        top: 0.2rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .fk1-box {
        width: 1.2rem;
        height: 1.2rem;
        top: 0.2rem;
        left: 2rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .div-box .sj1-box {
        border-top: 1.2rem solid transparent;
        border-bottom: 1.2rem solid transparent;
        border-left: 1.2rem solid #e5e5e5;
        top: 0.2rem;
        left: 2rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .gift-text {
        font-size: 1.6rem;
        margin-top: 2.5rem;
    }
    .content .contentNr-box .contentNr .contentNrRight .gift-box .bookName {
        margin-top: 2rem;
        font-size: 1.2rem;
    }
}