: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; */
}



.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: unset !important;
  background-size: unset !important;
  /* background: url("http://jyt.jiangxi.gov.cn/images/15117/index_scy_jyb_banner.jpg") no-repeat 100% 12% !important; */
}

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;
}



.nav-link {
  color: #fff !important;
}

.nav-link:hover,
.nav-link:focus {
  color: #0d6efd !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: 700px; */
  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;
}

.carousel,
.carousel > .banner{
  width: 575px;
}

.banner {
  height: 100% !important;
}

.focusBox > .pic {
  width: 100% !important;
  height: 100% !important;
}

.pic > li {
  width: 100% !important;
  height: 100%;
}

.image-list > a > img {
  height: 100% !important;
  object-fit: contain;
}

.focusBox > .pic > li > a > img {
  height: 100%;
  object-fit: cover;
}

.news>.list-group {
  flex: 1;
  overflow: hidden;
  padding-left: 10px;

}

.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;
  color: #4b4b4b;
}

.list-group-item:hover {
  color: #3276C8;
}

.list-group-item>span:first-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-group-item>span:last-child {
  margin-left: 50px;
  width: 42px;
  color: #bbb;
}

.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: 0.82em 0 !important;
  text-align: center;
  font-size: 0.96rem;
  background: #60a1f3 !important;
  color: #fff;
}

footer>p {
  margin-bottom: 0;
}

.source-button {
  width: 386px;
  padding-top: 70px;
}

    /* .section3-right {
        width: 487px;
        display: ex;
        justify-content: space-between;
        ex-wrap: wrap;
        oat: right;
    } */

.section3-right li {
  width: 300px;
  height: 66px;
  border: 1px solid #076fbe;
  margin-bottom: 12px;
  background-color: #fff;
}

.section3-right a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 9px;
}

.section-an-left {
  width: 68px;
  text-align: center;
  line-height: 40px;
  border-right: 2px solid #eef5f9;
  margin-right: 13px;
  margin-top: 4px;
  float: left;
}

.section3-right span {
  font-size: 18px;
  color: #076fbe;
  line-height: 50px;
}