.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;
}

.area1 {
    margin-top: 40px;
    border: 1px solid #dfeeff;
    border-radius: 5px;
}

.area1-title {
    font-size: 26px;
    font-weight: 700;
    color: #007fff;
    letter-spacing: 1.3px;
    height: 70px;
    line-height: 70px;
    background-color: #EEF7FF;
    padding-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.area1-title::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 28px;
    background-color: #007FFF;
    top: 22px;
    left: 26px;
}

.aira1-list {
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.aira1-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
}

.aira1-list li.half {
    width: calc(100% / 2);
}

.aira1-list li .key {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aira1-list li .key img {
    
}

.aira1-list li .key span {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-left: 10px;
}

.aira1-list li .val {
    font-size: 16px;
    color: #333333;
    max-width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.area2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.area2-left-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #cce4ff;
}

.area2-left-title p {
    font-size: 26px;
    font-weight: 700;
    color: #007fff;
    letter-spacing: 0.52px;
    padding-left: 20px;
    position: relative;
}

.area2-left-title p::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    background-color: #007FFF;
    top: 6px;
    left: 0;
}

.area2-left-title a {
    font-size: 13px;
    color: #999999;
}

.area2-left, .area2-right {
    width: calc(50% - 20px);
    margin-top: 47px;
}

.area2-zyld {
    padding: 20px;
    background: #f0f7ff;
    border-radius: 5px;
}

.zyld-con {
    margin-top: 23px;
}

.ldxx-main, .ldxx-other {
    padding: 20px;
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 13px;
}

.ldxx-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldxx-main-photo {
    display: block;
    width: 175px;
}

.ldxx-main-right {
    width: calc(100% - 195px);
}

.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;
}

.ldxx-other {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 20px 30px 0 30px;
}

.other-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.other-list {
    width: calc(100% - 75px);
    display: flex;
    flex-wrap: wrap;
}

.other-list li {
    margin-left: 20px;
    margin-bottom: 20px;
}

.other-list li a {
    font-size: 16px;
    color: #333333;
}

.area2-dwzz {
    padding: 20px;
    margin-top: 30px;
    background: #f0f7ff;
    border-radius: 5px;
}

.dwzz-con {
    background: #ffffff;
    border-radius: 18px;
    margin-top: 23px;
    padding: 30px 20px;
    max-height: 600px;
    overflow: auto;
}

.dwzz-con::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
}

.dwzz-con::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #73A5E8;
}

.dwzz-con::-webkit-scrollbar-track {
    border-radius: 0;
    background: #C4DDFF;
}

.area2-right {
    background: #f0f7ff;
    border-radius: 5px;
    padding: 20px 15px;
    box-sizing: border-box;
}

.right-head {
    display: flex;
    position: relative;
    border-bottom: 1px solid #cce4ff;
}

.right-head::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 28px;
    top: 5px;
    left: 15px;
    background-color: #007FFF;
}

.right-head li {
    font-size: 26px;
    color: #666666;
    margin-left: 35px;
    cursor: pointer;
    padding-bottom: 24px;
}

.right-head li.active {
    color: #007FFF;
    font-weight: 700;
}

.right-con {

}

.right-con .con-block {
    display: none;
    flex-direction: column;
    max-height: 1230px;
    overflow: auto;
}

.right-con .con-block::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
}

.right-con .con-block::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #73A5E8;
}

.right-con .con-block::-webkit-scrollbar-track {
    border-radius: 0;
    background: #C4DDFF;
}

.right-con .con-block:first-child {
    display: flex;
}

.right-con .con-block li {
    margin-top: 20px;
}

.right-con .con-block li a {
    display: block;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
}

.item-title {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.item-block {
    margin-top: 12px;
	display: flex;
	align-items: center;
}

.item-block span {
	white-space: nowrap;
}

.item-block .item-block-key {
	display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
	width: 90px;
}

.item-block .item-block-val {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	max-width: calc(100% - 90px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-indent: 0 !important;
}

.item-block .item-block-val p {
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-indent: 0 !important;
}

.item-block .item-block-val p span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-indent: 0 !important;
}