﻿
.develop{padding:30px 0}
.develop .flex{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.develop .info{width: 50%;}
.develop .img{width: 45%;}
.develop .img img{width: 100%;}
.develop .home-title{text-align: left;}
.develop .list{position: relative;margin-top: 20px;}
.develop .list::after{position: absolute;content: '';display: block;width: 1px;height: 100%;top: 0;left: 94px;background: #c8daeb;z-index: 5;}
.develop .list .item{display: flex;align-items: center;margin-bottom: 10px;justify-content: space-between;}
.develop .list .year{font-size: 20px;font-weight: bold;white-space: nowrap;width: 70px;}
.develop .list .icon{display: flex;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid #000;width: 20px;height: 20px;position: relative;z-index: 9;}
.develop .list .dian{border-radius: 50%;background: #000;width: 10px;height: 10px;}
.develop .list .text{background: #f3f7f9;padding: 20px;width: calc(100% - 120px)}
@media (max-width:1024px) {
.develop .img,.develop .info{width: 100%;}
}