.page-main {
    background: #ffffff;
    border: 1px solid #dedede;
    padding: 40px 30px 20px 30px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-top .top-left {
    margin-top: 40px;
}

.header-top .top-right {
    margin-top: 40px;
    display: flex;
}

.header-top .top-right a {
    display: block;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 12px;
    color: #434bd3;
    letter-spacing: 0.25px;
    margin-right: 10px;
}

.header-top .top-right a:last-child {
    margin-right: 0;
}

.header-text {
    display: inline-block;
    max-width: 100%;
    margin-top: 57px;
    margin-left: 10%;
}

.area1-block-title {
    display: flex;
    align-items: center;
    background-color: #F3F8FF;
}

.area1-block-title p {
    height: 40px;
    line-height: 40px;
    background: #567fe0;
    border-radius: 20px 0px 0px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    padding-left: 20px;
    padding-right: 15px;
    position: relative;
}

.area1-block-title span {
    font-size: 16px;
    font-weight: 700;
    color: #e07c56;
    display: inline-block;
    margin-left: 30px;
}

.area1-block-title p::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    right: -7px;
    background-color: #567FE0;
}

.area1-block-title a {
    font-size: 14px;
    color: #567fe0;
    letter-spacing: 0.42px;
    margin-right: 20px;
}

.zdjcsxml-list {
    padding-top: 5px;
}

.zdjcsxml-list li {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #e3e3e3;
}

.zdjcsxml-list li a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.29px;
    max-width: calc(90% - 90px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 17px;
}

.zdjcsxml-list li a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #567FE0;
    top: 7px;
    left: 0;
}

.zdjcsxml-list li span {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.25px;
}

.area2 {
    margin-top: 40px;
}

.area2-title {
    display: block;
    width: 100%;
}

.tab-head {
    display: flex;
}

.tab-head li {
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    background-color: #F3F8FF;
    font-size: 14px;
    color: #567fe0;
    border-radius: 15px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.tab-head li.active {
    background-color: #567FE0;
    color: #fff;
    font-weight: 700;
}

.tab-head li:last-child {
    margin-right: 0;
}

.tab-con {
    margin-top: 20px;
}

.con-block {
    display: none;
}

.con-block:first-child {
    display: block;
}

.con-block li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.con-block li:last-child {
    margin-bottom: 0;
}

.block-left {
    width: 70px;
    height: 45px;
    border-radius: 4px;
}

.block-left.have {
    background-color: #54DC7D;
}

.block-left.have div {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: calc(100% - 15px);
}

.block-left.have h1 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}

.block-left.have span {
    font-size: 10px;
    color: #ffffff;
    margin-left: 5px;
    line-height: 30px;
}

.block-left.have p {
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    height: 15px;
    line-height: 15px;
    border-radius: 0px 0px 4px 4px;
    background-color: #40B364;
}

.block-left.end {
    background-color: #EBEBEB;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 45px;
    text-align: center;
}

.block-right {
    width: calc(100% - 85px);
}

.block-right .right-top {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.block-right .right-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.block-right .right-bot .bot-left {
    display: flex;
    align-items: center;
}

.block-right .right-bot .bot-left p {
    font-size: 14px;
    color: #567fe0;
}

.block-right .right-bot .bot-left span {
    font-size: 12px;
    color: #333333;
}

.block-right .right-bot .bot-right {
    background: #e08056;
    border-radius: 2px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}





