@CHARSET "UTF-8";

div.content>h1{font-size: 48px; line-height: 72px; margin-top: 0;}

div.content p.news-list{display: flex;align-items: center; justify-content: space-between;}
div.content p.news-list a{color: rgba(0, 0, 0, 0.85);line-height: 28px;font-size: 14px;padding: 6px 0; display: flex; align-items: center;}
div.content p.news-list a::before{display: block;content: '';width: 4px;height: 4px;background: #2F54EB; margin-right: 16px;}
div.content p.news-list i{font-size: 12px;margin-right:16px; color: rgba(0,0,0,0.7); font-style: normal;}
div.content p.news-list:nth-child(2n+1){background:rgba(0, 0, 0, 0.04) ;}
div.content p.page{margin-top: 20px;}