@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;
  height: 3.13vw;
  background-color: #f2f2f2;
  margin-bottom: 0.52vw;
}

.container .main .left-nav .nav-item a {
  display: block;
  font-size: 0.83vw;
  line-height: 3.13vw;
  padding-left: 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 .imgTextList {
  width: 50.52vw;
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
}

.container .main .right-content .imgTextList .imgTextList-item {
  display: flex;
}

.container .main .right-content .imgTextList .imgTextList-item .left-img {
  width: 11.98vw;
  height: 7.81vw;
  object-fit: cover;
  margin-right: 1.04vw;
}

.container .main .right-content .imgTextList .imgTextList-item .content {
  border: #ececec solid 0.05vw;
  flex: 1;
}

.container .main .right-content .imgTextList .imgTextList-item .content:hover .imgTextList-title, .container .main .right-content .imgTextList .imgTextList-item .content:hover .imgTextList-time, .container .main .right-content .imgTextList .imgTextList-item .content:hover .imgTextList-text {
  font-weight: 600;
}

.container .main .right-content .imgTextList .imgTextList-item .content:hover .title-box .left-box {
  background-color: #a8a8a8;
}

.container .main .right-content .imgTextList .imgTextList-item .content .title-box {
  background-color: #fcfcfa;
  border-bottom: #ececec solid 0.05vw;
  display: flex;
  align-items: center;
  height: 2.6vw;
}

.container .main .right-content .imgTextList .imgTextList-item .content .title-box .left-box {
  width: 0.31vw;
  height: 1.56vw;
  background-color: #144387;
  margin-right: 1.25vw;
}

.container .main .right-content .imgTextList .imgTextList-item .content .title-box .imgTextList-title {
  font-size: 0.94vw;
  width: 27.08vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container .main .right-content .imgTextList .imgTextList-item .content .title-box .imgTextList-time {
  font-size: 0.73vw;
  color: #666;
  margin-left: auto;
  padding-right: 1.56vw;
}

.container .main .right-content .imgTextList .imgTextList-item .content .imgTextList-text {
  font-size: 0.73vw;
  line-height: 1.46vw;
  text-align: justify;
  color: #666;
  margin: 1.04vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container .main .right-content .page-numbers {
  margin: 1.88vw;
  font-size: 0.63vw;
  display: flex;
  gap: 0.52vw;
  justify-content: center;
}

.container .main .right-content .page-numbers .edge-button {
  width: 4.17vw;
  height: 1.56vw;
  border: #e5e5e5 solid 0.1vw;
  text-align: center;
  line-height: 1.56vw;
}

.container .main .right-content .page-numbers .number-button {
  width: 1.56vw;
  height: 1.56vw;
  border: #e5e5e5 solid 0.1vw;
  text-align: center;
  line-height: 1.56vw;
}

.container .main .right-content .page-numbers .click-button {
  background-color: #144387;
  color: #fff;
}
