/* section-1 */
.section-1 {
  padding: 38px 0 32px 0;
}
.section-1-news_first {
  display: block;
  font-size: 40px;
  color: #487bc5;
  line-height: 42px;
  text-align: center;
  padding-bottom: 18px;
  transition: all 0.15s linear;
}
.section-1-news_first:hover {
  font-weight: 600;
}
.section-1-news {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s linear;
}
.section-1-news:nth-child(2) {
  padding: 0 20px;
}
.section-1-news:hover {
  color: #487bc5;
}

/* section-2 */
.section-2 {
  margin-bottom: 32px;
}
.section-2 .swiper-container {
  width: 100%;
	background-color: #306edf;
}
.section-2 .swiper-slide {
  display: block;
}
.section-2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-2 .swiper-button-next:after,
.section-2 .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
}
.section-2 .swiper-button-next,
.section-2 .swiper-button-prev {
  width: 30px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-2 .swiper-button-prev {
  left: 0;
  background-image: url('../icon/swiper-left.png');
}
.section-2 .swiper-button-next {
  right: 0;
  background-image: url('../icon/swiper-right.png');
}

/* section-3 */
.section-3 {
  margin-bottom: 60px;
}
/* section-3-left */
.section-3-left {
  padding-bottom: 17px;
  border-bottom: 1px solid #eeeeee;
  margin-right: 40px;
}
.section-3-left .swiper-pagination {
  top: 420px;
  bottom: auto;
  height: 14px;
}
.section-3-left .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 1px #fdcf30;
  box-sizing: border-box;
  opacity: 1;
  vertical-align: top;
}
.section-3-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e77b41;
  border: none;
}
.section-3-left .swiper-slide {
  display: block;
  width: 100%;
}
.section-3-left .swiper-slide-img {
  width: 100%;
  height: 450px;
}
.section-3-left .swiper-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-3-left .swiper-slide-title {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  padding: 26px 0 10px 0;
}
.section-3-left .swiper-slide-intro {
  font-size: 16px;
  color: #828282;
  line-height: 30px;
  max-height: 60px;
  overflow-y: hidden;
}
.section-3-left .swiper-slide:hover .swiper-slide-title {
  color: #487bc5;
  transform: scale(0.99);
  transition: all 0.3s;
}
.section-3 .news-list-content,
.section-4 .news-list-content {
  padding-top: 15px;
}

