#news{margin-left:auto;margin-right:auto;position:relative}@media screen and (min-width:1200px){#news{width:90%;max-width:1180px}}#news .more{position:absolute;top:40px;right:25px;display:flex;align-items:center;gap:8px;transition:all .3s}@media screen and (min-width:1200px){#news .more{top:60px}}#news .more:after{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #459baf}@media screen and (min-width:992px){#news .more:hover{color:#398191;border-bottom:1px solid #398191}}#news h2{margin-bottom:20px;font-size:30px}#news .news{border-top:1px solid #ccc}#news .news:last-child{border-bottom:1px solid #ccc}#news .news a{display:block;padding:10px;color:#333 !important;font-size:16px;transition:all .3s}@media screen and (min-width:992px){#news .news a{display:flex;padding:25px 10px}#news .news a:hover{background-color:rgba(69,155,175,0.1)}}#news .news a:link,#news .news a:active,#news .news a:visited,#news .news a *{color:#333 !important}#news .news a .date{width:120px}@media screen and (max-width:992px){#news .news a .date{margin-bottom:8px}}#news .news .summary ul{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:0 0 10px;padding:0}@media screen and (min-width:992px){#news .news .summary ul{gap:10px}}#news .news .summary ul li{line-height:20px;width:auto;padding:0 20px;border-radius:10px;color:#fff !important;background-color:#459baf;font-size:.8em}