@charset "UTF-8";
/* 头部 */
body {
  min-width: 1200px;
  background: url(/statics/nync/img/ncgz2024/body-bg.png) no-repeat center 834px/100% 100%;
}

.nc-header {
  position: relative;
  width: 100%;
  min-height: 904px;
  background: url(/statics/nync/img/ncgz2024/head-bg2.png) no-repeat center/100% 100%;
}
.nc-header .nc-logo {
  position: absolute;
  top: 18.5840707965%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* 内容开始 顶部动态 */
.nc-info {
  background: #fff;
  margin-top: -63px;
  position: relative;
  z-index: 999;
}
.nc-info > div {
  width: 50%;
}
.nc-info .info-swiper {
  height: 410px;
}
.titadd{display: block;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; position: absolute;left: 0; bottom: 0; width: 98%; padding: 1%; background-color: #666; background-color: rgba(50,50,50,.5);text-align: center; color: #fff; height: 40px; font-size: 16px; line-height: 40px}
.titadd a{color: #fff}
.nc-info .info-swiper .info-pagination {
  bottom:40px;
  text-align: right;
  padding-right: 2em;
}
.nc-info .info-swiper .info-pagination .swiper-pagination-bullet {
  background: var(--defaultHoverColor);
  opacity: 1;
}
.nc-info .info-swiper .info-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 5px;
  background:#fff;
}
.nc-info .info-lists {
  padding: 30px;
}
.nc-info .info-lists li {
  line-height: 3;
}
.nc-info .info-lists li a {
  width: 100%;
  padding-right: 10%;
}
.nc-info .info-lists li a:hover {
  font-weight: bold;
}
.nc-info .info-lists .nc-more {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 25px;
  color: var(--defaultHoverColor);
  height: 18px;
}
.nc-info .info-lists .nc-more:hover {
  font-weight: bold;
  color: var(--defaultLineColor);
}

/* 历年工作会议 */
.nc-time {
  margin-top: 60px;
}
.nc-time .time-title {
  margin-bottom: 30px;
}
.nc-time .time-content {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 20px;
  border-radius: 10px;
}
.nc-time .time-content .time-line {
  width: 4px;
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  left: 50%;
  top: 30px;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--defaultLineColor);
}
.nc-time .time-content .time-line::before {
  content: "";
  width: 26px;
  height: 35px;
  background: url(/statics/nync/img/ncgz2024/time-top.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-38%, -50%);
     -moz-transform: translate(-38%, -50%);
      -ms-transform: translate(-38%, -50%);
       -o-transform: translate(-38%, -50%);
          transform: translate(-38%, -50%);
}
.nc-time .time-content .time-item {
  width: 100%;
  position: relative;
}
.nc-time .time-content .time-item h3 a {
  display: block;
  width: 47.5%;
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 0;
  text-indent: 1em;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 100%;
     background-size: 100%;
  font-size: 24px;
  color: #eefdcc;
}
.nc-time .time-content .time-item p {
  width: 45%;
  margin-top: 10px;
  text-align: left;
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.5;
  color: #929292;
}
.nc-time .time-content .time-item::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid var(--defaultLineColor);
  top: 10px;
  left: -webkit-calc(50% - 10.5px);
  left: -moz-calc(50% - 10.5px);
  left: calc(50% - 10.5px);
  z-index: 999;
}
.nc-time .time-content .time-item:nth-child(2) {
  margin-top: 50px;
}
.nc-time .time-content .time-item:nth-child(2) h3 a {
  background-image: url(/statics/nync/img/ncgz2024/time-2024.png);
}
.nc-time .time-content .time-item:nth-child(3) h3 a {
  background-image: url(/statics/nync/img/ncgz2024/time-2023.png);
}
.nc-time .time-content .time-item:nth-child(4) h3 a {
  background-image: url(/statics/nync/img/ncgz2024/time-2022.png);
}
.nc-time .time-content .time-item:nth-child(5) h3 a {
  background-image: url(/statics/nync/img/ncgz2024/time-2021.png);
}
.nc-time .time-content .time-item:nth-child(2n) {
  text-align: right;
}
.nc-time .time-content .time-item:nth-child(2n) h3 a {
  text-align: left;
  padding-right: 18%;
  display: -webkit-box;
}
.nc-time .time-content .time-item:nth-child(2n) p,
.nc-time .time-content .time-item:nth-child(2n) h3 a {
  float: right;
  -webkit-transform: translateX(-30px);
     -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
       -o-transform: translateX(-30px);
          transform: translateX(-30px);
}
.nc-time .time-content .time-item:nth-child(2n+1) {
  text-align: left;
}
.nc-time .time-content .time-item:nth-child(2n+1) h3 a {
  text-align: right;
  padding-right: 1em;
  padding-left: 18%;
  display: -webkit-box;
}
.nc-time .time-content .time-item:nth-child(2n+1) p,
.nc-time .time-content .time-item:nth-child(2n+1) h3 a {
  float: left;
  margin-left: 30px;
}
.nc-time .time-content .time-more {
  display: block;
  position: absolute;
  right: 3%;
  bottom: 10px;
  width: 100%;
  line-height: 1.5;
  text-align: right;
  color: var(--defaultHoverColor);
  height: 18px;
  font-size: 16px;
}
.nc-time .time-content .time-more:hover {
  font-weight: bold;
  color: var(--defaultLineColor);
}

/* 融媒视角 */
.nc-list {
  margin-top: 60px;
  padding-bottom: 10px;
}
.nc-list .list-title {
  margin-bottom: 30px;
}
.nc-list ul {
  margin-bottom: 16px;
}
.nc-list li {
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
  height: 54px;
  line-height: 54px;
  text-indent: 2em;
  position: relative;
}
.nc-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a8c14;
}
.nc-list li a:hover {
  font-weight: bold;
}
.nc-list li:nth-child(2n-1) {
  float: left;
  background: #fff;
}
.nc-list li:nth-child(2n-1):nth-child(1), .nc-list li:nth-child(2n-1):nth-child(4n+1) {
  background: #4a8c14;
}
.nc-list li:nth-child(2n-1):nth-child(1) a, .nc-list li:nth-child(2n-1):nth-child(4n+1) a {
  color: #fff;
}
.nc-list li:nth-child(2n-1):nth-child(1)::before, .nc-list li:nth-child(2n-1):nth-child(4n+1)::before {
  background: #fff;
}
.nc-list li:nth-child(2n) {
  float: right;
  background: #fff;
}
.nc-list li:nth-child(2n):nth-child(4n+2) {
  background: #4a8c14;
}
.nc-list li:nth-child(2n):nth-child(4n+2) a {
  color: #fff;
}
.nc-list li:nth-child(2n):nth-child(4n+2)::before {
  background: #fff;
}
.nc-list .list-more {
  display: block;
  width: 100%;
  line-height: 1.5;
  text-align: right;
  color: var(--defaultHoverColor);
  height: 18px;
  font-size: 16px;
}
.nc-list .list-more:hover {
  font-weight: bold;
  color: var(--defaultLineColor);
}

/* bottom-banner */
.bottom-banner {
  margin: 18px auto 0;
  padding-bottom: 80px;
}