body{
   background: linear-gradient(0deg, #CCD2E3 90%, rgba(204,210,227,0) 100%);
}
.contentBody{
    margin: 70px auto 0 auto;
    width: 1200px;
    /*background: linear-gradient(0deg, #CCD2E3 0%, rgba(204,210,227,0) 100%);*/

}
.firstBody{
    position: relative;
    margin: 0 auto;
    /*width: 1600px;*/
    /*height: 36.420px;*/
    z-index: 11;
}
.navigationBack{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.navigation{
    margin-left: var(--leftMargin);
    float: left;
    width: var(--contentWidth);
}

.navIcon{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 12px;
}
.navigationStr{
    float: left;
    margin-left: 11px;
    margin-top: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4A4E58;
    text-align: left;
}
.sectionFirst{
    height: 100%;
    margin-left: var(--leftMargin);
    float: left;
    width: var(--contentWidth);
    padding-bottom: 144px;
}

.directioryTop{
    float: left;
    margin-top: 6px;
    width: 100%;
    height: 56px;
    line-height:56px;
}
.titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0 10px 10px 0;
}
.titleStr{
    float: left;
    margin-left: 11px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.rightContent{
    margin-left: var(--sectionMargin);
    float: left;
    width: 880px;
    /*height: 26.36rem;*/
    background-color: #FFFFFF;
    border-radius: 7px;
    padding-bottom: 40px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}

.contentTitle{
    float: left;
    width: 100%;
    margin-top: 29px;
    /*height: 2.8rem;*/
    /*line-height:2.8rem;*/
    font-size: 20px;
    color: #4A4E58!important;
    text-align: center;
    font-weight: bold;
}
.contentTitle span{
    color: #4A4E58!important;
}
.xhjj{
    width: 95%;
    height: 97%;
    padding: 0 16px 0 30px;
}
.contentStr{
    font-size: 16px;
    color: #4A4E58!important;
    text-indent: 2em;
    width: 98%;
    margin: 0 auto;

}
.contentStr p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
    color: #4A4E58!important;
    line-height: 28px;
}

.contentStr span{
    color: #4A4E58!important;
}


