@charset "UTF-8";
.header2 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.header2 .header-box {
  height: 41.67vw;
  width: 100%;
}

.footer-box {
  height: 15.94vw;
  width: 100%;
}

.top-background {
  width: 100%;
  height: 8.54vw;
}

.container .top {
  display: flex;
  padding-top: 1.46vw;
  padding-bottom: 1.04vw;
}

.container .top .title {
  font-size: 1.15vw;
  text-align: center;
  width: 10.42vw;
  height: 2.71vw;
  background-image: url("../Img/矩形128拷贝7.png");
  background-size: 7.4vw 2.71vw;
  background-repeat: no-repeat;
  object-fit: cover;
}

.container .top .top-right .breadcrumb {
  text-align: right;
  font-size: 0.73vw;
  color: #666;
}

.container .top .top-right .top-img {
  width: 52.03vw;
  height: 0.63vw;
  display: block;
  margin-top: 1.04vw;
}

.container .main {
  display: flex;
  justify-content: space-between;
}

.container .main .left-nav .nav-item {
  width: 10.42vw;
  background-color: #f2f2f2;
  margin-bottom: 0.52vw;
}

.container .main .left-nav .nav-item a {
  display: block;
  font-size: 0.83vw;
  line-height: 1.04vw;
  padding: 1.04vw 1.56vw;
}

.container .main .left-nav .nav-active {
  background-color: #144387;
  color: #fff;
}

.container .main .right-content {
  padding-bottom: 2.6vw;
  min-height: 59.9vw;
}

.container .main .right-content .content-text {
  width: 48.96vw;
}

.container .main .right-content .content-text .content-title {
  font-size: 1.25vw;
  margin-bottom: 1.51vw;
  text-align: center;
}

.container .main .right-content .content-text .content-time {
  font-size: 0.63vw;
  color: #666;
  margin-bottom: 0.94vw;
}

.container .main .right-content .content-text .content-text {
  border-top: #144387 solid 0.1vw;
  text-align: justify;
  font-size: 0.73vw;
  line-height: 1.46vw;
  padding-top: 1.46vw;
}

.container .main .right-content .content-text .content-text img {
  width: 100%;
  height: 100%;
}

.container .main .right-content .content-text .content-text .text {
  width: 100%;
  height: 100%;
}
