html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-width: 1200px;
  font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

.banner {
  height: 280px;
  background: url(../../images/2024/list-top-bg.jpg) center center / cover no-repeat;
}

.banner-inner {
  box-sizing: content-box;
  width: 1200px;
  padding-top: 90px;
  margin: 0 auto;
}

.banner-inner__top {
  padding-bottom: 8px;
}

.site-logo {
  display: block;
  width: 555px;
  height: 107px;
  float: left;
}

.search-container {
  margin-top: 5px;
}

.search-container form {
  float: right;
  width: 304px;
  height: 46px;
  margin: 0;
  background: #FFFFFF;
  border-radius: 100px;
}

.search-txt {
  display: block;
  float: left;
  width: 264px;
  height: 100%;
  padding: 14px 13px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #95A8B8;
  border-radius: inherit;
}

.search-btn {
  float: right;
  width: 40px;
  height: 100%;
  padding: 0;
  border: none;
  font-size: 14px;
  color: #FFFFFF;
  background: url(../../images/2024/search-icon.png) center no-repeat;
}

.banner-inner__bottom {
  height: 132px;
  padding: 10px 27px 0;
  background: url(../../images/2024/type-bgi.png) left top / 100% 100% no-repeat;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}

.banner-inner__bottom p {
  margin: 0;
}

.banner-inner__bottom .content {
  text-indent: 2em;
}

.banner-inner__bottom .author {
  text-align: right;
  padding-right: 12em;
}

.typed-cursor {
  display: none;
}

.nav-container {
  height: 79px;
  background: rgba(12, 115, 214, 1);
}

.nav-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.nav-item {
  display: block;
  width: 160px;
  float: left;
  margin: 0 20px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 79px;
  text-align: center;
  background-position: 16% center;
  background-repeat: no-repeat;
}

.nav-item--index {
  background-position-x: 28%;
  background-image: url(../../images/2024/shouye-icon.png);
}

.nav-item--kexue {
  background-image: url(../../images/2024/kexue-icon.jpg);
}

.nav-item--kexie {
  background-image: url(../../images/2024/kexie-icon.jpg);
}

.nav-item--dangjian {
  background-image: url(../../images/2024/dangjian-icon.png);
}

.nav-item--xuehui {
  background-image: url(../../images/2024/xuehui-icon.png);
}

.nav-item--kepu {
  background-image: url(../../images/2024/kepu-icon.jpg);
}

.nav-item--yusuan {
  padding-left: 10px;
  background-position-x: 0%;
  background-image: url(../../images/2024/yusuan-icon.jpg);
}

.nav-item--kechuang {
  background-image: url(../../images/2024/kechuang-icon.png);
}

.main {
  width: 1200px;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #fff;
}

.lcrl{
  position: relative;
}

.lcrl .moreBtn{
  position: absolute;
  height: 32px;
  bottom: 15px;
  line-height: 32px;
  background: #fff;
  border-radius: 16px;
  padding: 0 16px;
  cursor: pointer;
  color: #099FED;
  left: 542px;
  display: block;
}

.lcrl__carousel {
  float: left;
  width: 637px;
  height: 358px;
  position: relative;
}

.lcrl__carousel-inner {
  height: 100%;
}

