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

}
.firstBody{

    margin: 0 auto;
    /*width: 1600px;*/
    /*height: 36.420px;*/
    position: relative;
    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: 920px;*/
    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;
    text-align: center;
    font-weight: bold;
}
.zzjg{
    float: left;
    width: 100%;
    height: 97%;
    text-align: center;
}
.zzjg img{
    margin-top: 30px;
    width: 582px;
    object-fit: contain;
    /*height: 810px;*/
}


