.process{ width: 94%; margin: 0 auto 20px; } .proTitle{ margin: 30px 0; font-size: 28px; color: #333; text-align: center; } .pro_sec1{ position: relative; } .pro_sec1:after{ content: ''; width: 1px; height: 100%; position: absolute; top: 0; left: 0; right: 0; margin: auto; background: #1B8AE3; } .proBox{ position: relative; width: 37%; margin-top: 20px; line-height: 28px; font-size: 16px; color: #666; border: 1px solid #1B8AE3; border-radius: 8px; padding: 4px 10px; } .proBox:first-child{ margin-top: 0; } .proBox:after{ content: ''; width: 10px; height: 10px; border-radius: 50%; background: #1B8AE3; position: absolute; top: 0; bottom: 0; margin: auto; } .proBox:before{ content: ''; width: 35%; height: 1px; background: #1B8AE3; position: absolute; top: 0; bottom: 0; margin: auto; } .proBox1{ text-align: right; } .proBox1:after{ right: -37.3%; } .proBox1:before{ right: -35%; } .proBox2{ margin-left: 63%; } .proBox2:after{ left: -37.5%; } .proBox2:before{ left: -35%; } .edition,.time{ position: absolute; line-height: 28px; height: 28px; position: absolute; top: 0; bottom: 0; margin: auto; font-size: 16px; color: #666; } .time{ top: -30px; } .proBox1 .time{ right: -32%; } .proBox2 .time{ left: -31%; } .proBox1 .edition{ right: -52%; } .proBox2 .edition{ left: -52%; } .btns { width: 300px; height: 40px; background: #7d7dec; text-align: center; line-height: 40px; border-radius: 4px; margin: 30px auto; color: #fff; cursor: pointer; }