* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
.pub_width {
  width: 1430px;
  margin: 0 auto;
}
.section {
  min-width: 1440px;
}
.header {
  position: relative;
}
.header .top {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 87px;
  background: url(../images/top_bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.header .top .pub_width {
  display: flex;
  justify-content: space-between;
}
.header .top .pub_width .right {
  display: flex;
  align-items: center;
}
.header .top .pub_width .right .form {
  padding: 5px 30px 5px 0;
  border-right: 2px solid #256073;
  margin-right: 30px;
}
.header .top .pub_width .right .form .form_content {
  width: 405px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #256073;
  border-radius: 20px;
  display: flex;
}
.header .top .pub_width .right .form .form_content input {
  border: 0;
  outline: 0;
}
.header .top .pub_width .right .form .form_content .search_text {
  background: none;
  min-width: 1px;
  flex: 1;
  padding: 0 20px;
  color: #256073;
  font-size: 16px;
}
.header .top .pub_width .right .form .form_content .search_text::placeholder {
  color: #256073;
}
.header .top .pub_width .right .form .form_content .submit {
  width: 50px;
  flex: none;
  background: url(../images/search_btn.png) no-repeat center center;
  cursor: pointer;
  border: 0;
}
.header .top .pub_width .right .email {
  color: #000;
  font-size: 16px;
}
.header .banner {
  display: block;
  width: 100%;
}
.footer {
  height: 263px;
  background: #1756d5;
  display: flex;
  align-items: center;
}
.footer .pub_width {
  display: flex;
  align-items: center;
}
.footer .pub_width .footer_logo {
  flex: none;
}
.footer .pub_width .footer_main {
  flex: 1;
}
.footer .pub_width .footer_main ul {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.more {
  display: inline-block;
  height: 28px;
  background-color: #8396d4;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  margin-top: 38px;
  padding: 0 8px;
}
.more:hover {
  background-color: #6b84d3;
}
.pub_title {
  margin-bottom: 40px;
}
.pub_title::before {
  content: '';
  display: block;
  width: 58px;
  height: 7px;
  background: #143fae;
  margin-bottom: 24px;
}
.pub_title h3 {
  font-size: 30px;
}
.index_main {
  padding: 44px 0;
}
.index_main .part_1 {
  display: flex;
}
.index_main .part_1 .title {
  width: 258px;
  padding-top: 58px;
}
.index_main .part_1 .title::before {
  content: '';
  display: block;
  width: 58px;
  height: 7px;
  background: #143fae;
  margin-bottom: 24px;
}
.index_main .part_1 .title h3 {
  font-size: 30px;
}
.index_main .part_1 ul {
  display: flex;
  flex: 1;
  gap: 17px;
}
.index_main .part_1 ul li {
  width: 280px;
  height: 290px;
  box-shadow: 0 0 18px 0 #cecece;
  transition: all 0.3s;
}
.index_main .part_1 ul li img {
  display: block;
  width: 100%;
  height: 160px;
}
.index_main .part_1 ul li a {
  display: block;
  height: 75px;
  line-height: 25px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  margin: 10px 0;
}
.index_main .part_1 ul li a:hover {
  color: #000;
}
.index_main .part_1 ul li span {
  color: #878787;
  padding: 0 10px;
}
.index_main .part_1 ul li:hover {
  box-shadow: 0 0 10px 0 #808080;
}
.index_main .part_2 {
  margin-top: 50px;
}
.index_main .part_2 .classics {
  height: 502px;
  padding: 5px 0px;
}
.index_main .part_2 .classics .swiper-slide {
  position: relative;
  display: flex;
  background: #fff;
}
.index_main .part_2 .classics .swiper-slide::after {
  content: '';
  width: 4px;
  height: 115px;
  position: absolute;
  right: 5px;
  top: 70px;
  background: #143fae;
}
.index_main .part_2 .classics .swiper-slide .video {
  width: 900px;
  height: 502px;
}
.index_main .part_2 .classics .swiper-slide .video video {
  width: 100%;
  height: 100%;
}
.index_main .part_2 .classics .swiper-slide .text {
  flex: 1;
  padding: 2px 5px 2px 0;
}
.index_main .part_2 .classics .swiper-slide .text .text_content {
  height: 100%;
  box-shadow: 0px 0 10px 0 #cecece;
  padding: 70px 50px 0;
  box-sizing: border-box;
}
.index_main .part_2 .classics .swiper-slide .text .text_content h2 {
  font-size: 24px;
  margin-bottom: 60px;
}
.index_main .part_2 .classics .swiper-slide .text .text_content p {
  height: 150px;
  line-height: 30px;
  color: #646464;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index_main .part_2 .classics .swiper-button {
  top: inherit;
  left: inherit;
  bottom: 30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2040b1;
  background-size: 100%;
}
.index_main .part_2 .classics .swiper-button-next {
  right: 50px;
}
.index_main .part_2 .classics .swiper-button-prev {
  right: 85px;
}
.index_main .part_3 {
  margin-top: 50px;
}
.index_main .part_3 .golden-sentence .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.85);
}
.index_main .part_3 .golden-sentence .swiper-slide-active,
.index_main .part_3 .golden-sentence .swiper-slide-duplicate-active {
  transform: scale(1);
}
/*.index_main .part_3 .golden-sentence .swiper-slide a { 
	width: 310px;
    height: 551px;
}*/
.index_main .part_3 .golden-sentence .swiper-slide a { 
	width: 370px;
    height: 658px;
}
.index_main .part_3 .golden-sentence .swiper-slide a img { 
	width: 100%;
 	height: 100%;
  	border-radius: 15px;
}
.index_main .part_4 {
  margin-top: 56px;
  background: url(../images/rectangle.png) no-repeat center top;
}
.index_main .part_4 .title {
  text-align: center;
}
.index_main .part_4 .title h3 {
  font-size: 30px;
  color: #fff;
  padding: 50px 0 0;
}
.index_main .part_4 .title::after {
  content: '';
  display: block;
  width: 58px;
  height: 7px;
  background: #fff;
  margin: 27px auto;
}
.index_main .part_4 .inner-mongolia {
  padding: 0 20px;
}
.index_main .part_4 .inner-mongolia .swiper-wrapper {
  padding: 40px 0 70px;
}
.index_main .part_4 .inner-mongolia .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.index_main .part_4 .inner-mongolia .swiper-wrapper .swiper-slide a {
  display: block;
  width: 382px;
  height: 357px;
  background: #fff;
  box-shadow: 0 0 18px 0 #7aa7ff;
  overflow: hidden;
}
.index_main .part_4 .inner-mongolia .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 232px;
  transition: all 0.5s;
}
.index_main .part_4 .inner-mongolia .swiper-wrapper .swiper-slide a span {
  display: block;
  padding: 25px 25px 0 25px;
  height: 70px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 20px;
}
.index_main .part_4 .inner-mongolia .swiper-wrapper .swiper-slide a:hover img {
  transform: scale(1.1);
}
.index_main .part_4 .inner-mongolia .swiper-button {
  top: 38%;
}
.index_main .part_5 {
  background: url(../images/happiness.png) no-repeat center bottom;
}
.index_main .part_5 .pub_title {
  margin-bottom: 30px;
}
.index_main .part_5 .swiper-wrapper {
  padding: 20px 0 111px;
}
.index_main .part_5 .swiper-wrapper .swiper-slide {
  width: 440px;
  height: 394px;
  padding: 8px;
  box-shadow: 0 0 18px 0 #7aa7ff;
  background: #fff;
  cursor: pointer;
}
.index_main .part_5 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_main .part_5 .swiper-pagination {
  bottom: 65px;
}
.index_main .part_6 {
  margin-top: 50px;
}
.index_main .part_6 .clock_in_china {
  display: flex;
  gap: 21px;
}
.index_main .part_6 .clock_in_china ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.index_main .part_6 .clock_in_china ul a {
  display: block;
  overflow: hidden;
}
.index_main .part_6 .clock_in_china ul a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index_main .part_6 .clock_in_china ul a:hover img {
  transform: scale(1.1);
}
.index_main .part_6 .clock_in_china ul:nth-child(1) a {
  width: 372px;
  height: 163px;
}
.index_main .part_6 .clock_in_china ul:nth-child(2) li a {
  width: 508px;
}
.index_main .part_6 .clock_in_china ul:nth-child(2) li:nth-child(1) a {
  height: 285px;
}
.index_main .part_6 .clock_in_china ul:nth-child(2) li:nth-child(2) a {
  height: 215px;
}
.index_main .part_6 .clock_in_china ul:nth-child(3) li a {
  width: 508px;
}
.index_main .part_6 .clock_in_china ul:nth-child(3) li:nth-child(1) a {
  height: 215px;
}
.index_main .part_6 .clock_in_china ul:nth-child(3) li:nth-child(2) a {
  height: 285px;
}
.index_main .part_7 {
  padding: 34px 0 15px;
}
.index_main .part_7 .audio_list ul {
  display: flex;
  gap: 27px;
}
.index_main .part_7 .audio_list ul li {

  width: 264px;
  height: 138px;
  box-sizing: border-box;
  box-shadow: 0 0 18px 0 rgba(206, 206, 206, 0.21);
  align-items: center;
  padding: 20px 45px 20px 20px;
  transition: all 0.3s;
}
.index_main .part_7 .audio_list ul li a { 
  display: flex;
}
.index_main .part_7 .audio_list ul li:hover {
  box-shadow: 0 0 18px 0 rgba(206, 206, 206, 0.51);
}
.index_main .part_7 .audio_list ul li .audio_play {
  width: 58px;
  height: 58px;
  margin-right: 20px;
}
.index_main .part_7 .audio_list ul li .audio_txt {
  flex: 1;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}
