

.creditServiceBox {
    width: 100%;
    padding-top: 12px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.creditServiceItem {
    width: 280px;
    height: 90px;
    cursor: pointer;
    display: flex !important;
    justify-content: flex-start;
    margin-top: 8px;
    margin-right: 20px;
}

.creditServiceItem:hover {
    background: #fff0f0;
}

.creditServiceItem:hover .creditServiceItemRightName {
    color: #e22323;
}

.creditServiceItemLeft {
    width: 90px;
    height: 90px;
    font-size: 0;
    margin-top: 11px;
}

.creditServiceItemLeft > img{
    width: 90px;
}

.creditServiceItemRight {
    margin-left: 10px;
}

.creditServiceItemRightName {
    font-size: 19px;
    font-weight: 500;
    color: #333333;
    margin-top: 16px;
}

.creditServiceItemRightOpt {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    margin-top: 4px;
}

.pt_ap{
    width: 100%;
    overflow: hidden;
    display: none;
    padding-bottom: 20px;
}

.part_apbox{
    width: 100%;
    overflow: hidden;
}
.part_apbox .apbox {
    overflow: hidden;
    width: 200px;
    height: 280px;
    border-radius: 10px;
    border-color: rgb(237, 237, 237);
    border-width: 1px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 1px;
    font-size: 14px;
    padding: 0px;
    text-align: left;
    float:left;
    line-height: 20px;
    margin-right:20px;
    margin-top: 20px;
}
.part_apbox .apbox:first-child{
    margin-left: 11px;
}

.part_apbox .apbox > img{
    width: 200px;
    height: 280px;
    cursor: pointer;
}

.pa_img{
    text-align: center;
    padding-top: 20px;
}
.pa_img > img.img{
    max-width: 870px;
}


.part_txt{
    width: 865px;
    margin: 20px auto 20px 11px;
}
.part_txt > p{
    font-size: 14px;
    line-height: 32px;
    text-indent: 2em;
}