html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  font-family: 'Microsoft YaHei', system-ui, -apple-system, Segoe UI, Roboto,
    Ubuntu, Cantarell, Noto Sans, sans-serif, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
}
[hidden] {
  display: none !important;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  outline: none;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
code,
kbd,
pre,
samp {
  font-family: 'Consolas', 'Microsoft YaHei', system-ui, -apple-system, Segoe UI,
    Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, monospace,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji',
    emoji;
}
ul {
  list-style: none;
}
img,
svg {
  vertical-align: middle;
}
img {
  border: none;
}
button,
input,
keygen,
optgroup,
select,
textarea {
  outline: none;
  font: inherit;
}
button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
[role='button']:not(:disabled) {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
main {
  display: block;
}
.wrapper,
.container {
  margin: 0 auto;
}
.mt-1 {
  margin-top: 4px;
}
.mr-1 {
  margin-right: 4px;
}
.mb-1 {
  margin-bottom: 4px;
}
.ml-1 {
  margin-left: 4px;
}
.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}
.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ma-1 {
  margin: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mr-2 {
  margin-right: 8px;
}
.mb-2 {
  margin-bottom: 8px;
}
.ml-2 {
  margin-left: 8px;
}
.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}
.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ma-2 {
  margin: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mr-3 {
  margin-right: 12px;
}
.mb-3 {
  margin-bottom: 12px;
}
.ml-3 {
  margin-left: 12px;
}
.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}
.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.ma-3 {
  margin: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mr-4 {
  margin-right: 16px;
}
.mb-4 {
  margin-bottom: 16px;
}
.ml-4 {
  margin-left: 16px;
}
.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ma-4 {
  margin: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mr-5 {
  margin-right: 20px;
}
.mb-5 {
  margin-bottom: 20px;
}
.ml-5 {
  margin-left: 20px;
}
.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ma-5 {
  margin: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mr-6 {
  margin-right: 24px;
}
.mb-6 {
  margin-bottom: 24px;
}
.ml-6 {
  margin-left: 24px;
}
.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}
.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ma-6 {
  margin: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mr-7 {
  margin-right: 28px;
}
.mb-7 {
  margin-bottom: 28px;
}
.ml-7 {
  margin-left: 28px;
}
.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}
.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.ma-7 {
  margin: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.mr-8 {
  margin-right: 32px;
}
.mb-8 {
  margin-bottom: 32px;
}
.ml-8 {
  margin-left: 32px;
}
.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}
.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.ma-8 {
  margin: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mr-9 {
  margin-right: 36px;
}
.mb-9 {
  margin-bottom: 36px;
}
.ml-9 {
  margin-left: 36px;
}
.mx-9 {
  margin-left: 36px;
  margin-right: 36px;
}
.my-9 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.ma-9 {
  margin: 36px;
}
.mt-10 {
  margin-top: 40px;
}
.mr-10 {
  margin-right: 40px;
}
.mb-10 {
  margin-bottom: 40px;
}
.ml-10 {
  margin-left: 40px;
}
.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ma-10 {
  margin: 40px;
}
.pt-1 {
  padding-top: 4px;
}
.pr-1 {
  padding-right: 4px;
}
.pb-1 {
  padding-bottom: 4px;
}
.pl-1 {
  padding-left: 4px;
}
.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pa-1 {
  padding: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pr-2 {
  padding-right: 8px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pl-2 {
  padding-left: 8px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa-2 {
  padding: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pr-3 {
  padding-right: 12px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pl-3 {
  padding-left: 12px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pa-3 {
  padding: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pr-4 {
  padding-right: 16px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pl-4 {
  padding-left: 16px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pa-4 {
  padding: 16px;
}
.pt-5 {
  padding-top: 20px;
}
.pr-5 {
  padding-right: 20px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pl-5 {
  padding-left: 20px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pa-5 {
  padding: 20px;
}
.pt-6 {
  padding-top: 24px;
}
.pr-6 {
  padding-right: 24px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pl-6 {
  padding-left: 24px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pa-6 {
  padding: 24px;
}
.pt-7 {
  padding-top: 28px;
}
.pr-7 {
  padding-right: 28px;
}
.pb-7 {
  padding-bottom: 28px;
}
.pl-7 {
  padding-left: 28px;
}
.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}
.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.pa-7 {
  padding: 28px;
}
.pt-8 {
  padding-top: 32px;
}
.pr-8 {
  padding-right: 32px;
}
.pb-8 {
  padding-bottom: 32px;
}
.pl-8 {
  padding-left: 32px;
}
.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pa-8 {
  padding: 32px;
}
.pt-9 {
  padding-top: 36px;
}
.pr-9 {
  padding-right: 36px;
}
.pb-9 {
  padding-bottom: 36px;
}
.pl-9 {
  padding-left: 36px;
}
.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}
.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.pa-9 {
  padding: 36px;
}
.pt-10 {
  padding-top: 40px;
}
.pr-10 {
  padding-right: 40px;
}
.pb-10 {
  padding-bottom: 40px;
}
.pl-10 {
  padding-left: 40px;
}
.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pa-10 {
  padding: 40px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
.hidden {
  display: none !important;
}
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.text-indent {
  text-indent: 2em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
a {
  cursor: pointer;
  transition-property: border, background, color;
  transition-duration: 0.25s;
}
.full-screen-alert {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  color: #fff;
  font-size: 18px;
  z-index: 199;
}
.full-screen-alert .wrapper {
  width: 920px;
  padding: 120px 20px;
}
.full-screen-alert .wrapper ul,
.full-screen-alert .wrapper p {
  color: #ddd;
}
.full-screen-alert .wrapper ul {
  margin-top: 40px;
  list-style: disc inside;
  font-size: 24px;
}
.full-screen-alert .wrapper ul li a {
  text-decoration: underline;
}
.full-screen-alert .wrapper ul li a:hover {
  color: #9fb6d6;
}
.full-screen-alert .wrapper p {
  margin-top: 20px;
}
.bar-alert {
  width: 100%;
  background-color: #e3ecfa;
}
.bar-alert .wrapper .text,
.bar-alert .wrapper .button {
  display: inline-block;
}
.bar-alert .wrapper .text {
  width: 90%;
  color: #666;
  font-size: 18px;
  vertical-align: middle;
}
.bar-alert .wrapper .text a {
  color: #245db3;
}
.bar-alert .wrapper .button {
  width: 32px;
  margin-left: 20px;
}
.bar-alert .wrapper .button button {
  width: 32px;
  height: 32px;
  border: 2px solid #666;
  color: #666;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.wrapper {
  width: 1280px;
}
#globalHeader .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
#globalHeader .logo {
  width: 220px;
  height: 70px;
}
#globalHeader .logo a {
  display: block;
}
#globalHeader .logo a img {
  width: 100%;
  height: 100%;
}
#globalHeader ul.header-nav {
  margin-top: 15px;
  color: gray;
  font-size: 1rem;
  line-height: 40px;
}
#globalHeader ul.header-nav li {
  float: left;
  transition: all 0.25s;
  cursor: pointer;
}
#globalHeader ul.header-nav li:not(:first-child) {
  margin-left: 0.75rem;
}
#globalHeader ul.header-nav li:not(:last-child) {
  margin-right: 0.75rem;
}
#globalHeader ul.header-nav li.header-nav-item-signup a::after {
  content: '|';
  margin-left: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#globalHeader ul.header-nav li.header-nav-item-app a::before,
#globalHeader ul.header-nav li.header-nav-item-wechat a::before,
#globalHeader ul.header-nav li.header-nav-item-sina-weibo a::before,
#globalHeader ul.header-nav li.header-nav-item-newspaper a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-position: center center;
  background-size: contain;
  vertical-align: text-bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#globalHeader ul.header-nav li.header-nav-item-app a::before {
  background-image: url('/static/img/icon-cellphone.svg');
}
#globalHeader ul.header-nav li.header-nav-item-wechat a::before {
  background-image: url('/static/img/icon-wechat.svg');
}
#globalHeader ul.header-nav li.header-nav-item-sina-weibo a::before {
  background-image: url('/static/img/icon-sina-weibo.svg');
}
#globalHeader ul.header-nav li.header-nav-item-newspaper a::before {
  background-image: url('/static/img/icon-newspaper.svg');
}
#globalHeader ul.header-nav li .qrcode {
  position: absolute;
  display: none;
  width: 153px;
  height: 192px;
  transform: translateX(-25%);
  z-index: 30;
}
#globalHeader ul.header-nav li:hover {
  color: #3b72c4;
}
#globalHeader ul.header-nav li:hover .qrcode {
  display: block;
}
#globalHeader .search-box {
  margin-top: 10px;
}
#globalHeader .search-box .search-form {
  width: 100%;
  height: 50px;
}
#globalHeader .search-box .search-form input {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  outline: none;
  transition: all 0.25s;
  vertical-align: top;
}
#globalHeader .search-box .search-form .search-input {
  width: 250px;
  border-radius: 2px 0 0 2px;
  border: 2px solid #ccc;
  border-right: none;
  color: #333;
}
#globalHeader .search-box .search-form .search-input:focus {
  border-color: #666;
}
#globalHeader .search-box .search-form .search-submit {
  width: 50px;
  border-radius: 0 2px 2px 0;
  border: 2px solid #245db3;
  background: #245db3 url('/static/img/ui-search.png') no-repeat center
    center/28px 28px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
}
#globalHeader .search-box .search-form .search-submit:hover {
  border-color: #3475d6;
  background-color: #3475d6;
}
#globalNav {
  background-color: #245db3;
}
#globalNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  height: 60px;
}
#globalNav ul li {
  flex: 1 1 auto;
  height: 100%;
  color: #fff;
  font-size: 1.25rem;
  line-height: 60px;
  text-align: center;
  transition: background-color 0.25s;
  cursor: pointer;
}
#globalNav ul li:hover {
  background-color: #2a6ed3;
}
#globalNav ul li.active {
  background-color: #2a6ed3;
}
#globalNav ul li.active > a {
  font-weight: bold;
}
#globalNav ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#globalNav ul li .sub-nav {
  display: none;
  position: absolute;
  width: 160px;
  height: 0;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 0.25s;
  z-index: 99999;
}
#globalNav ul li .sub-nav-item {
  height: 64px;
  padding: 16px 0;
  font-size: 1.125rem;
  line-height: 32px;
}
#globalNav ul li .sub-nav-item:not(:last-child) {
  border-bottom: thin solid rgba(0, 0, 0, 0.05);
}
#globalNav ul li .sub-nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #666;
  font-weight: 400;
  transition: all 0.25s;
}
#globalNav ul li .sub-nav-item a:hover {
  border-left: 4px solid #245db3;
  color: #245db3;
  font-weight: 600;
}
#globalNav ul li:hover .sub-nav,
#globalNav ul li:focus .sub-nav,
#globalNav ul li:active .sub-nav {
  display: block;
  height: auto;
}
#globalFooter {
  color: #7b7f85;
  font-size: 0.875rem;
  text-align: center;
}
#globalFooter section ul.info li {
  display: inline-block;
  margin: 0.625rem auto;
  padding: 0 1rem;
  line-height: 1;
}
#globalFooter section ul.info li:not(:last-child) {
  border-right: 2px solid #7b7f85;
}
#globalFooter section ul a {
  color: #7b7f85;
}
#globalFooter section ul a[href]:hover {
  text-decoration: underline;
}
#globalFooter section div.license {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
#globalFooter section div.license ul.text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#globalFooter section div.license ul.text li {
  margin: 0.25rem 0;
}
#globalFooter section div.license ul.img {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
#globalFooter section div.license ul.img li:not(:first-child) {
  margin-left: 20px;
}
#globalFooter section div.license ul.img li a {
  display: block;
}
#globalFooter section div.license ul.img li a img {
  width: 100%;
  max-height: 80px;
}
#globalFooter section div.license ul.img li:not(:last-child) {
  margin-right: 20px;
}
#globalFooter section:nth-child(1) {
  padding: 32px 0;
  background-color: #272a2e;
}
#globalFooter section:nth-child(2) {
  padding: 12px 0;
  background-color: #151719;
}
.breadcrumbs {
  margin: 20px auto;
  font-size: 1rem;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:last-child {
  color: #aaa;
}
.breadcrumbs .icon {
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
  margin-right: 12px;
  background: url('/static/img/ui-home.png') no-repeat center/cover;
}
.breadcrumbs .divider {
  width: 24px;
  text-align: center;
}
.pagination {
  margin-top: 40px;
}
.pagination ul {
  display: block;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border: 1px solid #f5f5f5;
  color: #aaa;
  font-size: 1rem;
  line-height: 38px;
  text-align: center;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.pagination ul .btn {
  transition: all 0.25s;
}
.pagination ul .btn-prev,
.pagination ul .btn-next {
  background-color: #ccc;
  color: #fff;
}
.pagination ul .btn-prev:not(.disabled):hover,
.pagination ul .btn-next:not(.disabled):hover {
  background-color: #aaa;
}
.pagination ul .btn-prev.disabled a,
.pagination ul .btn-next.disabled a {
  cursor: not-allowed;
}
.pagination ul .btn-page:hover {
  border-color: #245db3;
  color: #245db3;
}
.pagination ul .btn-page.current {
  border-color: #245db3;
  background-color: #245db3;
  color: #fff;
}
.container {
  width: 1280px !important;
  margin: 40px auto !important;
}
#news-center .row {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
#news-center .row section {
  position: relative;
  display: inline-block;
  width: 620px;
  height: 348px;
  margin: 20px 0;
  vertical-align: top;
}
#news-center .row section:first-child {
  margin-right: 32px;
}
#news-center .row section .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#news-center .row section .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#news-center .row section .swiper-container .swiper-slide a > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news-center .row section .swiper-container .swiper-slide a footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#news-center .row section .swiper-container .swiper-slide a footer span {
  display: block;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#news-center .row section .swiper-container .swiper-pagination {
  bottom: 12px;
  padding-right: 16px;
  text-align: right;
}
#news-center .row section .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
#news-center .row section .swiper-container .swiper-pagination-bullet-active {
  background-color: rgba(36, 93, 179, 0.9);
}
#news-center .row section .top header .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  text-align: justify;
}
#news-center .row section .top header .title a {
  transition: color 0.25s;
}
#news-center .row section .top header .title a:hover {
  color: #245db3;
}
#news-center .row section .top .left {
  width: 140px;
  height: 78.75px;
  margin-right: 20px;
  float: left;
}
#news-center .row section .top .left img {
  width: 100%;
  height: 100%;
}
#news-center .row section .top .right {
  max-width: 440px;
  float: right;
}
#news-center .row section .top .right p {
  display: -webkit-box;
  height: 84px;
  color: #aaa;
  line-height: 1.75;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news-center .row section .bottom {
  margin-top: 10px;
}
#news-center .row section .bottom ul li {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
#news-center .row section .bottom ul a,
#news-center .row section .bottom ul .publish-date {
  display: inline-block;
}
#news-center .row section .bottom ul a {
  max-width: calc(100% - 120px);
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.25s;
}
#news-center .row section .bottom ul a:hover {
  color: #245db3;
}
#news-center .row section .bottom ul .publish-date {
  width: 120px;
  color: #aaa;
  text-align: right;
  vertical-align: top;
  float: right;
}
#news-center .recommendations {
  width: 100%;
}
#news-center .recommendations h2 {
  margin-bottom: 20px;
  padding: 8px 0;
  background-color: #e3ecfa;
  font-size: 22px;
  text-align: center;
}
#news-center .recommendations .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#news-center .recommendations .swiper-container .swiper-slide {
  display: inline-block;
  width: 410px;
  margin-right: 25px;
}
#news-center .recommendations .swiper-container .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
#news-center .recommendations .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#news-center .recommendations .swiper-container .swiper-slide a img {
  display: block;
  width: 100%;
  height: 230px;
  aspect-ratio: 16/9;
}
#news-center .recommendations .swiper-container .swiper-slide a footer {
  width: calc(100% - 32px);
  padding: 16px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#news-center .recommendations .swiper-container .swiper-button-prev,
