.story_list{width:100%;position:relative;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.story_list .item{width:calc(33.33% - 64px / 3);background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:space-between;padding:0;margin:0;position:relative}.story_list .item .text{text-align:left;position:relative;margin:0;display:block;padding:32px 24px}.story_list .item .text::before{z-index:9;content:"";position:absolute;left:24px;top:100%;width:0;height:0;border-style:solid;border-width:19px 19px 0 0;border-color:#f8f8f8 transparent transparent transparent}.story_list .item .text .top{display:flex;padding:0 0 16px}.story_list .item .text .top .date{font-size:16px;line-height:24px;font-weight:400}.story_list .item .text .top .section{padding:0 0 0 14px;margin:0 0 0 11px;position:relative;font-size:16px;line-height:24px;font-weight:400}.story_list .item .text .top .section::before{width:3px;height:16px;position:absolute;left:0;top:5px;background:#E9E9E9;content:""}.story_list .item .text .title{letter-spacing:.02em;color:#009FE3;text-decoration:underline;margin:0;transition:all 400ms ease 0ms}.notouch .story_list .item:hover .text .title,.story_list .item:focus .text .title{color:#061F3D}.story_list .item .img{height:180px;width:100%;position:relative;margin:0;display:block}@media screen and (max-width:1430px){.story_list{gap:16px}.story_list .item{width:calc(33.33% - 32px / 3)}.story_list .item .text .top .section{padding:0 0 0 11px;margin:0 0 0 8px;position:relative}.story_list .item .text .top .section::before{width:2px;height:14px}}@media screen and (max-width:1000px){.story_list{gap:8px}.story_list .item{width:calc(50% - 8px / 2)}.story_list .item .text{padding:24px 16px}.story_list .item .text::before{left:16px}.story_list .item .text .top{padding:0 0 8px}.story_list .item .img{height:142px;margin:0}}@media screen and (max-width:650px){.story_list .item{width:100%}}/*# sourceMappingURL=1.css.map */