@charset "UTF-8";
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  font-family: "微软雅黑";
}

.ov1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ov2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
}

.ov3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
}

.imgCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row {
  display: flex;
}

.row-center {
  align-items: center;
}

.comWidth {
  width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

video {
  max-width: 100%;
}

img {
  max-width: 100%;
}

input {
  outline: none;
  border: none;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.squareScrollTop {
  position: fixed;
  width: 42px;
  height: 42px;
  right: 57px;
  bottom: 50px;
  cursor: pointer;
  z-index: 300;
  display: none;
}

.comCenterMenus {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.comCenterMenus .mitem {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
}

.comCenterMenus .mitem.Actv {
  background-color: #4ab344;
  color: #fff;
  font-weight: bold;
}

.comMenuListData {
  width: 100%;
  margin-bottom: 30px;
}

.comMenuListData .list-item {
  display: flex;
  padding: 14px 0;
  align-items: center;
  cursor: pointer;
}

.comMenuListData .list-item:hover .title {
  color: #05a045 !important;
}

.comMenuListData .list-item .year {
  font-size: 24px;
  color: #05a045;
  margin-right: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

.comMenuListData .list-item .item-right {
  flex: 1;
  width: 0;
}

.comMenuListData .list-item .title {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.comMenuListData .list-item .date {
  font-size: 14px;
  color: #999;
}

.comMenuListData .list-item:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
}

.timeLineBox .itemBox {
  border-left: 1px solid #e6e6e6;
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
}

.timeLineBox .itemBox::before, .timeLineBox .itemBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
  border-radius: 50%;
}

.timeLineBox .itemBox::before {
  width: 10px;
  height: 10px;
  border: 1px solid #05a045;
}

.timeLineBox .itemBox::after {
  width: 6px;
  height: 6px;
  background-color: #05a045;
  top: 6px;
  transform: translate(-50%, -50%);
}

.timeLineBox .itemBox .time {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.timeLineBox .itemBox .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 10px;
}

.timeLineBox .itemBox .bd {
  border: 1px solid #ececec;
  padding: 20px;
}

.timeLineBox .itemBox .img {
  width: 200px;
}

.timeLineBox .itemBox .img img {
  max-width: 100%;
}

.commonHeader {
  width: 100%;
  background: url("./header-bg.jpg") no-repeat;
  background-size: 100%;
  height: 190px;
  min-width: 1200px;
}

.commonHeader .logo {
  width: 502px;
}

.commonHeader .comWidth {
  padding-top: 40px;
}

.commonHeader .searchBox {
  margin-left: auto;
  align-self: flex-end;
  display: flex;
  margin-left: auto;
}

.commonHeader .searchBox input {
  width: 245px;
  height: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  box-sizing: border-box;
  padding: 0 14px;
  color: #666666;
}

.commonHeader .searchBox .btn-search {
  width: 75px;
  height: 40px;
  background-color: #4ab344;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.commonHeader .searchBox .icon-search {
  width: 30px;
}

.commonMenus {
  background-color: #05a045;
  margin-bottom: 20px;
  position: relative;
  z-index: 50;
  min-width: 1200px;
}

.commonMenus .comWidth {
  display: flex;
}

.commonMenus .comWidth .mitem {
  width: 166px;
  height: 52px;
  font-size: 22px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.commonMenus .comWidth .mitem:not(:last-child) {
  margin-right: 5px;
}

.commonMenus .comWidth .mitem .blockItem {
  height: 100%;
  font-weight: bold;
}

.commonMenus .comWidth .mitem .icon-green {
  display: none;
}

.commonMenus .comWidth .mitem .icon {
  width: 28px;
  margin-right: 8px;
}

.commonMenus .comWidth .mitem:hover, .commonMenus .comWidth .mitem.Actv {
  background-color: #fff;
  color: #05a045;
}

.commonMenus .comWidth .mitem:hover .blockItem .icon-green, .commonMenus .comWidth .mitem.Actv .blockItem .icon-green {
  display: block;
}

.commonMenus .comWidth .mitem:hover .blockItem .icon-white, .commonMenus .comWidth .mitem.Actv .blockItem .icon-white {
  display: none;
}

.commonMenus .comWidth .mitem:hover .subMenus {
  display: block;
}

.commonMenus .comWidth .mitem .blockItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonMenus .comWidth .mitem .blockItem.Actv {
  background-color: #fff;
  color: #05a045;
}

.commonMenus .comWidth .mitem .subMenus {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding-top: 8px;
  display: none;
  color: #fff;
}

.commonMenus .comWidth .mitem .subMenus .subList {
  background-color: #83c683;
}

.commonMenus .comWidth .mitem .subMenus .subItem {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.commonMenus .comWidth .mitem .subMenus .subItem:hover {
  background-color: #05a045;
}

.newsList {
  width: 100%;
}

.newsList .line {
  font-size: 14px;
  color: #7d7d7d;
  height: 38px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsList .line .text {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newsList .line:hover {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.newsList .line .date {
  margin-left: 30px;
  flex-shrink: 0;
}

.commonTop {
  border-bottom: 1px solid #4ab344;
  padding-bottom: 10px;
  display: flex;
  margin-bottom: 20px;
}

.commonTop .labelTag {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  min-width: 110px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #05a045;
}

.commonTop .labelTag:not(:last-child) {
  margin-right: 8px;
}

.commonFoot {
  background-color: #05a045;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  min-width: 1200px;
}

.commonFoot span:not(:last-child) {
  margin-right: 15px;
}

.commonFoot .line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonFoot .line:not(:last-child) {
  margin-bottom: 4px;
}

.commonFoot .ip6Box {
  display: flex;
  margin-left: 10px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.commonFoot .ip6 {
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 10px;
  padding: 0 5px;
  margin-left: 4px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-self: center;
}

.shareBox {
  display: flex;
  font-size: 16px;
  color: #000;
  align-items: center;
}

.shareBox .label {
  margin-right: 10px;
}

.shareBox .shareListPanel {
  display: flex;
  align-items: center;
}

.shareBox .shareListPanel .shareIcon {
  width: 30px;
  height: 30px;
}

.shareBox .shareListPanel .shareIcon img {
  width: 100%;
  height: 100%;
}

.shareBox .shareListPanel .shareIcon:not(:last-child) {
  margin-right: 10px;
}

.commonBread {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  width: 1200px;
  margin: 0 auto 10px;
}

.commonBread .item {
  margin-right: 5px;
  flex-shrink: 0;
  cursor: pointer;
}

.commonBread .item:last-child {
  cursor: initial;
}

.highlight {
  color: #4ab344;
}

.pageBox {
  display: flex;
  margin-bottom: 50px;
  min-height: 700px;
}

.pageBox .pageRight {
  flex: 1;
  width: 0;
  margin-left: 8px;
}

.pageBox .pageRight .commonTop {
  padding-top: 5px;
  padding-bottom: 0;
}

.pageBox .pageRight .commonTop .labelTag {
  background-color: #4ab344;
}

.AsideBox {
  width: 196px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.AsideBox .asideTop {
  font-size: 18px;
  color: #4ab344;
  font-weight: bold;
  line-height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}

.AsideBox .asideTop::before {
  content: "";
  width: 5px;
  height: 16px;
  background-color: #4ab344;
  display: block;
  margin-right: 10px;
}

.AsideBox .asideList .asideItem {
  font-size: 16px;
  color: #666;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 14px;
}

.AsideBox .asideList .asideItem:hover, .AsideBox .asideList .asideItem.Actv {
  color: #4ab344;
}

.dynamicList {
  padding-left: 15px;
}

.dynamicList .listItem {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.dynamicList .listItem:not(:last-child) {
  margin-bottom: 20px;
}

.dynamicList .listItem:hover .title {
  color: #4ab344 !important;
}

.dynamicList .listItem .itemTop {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
}

.dynamicList .listItem .itemTop .title {
  font-size: 16px;
  color: #333;
  flex: 1;
}

.dynamicList .listItem .itemTop .time {
  color: #999;
  margin-left: 30px;
  flex-shrink: 0;
}

.dynamicList .listItem .info {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.Index .sec1 {
  display: flex;
  margin-bottom: 30px;
}

.Index .sec1 .swiper {
  width: 520px;
  height: 335px;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}

.Index .sec1 .swiper:hover .icon-arrow {
  opacity: 1;
}

.Index .sec1 .swiper .icon-arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  z-index: 30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Index .sec1 .swiper .icon-arrow img {
  width: 65%;
  height: 65%;
}

.Index .sec1 .swiper .icon-arr-left {
  left: 20px;
}

.Index .sec1 .swiper .icon-arr-right {
  right: 20px;
}

.Index .sec1 .swiper .swiper-pagination {
  bottom: 0 !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

.Index .sec1 .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
}

.Index .sec1 .swiper .swiper-pagination-bullet-active {
  background: #fff !important;
}

.Index .sec1 .swiper .swiper-button-prev, .Index .sec1 .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.Index .sec1 .swiper .swiper-button-prev:after, .Index .sec1 .swiper .swiper-button-next:after {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 40px !important;
}

.Index .sec1 .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.Index .sec1 .swiper .swiper-slide {
  position: relative;
}

.Index .sec1 .swiper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 128px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.Index .sec1 .rightBox {
  flex: 1;
  width: 0;
}

.Index .sec1 .rightBox .topBox {
  background-color: #dedede;
  font-size: 20px;
  font-weight: bold;
  color: #05a045;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.Index .sec2 {
  display: flex;
  margin-bottom: 15px;
}

.Index .sec2 .labelTag {
  background-color: #ececec;
  color: #4ab344;
}

.Index .sec2 .labelTag.Actv {
  background-color: #4ab344;
  color: #fff;
}

.Index .sec2 .leftBox {
  width: 634px;
  flex-shrink: 0;
  margin-right: 8px;
}

.Index .sec2 .leftBox .labelTag {
  cursor: pointer;
}

.Index .sec2 .rightBox {
  flex: 1;
}

.Index .sec2 .dateNewsList {
  padding-left: 25px;
}

.Index .sec2 .dateNewsList .listItem {
  display: flex;
  align-items: center;
  height: 110px;
}

.Index .sec2 .dateNewsList .listItem:hover .itemRight .name {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.Index .sec2 .dateNewsList .listItem .dateBox {
  width: 76px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #626971;
  margin-bottom: 5px;
  justify-content: center;
  margin-right: 30px;
  position: relative;
}

.Index .sec2 .dateNewsList .listItem .dateBox .year {
  font-size: 24px;
}

.Index .sec2 .dateNewsList .listItem .dateBox .date {
  font-size: 14px;
}

.Index .sec2 .dateNewsList .listItem .dateBox::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgba(204, 204, 204, 0.3);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.Index .sec2 .dateNewsList .listItem .itemRight {
  flex: 1;
  width: 0;
  padding: 10px;
  color: #666;
}

.Index .sec2 .dateNewsList .listItem .itemRight .name {
  font-size: 16px;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Index .sec2 .dateNewsList .listItem .itemRight .info {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  height: 38px\0;
}

.Index .sec2 .clickContent {
  margin-bottom: 10px;
}

.Index .sec3 {
  display: flex;
  margin-bottom: 30px;
}

.Index .sec3 .leftBox {
  width: 525px;
  margin-right: 8px;
}

.Index .sec3 .leftBox .video {
  width: 500px;
  height: 282px;
  margin: 0 auto;
}

.Index .sec3 .boxItem {
  width: 300px;
  color: #fff;
}

.Index .sec3 .boxItem:hover {
  color: #4ab344;
}

.Index .sec3 .boxItem .content {
  padding: 15px;
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
}

.Index .sec3 .boxItem .content > div {
  height: 65px\0;
  overflow: hidden;
}

.Index .sec3 .boxItem .cover {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.Index .sec3 .boxItem .cover .name {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 15px;
  font-size: 16px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.Index .sec3 .boxItem:not(:last-child) {
  margin-right: 30px;
}

.Index .sec4 {
  margin-bottom: 30px;
}

.Index .sec4 .scrollWrapper {
  display: flex;
}

.Index .sec4 .scrollItem {
  padding-right: 30px;
  width: 385px;
  box-sizing: content-box;
}

.Index .sec4 .scrollItem .cover {
  width: 385px;
  height: 222px;
  margin-bottom: 10px;
}

.Index .sec4 .scrollItem .content {
  font-size: 14px;
  color: #666;
}

.Index .sec5 {
  margin-bottom: 30px;
}

.Index .sec5 .leftBox .line {
  display: flex;
  align-items: center;
}

.Index .sec5 .leftBox .line:not(:last-child) {
  margin-bottom: 20px;
}

.Index .sec5 .leftBox .line .label {
  font-size: 16px;
  color: #333;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.Index .sec5 .leftBox .line .label::before {
  display: block;
  content: "";
  width: 2px;
  height: 18px;
  background-color: #05a045;
  margin-right: 4px;
}

.Index .sec5 .leftBox .line .slist {
  display: flex;
  color: #a9a9a9;
  font-size: 14px;
}

.Index .sec5 .leftBox .line .slist .item:not(:last-child) {
  margin-right: 50px;
}

.Index .sec5 .rightBox {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 200px;
}

.Index .sec5 .rightBox .maItem {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.Index .sec5 .rightBox .maItem .ma {
  width: 120px;
  height: 120px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

.Index .sec5 .rightBox .maItem:not(:last-child) {
  margin-right: 15px;
}

.Index .scrollBox {
  position: relative;
  height: 290px;
  overflow: hidden;
}

@keyframes boxMoveAnim {
  to {
    transform: translateX(-50%);
  }
}

.Index .scrollWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  animation: var(--time) linear infinite;
}

.Index .scrollWrapper.startAnim {
  animation-name: boxMoveAnim !important;
}

.Index .pagination {
  min-width: auto !important;
}

.comWidth.pages {
  font-size: 14px;
}

.comWidth.pages .total {
  margin-right: 8px;
  margin-left: 10px;
}

.comWidth.pages .pagination li {
  margin-right: 0;
}

.comWidth.pages .jumpBox input {
  width: 45px;
  border: 1px solid #ccc;
  height: 30px;
  font-size: 14px;
  text-align: center;
}

.comWidth.pages .jumpBox .goBtn {
  width: 40px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  background: transparent;
  border: 1px solid #ccc;
}

.Detail .comWidth2 {
  padding-top: 10px;
  width: 1200px;
  margin: 0 auto;
}

.Detail .htmlContent {
  min-height: 500px;
}

.Detail .topBox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0efef;
}

.Detail .topBox .title {
  color: #333;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.Detail .topBox .looks {
  font-size: 14px;
  color: #666;
  margin-left: auto;
  margin-right: 100px;
  display: flex;
  justify-content: flex-end;
}

.Detail .topBox .looks .icon-eye {
  width: 20px;
  margin-right: 5px;
}

.Column2 .rowTop {
  font-size: 16px;
  color: #4ab344;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.Column2 .rowTop::before {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-color: #4ab344;
  margin-right: 10px;
}

.Column2 .listBox {
  width: 100%;
}

.Column2 .listBox .list-item {
  width: 100%;
  font-size: 14px;
  color: #666666;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Column2 .listBox .list-item:hover {
  color: #4ab344;
}

.Column2 .listBox .list-item .name {
  flex: 1;
}

.Column2 .listBox .list-item .item-right {
  margin-left: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.Column2 .listBox .list-item .item-right .tag {
  margin-right: 13px;
}

.detailFootBox {
  margin: 30px auto 50px;
}

.detailFootBox .line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #666;
}

.detailFootBox .line:not(:last-child) {
  margin-bottom: 15px;
}

.detailFootBox .line .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.detailFootBox .line .leftItem {
  margin-right: 50px;
}

.detailFootBox .line .rightItem {
  margin-left: auto;
}

.pages, #page {
  margin: 10px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 1200px;
}

.pages li {
  height: 100%;
  display: block;
}

#page a {
  padding: 0 6px;
  display: block;
}

.pages li, #page a {
  min-width: 34px;
  text-align: center;
  border: 1px solid #e3e2e8;
  margin-right: 10px;
  line-height: 32px;
  color: #666;
}

.pages li:hover, .pages li.page-active, #page a:hover, #page a.page-active {
  border-color: #4ab344;
  color: #4ab344;
}

.pages a {
  padding: 0 6px;
}

.Search {
  margin-bottom: 60px;
}

.Search .title {
  font-size: 18px;
  color: #4ab344;
  font-weight: bold;
  line-height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}

.Search .title::before {
  content: "";
  width: 5px;
  height: 16px;
  background-color: #4ab344;
  display: block;
  margin-right: 10px;
}

.Search .search-list {
  padding: 0 10px;
}

.Search .search-list .list-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  height: 30px;
  border-bottom: 1px dashed #e5e5e5;
  cursor: pointer;
}

.Search .search-list .list-item:hover {
  color: #4ab344;
}

.Search .search-list .list-item:hover .tag {
  color: #4ab344;
}

.Search .search-list .list-item .tag {
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}

.Search .search-list .list-item .text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Search #pagination-container {
  margin-top: 30px;
}

.Search .noData {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

#pagination-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 14px;
}

#pagination-container .pagination {
  min-width: 1200px;
  justify-content: center;
  display: flex;
  gap: 0;
}

#pagination-container .pagination li {
  margin-right: 0;
}

#pagination-container .jumpBox {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

#pagination-container .jumpBox .total {
  margin-right: 8px;
}

#pagination-container .jumpBox .next {
  margin-left: 10px;
}

#pagination-container .jumpBox input {
  width: 45px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 8px;
  text-align: center;
}

#pagination-container .jumpBox .goBtn {
  width: 45px;
  height: 30px;
  cursor: pointer;
  margin-left: 10px;
  background: transparent;
  border: 1px solid #ccc;
}

.TwoColumnPage .pagination {
  min-width: 100% !important;
}

.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
}

.pagination li {
  cursor: pointer;
  min-width: 34px;
  text-align: center;
  border: 1px solid #e3e2e8;
  margin-right: 10px;
  line-height: 32px;
  color: #666;
  padding: 0 6px;
}

.pagination li.active, .pagination li:hover {
  background: #4ab344;
  color: #fff;
}

.pagination li.disabled {
  cursor: not-allowed;
  background: #eee;
  border: none;
  color: #999;
}

.pagination .dots {
  cursor: default;
  color: #999;
}

.rowTowBox {
  display: flex;
}

.rowTowBox .rowBoxItem {
  flex: 1;
}

.rowTowBox .rowBoxItem:not(:last-child) {
  margin-right: 8px;
}

.rowTowBox .rowBoxItem .commonTop .labelTag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0 10px;
}

.rowTowBox #pagination-container {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .comWidth {
    width: 7rem;
  }
  .Detail img {
    height: auto;
  }
  .Detail .comWidth2 {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0 .3rem;
  }
  .commonHeader {
    min-width: 100%;
  }
  .commonBread {
    width: 100%;
    padding: 0 .2rem;
    font-size: .24rem;
  }
  .comCenterMenus {
    font-size: .28rem;
    margin-bottom: .3rem;
    gap: .2rem;
  }
  .comCenterMenus .mitem {
    line-height: .55rem;
    height: .55rem;
    padding: 0 .1rem;
    background-color: #f6f6f6;
    color: #999;
  }
  .pageBox {
    display: block;
  }
  .pageBox .rowTowBox {
    display: block;
  }
  .pageBox .rowTowBox .rowBoxItem:not(:last-child) {
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .pageBox .pageRight {
    width: 100%;
    margin-left: 0;
  }
  .pageBox .AsideBox {
    width: 100%;
  }
  .pageBox .AsideBox .asideList {
    display: flex;
    overflow-x: auto;
  }
  .pageBox .AsideBox .asideItem {
    font-size: .26rem;
    flex-shrink: 0;
  }
  .pageBox .dynamicList .listItem {
    padding-bottom: .15rem;
  }
  .pageBox .dynamicList .listItem:not(:last-child) {
    margin-bottom: .15rem;
  }
  .pageBox .dynamicList .listItem .itemTop {
    margin-bottom: 0;
  }
  .pageBox .dynamicList .listItem .itemTop .time {
    font-size: .24rem;
    margin-left: .35rem;
  }
  .pageBox .dynamicList .listItem .itemTop .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .26rem;
  }
  .pageBox .dynamicList .listItem .info {
    font-size: .24rem;
    line-height: 1.5;
    margin-top: .1rem;
  }
  .commonMenus {
    min-width: 100%;
  }
  .commonMenus .comWidth {
    overflow-x: auto;
  }
  .commonMenus .comWidth .mitem {
    flex-shrink: 0;
    font-size: .28rem;
    width: 1.8rem;
    height: .6rem;
  }
  .commonMenus .comWidth .mitem .icon {
    width: .3rem;
    margin-right: .1rem;
  }
  .newsList .line {
    font-size: .26rem;
    height: .5rem;
    line-height: .5rem;
  }
  .squareScrollTop {
    right: .3rem;
    bottom: 12vh;
  }
  .commonFoot {
    min-width: 100%;
    font-size: .24rem;
    padding: .2rem;
  }
  .commonFoot .line {
    flex-wrap: wrap;
    row-gap: .1rem;
  }
  .commonFoot .line:not(:last-child) {
    margin-bottom: .1rem;
  }
  .commonTop .labelTag {
    font-size: .3rem;
    height: .6rem;
    line-height: .6rem;
    min-width: 1.7rem;
  }
  .Index .sec1 {
    display: block;
  }
  .Index .sec1 .swiper {
    width: 100%;
    height: 4.83rem;
  }
  .Index .sec1 .swiper .title {
    font-size: .28rem;
    height: .5rem;
    padding: 0 .35rem;
    line-height: .5rem;
  }
  .Index .sec1 .rightBox {
    width: 100%;
  }
  .Index .sec1 .rightBox .topBox {
    margin-top: .1rem;
    font-size: .28rem;
    height: .5rem;
    line-height: .5rem;
    margin-bottom: .1rem;
  }
  .Index .sec2 {
    display: block;
  }
  .Index .sec2 .leftBox {
    width: 100%;
    margin-right: 0;
  }
  .Index .sec2 .dateNewsList {
    padding-left: 0;
  }
  .Index .sec2 .dateNewsList .listItem {
    height: auto;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0;
    margin-right: .4rem;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox::after {
    height: 1rem;
    right: -.2rem;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox .year {
    font-size: .28rem;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox .date {
    font-size: .22rem;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox .itemRight {
    padding: .1rem;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox .itemRight .name {
    font-size: .28rem;
    font-weight: bold;
    margin-bottom: .14rem;
  }
  .Index .sec2 .dateNewsList .listItem .dateBox .itemRight .info {
    font-size: .24rem;
    line-height: 1.5;
  }
  .Index .sec3 {
    display: block;
  }
  .Index .sec3 .leftBox {
    width: 100%;
  }
  .Index .sec3 .leftBox .video {
    height: 4rem;
    width: 100%;
    margin: 0 auto .35rem;
  }
  .Index .sec3 .boxItem .content {
    padding: .1rem 0;
    font-size: .24rem;
  }
  .Index .sec5 .row {
    display: block;
  }
  .Index .sec5 .leftBox {
    margin-bottom: .5rem;
  }
  .Index .sec5 .leftBox .line .label {
    font-size: .26rem;
    margin-right: .4rem;
    flex-shrink: 0;
  }
  .Index .sec5 .leftBox .line .slist {
    font-size: .24rem;
    flex-wrap: wrap;
    column-gap: .5rem;
    row-gap: .1rem;
  }
  .Index .sec5 .leftBox .line .slist .item:not(:last-child) {
    margin-right: 0;
  }
  .Index .sec5 .rightBox {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }
  .Index .sec5 .rightBox .maItem {
    font-size: .24rem;
  }
  .Index .sec5 .rightBox .maItem .ma {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: .1rem;
  }
  .Detail .htmlContent {
    font-size: .2rem;
  }
  .Detail .shareBox {
    font-size: .24rem;
    color: #666;
  }
  .Detail .detailFootBox {
    margin: .5rem auto;
  }
  .Detail .detailFootBox .line {
    font-size: .24rem;
    display: block;
  }
  .Detail .detailFootBox .line .leftItem {
    margin-bottom: .3rem;
    margin-right: 0;
  }
  .Detail .detailFootBox .line .leftItem span {
    flex-shrink: 0;
  }
  .Detail .topBox {
    margin-bottom: .1rem;
    padding-bottom: .1rem;
  }
  .Detail .topBox .looks {
    font-size: .24rem;
    margin-right: 0;
  }
  .Detail .topBox .title {
    font-size: .3rem;
    margin-bottom: .1rem;
    font-weight: bold;
  }
}
