.content {
    height: auto;
    background: #f0f2f5;
}

.pictureBox {
    width: 700px;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 500px;
}

.pictureBox img {
    max-width: 80%;
    max-height: 80%;
}

.desBox {
    width: 480px;
    position: relative;
}

.floatL {
    /* position: absolute;
    left: 0;
    top: 0; */
}

.floatR {
    /* position: absolute;
    right: 0;
    top: 0; */
}

.desTitle {
    margin-top: 50px;
    position: relative;
    color: #333333;
    font-size: 30px;
}

.desSubTitle {

    position: relative;
    color: #282828;
    font-size: 20px;
    margin-top: 20px;
}

.desContent {
    position: relative;
    color: #666666;
    margin-top: 20px;
    font-size: 16px;
}

.desTag {
    margin-top: 16px;
    color: #282828;
    font-size: 16px;
}

.desBtnBox {
    margin-top: 48px;
    display: flex;
    color: #1092DA;
    font-size: 16px;
}

.desBtnBox .desBtnItem {
    display: flex;
    padding: 14px 36px;
    background: transparent;
    border: 1px solid #1092DA;
}

.desBtnBox .desBtnItem:not(:first-child) {
    margin-left: 20px;
}

.desBtnItemActive {
    /*background: #1092DA !important;*/
    /*color: white;*/
}

.desLogoBox {
    width: 100%;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.desLogoBox .desLogoItem {
    background: white;
    width: 118px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f0f2f5;
    border-left: 1px solid #f0f2f5;
    overflow: hidden;
}

.desLogoBox .desLogoItem img {
    width: 80%;
}

.dexIndex {
    width: 260px;
    height: 219px;
    position: absolute;
    left: 0;
    top: 0;
}

.content > .contentItemWrapper:nth-child(2n) .desTitle {
    color: white;
}

.content > .contentItemWrapper:nth-child(2n) .desSubTitle {
    color: white;
}

.content > .contentItemWrapper:nth-child(2n) .desContent {
    color: rgba(255, 255, 255, .8);
}

.content > .contentItemWrapper:nth-child(2n) .desTag {
    color: white;
}

.content > .contentItemWrapper:nth-child(2n) .desBtnBox .desBtnItem {
    border: 1px solid white;
    color: white;
}

.content > .contentItemWrapper:nth-child(2n) .desBtnBox .desBtnItemActive {
    background: white !important;
    color: #218AC5;
}

.content > .contentItemWrapper:nth-child(6) .desTitle {
    color: #333333;
}

.content > .contentItemWrapper:nth-child(6) .desSubTitle {
    color: #333333;
}

.content > .contentItemWrapper:nth-child(6) .desContent {
    color: #666666;
}

.content > .contentItemWrapper:nth-child(6) .desTag {
    color: #333333;
}

.content > .contentItemWrapper:nth-child(6) .desBtnBox .desBtnItem {
    border: 1px solid #1092DA;
    color: #1092DA;
}

.content > .contentItemWrapper:nth-child(6) .desBtnBox .desBtnItemActive {
    background: #1092DA !important;
    color: #FFF;
}