﻿:root {
  --white: #fff;
  --red-500: #dc3545;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --dark: #343a40;
  --base-blue: #0d6efd;
  --primary: #409EFF;
  --dark-bule: #08439c;
  --success: #67C23A;
  --warning: #E6A23C;
  --danger: #F56C6C;
}
.container-box {
  /* background: #c3e3fe; */
}
.container-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  overflow: auto;
}
.content {
  margin: 0 auto;
  padding: 24px 16px;
  max-width: 1200px;
  width: 1200px;
  background: #fff;
}
header {
  position: relative;
  height: 160px;
  line-height: 160px;
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
  color: #fff;
  background: url(../image/header-bg.png) no-repeat;
  background-size: cover;
}
header > .title {
  letter-spacing: 0.28em;
  text-shadow: 2px 2px 5px #343a40;
}
.log-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.logo {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.container-fluid {
  padding: 0;
}
.navbar {
  background-color: #08439c !important;
}
.nav-link {
  color: #fff !important;
}
.nav-link:hover,
.nav-link:focus{
  color: #409EFF !important;
}
.navbar-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
.nav-item {
  position: relative;
  flex: 1;
  text-align: center;
}
.nav-item:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  height: 22px;
  width: 1px;
  border-right: 1px solid #adb5bd;
}
.news,
.active-content {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.active-content {
  background: #f8f9fa;
}
.carousel {
  margin-right: 1.2em;
  width: 755px;
  background: #fff;
}
.carousel-item > img {
  object-fit: cover;
}
.carousel-caption {
  padding: 4px 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  right: unset;
  left: 0;
  bottom: 0;
  text-align: left;
  font-size: 0.96rem;
}
.carousel-indicators {
  margin: 0;
  left: unset;
  right: 2%;
}
.carousel-indicators > button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
}
.news,
.active-content,
.image-list,
.web-nav {
  border: 1px solid #ced4da;
}
.news > .list-group {
  flex: 1;
  overflow: hidden;
}
.list-group > h5 {
  margin: 0;
  padding: 0.5em;
  color: #dc3545;
}
.list-group-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5em;
  font-size: 1rem;
  border-style: dashed;
}
.list-group-item > span:first-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-group-item > span:last-child {
  margin-left: 10px;
  width: 42px;
}
.active-content > .list-group {
  width: 755px;
  padding: 0 1.25em;
  margin-right: 1.25em;
}
.active-content > .list-group > .list-group-item {
  background: #f8f9fa;
}
.active-content > .list-group > .list-group-item:hover {
  background: #e9ecef;
}
.source-button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.source-button > a > img {
  width: 12em;
}
.source-button > button {
  position: relative;
  width: 65%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
}

.source-button > button > svg {
  width: 2.25em;
  position: absolute;
  left: 10%;
  fill: #fff;
}

.source-button > button {
  font-size: 1em;
}
.source-button > button.btn-primary {
  background: #4472C4;
  border-color: #4472C4;
  box-shadow: 0px 5px 0px #2F5597;
}
.source-button > button.btn-success {
  background: #70AD47;
  border-color: #70AD47;
  box-shadow: 0px 5px 0px #548235;
}
.source-button > button.btn-danger {
  background: #ED7D31;
  border-color: #ED7D31;
  box-shadow: 0px 5px 0px #C55A11;
}
.image-list {
  /* margin: 1.2em 0; */
  padding: 1.6em 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.image-list > a > img {
  height: 112px;
}

.web-nav {
  margin-top: 16px;
  padding: 1.25em;
  font-size: 1rem;
  color: #409EFF;
  /* color: #fff; */
  /* background: #1657EF; */
  background: #f8f9fa;
}
.web-nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}
.tips {
  position: absolute;
  left: 0;
  font-weight: 600;
}
.web-nav-item:last-child {
  margin-bottom: 0;
}
.web-nav-item > li > a {
  padding: 0 0.6em;
  text-decoration: none;
}
.web-nav-item > li:not(:last-child) > a {
  border-right: 1px solid #f8f9fa;
}
.web-nav-item > li > a:hover {
  color: #0d6efd;
  /* color: #ced4da; */
}
.web-nav-item > li > a:focus {
  color: #0d6efd;
  /* color: #ced4da; */
}
.link-light {
  color: #409EFF;
  /* color: #e9ecef; */
}
footer {
  padding: 1.25em 0;
  text-align: center;
  font-size: 0.96rem;
  background: #2171d2;
  color: #fff;
}
footer > p {
  margin-bottom: 0;
}