#news-center .recommendations .swiper-container .swiper-button-next {
  top: calc(50% - 28px);
  width: 37px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#news-center .recommendations .swiper-container .swiper-button-prev {
  left: 0;
}
#news-center .recommendations .swiper-container .swiper-button-next {
  right: 0;
}
.news-center-bottom {
  width: 100%;
  background-color: #f5f5f5;
}
.news-center-bottom .wrapper {
  padding: 40px 0;
}
.news-center-bottom section {
  margin-bottom: 40px;
}
.news-center-bottom section.news-lists {
  display: flex;
  justify-content: space-between;
}
.news-center-bottom [class*='news-block-'] {
  width: 48%;
  height: 100%;
}
.news-center-bottom [class*='news-block-'] .lists {
  position: relative;
  display: inline-block;
  width: 610px;
  height: 30px;
  line-height: 30px;
}
.news-center-bottom [class*='news-block-'] .lists .icon,
.news-center-bottom [class*='news-block-'] .lists .title,
.news-center-bottom [class*='news-block-'] .lists .publish-date {
  display: inline-block;
}
.news-center-bottom [class*='news-block-'] .lists .icon {
  width: 6px;
  height: 6px;
  margin: 12px 6px 14px 0;
  background: url('/static/img/ui-square.png') no-repeat center/contain;
}
.news-center-bottom [class*='news-block-'] .lists .title {
  max-width: 480px;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.25s;
}
.news-center-bottom [class*='news-block-'] .lists .title:hover {
  color: #245db3;
}
.news-center-bottom [class*='news-block-'] .lists .publish-date {
  width: 100px;
  color: #aaa;
  text-align: right;
  vertical-align: top;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-center-bottom [class*='news-block-'] .lists:nth-child(1) {
  height: 150px;
  margin-bottom: 20px;
  padding: 0;
}
.news-center-bottom [class*='news-block-'] .lists:nth-child(1) .left {
  width: 230px;
  float: left;
}
.news-center-bottom [class*='news-block-'] .lists:nth-child(1) .left img {
  width: 100%;
  height: 150px;
  vertical-align: top;
}
.news-center-bottom [class*='news-block-'] .lists:nth-child(1) .right {
  width: 350px;
  float: right;
}
.news-center-bottom
  [class*='news-block-']
  .lists:nth-child(1)
  .right
  .title-large {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: justify;
  transition: color 0.25s;
}
.news-center-bottom
  [class*='news-block-']
  .lists:nth-child(1)
  .right
  .title-large:hover {
  color: #245db3;
}
.news-center-bottom [class*='news-block-'] .lists:nth-child(1) .right .summary {
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 72px;
  color: #aaa;
  line-height: 1.5;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-center-bottom .advertising {
  height: 110px;
}
.news-center-bottom .advertising img {
  width: 100%;
  height: 100%;
}
#news-article,
#news-lists {
  width: 100%;
  max-width: 860px;
  min-width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-right: 30px;
  float: left;
  border-right: 1px solid #ccc;
  font-size: 1rem;
}
#news-article .news-body header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#news-article .news-body header .title {
  margin: 0 auto 0.5em;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
#news-article .news-body header .info {
  color: #aaa;
  text-align: center;
}
#news-article .news-body header .info span:not(:first-child) {
  margin-left: 2em;
}
#news-article .news-body header .info span.publish-editor {
  display: none;
}
#news-article .news-body .details {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
#news-article .news-body .details p,
#news-article .news-body .details span,
#news-article .news-body .details a {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-family: inherit !important;
  line-height: 2 !important;
  text-align: justify;
  word-break: break-all;
}
#news-article .news-body .details p img,
#news-article .news-body .details p video,
#news-article .news-body .details p audio,
#news-article .news-body .details span img,
#news-article .news-body .details span video,
#news-article .news-body .details span audio,
#news-article .news-body .details a img,
#news-article .news-body .details a video,
#news-article .news-body .details a audio {
  display: block;
  margin: 0 auto;
}
#news-article .news-body .details p img,
#news-article .news-body .details p video,
#news-article .news-body .details span img,
#news-article .news-body .details span video,
#news-article .news-body .details a img,
#news-article .news-body .details a video {
  width: auto;
  max-width: 100%;
  height: auto;
}
#news-article .news-body .details p video,
#news-article .news-body .details span video,
#news-article .news-body .details a video {
  max-height: 80vh;
  /*object-fit: cover;*/
}
#news-article .news-body .details p audio,
#news-article .news-body .details span audio,
#news-article .news-body .details a audio {
  width: 50%;
}
#news-article .news-body .details p .info,
#news-article .news-body .details span .info,
#news-article .news-body .details a .info {
  display: block;
  margin-top: 0.25em;
  color: #aaa;
  text-align: center;
}
#news-article .news-body .details br {
  display: none;
}
#news-lists .divider {
  width: 100%;
  height: 10px;
  background: url('/static/img/ui-divider.png') no-repeat center center/100%
    100%;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.15) 2px,
    rgba(0, 0, 0, 0.15) 4px
  );
}
#news-lists section {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#news-lists section ul {
  margin-top: 12px;
}
#news-lists section ul li {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 8px;
  line-height: 24px;
  transition: background-color 0.25s;
}
#news-lists section ul li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#news-lists section ul a,
#news-lists section ul .publish-date,
#news-lists section ul .icon {
  display: inline-block;
}
#news-lists section ul a {
  width: calc(100% - 120px - 20px);
  text-align: justify;
  transition: color 0.25s;
}
#news-lists section ul a:hover {
  color: #245db3;
}
#news-lists section ul .publish-date {
  width: 120px;
  color: #aaa;
  text-align: right;
  vertical-align: top;
  float: right;
}
#news-lists section ul .icon {
  width: 6px;
  height: 6px;
  margin: 8px 8px 8px 0;
  background: url('/static/img/ui-square.png') no-repeat center/contain;
}
.news-recommendation header {
  display: block;
  width: 100%;
  height: 18px;
  margin-bottom: 1.5em;
  padding-left: 0.5em;
  border-left: 4px solid #245db3;
  color: #245db3;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.news-recommendation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-recommendation ul .lists {
  display: flex;
  justify-content: space-between;
  width: 48%;
  font-size: 14px;
}
.news-recommendation ul .lists:nth-child(1),
.news-recommendation ul .lists:nth-child(2) {
  height: 120px;
}
.news-recommendation ul .lists:nth-child(1) .left,
.news-recommendation ul .lists:nth-child(2) .left {
  flex: 0 0 200px;
}
.news-recommendation ul .lists:nth-child(1) .left a,
.news-recommendation ul .lists:nth-child(1) .left img,
.news-recommendation ul .lists:nth-child(2) .left a,
.news-recommendation ul .lists:nth-child(2) .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-recommendation ul .lists:nth-child(1) .right,
.news-recommendation ul .lists:nth-child(2) .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding-left: 10px;
}
.news-recommendation ul .lists:nth-child(1) .right .title-large,
.news-recommendation ul .lists:nth-child(2) .right .title-large {
  display: -webkit-box;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s;
}
.news-recommendation ul .lists:nth-child(1) .right .title-large:hover,
.news-recommendation ul .lists:nth-child(2) .right .title-large:hover {
  color: #245db3;
}
.news-recommendation ul .lists:nth-child(1) .right .summary,
.news-recommendation ul .lists:nth-child(2) .right .summary {
  display: -webkit-box;
  width: 100%;
  height: 65px;
  color: #aaa;
  line-height: 21px;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-recommendation ul .lists:nth-child(3),
.news-recommendation ul .lists:nth-child(4) {
  margin-top: 12px;
}
.news-recommendation ul .lists:nth-child(n + 2) {
  line-height: 2.5;
}
.news-recommendation ul .lists:nth-child(n + 2) .title {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.25s;
}
.news-recommendation ul .lists:nth-child(n + 2) .title:hover {
  color: #245db3;
}
.news-recommendation ul .lists:nth-child(n + 2) .publish-date {
  flex: 0 0 90px;
  color: #aaa;
  text-align: right;
}
.news-sidebar {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  float: right;
  font-size: 14px;
  overflow: hidden;
}
.news-sidebar section:not(:first-child) {
  margin-top: 40px;
}
.news-sidebar section header {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #245db3;
  color: #245db3;
  font-size: 18px;
}
.news-sidebar section .image {
  aspect-ratio: 16/9;
  max-height: 216px;
}
.news-sidebar section .image a,
.news-sidebar section .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-sidebar section .image a {
  position: relative;
}
.news-sidebar section .image footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-sidebar section .image + .image,
.news-sidebar section .image + .list {
  margin-top: 12px;
}
.news-sidebar section .list li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 2.5;
}
.news-sidebar section .list .publish-date {
  flex: 0 0 65px;
  color: #aaa;
}
.news-sidebar section .list a {
  flex: 1 1 auto;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.25s;
}
.news-sidebar section .list a:hover {
  color: #245db3;
}
.pagination {
  margin: 60px auto 20px;
}
