.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
}

.header-top .top-left {

}

.header-top .top-right {
    display: flex;
    align-items: center;
}

.header-top .top-right a {
    background: #ffffff;
    border-radius: 11px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    color: #637b9f;
    display: inline-block;
    padding: 0 10px;
    margin-right: 32px;
}

.header-top .top-right a:last-child {
    margin-right: 0;
}

.header-text {
    display: inline-block;
    margin-top: 70px;
    max-width: 100%;
}

.jgzn-main {
    margin-bottom: 80px;
}

.main-block {
    margin-top: 50px;
}

.block-title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.block-title .title-text {
    min-width: 300px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 9;
}

.ldxx-title {
    font-size: 26px;
    font-weight: 700;
    color: #007fff;
    height: 70px;
    line-height: 70px;
    background: #eef7ff;
    border-radius: 5px 5px 0px 0px;
    padding-left: 45px;
    position: relative;
    margin-top: 40px;
}

.ldxx-title::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 28px;
    background-color: #007FFF;
    top: 22px;
    left: 25px;
}

.ldxx-list {
    margin-top: 50px;
}

.ldxx-main {
    display: flex;
	align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 17px 20px;
    border: 1px solid #dfeeff;
    border-radius: 5px;
}

.ldxx-main-photo {
    display: block;
    width: 160px;
}

.ldxx-main-right {
    width: calc(100% - 180px);
}

.ldxx-main-right li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 25px;
}

.ldxx-main-right li:first-child {
	margin-top: 0;
}

.ldxx-main-right li .key {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.ldxx-main-right li .val {
    font-size: 16px;
    color: #333333;
    width: calc(100% - 50px);
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}

