@charset "utf-8";
/* s2 */
.gsjj{
    display: flex;
    justify-content: space-between;
}
.gsjj .r{
    padding-left: 20px;
}
.s2 .pbox p{
    text-indent: 2em;
}
.pbox{
    line-height: 32px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}
.pbox p {
    padding-bottom: 20px;
    text-align: justify;
}
.lcbbox{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    padding: 40px 0px;
    box-sizing: border-box;
}

.ylbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ylbox .yl{
    width: 570px;
    min-height: 474px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    flex: 0 0 48%;
    margin-bottom: 50px;
    overflow: hidden;
}
.yl .zt{
    width: 100%;
    min-height: 323px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
    transition: transform 0.3s ease;
}
.yl .zt:hover{
    transform: scale(1.1); /* 放大倍数可以根据需要调整 */
    overflow: hidden;
}
.yl-name{
    height: 57px;
    line-height: 57px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    padding-top: 20px;
}
.yl-p{
    padding-left: 35px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

#milestone{
    position: relative;
    width: 100%;
    margin: auto;
}
#milestone>img{
    width: 100%;
}
#milestone .year{
    position: absolute;
}
#milestone .year span{
    font-size: 20px;
    font-weight: bold;
    color: #1c4eff;
}
#milestone .year p{
    font-size: 14px;
    color: #080808;
}

.ewm{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 38px;
}
.ewm .ewm-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 286px;
    height: 278px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px 5px #e9efff;
}
.ewm .ewm-box img{
    display: block;
    margin: auto;
}
.ewm .ewm-box p{
    position: absolute;
    font-size: 14px;
    bottom: 8px;
}

#milestone .year:nth-of-type(odd){
    top: 66.66%;
}
#milestone .year:nth-of-type(even){
    top: -10px;
}

#milestone .year:first-of-type{
    left: 2.89%;
}
#milestone .year:nth-of-type(2){
    left: 11.07%;
}
#milestone .year:nth-of-type(3){
    left: 16.47%;
}
#milestone .year:nth-of-type(4){
    left: 21.86%;
}
#milestone .year:nth-of-type(5){
    left: 28.42%;
}
#milestone .year:nth-of-type(6){
    left: 35.06%;
}
#milestone .year:nth-of-type(7){
    left: 44.02%;
}
#milestone .year:nth-of-type(8){
    left: 50%;
}
#milestone .year:nth-of-type(9){
    left: 56.16%;
}
#milestone .year:nth-of-type(10){
    left: 65.31%;
}
#milestone .year:nth-of-type(11){
    left: 75.33%;
}
#milestone .year:nth-of-type(12){
    left: 88.05%;
}