.index_main .part_7 .audio_list ul li .audio_txt .audio_title {
  color: #3f3f3f;
  font-size: 16px;
  padding: 10px 0;
}
.index_main .part_7 .audio_list ul li .audio_txt .audio_duration {
  color: #878787;
  font-size: 14px;
  padding: 10px 0;
}
.index_main .part_8 {
  height: 697px;
  background: url(../images/exhibition.png) no-repeat center bottom;
  background-size: auto 100%;
  margin-top: 51px;
  padding-top: 51px;
}
.index_main .part_8 .pub_title {
  margin-bottom: 0px;
}
.index_main .part_8 .exhibition {
  display: flex;
}
.index_main .part_8 .exhibition .hd {
  width: 391px;
  padding-top: 93px;
}
.index_main .part_8 .exhibition .hd ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index_main .part_8 .exhibition .hd ul li {
  width: 297px;
  padding: 30px 0px 30px 40px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 9px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
}
.index_main .part_8 .exhibition .hd ul li:nth-child(1) {
  background: #c5dbfc url(../images/video_icon.png) no-repeat right bottom;
}
.index_main .part_8 .exhibition .hd ul li:nth-child(2) {
  background: #c5dbfc url(../images/picture_icon.png) no-repeat right bottom;
}
.index_main .part_8 .exhibition .hd ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.index_main .part_8 .exhibition .hd ul li:hover,
.index_main .part_8 .exhibition .hd ul li.on {
  color: #fff;
}
.index_main .part_8 .exhibition .hd ul li:hover:nth-child(1),
.index_main .part_8 .exhibition .hd ul li.on:nth-child(1) {
  background: #3378ff url(../images/video_icon_a.png) no-repeat right bottom;
}
.index_main .part_8 .exhibition .hd ul li:hover:nth-child(2),
.index_main .part_8 .exhibition .hd ul li.on:nth-child(2) {
  background: #3378ff url(../images/picture_icon_a.png) no-repeat right bottom;
}
.index_main .part_8 .exhibition .hd ul li:hover::after,
.index_main .part_8 .exhibition .hd ul li.on::after {
  border-left-color: #3378ff;
}
.index_main .part_8 .exhibition .bd {
  flex: 1;
  overflow: hidden;
}
.index_main .part_8 .exhibition .bd .exhibition_container {
  width: 100%;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper {
  padding: 10px 0;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide {
  width: 677px;
  height: 522px;
  box-shadow: 0 0 18px 0 transparent;
  box-sizing: border-box;
  transition: all 0.5s;
  overflow: hidden;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide .slide-description {
  transition: all 0.5s;
  opacity: 0;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide.swiper-slide-active {
  position: relative;
  box-shadow: 0 0 18px 0 #7aa7ff;
  background: #fff;
  padding: 10px;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide.swiper-slide-active img {
  height: 420px;
}
.index_main .part_8 .exhibition .bd .exhibition_container .swiper-wrapper .swiper-slide.swiper-slide-active .slide-description {
  height: 82px;
  line-height: 82px;
  text-align: center;
  font-size: 20px;
  opacity: 1;
}
.index_main .part_8 .exhibition .bd .exhibition_container.shoot_video .swiper-slide-active::after {
  content: url(../images/play.png);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: 99;
  transform: translate(-50%, calc(-50% - 34px));
  cursor: pointer;
}
.sub_title {
  display: flex;
  align-items: center;
}
.sub_title h3 {
  font-size: 30px;
  margin-right: 20px;
}
.sub_title .line {
  flex: 1;
  height: 2px;
  background: #c0c9d1;
}
.sub_title .more {
  border-radius: 20px;
  margin: 0 0 0 20px;
}
.sub_main {
  padding: 44px 0;
}
.list ul li {
  display: flex;
  overflow: hidden;
  margin-top: 50px;
}
.list ul li .cover_photo {
  display: block;
  flex: none;
  width: 205px;
  height: 136px;
  margin-right: 30px;
}
.list ul li .text {
  overflow: hidden;
  flex: 1;
  padding: 8px 0;
}
.list ul li .text .information_title {
  max-height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #000;
}
.list ul li .text .information_title:hover {
  color: #4279ff;
}
.list ul li .text .information_abstract {
  line-height: 30px;
  color: #737374;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list ul li .text .release_time {
  line-height: 30px;
  color: #bbc5ce;
}
.list_classification ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 48px;
  padding-top: 40px;
  margin-bottom: 50px;
}
.list_classification ul li a {
  display: block;
  width: 368px;
  overflow: hidden;
}
.list_classification ul li a img {
  display: block;
  width: 368px;
  height: 234px;
  transition: all 0.5s;
}
.list_classification ul li a span {
  display: block;
  height: 40px;
  margin: 20px 0;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
.list_classification ul li a:hover img {
  transform: scale(1.1);
}
.list_img ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  padding: 64px 0;
}
.list_img ul li {
  margin: 0 29px;
}
.list_img ul li a {
  display: block;
  width: 299px;
  /*height: 435px;*/
  height: 199px;
}
.list_img ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}


.liebiaoPage input[type=number] {
    -moz-appearance: textfield
}

.liebiaoPage a {
    text-decoration: none;
    color: #333;
    transition: all .3s
}

.liebiaoPage {
    width: 1394px;
    margin: auto;
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}

.liebiaoPage a,
.page span {
    display: inline-block;
    margin: 0 3px;
    border-radius: 3px;
    background: linear-gradient(#fff 10%, #f1f1f1);
    border: 1px #b2b2b2 solid;
    text-align: center;
    padding: 0 10px;
    font-family: 'Gilroy-Light';
}

.liebiaoPage .page_jump {
    background: 0 0;
    border: none
}

.liebiaoPage .current,
.page .zxfokbtn:hover,
.page a:hover {
    background: #2d66a5;
    border-color: #2d66a5;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.liebiaoPage .zxfinput {
    width: 40px;
    height: 22px;
    margin: 0 2px;
    color: #888;
    text-align: center;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    background: #fff
}