section.banner{padding:var(--header-gap) 0 60px;position:relative;min-height:550px}section.banner .bg{position:absolute;left:0;top:0;display:block;width:100%;height:100%;z-index:-1}section.banner .bg picture{position:absolute;left:0;top:0;display:block;width:100%;height:100%}section.banner .bg img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}section.banner .breadcrumbs-block{grid-column:var(--grid-4)}section.banner .content{margin-top:var(--space-30-60);grid-column:var(--grid-11);display:flex;flex-direction:column;gap:20px}section.banner .content .title-block{display:flex;justify-content:space-between;align-items:center;gap:6.25vw}section.banner .content .date{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:210px;height:210px;overflow:hidden;border-radius:5px;background:#fff;box-shadow:-20px 20px 10px #0000001a}section.banner .content .date .yy{font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:5px}section.banner .content .date .mmdd{font-size:5rem;font-weight:300;line-height:1}section.banner .content .title-box{flex:1;display:flex;flex-direction:column;gap:20px}section.banner .content .tags-block{padding-left:calc(210px + 6.25vw);display:flex;align-items:center;flex-wrap:wrap;gap:10px}section.banner .content .tags-block .tag{padding:4px 9px;border-radius:5px;border:1px solid rgba(0,0,0,.2);background:#efefef;color:#333;transition:color .2s,background .2s,border .2s}@media only screen and (min-width:1201px){section.banner .content .tags-block .tag:hover{color:#fff;background:#d7000f;border:1px solid rgba(215,0,15,.1)}}@media only screen and (max-width:1200px){section.banner .content .tags-block .tag:active{color:#fff;background:#d7000f;border:1px solid rgba(215,0,15,.1)}}@media only screen and (max-width:1200px){section.banner .content .date{width:180px;height:180px}section.banner .content .date .yy{font-size:.875rem}section.banner .content .date .mmdd{font-size:3.75rem}section.banner .content .tags-block{padding-left:calc(180px + 6.25vw)}}@media only screen and (max-width:900px){section.banner .content .title-block{flex-direction:column;align-items:flex-start;gap:30px}section.banner .content .tags-block{padding-left:unset}}@media only screen and (max-width:767px){section.banner .content .date{width:100px;height:100px;box-shadow:-10px 10px 10px #0000001a}section.banner .content .date .mmdd{font-size:2.5rem}}section.article{padding:var(--space-50-100) 0}section.article .container{grid-column:var(--grid-13)}section.more{opacity:0;overflow:hidden;transition:opacity .8s}section.more.aost-show{opacity:1}section.more.aost-show .pic-block,section.more.aost-show .content-block{opacity:1;transform:translateZ(0)}section.more .container{grid-column:1/-11;display:flex;justify-content:space-between}@media only screen and (max-width:1800px){section.more .container{grid-column:1/-9}}@media only screen and (max-width:1700px){section.more .container{grid-column:1/-6}}@media only screen and (max-width:1600px){section.more .container{grid-column:1/-4}}@media only screen and (max-width:1024px){section.more .container{grid-column:1/-1}}section.more .pic-block{position:relative;width:53.7037037037%;min-height:500px;transform:translate3d(0,50px,0);opacity:0;transition:opacity .8s,transform .8s;transition-delay:0s}section.more .pic-block .pic{width:100%;height:100%;z-index:-1;position:absolute}section.more .pic-block .pic:before{display:block;width:100%;height:0;padding-bottom:57.4712643678%;content:""}section.more .pic-block .pic picture{position:absolute;left:0;top:0;display:block;width:100%;height:100%}section.more .pic-block .pic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}section.more .pic-block .content{padding:clamp(50px,.3676rem + 4.902vw,100px) 9.375vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;color:#fff}section.more .pic-block .title-box>div:not(:only-child):not(:first-child){margin-top:5px}section.more .pic-block .des{margin-top:50px}section.more .pic-block .para-text{color:#fff}section.more .content-block{padding:80px 0;display:flex;flex-direction:column;justify-content:center;gap:60px;width:40.7407407407%;transform:translate3d(0,50px,0);opacity:0;transition:opacity .8s,transform .8s;transition-delay:.2s}section.more .content-block .item{display:flex;gap:30px;padding-bottom:30px;position:relative}section.more .content-block .item:before,section.more .content-block .item:after{position:absolute;bottom:0;left:0;transform:translate3d(0,50%,0);content:""}section.more .content-block .item:before{width:100%;height:1px;background:#0003}section.more .content-block .item:after{width:100px;height:2px;background:#000;transition:width .5s ease,background .5s ease}@media only screen and (min-width:1201px){section.more .content-block .item:hover:after{width:100%;background:#d7000f}}@media only screen and (max-width:1200px){section.more .content-block .item:active:after{width:100%;background:#d7000f}}section.more .content-block .item .date{flex-shrink:0;width:150px}section.more .content-block .item .date .yy{font-size:.75rem;font-weight:700;line-height:1.2;letter-spacing:5px}section.more .content-block .item .date .mmdd{margin-top:10px;font-size:3.125rem;font-weight:300;line-height:1;letter-spacing:2px}section.more .content-block .item .text{flex:1}section.more .content-block .item .text .title{display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}section.more .content-block .item .text .des{margin-top:10px;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}@media only screen and (max-width:1535px){section.more .pic-block{width:41.6956219597%;min-height:400px}section.more .content-block{width:48.6448922863%}}@media only screen and (max-width:1280px){section.more .pic-block .content{padding:clamp(50px,.3676rem + 4.902vw,100px) 30px}section.more .content-block .item{flex-direction:column}}@media only screen and (max-width:1200px){section.more .pic-block .des{margin-top:20px}}@media only screen and (max-width:1024px){section.more .container{flex-direction:column;gap:50px}section.more .pic-block{width:100%}section.more .pic-block .content{padding:clamp(50px,.3676rem + 4.902vw,100px) calc(var(--1fr-space) * 2 + 30px)}section.more .content-block{padding:0 calc(var(--1fr-space) * 2 + 30px) 50px;width:100%}section.more .content-block .item{flex-direction:row}}@media only screen and (max-width:900px){section.more .pic-block .content{padding:50px calc(var(--1fr-space) + 30px)}section.more .content-block{padding:0 calc(var(--1fr-space) + 30px) 50px}}@media only screen and (max-width:767px){section.more .pic-block{min-height:261px}section.more .pic-block .content{padding:50px 20px}section.more .content-block{padding:0 20px 50px;gap:50px}section.more .content-block .item{flex-direction:column;gap:20px}section.more .content-block .item .text .des{display:none}}@media only screen and (max-width:575px){section.more .container{gap:30px}}