.lcrl__carousel-item {
  display: block;
  height: 100%;
  position: relative;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lcrl__carousel-item-title {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  height: 62px;
  background: rgba(2, 31, 61, 0.5);
  color: #fff;
  padding-right: 220px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.lcrl__carousel-pagination {
  position: absolute;
  right: 110px;
  bottom: 23px;
}

.lcrl__carousel-pagination-bullet {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 100%;
  background-color: gray;
}

.lcrl__carousel-pagination-bullet.on {
  background-color: white;
}

.lcrl__list {
  float: right;
  width: 540px;
  height: 358px;
}

.lcrl-tab-item {
  display: block;
  width: 108px;
  height: 38px;
  position: relative;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lcrl-tab-container {
  height: 39px;
  border-bottom: 1px solid #D8E6F1;
}

.lcrl-tab-item__title {
  display: block;
  height: 100%;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #B5E4F9;
  text-align: center;
}

.lcrl-tab-item.on {
  background-image: url(../../images/2024/lcrl-tab--active.png);
}

.lcrl-tab-item.on .lcrl-tab-item__title {
  color: #099FED;
}

.lcrl-tab-item--1,
.lcrl-tab-item--2 {
  float: left;
}

.lcrl-tab-item--1 {
  margin-right: 20px;
}

.lcrl-tab-list {
  width: 540px;
  position: absolute;
  top: 77px;
}

.lcrl-tab-list--2 {
  left: -128px;
}
.lcrl-tab-item p{position: absolute;left: -56px;top:20px;width: 240px;}
.lcrl-tab-item p a{font-size: 16px;color: #333333;line-height: 24px;font-weight: normal;padding: 0 5px;}

.lcrl-tab-list-headline {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px dashed #DEE3E8;
}

.lcrl-tab-list-headline-title {
  height: 56px;
  font-size: 22px;
  color: #293F58;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
}

.lcrl-tab-list-headline-summary {
  height: 52px;
  font-size: 14px;
  color: #7C8A99;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
  text-indent: 2em;
}

.lcrl-tag-list-reset {
  padding-top: 3px;
}

.lcrl-tag-list-reset-item {
  display: block;
  width: 100%;
  height: 39px;
  font-size: 16px;
  color: #1A3450;
  line-height: 39px;
  padding-left: 15px;
  overflow: hidden;
  background: url(../../images/2024/list-icon.png) left center no-repeat;
}

.big-adv {
  height: 80px;
  margin: 30px 0;
}

.mid-tab-container {
  height: 406px;
}

.mid-tab-item {
  float: left;
  width: 296px;
  height: 80px;
  margin-right: 5.3px;
  position: relative;
}

.mid-tab-item__title {
  display: block;
  height: 100%;
  font-size: 20px;
  color: #356595;
  line-height: 66px;
  background-position: center;
  background-repeat: no-repeat;
}

.mid-tab-item--last {
  margin-right: 0;
}

.mid-tab-item-list {
  width: 1200px;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mid-tab-item__title--1 {
  background-image: url(../../images/2024/mid-cata-title-bg-1-txt--normal.png);
}

.mid-tab-item.on .mid-tab-item__title--1 {
  background-image: url(../../images/2024/mid-cata-title-bg-1-txt--active.png),
    url(../../images/2024/mid-cata-title-bg-1-img--active.png);
}

.mid-tab-item__title--2 {
  background-image: url(../../images/2024/mid-cata-title-bg-2-txt--normal.png);
}

.mid-tab-item.on .mid-tab-item__title--2 {
  background-image: url(../../images/2024/mid-cata-title-bg-2-txt--active.png),
    url(../../images/2024/mid-cata-title-bg-2-img--active.png);
}

.mid-tab-item__title--3 {
  background-image: url(../../images/2024/mid-cata-title-bg-3-txt--normal.png);
}

.mid-tab-item.on .mid-tab-item__title--3 {
  background-image: url(../../images/2024/mid-cata-title-bg-3-txt--active.png),
    url(../../images/2024/mid-cata-title-bg-3-img--active.png);
}

.mid-tab-item__title--4 {
  background-image: url(../../images/2024/mid-cata-title-bg-4-txt--normal.png);
}

.mid-tab-item.on .mid-tab-item__title--4 {
  background-image: url(../../images/2024/mid-cata-title-bg-4-txt--active.png),
    url(../../images/2024/mid-cata-title-bg-4-img--active.png);
}

.mid-tab-item-list--1 {
  background-image: url(../../images/2024/mid-cate-body-bg--1.png);
}

.mid-tab-item-list--2 {
  background-image: url(../../images/2024/mid-cate-body-bg--2.png);
}

.mid-tab-item-list--3 {
  background-image: url(../../images/2024/mid-cate-body-bg--3.png);
}

.mid-tab-item-list--4 {
  background-image: url(../../images/2024/mid-cate-body-bg--4.png);
}

.mid-tab-item-list--2 {
  left: -301.3px;
}

.mid-tab-item-list--3 {
  left: -602.6px;
}

.mid-tab-item-list--4 {
  left: -903.9px;
}

.mid-tab-item-list__left {
  width: 824px;
  float: right;
}


.mid-tab-item-list__left-item {
  display: block;
  float: left;
  width: 383px;
  margin-right: 25px;
  margin-bottom: 45px;
}

.mid-tab-item-list__left-item-title {
  height: 26px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2D2D2D;
  line-height: 26px;
  overflow: hidden;
}

.mid-tab-item-list__left-item-summary {
  height: 48px;
  font-size: 14px;
  color: #7C8A99;
  line-height: 24px;
  overflow: hidden;
  text-indent: 2em;
}

.mid-tab-item-list__right {
  width: 336px;
  height: 269px;
  padding: 15px 20px;
  float: left;
  background: #F5FDF9;
}

.mid-tab-item-list__right-item {
  display: block;
  height: 100%;
}

.mid-tab-item-list__right-title {
  height: 22px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mid-tab-item-list__right-cover {
  display: block;
  width: 292px;
  /* height: 132px; */
}

.mid-tab-item-list__right-article {
  display: block;
  width: 84px;
  height: 37px;
  margin-top: 15px;
  background: #EEF4F9;
  font-size: 14px;
  color: #7289A3;
  line-height: 37px;
  text-align: center;
}

.special-column {
  height: 169px;
  padding: 36.5px 39px 36.5px 100px;
  margin-bottom: 30px;
  background: url(../../images/2024/special-column.png) left top no-repeat;
  position: relative;
}

.sc-button {
  width: 12px;
  height: 22px;
  position: absolute;
  top: 70px;
  cursor: pointer;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc-button--prev {
  left: 80px;
  background-image: url(../../images/2024/sc-prev.png);
}

.sc-button--next {
  right: 25px;
  background-image: url(../../images/2024/sc-next.png);
}

.sc-container {
  height: 100%;
}

.sc-item {
  float: left;
  width: 343px;
  height: 86px;
  margin: 5px;
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.kphm-container {
  padding-bottom: 30px;
}

.kphm-left {
  float: left;
  padding-top: 20px;
}

.kphm-left__top-title-wrapper {
  padding-bottom: 9px;
  width: 822px;
  background: url(../../images/2024/kphm-left__top-bg.png) center bottom no-repeat;
}

.kphm-left__top-title {
  display: block;
  padding-left: 20px;
  font-weight: 800;
  font-size: 24px;
  color: #099FED;
  padding-bottom: 20px;
  text-align: center;
}

.kphm-more {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 14px;
  color: #5A788E;
}

.kphm-left__bottom {
  padding-top: 10px;
}

.kphm-tab-item {
  float: left;
  width: 220px;
  height: 280px;
  padding-top: 26px;
  padding-left: 33px;
  padding-right: 20px;
  margin-right: 15.5px;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: width 0.5s ease;
}

.kphm-tab-item.on.kphm-tab-item--1,
.kphm-tab-item.on.kphm-tab-item--2,
.kphm-tab-item.on.kphm-tab-item--last {
  width: 351px;
}

.kphm-tab-item--1 {
  background-image: url(../../images/2024/kphm-tab-item-1--normal.png);
}

.kphm-tab-item.on.kphm-tab-item--1 {
  background-image: url(../../images/2024/kphm-tab-item-1--active.png);
}

.kphm-tab-item--2 {
  background-image: url(../../images/2024/kphm-tab-item-2--normal.png);
}

.kphm-tab-item.on.kphm-tab-item--2 {
  background-image: url(../../images/2024/kphm-tab-item-2--active.png);
}

.kphm-tab-item--last {
  background-image: url(../../images/2024/kphm-tab-item-3--normal.png);
}

.kphm-tab-item.on.kphm-tab-item--last {
  background-image: url(../../images/2024/kphm-tab-item-3--active.png);
}

/*
kphm-tab-item-1--normal
kphm-tab-item-1--active

kphm-tab-item-2--normal
kphm-tab-item-2--active

kphm-tab-item-3--normal
kphm-tab-item-3--active
*/

.kphm-tab-item--last {
  margin-right: 0;
}

.kphm-tab-item.on {
  background-size: 100% 100%;
  background-image: url(../../images/2024/kphm-tab--active.png);
}

.kphm-tab-item-title {
  display: block;
  width: 87px;
  height: 37px;
  margin-bottom: 20px;
}

.kphm-tab-item-list {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.kphm-tab-item.on .kphm-tab-item-list {
  opacity: 1;
}

.kphm-tab-item-list-item {
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
  background: url(../../images/2024/kphm-tab-item-list-item-icon.png) left 10px no-repeat;
}

.kphm-tab-item-list--2 {
  left: -279.33px;
}

.kphm-tab-item-list--3 {
  left: -558.66px;
}

.kphm-tab-item-list__left {
  float: left;
}

.kphm-tab-item-list__right {
  float: right;
}

.kphm-tab-item-list__item {
  display: block;
  width: 359px;
  height: 41px;
  font-size: 16px;
  color: #1A3450;
  line-height: 41px;
  padding-left: 15px;
  overflow: hidden;
  background: url(../../images/2024/list-icon.png) left center no-repeat;
}

.kphm-right {
  float: right;
  width: 355px;
  padding-top: 20px;
}

.kphm-right__top {
  padding-bottom: 9px;
  background: url(../../images/2024/kphm-right__top-bg.png) center bottom no-repeat;
}

.kphm-right__top-title {
  display: block;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 800;
  font-size: 24px;
  color: #099FED;
  text-align: center;
}

.kphm-right__bottom {
  width: 346px;
  height: 280px;
  padding: 40px 35px 0;
  margin-top: 10px;
  background: url(../../images/2024/kphm-right__bottom-bg.png) left top no-repeat;
}

.kpsj-item {
  display: block;
  width: 124px;
  height: 172px;
  background-color: #f00;
  background-position: left top;
  background-repeat: no-repeat;
}

.kpsj-item--left {
  float: left;
}

.kpsj-item--right {
  float: right;
}

.kpsj-more {
  float: right;
  display: block;
  width: 69px;
  height: 28px;
  margin-top: 30px;
  background: url(../../images/2024/kpsj-more-icon.png) left top no-repeat;
}

.qrcode-container {
  position: fixed;
  /* top: 560px; */
  top: 30%;
  right: 24px;
  width: 86px;
  height: 375px;
  padding-bottom: 38px;
  background: #FCFCFD;
  border-radius: 43px 43px 43px 43px;
  border: 1px solid #DEE3E8;
}

.qrcode-item {
  padding-top: 30px;
  position: relative;
}

.qrcode-item:hover .qrcode-item-list {
  display: block;
}

.qrcode-item-tab {
  cursor: pointer;
}

.qrcode-item__cover {
  display: block;
  margin: 0 auto;
}

.qrcode-item__title-container {
  padding-top: 5px;
  font-size: 14px;
  color: #393939;
  line-height: 18px;
  text-align: center;
}

.qrcode-item__title-bottom {
  margin: 0 auto;
  width: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DEE3E8;
}

.qrcode-item-list {
  display: none;
  position: absolute;
  top: 23px;
  left: -130px;
}

.qrcode-item-list img {
  width: 120px;
}

.friendly-link {
  padding-bottom: 50px;
  background: #F3F6FA;
}

.friendly-link-inner {
  width: 1200px;
  margin: 0 auto;
}

.fl-top {
  padding-top: 26px;
}

.fl-title__wrapper {
  padding-bottom: 9px;
  background: url(../../images/2024/fl-bottom.png) left bottom no-repeat;
}

.fl-title {
  font-weight: bold;
  font-size: 20px;
  color: #099FED;
  padding-bottom: 10px;
  border-bottom: 1px solid #D7E0EA;
}

.fl-bottom {
  padding-top: 30px;
}

.fl-bottom select {
  display: block;
  float: left;
  width: 267px;
  height: 46px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #D5D5D5;
  margin-right: 43.75px;
  background: url(../../images/2024/select-icon.png) 95% center no-repeat #fff;
  font-size: 14px;
  color: #565656;
  line-height: 46px;
  outline: none;
  -webkit-appearance: none;
  /* 尝试移除Webkit浏览器的默认样式 */
  -moz-appearance: none;
  /* 尝试移除Firefox的默认样式 */
  appearance: none;
  /* 尝试移除所有浏览器的默认样式 */
}

.fl-bottom select.select-last {
  margin-right: 0;
}
.info-foot .footer{ background: url(../../images/2024/footer-bgi1.jpg?t=1) center center / cover no-repeat;} 
.info-foot .footer-info{color: #062C59;} 
.footer {
  height: 228px;
  background: url(../../images/2024/footer-bgi.jpg?t=1) center center / cover no-repeat;
}

.footer-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 14px;
  text-align: center;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.footer-info {
  font-size: 14px;
  /*color: #062C59;*/
  color: #fff;
  line-height: 32px;
}

.beian-icp {
  margin-right: 70px;
}

.beian-item {
  padding-left: 25px;
  background: url(http://kx.km.gov.cn/images/ga.png) left center no-repeat;
}

.list-page-main {
  padding-top: 30px;
  margin-bottom: 40px;
}

.position-container {
  height: 18px;
  line-height: 18px;
  padding-left: 21px;
  margin-bottom: 20px;
  background: url(../../images/2024/position-icon.png) left top no-repeat;
  font-size: 16px;
}

.position-indicate-txt {
  float: left;
  color: #AFBCC9;
  margin-right: 5px;
}

.position-inner {
  float: left;
  color: #1180EB;
}

.list-content {
  padding: 50px 50px 0;
  border-radius: 4px 6px 6px 6px;
  border: 1px solid #E9F0F7;
}

.list-item {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dashed #070102;
  margin-bottom: 25px;
}

.list-item-title {
  font-size: 20px;
  color: #295177;
  line-height: 1.5;
  padding-bottom: 10px;
  font-weight: bold;
}

.list-item-summary {
  font-size: 16px;
  color: #000;
  line-height: 28px;
    text-align: justify;
    text-indent: 2em;
}

.pagination-container {
  margin-bottom: 30px;
}

.pagination-container td {
  font-size: 14px;
  color: #85A2BE !important;
}

.pagination-container td a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E3E9E8;
  line-height: 32px;
}

.pagination-container td a.current {
  color: #fff !important;
  background: #107BE1;
}

.article-container {
  padding: 60px;
  border-radius: 4px 6px 6px 6px;
  border: 1px solid #E9F0F7;
}

.article-title {
  font-size: 16px;
  color: #295177;
  line-height: 28px;
  text-align: center;
  padding-bottom: 30px;
}

.article-info {
  padding-bottom: 30px;
  font-size: 14px;
  color: #B0C2D2;
  line-height: 28px;
  text-align: center;
  border-bottom: 1px dashed #070102;
}

/* .article-content,
.share-container {
  padding-top: 30px;
  font-size: 16px;
  color: #272727;
  line-height: 32px;
} */

.article-content {
  padding-top: 30px;
  font-size: 16px;
  color: #3F4A55;
  line-height: 30px;
}

.share-container>* {
  float: right;
}

.share-txt {
  line-height: 30px;
  margin-right: 12px;
}

/* 1366*768的显示器下两侧留白过少, 看不到星空连线的效果, 这里使用媒体查询+缩放处理一下 */
/*
@media (max-width: 1400px) {
  html {
    transform-origin: left top;
    transform: scale(0.91);
    width: 1707.5px;
    height: 900px;
    overflow-x: hidden;
  }
}
*/
.child-catalog-container, .current-container {
  float: left;
}

.child-catalog-container {
  width: 151px;
  padding-top: 34px;
  margin-right: 38px;
  background: url(../../images/2024/child-catalog-bgi.png) left top / 100% 100% no-repeat;
}

.child-catalog-item-wrapper {
  margin-bottom: 34px;
  text-align: center;
}

.child-catalog-item {
  border-left: 3px solid #64C3FF;
  padding-left: 10px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}

.current-container {
  width: 1011px;
}

/*  */
.book_series { background: url(../../images/book_list_bg_1.png) no-repeat center top; width: 806px; height: 368px; margin: 20px auto; }
.bookCaseData{overflow: hidden;}
.bookCaseData li{margin: 8px; float: left;width: 250px; height: 370px; overflow: hidden; }
.bookCaseData li .title{margin-top:4px;font-size: 16px;line-height: 24px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333;}
/*  */
.pages-list.pages-list2 {width: 1200px;}
.bookWrap {padding: 0 75px;position: relative;}
#screenWrap {height: 749px;width: 998px;}
#screen {height: 749px;width: 998px;}
#controls {width: 50px;text-align: right;position: absolute;top: 50px;right: 25px;background: #000;}
#controls span.btn {padding: 10px;display: block;cursor: pointer;font: 12px/14px Arial, Helvetica, sans-serif;background-color: #3D3D3D;color: #fff;height: 40px;margin-top: 1px;}
#controls span.btn:hover {background-color: #808080;color: #FFF;box-shadow: 0 0 2px rgba(0, 0, 0, .8);}
#controls .up {background: url("../../images/zoomin.png") no-repeat center center;}
#controls .down {background: url("../../images/zoomout.png") no-repeat center center;}
.bookData{padding: 20px 0;}
.specialSlide{height: 281px;width: 1148px;overflow: hidden;padding: 15px 51px;border: 1px solid #f1f1f1;position: relative;}
.specialSlide .pb{position: absolute;}
.specialSlide li{height: 251px;width: 348px !important;padding: 0 7px;float: left;text-align: center;overflow: hidden;}
.specialSlide li a{display: block;height: 251px;width: 100%;cursor: pointer;}
.specialSlide li img{width: 100%;}
.specialSlide ul{overflow: hidden;width: 1040px;}
.specialSlide .bd{height: 251px;position: relative;overflow: hidden;}
.specialSlide>span{display: block;width: 53px;height: 100%;top: 0;cursor: pointer;}
.specialSlide>span.pre{left: 0;background:url(../../images/2024/le.png) no-repeat center;}
.specialSlide>span.next{right: 0;background:url(../../images/2024/ri.png) no-repeat center;}
.prevAndNext{padding:20px 0;overflow:hidden;}
.prevAndNext .prevIs,.prevAndNext .nextIs{display:block;width:200px;height:100px;padding:10px 20px;background:#f7f7f7;}
.prevAndNext .prevIs{float:left;text-align:left;}
.prevAndNext .nextIs{float:right;text-align:right;}
.prevAndNext .prevIs .name,.prevAndNext .nextIs .name{font-size:18px;line-height:32px;}
.prevAndNext .prevIs .title,.prevAndNext .nextIs .title{font-size:14px;line-height:24px;color: #7C8A99;height:24px;margin-top:8px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.prevAndNext .nowTitle{padding:10px 20px;width:700px;margin-left:24px;height:100px;float:left;text-align:center;color: #099FED;font-size:20px;line-height:40px;}
#contentNav li.on a{color: #000;}
#contentNav li a:hover{color: #000;}
#navConBox .pages-artilce{display: none;}
#navConBox .pages-artilce.on{display: block;}
/*  */
.nav-container .nav-inner{position: relative;}
.nav-container .nav-inner span.name{display: block;line-height: 79px;height: 79px;position: relative;}
.nav-container .nav-inner span.name a{display: block;}
.nav-container .nav-inner i{position: absolute;width: 16px;height: 8px;display: none;bottom: -8px;left: 50%;margin-left: -8px;background:url(../../images/2024/top_nav_jt.png) no-repeat center;z-index: 3;}
.nav-container .nav-inner .nav-item:hover i{display: block;}
.nav-container .top_sub_nav{top: 79px;width: 100%;left: 0;display: none;position: absolute;}
.nav-container .top_sub_nav .top_nav_bg{height: 100%;top:0;width: 100%;left: 0;filter: alpha(opacity=100);opacity: 1;background-color: #75b5f7;z-index: 2;position: absolute;}
.nav-container .top_sub_nav ul{/* height: 68px; */padding: 18px 15px;position: relative;z-index: 4;margin: 0;}
.nav-container .top_sub_nav ul li{line-height: 28px;border: 0;font-size: 17px;display: block;padding: 5px 0;}
.nav-container .top_sub_nav ul li::marker{display: none;font-size: 0;}
.nav-container .top_sub_nav ul span.line{display: none;width: 1px;height: 16px;margin: 8px 20px;background:#fff;float: left;}
.nav-container .top_sub_nav ul li a{color: #fff;}
.nav-container .top_sub_nav ul li a:hover{color: #0c73d6;}
.nav-container .nav-inner .nav-item:hover .top_sub_nav{display: block;}
/*  */
.pages-main{width: 1200px;margin:30px auto;height: auto;overflow: hidden;letter-spacing: 2.5px;}
.pages-main ul{list-style: none;padding: 0;margin:0;}
.pages-main p{margin:0;padding: 0;}
.pages-list{width: 858px;float: left;height: auto;overflow: hidden;border: 1px solid #E9F0F7;background:#fff;padding: 15px 25px;border-radius: 8px;}

.page-present{width: 100%;margin:0px auto 40px;height: auto;overflow: hidden;}
.page-present li{width: 100%;border-bottom: 1px solid #E9F0F7;margin:20px auto 0;height: auto;overflow: hidden;padding-bottom: 20px;}
.page-present li .list-img{float: left;width: 160px;height: 120px;margin-right: 20px;border-radius: 4px;overflow: hidden}
.list-img img{object-fit: cover;display: block;width: 100%;height: 100%;transition: transform 0.5s ease;transform: scale(1);}
.page-present li a:hover img{transform: scale(1.2);}

.showon .list-con{float: left;width: 100%;}
.list-con{float: left;width: 626px;}
.list-con h3{padding: 0;margin:0;font-size: 18px;height: 32px;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333333;font-weight: normal;}
.list-con .list-tag{width: 100%;line-height: 2px;margin:5px auto 14px;height: auto;overflow: hidden;color: #969696;}
.list-tag span{display: inline-block;width: 100px;height: 2px;background: #1180EB;}
.pages-main .list-con-html{font-size: 15px;text-align: justify;line-height: 28px;text-indent: 2em;color: #333333;margin-top: 16px;}
.page-present li a:hover .list-con h3{color: #295177;}

.pages-navb{width: 300px;float: right;height: auto;overflow: hidden;padding: 15px;border: 1px solid #E9F0F7;background: #FFFFFF;border-radius: 8px;}
.pages-navb strong{font-size: 18px;font-weight: bold;line-height: 50px;color: #666666;}
.pages-navb-bg{width: 100%;height: 2px;background: #E9F0F7;overflow: hidden;position: relative;}
.pages-navb-bg span{background: #1e80ff;width: 40px;height: 2px;overflow:hidden;position: absolute;left: 0;top:0;display: inline-block;}
.pages-navb ul{margin: 5px auto 10px;width: 100%;height: auto;overflow: hidden;}
.navb-box-menu li{width: 100%;font-size: 14px;line-height: 56px;border-bottom: 1px solid #E9F0F7;height: 56px;overflow: hidden;color: #333333;}
.navb-box-menu li a{display: block;width: 98%;padding: 0 1%;margin:0 auto;}
.navb-box-menu li em{font-style: normal;float: right;}
.navb-box-menu li a:hover{color: #295177;}

.navb-box-new li{width: 100%;margin:0 auto;height: auto;overflow: hidden;border-bottom: 1px solid #E9F0F7;font-size: 14px;padding: 18px 0;}
.navb-box-new li p{width: 100%;line-height: 20px;height: 20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navb-box-new li a:hover{color: #295177;}
.pages-list .position-container{margin:20px auto 10px;}
.pages-artilce{width: 100%;margin:0 auto;padding: 48px 0;}
.pages-artilce .article-container{padding: 0;width: 100%;border: none;}
.pages-artilce .article-info{border-bottom: 1px dashed #B0C2D2;}
.article-content img,.article-content video{max-width: 100%;display: inline-block;margin: 0 auto;}
.article-content p{margin:5px auto;}
.article-content td{border:1px solid #C0C0C0}
.list-top-nav{width:1200px;margin:15px auto 0;height:auto;overflow: hidden;}
.list-top-nav ul{list-style: none;margin:0;padding:0;text-align: center;}
.list-top-nav li{display: inline-block;margin:0 14px;}
.list-top-nav li a{font-size:16px;background:#099FED;color:#ffffff;padding:10px 20px;border-radius:20px;display: inline-block;}
.list-top-nav li a:hover{opacity: 0.86;}
.show-nav{opacity: 0;}