.fzh_cont{width:80%;	max-width: 1220px;margin-left:auto; margin-right: auto;}
.progress-list {
    position: relative;
	padding-top: 50px;
}

.progress-list * {
    box-sizing: border-box
}

@media (min-width:769px) {
    .progress-list {
        width: 50%
    }
    .progress-list::after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 60px;
        border-right: 1px dashed #eee;
        z-index: 0;
        right: 0
    }
    .progress-list::before {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 17px;
        background: url(../images/arr.png) no-repeat center 0;
        background-size: cover;
        top: -17px;
        right: -15px
    }
    .progress-list li {
        width: 100%;
        position: relative;
        margin-top: -50px
    }
    .progress-list li::before, .progress-list li::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        top: 50%;
        background: #c9151e;
        transition: all .3s ease-out;
		z-index:55
		
    }
    .progress-list li::before {
        left: -16px;
        background: #eee;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        transform: scale(.5)
    }
    .progress-list li::after {
        left: -8px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    .progress-list li:nth-child(2n)::before {
        left: auto;
        right: -16px
    }
    .progress-list li:nth-child(2n)::after {
        left: auto;
        right: -8px
    }
    .progress-list li:hover::before {
        transform: scale(1)
    }
    .progress-list li:hover::after {
        transform: scale(1)
    }
    .progress-list li:nth-child(2n+1) {
        margin-left: 100%
    }
    .progress-list li:nth-child(2n+1) dl {
        margin-left: 60px
    }
    .progress-list dl {
        margin-right: 60px;
        border: 1px solid #ccc;
        padding: 30px 70px;
        position: relative;
        background: #fff
    }
    .progress-list dl::before, .progress-list dl::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        right: -20px
    }
    .progress-list dl::before {
        transform: translateY(-50%);
        border: 10px solid;
        border-color: transparent transparent transparent #ccc
    }
    .progress-list dl::after {
        border: 9px solid;
        transform: translateY(-50%) translateX(-2px);
        border-color: transparent transparent transparent #fff
    }
    .progress-list li:nth-child(2n+1) {
        margin-left: 100%
    }
    .progress-list li:nth-child(2n+1) dl::before, .progress-list li:nth-child(2n+1) dl::after {
        right: auto;
        left: -20px
    }
    .progress-list li:nth-child(2n+1) dl::before {
        border-color: transparent #ccc transparent transparent
    }
    .progress-list li:nth-child(2n+1) dl::after {
        border-color: transparent #fff transparent transparent;
        transform: translateY(-50%) translateX(2px)
    }
    .progress-list li:hover dl {
        border-color: #c9151e;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
    }
    .progress-list li:hover dl::before {
        border-left-color: #c9151e
    }
    .progress-list li:nth-child(2n+1):hover dl::before {
        border-right-color: #c9151e;
        border-left-color: #fff
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .progress-list::after {
        top: 10px
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .progress-list::before {
        top: 0
    }
}

.progress-list dt {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
	color:#c9151e
}

.progress-list dd {
    color: #666;
    line-height: 22px;
    position: relative;
	font-size: 12px;
}

.progress-list dd::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: -28px;
    top: 7px;
    background: #c9151e;
    border-radius: 50%;
    background: linear-gradient(to right, #c9151e, #25bbc1)
}

.progress-list dd+dd {
    margin-top: 5px
}

@media (max-width:992px) {
    .progress-list li {
        margin-top: -70px
    }
}

@media (max-width:768px) {
    .progress-list {
        margin-top: -40px
    }
    .progress-list li {
        padding: 40px 0;
        margin-top: 0;
        border-bottom: 1px solid #ccc
    }
    .progress-list dl {
        padding: 30px
    }
    .progress-list dl dt {
        color: #c9151e;
        font-size: 34px;
        margin-bottom: 20px
    }
    .progress-list dl dd {
        padding-left: 30px;
        line-height: 1.76;
		font-size:14px;
    }
    .progress-list dl dd::before {
        left: 0;
        width: 6px;
        height: 6px
    }
    .progress-list dl dd+dd {
        margin-top: 10px
    }
}