/* common */
.container { width:100%;max-width: 1600px; margin: 0 auto; padding:0 50px; }
.container .header { width:100%;margin-bottom: 40px;}
.container .header h2 { color: #000; margin-bottom: 20px;font-size:32px;}
.container .header .subtitle { font-size:20px;color:#000;height:20px;line-height: 20px;margin-bottom:45px; }
.container .header .subtitle::after { content:'';display:inline-block;vertical-align: middle;width:32px;height:2px;margin-left:16px;background-color: #000;margin-top:-1px; }

/* banner */
.banner { background: url('../images/banner-news-list.jpg') no-repeat center; background-size: cover; height: 480px; display: flex;align-items: flex-end; justify-content: flex-start; color: white; position: relative;}
.banner .container { flex-direction: column;  }
.banner p { width:100%;color:#fff;font-size:72px;font-weight:bolder; }
.banner h2 {  width:100%; display: block; font-size: 32px; margin-bottom: 40px;}

/* 资讯列表 */
.news-list { background-color: #f5f5f5;padding:90px 0; }
.news-list .container { padding:70px 50px;display: flex; flex-direction: column; align-items: center; background-image: url(../images/bg-news-list.png); background-position: center top; background-repeat: no-repeat;}
.news-list .news-item { width: calc(50% - 70px); height: 200px; background: #fff;}
.news-list .news-item a { display: flex; height: 100%; justify-content: space-between;color:inherit; }
.news-list .news-item img { width: 50%; height: auto;}
.news-list .news-content { width: 50%; padding: 25px;}
.news-list .news-content h2 { font-size: 18px; margin-bottom: 25px;font-weight:400;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news-list .news-content p { color: #777; margin-bottom: 10px; text-overflow: ellipsis;height: 48px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}
.news-list .news-content p.publishdate { font-size:14px; }
.news-list .news-content p.publishdate::before { display:block;width:29px;height:13px;margin-bottom:10px;content:'';background-image:url(../images/icon-news-list-item.png) ;background-repeat: no-repeat; }
.news-list .news-item:nth-child(odd) { align-self: flex-start;}
.news-list .news-item:nth-child(even) { align-self: flex-end;}

/* 资讯内容 */
.breadcrumb { background-color: #f5f5f5; }
.news-detail { background-color: #f5f5f5;padding-bottom:200px; }
.news-detail .container { background-color: #fff;padding:90px; }
article .container { flex-direction: column; }
article h1 { font-size:32px;line-height:40px;font-weight: bolder;padding: 16px 0;color: #333;width:100%; }
.article-meta { display:flex;line-height: 60px;border-bottom: #e9e9e9 1px solid;padding-bottom:40px; }
.article-meta p { display:inline;margin-right:30px;color:#666; }
.article-content { padding:40px 0;border-bottom: #e9e9e9 1px solid; }
.article-tags { padding:40px 0;border-bottom: #e9e9e9 1px solid;display:flex;justify-content:flex-start; }
.article-tags span { font-size:18px;color:#666;line-height: 42px;margin-right:30px; }
.article-tags ol li { display:inline-block;padding:10px 25px;background-color: #f5f5f5;color:#666;border-radius: 30px; }

.article-content p { line-height: 26px;margin-bottom:10px;color:#333;text-indent:2em; }
.article-content strong { font-size:24px;font-weight:700;margin-bottom:10px;color:#000;padding-top: 10px;padding-bottom: 10px; }
.article-content img { margin-top:10px;margin-bottom:10px; }

.article-related { padding:40px 0; }
.article-related a { color:#666; }
