.scattered{width:1200px;height:auto;margin:auto;display:flex;align-items:stretch;justify-content:space-between}.scattered .scattered_summary{width:250px;height:inherit;box-sizing:border-box;padding:75px 25px 0;color:#FFFFFF;background-image:url(/images/m2msbg.jpg);background-position:50% 100%;background-color:#2668b4;background-repeat:no-repeat;background-size:contain;margin-right:30px;flex-shrink:0}.scattered .scattered_summary .scattered_summary_title{font-size:22px;text-align:left;margin-bottom:30px}.scattered .scattered_summary .scattered_summary_text{padding:10px 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;line-height:1.5em;height:calc(5 * 1.5em)}.scattered .scattered_ul{flex:1;box-sizing:border-box;padding:21px 10px 0}.scattered .scattered_ul::after,.scattered .scattered_ul::before{content:"";display:block;width:0;height:0;clear:both;visibility:inherit}.scattered .scattered_ul .scattered_item{width:286px;height:230px;margin-bottom:21px;position:relative;flex-shrink:0;float:left}.scattered .scattered_ul .scattered_item:not(:nth-of-type(3n)){margin-right:21px}.scattered .scattered_ul .scattered_item .bg_img{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.scattered .scattered_ul .scattered_item .bg_img>div{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;transition:all .3s}.scattered .scattered_ul .scattered_item .scattered_item_title{width:100%;box-sizing:border-box;padding:15px 20px;line-height:1.5em;overflow:hidden;background-color:rgba(0,0,0,0.35);transition:all .3s;position:absolute;z-index:10;bottom:0;left:0;opacity:0;color:#FFFFFF}.scattered .scattered_ul .scattered_item:hover .bg_img>div{transform:scale(1.15)}.scattered .scattered_ul .scattered_item:hover .scattered_item_title{opacity:1}