.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
}

.header-top .top-left {
    /* box-shadow: 0px 4px 4px 0px #bad4ff; */
}

.header-top .top-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top .top-right a {
    display: inline-block;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #0251df;
    margin-right: 10px;
}

.header-top .top-right a:last-child {
    margin-right: 0;
}

.header-text {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 90px;
}

.area1 {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}

.area1 a {
    width: 45%;
    height: 96px;
    background: linear-gradient(95deg,#d9e7ff 1%, #ecf3ff 83%, #fcfdff 98%);
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #bad4ff; 
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.area1 a img {
    
}

.area1 a span {
    font-size: 30px;
    font-weight: 700;
    color: #4075eb;
}

.area2 {
    margin-top: 67px;
}

.area2-top {

}

.area2-top span {
    display: block;
    margin: 0 auto;
    width: 740px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: linear-gradient(90deg,rgba(73,117,232,0.00), rgba(69,117,233,0.44) 20%, #4075eb 53%, rgba(69,117,233,0.47) 81%, rgba(73,117,232,0.00) 100%);
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.area2-con {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #bad4ff;
    padding: 40px 30px;
    margin-bottom: 60px;
}

.con-state {
    width: 641px;
    height: 48px;

}

.con-years {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.con-years li {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F0F0F0;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    cursor: pointer;
}

.con-years li.active {
    background-color: #6A94F0;
    color: #fff;
}

.con-list {
    
}

.con-list .list-block {
    margin-top: 30px;
    background-color: #F4F8FF;
    padding: 30px 30px 25px 30px;
	position: relative;
}

.list-block .block-unit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: 700;
	color: #f16437;
	letter-spacing: 0.04px;
	padding-left: 30px;
	padding-right: 15px;
	line-height: 30px;
}

.list-block .block-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-block .top-left {
    width: 208px;
    height: 150px;
}

.list-block .top-right {
    width: calc(100% - 229px);
}

.top-right-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.top-right-text {
    margin-top: 12px;
}

.top-right-text span {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.top-right-text a {
    font-size: 14px;
    color: #4075eb;
    float: right;
    line-height: 30px;
}

.block-process {
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    min-height: 50px;
    background: #ffffff;
    border: 1px solid;
    padding: 0 10px;
    border-image: linear-gradient(180deg, #4075eb, rgba(64, 117, 235, 0.00) 100%) 1 1;
    position: relative;
}

.block-process .process-li {
    
}

.block-process .process-li:hover {
    
}

.block-process .process-li .process-title {
    position: relative;
}

.block-process .process-li .process-title span {
    font-size: 15px;
    color: #a8c3fe;
    height: 50px;
    line-height: 50px;
    display: block;
}

.block-process .process-li.have .process-title span {
    color: #4075EB;
}

.block-process .process-li.have:hover .process-title span {
    font-weight: 700;
}

.block-process .process-li .process-relateds {
    display: none;
    position: absolute;
    /* top: 70px; */
    left: 0;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(64, 117, 235, 0.23);
    z-index: 9;
	border-radius: 8px;
}

.block-process .process-li.have:hover .process-relateds {
    display: block;
}

.block-process .process-li .process-relateds li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-process .process-li .process-relateds li a {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.05px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: calc(90% - 100px);
}

.block-process .process-li .process-relateds li a:hover {
    font-weight: 700;
}

.block-process .process-li .process-relateds li span {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.05px;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}













