.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 .everyInfo-box{
    width: 100%;
}
.content .contentNr-box .contentNr .everyInfo-box:first-child{
    margin-top: 30px;
}
.content .contentNr-box .contentNr .everyInfo-box .infoTitle{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.content .contentNr-box .contentNr .everyInfo-box .infoNr-box{
    width: 100%;
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 1.7;
    margin:16px 0 20px;
    text-indent:2em;
}
.content .contentNr-box .contentNr .everyInfo-box .infoNr-box .jtIcon{
    font-size: 14px;
    color: #42B3E5;
    position: absolute;
    left: -28px;
    top: 0;
}
.disShow{
    display: none;
}
@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 .everyInfo-box:first-child {
        margin-top: 2rem;
    }
    .content .contentNr-box .contentNr .everyInfo-box .infoTitle {
        font-size: 1.6rem;
    }
    .content .contentNr-box .contentNr .everyInfo-box .infoNr-box {
        font-size: 1.3rem;
        margin: 1.6rem 0 2rem;
    }
    .content .contentNr-box .contentNr .everyInfo-box .infoNr-box .jtIcon {
        font-size: 1.3rem;
        left: -2.6rem;
    }
}