﻿@charset "utf-8";
#content { width: auto; margin: 0; padding: 40px 0; }
.rowGroup { margin-top: 30px; }
.rowGroup:first-child { margin-top: 0; }
.column-6 { float: left; width: 685px; margin-right: 30px; }
.column-6:last-child { margin-right: 0; }

/* focusBanner */
.focusBanner{ background: #eee; height: 400px; position: relative; }
.focusBanner .bd .pic{position: absolute;z-index: 0;left: 0;right: 0;}
.focusBanner .bd .pic img{min-height: 400px;width: 100%;}
.focusBanner .bd .con { display: none; }
.focusBanner .hd { display: none; }
.focusBanner .prev,
.focusBanner .next{ position: absolute; right: 50%; bottom: 0; margin-right: -640px; width: 60px;height: 60px; font-size: 30px; line-height: 60px; text-align: center; color: #fff; background: #15ad66; cursor: pointer; }
.focusBanner .next { margin-right: -700px; background: #cabe93; }
.focusBanner .prev .fa,
.focusBanner .next .fa { display: inline-block; vertical-align: top; line-height: inherit; }
.focusBanner .prev:hover{background:#00873C;}
.focusBanner .next:hover{background:#edb74c;}

/* box */
.box.block > .hd { padding: 0 30px; background: #00873C; border-radius: 10px 10px 0 0; }
.box.block > .hd li,
.box.block > .hd h3 { color: #fff; }
.box.block > .hd li.on,
.box.block > .hd h3 { color: #EDB74C; }
.box.block > .hd h3::before,
.box.block > .hd ul::before { background: rgba(255, 255, 255, 0.2); }
.box.block > .hd h3::after,
.box.block > .hd ul::after { background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent); }
.box.block > .hd .more { color: #fff; }
.box.block > .bd { border: 1px solid #eee; border-top: none; padding: 12px 30px; }

/* 通知列表 */
.noticeList li { display: flex; align-items: center; gap: 20px; margin-top: 10px; padding: 26px 20px; background: #fff; border-left: 3px solid #00873C; }
.noticeList li:first-child { margin-top: 0; }
.noticeList .date { position: relative; text-align: left; line-height: 1; padding: 0 10px; width: 80px; font-family: "SourceHanSerifCN"; font-weight: 600; }
.noticeList .date::after { content: ''; position: absolute; top: 50%; left: 42%; width: 1px; height: 60px; background: #eee; margin: -30px 0 0; transform-origin: center center; transform: rotate(45deg); }
.noticeList .date .dd { display: block; font-size: 24px; font-weight: bold; color: #00873C; }
.noticeList .date .ym { display: block; text-align: right; font-size: 14px; margin-top: 12px; color: #999; }
.noticeList li > a { flex: 1 0 0%; font-size: 18px; line-height: 30px; max-height: 60px; overflow: hidden; }