/* section-4 */
.section-4 {
  background-color: #f9fcff;
  margin: 0 60px 60px 60px;
  padding: 72px 0;
}
.section-4-member {
  width: 390px;
  margin-left: 40px;
}
.section-4-member_title {
  position: relative;
  font-size: 26px;
  color: #333;
  line-height: 28px;
  padding-bottom: 29px;
  border-bottom: 1px solid #dfe9f2;
}
.section-4-member_title::before {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
	height: 4px;
	background-color: #a81408;
}
.section-4-member_title::after {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100px;
	height: 4px;
	background-color: #487bc5;
}
.section-4-member .member-leader {
  width: 100%;
  padding: 11px;
  box-sizing: border-box;
  background-image: url('../img/bg-leader-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px 0 15px 0;
}
.section-4-member .member-leader-swiper {
  height: 165px;
}
.section-4-member .leader-swiper-avatar {
  position: relative;
  width: 124px;
  margin-right: 18px;
}
.section-4-member .leader-swiper-avatar_img {
  position: relative;
  width: 100%;
  padding-top: 125%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-4-member .leader-swiper-info {
  color: #333;
}
.section-4-member .leader-swiper-name {
  font-size: 20px;
  line-height: 36px;
}
.section-4-member .leader-swiper-job {
  font-size: 18px;
  line-height: 26px;
}
.section-4-member .member-leader-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 0 0 0;
  box-sizing: border-box;
}
.section-4-member .leader-item {
  font-size: 16px;
  color: #333;
}
.section-4-member .leader-item:last-child {
  margin-bottom: 0;
}
.section-4-member .leader-item-job {
  position: relative;
  flex: none;
  font-weight: 600;
  width: 75px;
  text-align: justify;
  text-justify: distribute-all-lines;
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify;
  -ms-text-align-last: justify;
  text-align-last: justify;
  padding-right: 18px;
}
.section-4-member .leader-item-job::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '：';
}
.section-4-member .leader-item-names_list .leader-item-names {
  margin-bottom: 7px;
}
.section-4-member .leader-item-names {
  display: flex;
  flex-wrap: wrap;
}
.section-4-member .leader-item-names a {
  display: block;
  margin: 0 10px 0 0;
  text-align: justify;
  text-justify: distribute-all-lines;
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify;
  -ms-text-align-last: justify;
  text-align-last: justify;
}
.section-4-member .leader-item-names a:hover {
  color: #487bc5;
}
.section-4-member .member-list-item {
  display: block;
  width: 100%;
  height: 60px;
  border: solid 1px #dfe9f2;
  box-sizing: border-box;
  background-image: url('../img/bg-leader-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.section-4-member .member-list-item:last-child {
  margin-bottom: 0;
}
.section-4-member .member-list-item:hover {
  color: #487bc5;
}

.section-4-swiper {
  padding-top: 60px;
  width: 100%;
}
.section-4-swiper .swiper-slide {
  position: relative;
  display: block;
}
.section-4-swiper .swiper-slide-img {
  height: 210px;
}
.section-4-swiper .swiper-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-4-swiper .swiper-slide-main {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 85%;
  background-color: #fff;
  padding: 37px 0 42px 0;
  margin: -62px auto 0 auto;
}
.section-4-swiper .swiper-slide-main_icon {
  height: 42px;
  margin: 0 auto;
}
.section-4-swiper .swiper-slide-main_text {
  width: 100%;
  padding-top: 26px;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  text-align: center;
  transition: color 0.3s ease;
}
.section-4-swiper .swiper-slide:hover .swiper-slide-main {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-4-swiper .swiper-slide:hover .swiper-slide-main_text {
  color: #487bc5;
}

.section-4-swiper .swiper-slide:hover .swiper-slide-main_icon {
  animation: iconFlip 0.6s ease-in-out;
}

@keyframes iconFlip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

/* section-5 */
.section-5 {
  margin-bottom: 60px;
}
.section-5-right {
  width: 630px;
  margin-left: 40px;
}
.section-5-right .quick-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
	height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-5-right .quick-item:nth-child(2n) {
  margin-left: 29px;
}
.section-5-right .quick-item:nth-child(1),
.section-5-right .quick-item:nth-child(2) {
  margin-bottom: 25px;
}
.section-5-right .quick-item-main {
  width: 250px;
	height: 150px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.section-5-right .quick-item-main_icon {
  height: 42px;
  margin: 0 auto;
}
.section-5-right .quick-item-main_text {
  width: 100%;
  padding: 8px 18px 0 18px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  transition: color 0.3s ease;
}
.section-5-right .quick-item:hover .quick-item-main {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-5-right .quick-item:hover .quick-item-main_text {
  color: #487bc5;
}

.section-5-right .quick-item:hover .quick-item-main_icon {
  animation: iconFlip 0.6s ease-in-out;
}

/* section-6 */
.section-6 {
  margin-bottom: 60px;
}
.section-6-tabs {
  height: 90px;
  background-color: #ecf3f9;
}
.section-6-tabs .tabs-item {
  font-size: 20px;
  color: #333;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
}
.section-6-tabs .tabs-item-active {
  color: #fff;
  background-color: #487bc5;
}
.section-6-content {
  border: solid 1px #eaeaea;
  border-top: none;
  padding: 30px;
  box-sizing: border-box;
}
.section-6-content_item {
  display: none;
}
.section-6-content_item:first-child {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-6-content_top {
  margin-bottom: 30px;
}
.section-6 .e-books {
  width: 560px;
	height: 385px;
  border: solid 1px #eaeaea;
  padding: 18px;
  box-sizing: border-box;
  margin-right: 40px;
  background-image: url('../img/bg-books.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.section-6 .e-books-cover {
  width: 248px;
	height: 344px;
  background-color: #ffffff;
  padding: 7px;
  box-sizing: border-box;
  margin-right: 32px;
}
.section-6 .e-books-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-6 .e-books-info_title {
  font-size: 22px;
  color: #333;
  line-height: 24px;
  text-align: center;
}
.section-6 .e-books-info_period {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  padding-top: 27px;
}
.section-6 .select-list {
  position: relative;
  width: 220px;
	height: 50px;
	background-color: #f9f9f9;
	border: solid 1px #dcd8d8;
  box-sizing: border-box;
  margin-top: 27px;
}
.section-6 .select-list:first-child {
  margin-top: 43px;
}
.section-6 .select-list-title {
  position: relative;
  height: 100%;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
}
.section-6 .select-list-title::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #666666;
  transition: transform 0.3s ease;
}
.section-6 .select-list-active .select-list-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.section-6 .select-list-content {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
}
.section-6 .select-item {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.section-6 .select-item:hover {
  background-color: #f0f0f0;
  color: #487bc5;
}

.section-6-content_top .section-news-tabs .tabs-title-item {
  padding: 0 33px;
}
.section-6-content_bottom .section-news-tabs .tabs-title-item {
  border-right: 1px solid #fff;
}
.section-6-content_bottom .news-list {
  display: flex;
  flex-wrap: wrap;
}
.section-6-content_bottom .news-list-item {
  width: 48%;
}
.section-6-content_bottom .news-list-item:nth-child(2n) {
  margin-left: 4%;
}
.section-6 .cover-list {
  margin-top: 45px;
}
.section-6-content_bottom .news-list {
  margin-top: 15px;
}
.section-6 .cover-list-item {
  display: block;
  width: 32%;
  margin-left: 2%;
  background-color: #f6f6f7;
}
.section-6 .cover-list-item:first-child {
  margin-left: 0;
}
.section-6 .cover-list-item_img {
  width: 100%;
  height: 214px;
}
.section-6 .news-list-content:first-child .cover-list-item_img {
  position: relative;
}
.section-6 .news-list-content:first-child .cover-list-item_img::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-6 .news-list-content:first-child .cover-list-item_img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 46px;
  height: 46px;
  background-image: url('../icon/icon-video.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.section-6 .cover-list-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-6 .cover-list-item_title {
  font-size: 18px;
  color: #333;
  line-height: 72px;
  text-align: center;
  padding: 0 15px;
}
.section-6-content_bottom .news-list-content .news-list:first-child {
  display: flex;
}
.section-6 .npc-introduction {
  width: 100%;
  height: 400px;
}
.section-6 .intro-title {
  width: 150px;
	height: 100%;
  background-image: url('../img/bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-6 .intro-title-active {
  background-image: url('../img/bg-1-1.jpg');
}
.section-6 .npc-introduction {
  margin-bottom: 10px;
}
.section-6 .intro-main {
  position: relative;
  border: solid 1px #eaeaea;
  border-left: none;
  border-right: none;
  padding: 30px 36px;
  box-sizing: border-box;
}
.section-6 .intro-content {
  display: none;
}
.section-6 .intro-content:first-child {
  display: block;
}
.section-6 .intro-content-desc {
  max-height: 288px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; 
}
.section-6 .intro-content-desc::-webkit-scrollbar {
  display: none;
}
.section-6 .intro-content-desc,
.section-6 .intro-content-desc p,
.section-6 .intro-content-desc span,
.section-6 .intro-content-desc text,
.section-6 .intro-content-desc section {
  font-size: 18px !important;
  color: #333;
  line-height: 36px !important;
  margin: 0 !important;
}
.section-6 .intro-content-more {
  position: absolute;
  left: 32px;
  bottom: 23px;
  display: block;
  width: 140px;
	height: 48px;
	border-radius: 5px;
	border: solid 1px #84a9de;
  font-size: 16px;
  color: #84a9de;
  text-align: center;
  line-height: 48px;
}
.section-6-links_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 90px;
	background-color: #fbfcfd;
  border-radius: 5px;
	border: solid 1px #cbdef9;
  padding: 0 35px;
  box-sizing: border-box;
  margin-right: 1%;
  margin-top: 30px;
}
.section-6-links_item:nth-child(4n) {
  margin-right: 0;
}
.section-6-links_item span {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}


/* npc-section-tabs */
.npc-section-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
	background-color: #ecf3f9;
}
.npc-section-tabs_title {
  position: relative;
  width: 200px;
  background-color: #487bc5;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.npc-section-tabs_title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #487bc5;
  transition: all 0.3s;
}
.npc-section-tabs_more {
  display: block;
  width: 82px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 1px #c2d9eb;
  margin-right: 20px;
  font-size: 16px;
  color: #b2c2cf;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.npc-section-tabs_more:hover {
  color: #487bc5;
  border-color: #487bc5;
}

/* npc-section-header */
.npc-section-header_title {
  font-size: 36px;
  color: #487bc5;
  font-weight: bold;
}
.npc-section-header_bg {
  height: 23px;
  overflow: hidden;
  margin: 0 50px 0 20px;
}
.npc-section-header_bg img {
  height: 100%;
  max-width: 100%;
}

/* news-detail */
.single .news-detail-desc {
  padding-top: 0;
}


/* overview */
.overview-intro-list {
  padding: 58px 0;
}
.overview-intro-item {
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 30px;
  color: #487bc5;
  text-align: center;
  line-height: 100px;
  transition: all 0.3s linear;
}
.overview-intro-item:first-child {
  background-image: url('../img/bg-intro-rd.png');
  margin-right: 40px;
}
.overview-intro-item:last-child {
  background-image: url('../img/bg-intro-cw.png');
}
.overview-intro-item:hover {
  font-weight: 600;
}
.overview-director-content {
  padding: 50px 40px 45px 40px;
  background-color: #f8fcff;
  margin: 58px 0;
}
.overview-director .director {
  margin-right: 65px;
}
.overview-director .director-avatar {
  display: block;
  width: 250px;
}
.overview-director .director-avatar img {
  width: 100%;
}
.overview-director .director-deputy-item {
  margin-right: 38px;
}
.overview-director .director-deputy-item:nth-child(5n) {
  margin-right: 0;
}
.overview-director .director-deputy-avatar {
  display: block;
  width: 170px;
	height: 213px;
}
.overview-director .director-deputy-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-director .director-name {
  font-size: 20px;
  color: #333;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding-top: 38px;
}
.overview-director .director-deputy-name {
  font-size: 16px;
  color: #333;
  line-height: 18px;
  text-align: center;
  padding: 30px 0;
}
.overview-deputies-tips {
  font-size: 18px;
  color: #333;
  padding: 15px 0 58px 0;
}
.overview-deputies-form {
  height: 160px;
  background-image: url('../img/bg-deputies.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 25px;
  margin: 58px 0;
}
.overview-deputies-form .form-item-label {
  flex: none;
  font-size: 18px;
  color: #333;
}
.overview-deputies-form .form-item {
  margin-right: 17px;
}
.overview-deputies-form .form-item-val {
  flex: none;
  width: 150px;
  height: 56px;
	background-color: #ffffff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.overview-deputies-form .form-item-input {
  width: 180px;
  color: #333;
}
.overview-deputies-form .form-item-select {
  width: calc(100% + 30px);
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../icon/icon-select.jpg');
  background-repeat: no-repeat;
  background-position: right 35px center;
}
.overview-deputies-form .form-item-select:invalid {
  color: #999;
}
.overview-deputies-form .form-item-select:valid {
  color: #333;
}
.overview-deputies-form .form-submit {
  width: 146px;
	height: 56px;
	background-color: #487bc5;
  border: none;
  outline: none;
  cursor: pointer;
}
.overview-deputies-form .form-submit-icon {
  width: 26px;
	height: 26px;
  margin-right: 24px;
}
.overview-deputies-form .form-submit-text {
  font-size: 24px;
  color: #fff;
}
/* 市县列表 */
.overview-deputies-area .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding: 0 200px;
}
.overview-deputies-area .area-item {
  display: inline-block;
  width: 118px;
  padding: 12px 0;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.overview-deputies-area .area-item:hover {
  color: #487bc5;
  text-decoration: none;
}
.overview-committee-list {
  padding: 25px 0 58px 0;
}
.overview-committee .committee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 100px;
  background-image: url('../img/bg-committee.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 2%;
  margin-top: 33px;
  padding: 0 60px;
}
.overview-committee .committee-item:nth-child(3n) {
  margin-right: 0;
}
.overview-committee .committee-item-text {
  width: 100%;
  font-size: 24px;
  color: #487bc5;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s linear;
}
.overview-committee .committee-item:hover .committee-item-text {
  font-weight: 600;
}
.overview-institution-img {
  padding: 58px 6px;
}
.overview-institution-img img {
  width: 100%;
}


/* deputies */
.deputies .overview-deputies-form {
  margin: 0 0 12px 0;
}
.deputies-table {
  border: solid 1px #dae5f1;
  background-image: url('../img/bg-daibiao.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  padding: 32px 30px;
}
.deputies-title-icon {
  width: 40px;
	height: 40px;
  margin-right: 18px;
}
.deputies-title-text {
  font-size: 30px;
  color: #487bc5;
  font-weight: 600;
}
.deputies-table-head {
  padding: 65px 0 48px 0;
}
.deputies-table-head_td {
  font-size: 18px;
  color: #487bc5;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.deputies-table-body_tr {
  height: 70px;
  border-bottom: 1px solid #e9e9e9;
}
.deputies-table-body_td {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.deputies-resume {
  padding: 160px 0;
}
.deputies-resume-avatar {
  width: 249px;
  margin-right: 90px;
}
.deputies-resume-avatar img {
  width: 100%;
}
.deputies-resume-info .resume-info {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 18px;
  color: #333;
}
.deputies-resume-info .resume-info-title {
  width: 100px;
  text-align: right;
  font-weight: 600;
}
.deputies-table .common-pagination {
  margin-top: 32px;
}


/* director */
.director-title {
  margin-bottom: 110px;
}
.director-section .director-list {
  padding-bottom: 75px;
}
.director-section .director-list-item_avatar {
  padding-top: 125%;
}
.director-section .director-list-item_name {
  padding: 35px 0;
}

/* work */
.work-news .work-news-item {
  width: 48%;
  margin-bottom: 62px;
}
.work-news .work-news-item:nth-child(2n+1) {
  margin-right: 4%;
}
.work-news .section-news-tabs .tabs-title-item_active::after {
  display: none;
}


/* resource */
.resource-regulation, .resource-other {
  margin-bottom: 60px;
}
.resource .npc-section-tabs,
.regulation .npc-section-tabs {
  margin-bottom: 38px;
}
.regulation-form {
  background-color: #e4edf6;
  padding: 19px 36px;
}
.regulation-form .form-item {
  height: 42px;
  margin-right: 38px;
}
.regulation-form .form-item-label {
  flex: none;
  font-size: 18px;
  color: #333;
}
.regulation-form .mr-12 {
  margin: 0 12px;
}
.regulation-form .form-item-val {
  height: 100%;
	background-color: #ffffff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.regulation-form .form-date .form-item-val {
  flex: none;
  width: 230px;
  background-image: url('../icon/icon-date-1.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px 22px;
  padding-right: 35px;
}
.regulation-form .form-submit {
  width: 150px;
  height: 42px;
	background-color: #487bc5;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}
.regulation-form .form-submit-icon {
  width: 20px;
	height: 20px;
  margin-right: 16px;
}
.regulation-form .form-submit-text {
  font-size: 20px;
  color: #fff;
}
.regulation-table {
  border: 1px solid #d1e5f6;
}
.regulation-table-head {
  height: 66px;
  background-color: #f5f8fb;
  padding: 0 25px;
}
.regulation-table-head_td {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.regulation-table-head_td:nth-last-child(-n + 2),
.regulation-table-body_td:nth-last-child(-n + 2) {
  width: 170px;
}
.regulation-table-body {
  padding: 0 25px;
}
.regulation-table-body_tr {
  height: 70px;
  border-bottom: 1px solid #e6eaed;
}
.regulation-table-body_tr:last-child {
  border-bottom: none;
}
.regulation-table-body_td {
  font-size: 18px;
  color: #666;
}
.regulation-table-body_td:first-child {
  color: #333;
}
.regulation-table-body_tr:hover .regulation-table-body_td:first-child {
  color: #487bc5;
}
.regulation .regulation-table-body_tr:last-child {
  border-bottom: 1px solid #e6eaed;
}
.regulation-table .common-pagination {
  margin: 60px auto;
}
.resource-other-item {
  width: 48.5%;
}
.resource-links-item {
  display: block;
  width: 48.5%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.resource-links-item:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.resource-links-item:hover {
  transform: scale(0.98);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.resource-books {
  width: 100%;
  height: 380px;
  border: solid 1px #eaeaea;
  padding: 18px;
  box-sizing: border-box;
  background-image: url('../img/bg-books.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.resource-books-cover {
  width: 248px;
	height: 100%;
  border: 7px solid #fff;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
}
.resource-books-info_title {
  font-size: 22px;
  color: #333;
  line-height: 24px;
  text-align: center;
}
.resource-books-info_period {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  padding-top: 27px;
}


/* monthly */
.monthly-list {
  padding: 54px 0 24px 0;
}
.monthly-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.monthly-item-cover {
  position: relative;
  width: 82.85%;
	background-color: #ecf3f9;
  padding: 15px;
}
.monthly-item .npc-img-position {
	padding-top: 142%;
}
.monthly-item-text {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  padding: 30px 0;
}
.monthly-item:hover .npc-img-position {
  transform: scale(1.03);
}
.monthly .common-pagination {
  margin: 0 auto 60px auto;
}

/* news-center */
.news-center-section {
  margin-bottom: 54px;
}
.news-center .section-news-tabs {
  margin-bottom: 26px;
}
.news-center-section:last-child .section-news-tabs {
  margin-bottom: 45px;
}
.news-center-section_item:nth-child(2n - 1) {
  margin-right: 40px;
}
.news-center-swiper .swiper-container {
  height: 472px;
}
.news-center-swiper .swiper-slide {
  display: block;
  width: 100%;
}
.news-center-swiper .npc-img-position {
  height: 100%;
}
.news-center-swiper .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  padding: 0 100px 0 20px;
}
.news-center-swiper .swiper-pagination {
  display: inline-block;
  width: auto;
  left: auto;
  top: auto;
  bottom: 24px;
  right: 10px;
  height: 14px;
}
.news-center-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 1px #fdcf30;
  box-sizing: border-box;
  opacity: 1;
  vertical-align: top;
}
.news-center-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e77b41;
  border: none;
}
.news-center .cover-list-item {
  display: block;
  width: 48%;
}
.news-center .cover-list-item:nth-child(2n - 1) {
  margin-right: 4%;
}
.news-center .cover-list-item .npc-img-position {
  padding-top: 55%;
}
.news-center .cover-list-item_title {
  font-size: 18px;
  color: #333;
  line-height: 54px;
  text-align: center;
}
.news-center .cover-list-item_img {
  overflow: hidden;
}
.news-center-section:last-child .news-center-section_item:nth-child(2n - 1) {
  margin-right: 0;
}

/* news-video */
.news-recommend {
  margin-bottom: 50px;
}
.news-recommend-cover {
  height: 600px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.news-recommend-cover .npc-img-position {
  height: 100%;
}
.news-recommend-list {
  width: 380px;
  background-color: #487bc5;
}
.news-recommend-item {
  height: 120px;
  border-bottom: 1px solid #5b92e1;
  padding: 0 20px;
}
.news-recommend-item:last-child {
  border-bottom: none;
}
.news-recommend-item_img {
  display: none;
  width: 170px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
}
.news-recommend-item_img img {
  width: 100%;
  height: 100%;
}
.news-recommend-item_title {
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.news-recommend-item:hover {
  background-color: #3064af;
}
.news-recommend-item_active {
  background-color: #3064af;
}
.news-video-list {
  margin-bottom: 45px;
}
.news-video-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.42%;
  margin-right: 2.75%;
}
.news-video-item:nth-child(3n) {
  margin-right: 0;
}
.news-video-item_img,
.news-video-item_title {
  width: 100%;
  overflow: hidden;
}
.news-video-item .npc-img-position {
  padding-top: 63.63%;
}
.news-video-item_title {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  max-height: 60px;
  margin: 20px 0;
}

/* petition */
.petition-container {
  position: relative;
  background: linear-gradient(0deg, #ffffff 42%, #deefff 100%);
  background-image: url('../img/bg-letter.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
	border: solid 1px #dae5f1;
  padding: 60px 100px;
}
.petition-phone {
  position: absolute;
  top: 50px;
  right: 48px;
  font-size: 24px;
  color: #487bc5;
  line-height: 30px;
}
.petition-container-title {
  font-size: 50px;
  color: #487bc5;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  padding: 50px 0 100px 0;
}
.petition-form {
  background-color: #ffffff;
	border-radius: 15px;
  padding: 0 55px;
}
.petition-form-title {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding: 53px 0 26px 0;
  margin-bottom: 26px;
}
.petition-form-title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 178px;
	height: 1px;
	background-color: #5684c9;
}
.petition-form-title_icon {
  width: 40px;
	height: 40px;
  margin-right: 18px;
}
.petition-form-title_icon img {
  width: 100%;
	height: 100%;
}
.petition-form-title_text {
  font-size: 30px;
  color: #487bc5;
}
.petition-form .form-item {
  margin-top: 36px;
}
.petition-form .form-item-label {
  flex: none;
  width: 100px;
  font-size: 18px;
  color: #333;
  text-align: right;
  padding-bottom: 25px;
}
.petition-form .form-item-label_0 {
  width: auto;
  text-align: left;
}
.petition-form .form-item.flex .form-item-label {
  padding-bottom: 0;
}
.petition-form .is-must {
  position: relative;
  padding-left: 10px;
}
.petition-form .is-must::before {
  position: absolute;
  left: 0;
  content: '*';
  font-size: 18px;
  color: #ff0000;
}
.petition-form .form-item-val {
  height: 58px;
  border: solid 1px #ebebeb;
  font-size: 16px;
  color: #333;
  line-height: 58px;
  padding: 0 17px;
  outline: none;
}
.petition-form .form-item-textarea {
  width: 100%;
  height: 250px;
	border: solid 1px #ebebeb;
  padding: 15px;
  outline: none;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.petition-form .form-item-70 {
  width: 75%;
}
.petition-form .form-item-35 {
  width: 37.5%;
}
.petition-form .form-select {
  position: relative;
  cursor: pointer;
}
.petition-form .form-select .form-item-val {
  position: relative;
}
.petition-form .form-select .form-item-val::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e1e7ef;
  transition: all 0.3s;
}
.petition-form .form-select .form-select-options {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.petition-form .form-select .form-select-option {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
  color: #333;
  line-height: 52px;
  text-align: center;
}
.petition-form .form-select:hover .form-select-options {
  padding: 10px 0;
}
.petition-form .form-select:hover .form-select-option {
  height: 52px;
}
.petition-form .form-select .form-select-option:hover {
  color: #487bc5;
}
.petition-form .form-btn {
  width: 140px;
  height: 58px;
  border-radius: 5px;
  background-color: #487bc5;
  margin-left: 25px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 58px
}
.petition-form .form-btn-reset {
  background-color: #a6a6a6;
}
.petition-form .form-btn-cancel {
  background-color: #f2a6a6;
}
.petition-form .form-btn-list {
  margin-top: 130px;
}
.petition-form .form-btn:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.petition-form .yzm-image {
  height: 52px;
  margin-left: 10px;
  cursor: pointer;
}
/* 文件上传样式 */
.form-upload-container {
  position: relative;
  display: flex;
  align-items: center;
}
.form-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.form-upload-btn {
  width: 100%;
  height: 100%;
  background-image: url('../icon/icon-upload.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px 22px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  box-sizing: border-box;
}
.petition-search {
  padding: 36px 0 26px 0;
  justify-content: space-between;
}
.petition-search-input {
  border-radius: 5px;
	border: solid 1px #e1e1e1;
  padding: 0 15px;
  outline: none;
}
.petition-search-item {
  height: 50px;
  margin-left: 15px;
  font-size: 16px;
}
.petition-search-item:first-child {
  margin-left: 0;
}
.petition-search-label {
  font-size: 16px;
  color: #333;
}
.petition-search .form-select {
  width: 160px;
  margin-left: 13px;
}
.petition-search .form-item-val {
  height: 50px;
  line-height: 50px;
}
.petition-search .form-btn {
  width: 160px;
  height: 50px;
  margin-left: 37px;
  font-size: 20px;
  line-height: 50px
}
.petition-table-head {
  height: 52px;
	background-color: #eef2f5;
	border-radius: 5px;
	border: solid 1px #e1e1e1;
}
.petition-table-head_td {
  border-left: 1px solid #e1e1e1;
}
.petition-table-head_td:first-child {
  border-left: 0;
}
.petition-table-head_td,
.petition-table-body_td {
  flex: none;
  width: 160px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.petition-table-head_td {
  line-height: 52px;
}
.petition-table-head_td:nth-child(2),
.petition-table-body_td:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.petition-table-body_tr {
  display: flex;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #e1e7ef;
}
.petition-table {
  padding-bottom: 60px;
}
.petition-table-body {
  margin-bottom: 60px;
}