@import url('/css/animate.css');.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:2s;-webkit-animation-duration:2s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
.delay3{animation-delay:1.5s;-webkit-animation-delay:1.5s}
.delay4{animation-delay:2s;-webkit-animation-delay:2s}
#articleInfo11{position:relative}
#philosophy{position:relative}
#philosophy .maotext{margin-bottom:30px;display:grid;grid-template-columns:40% 50%;align-items:center;justify-content:space-between}
#philosophy .maotext p{line-height:2.2}
#philosophy .phylist{display:flex;flex-wrap:wrap;justify-content:space-between}
#philosophy .phylist .phitem{width:49%;padding: 40px 22px;margin-bottom:20px;box-shadow:0 .5rem 1rem rgb(91 91 91 / 15%)}
#philosophy .phylist .phitem h3{font-size:max(1.4 * (1vw + 1vh) / 2,18px)}
#philosophy .phylist .phitem p{font-size: max(1 * (1vw + 1vh) / 2,17px);font-weight: 400;}
#philosophy .phylist .phitem .phimg{display:flex;flex-direction:column;align-items:center}
#philosophy .phylist .phitem img{width:min(115px,100%)}
@media screen and (max-width:980px){
    #philosophy .maotext{grid-template-columns:1fr;gap: 40px;}
}
@media screen and (max-width:480px){
    #philosophy .phylist .phitem{width:100%}
}