@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #ffffff;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.mobile-e {
  display: none;
}

.select-tab {
  display: none;
}

.header-news-t .header-tk {
  width: 100%;
  height: 40px;
  background: #184783;
}

.header-news-t .header-tk .header-top {
  width: 1200px;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-news-t .header-tk .header-top .tab {
  display: none;
}

.header-news-t .header-tk .header-top .l {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}

.header-news-t .header-tk .header-top .r {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}

.header-news-t .header-search {
  width: 1200px;
  margin: 0 auto;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-news-t .header-search img {
  width: 320px;
  /*height: 59px;*/
}

.header-news-t .header-search .search {
  display: flex;
  flex-direction: column;
}

.header-news-t .header-search .search .input-search {
  display: flex;
}

.header-news-t .header-search .search .input-search input {
  width: 160px;
  background: #ffffff;
  border: 1px solid #0758a3;
  border-radius: 0;
  padding-left: 10px;
}

.header-news-t .header-search .search .input-search input::placeholder {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #999999;
}

.header-news-t .header-search .search .input-search > div {
  width: 50px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: #0758a3;
  border: 1px solid #0758a3;
  cursor: pointer;
}

.header-news-t .header-search .search .input-text {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #999999;
  padding-top: 8px;
}

.header-news-t .header-search .search .input-text a {
  color: #333333;
}

.header-news-t .headers-list {
  width: 100%;
  height: 54px;
  background: #087DCE;
  display: flex;
  align-items: center;
}

.header-news-t .headers-list ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.header-news-t .headers-list ul li {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0px;
  padding: 0 16px;
  cursor: pointer;
}

.header-news-t .headers-list ul .active {
  height: 64px;
  line-height: 73px;
  margin-top: -10px;
  background: url("../image/icon_active.png") no-repeat;
  background-size: 100% 100%;
}

.header-news-t .headers-list ul .show-li {
  position: absolute;
  z-index: 1000000;
  display: none;
}

.header-news-t .headers-list ul .show-li .li {
  width: 251px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #184783;
}

.header-news-t .headers-list ul .show-li .li:hover {
  background: rgba(7, 88, 163, 0.73);
  color: #ffffff;
}

.header-news-t .headers-list ul .select-tab {
  height: 64px;
  line-height: 64px;
  cursor: pointer;
}

.header-news-t .headers-list ul .select-tab .icon-right {
  height: 20px;
}

.header-news-t .headers-list ul .select-tab .show-lis {
  position: absolute;
  z-index: 1000000;
  display: none;
  margin-top: -10px;
}

.header-news-t .headers-list ul .select-tab .show-lis .li {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #184783;
}

.header-news-t .headers-list ul .select-tab .show-lis .li:hover {
  background: rgba(7, 88, 163, 0.5);
  color: #ffffff;
}

.index-swiper {
  background: url(../image/index/index_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-height: 581px;
}

.index-swiper .swiper-container {
  padding-top: 47px;
  max-width: 1200px;
  max-height: 581px;
}

.index-swiper .swiper-container .swiper-wrapper {
  width: 100%;
}

.index-swiper .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 1200px !important;
  max-height: 581px;
}

.index-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.index-swiper .swiper-container .swiper-button-prev {
  background-image: none;
  width: 64px;
  height: 64px;
  background: #184783;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-swiper .swiper-container .swiper-button-prev img {
  width: 21px;
  height: 29px;
}

.index-swiper .swiper-container .swiper-button-next {
  background-image: none;
  width: 64px;
  height: 64px;
  background: #184783;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-swiper .swiper-container .swiper-button-next img {
  width: 21px;
  height: 29px;
}

.index-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: white;
  color: #0758A3;
  border-radius: 0;
}

.index-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0750a3;
  color: #ffffff;
  border-radius: 0;
}

.index-book {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.index-book .index-left {
  max-width: 50%;
}

.index-book .index-left .news-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-book .index-left .news-text .lk-left {
  display: flex;
}

.index-book .index-left .news-text .lk-left img {
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

.index-book .index-left .news-text .lk-left .left-en {
  padding-left: 10px;
}

.index-book .index-left .news-text .lk-left .left-en p:nth-of-type(1) {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #0758a3;
  letter-spacing: 0px;
}

.index-book .index-left .news-text .lk-left .left-en p:nth-of-type(2) {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.index-book .index-left .news-text .lk-right {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.index-book .index-left .swiper-container2 {
  max-width: 820px;
  height: 470px;
  overflow: hidden;
  margin-top: 30px;
}

.index-book .index-left .swiper-container2 .swiper-wrapper {
  width: 100%;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  max-height: 82px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .time {
  display: flex;
  flex-direction: column;
  width: 109px;
  justify-content: center;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .time p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .line {
  width: 1px;
  height: 51px;
  margin-right: 21px;
  background: #999999;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot {
  display: flex;
  flex-direction: column;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot p:nth-of-type(1) {
  width: 515px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 10px;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot p:nth-of-type(2) {
  width: 521px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #d0d0d0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
}

.index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .support {
  padding-top: 4px;
}

.index-book .index-left .swiper-container2 .swiper-pagination {
  position: relative;
  text-align: right;
  margin-top: -21px;
  padding-right: 50px;
}

.index-book .index-left .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
}

.index-book .index-left .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
}

.index-book .index-left .list-kj {
  max-width: 820px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.index-book .index-left .list-kj .li {
  width: 31%;
  height: auto;
  display: flex;
  align-items: flex-end;
}

.index-book .index-left .list-kj .li .txt {
  width: 100%;
  max-height: 57px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding: 0 9px;
  padding-top: 12px;
  padding-bottom: 10px;
}

.index-book .index-left .list-kj .li .txt text {
  font-size: 10px;
  padding-left: 20px;
}

.index-book .index-right {
  width: 50%;
  margin-left: 33px;
}

.index-book .index-right .index-top {
  display: flex;
  width: 100%;
  height: 44px;
  line-height: 44px;
  align-items: center;
  border-bottom: 1px solid #0758A3;
  margin-bottom: 22px;
}

.index-book .index-right .index-top .li {
  height: 100%;
  padding: 0px 15px;
  color: #0758A3;
  font-size: 14px;
  background: #EDF4FC;
  cursor: pointer;
}

.index-book .index-right .index-top .active {
  color: #ffffff;
  background: #0758A3;
}

.index-book .index-load {
  width: 100%;
  min-height: 50px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;

}

.index-book .index-load .time {
  display: flex;
  height: 100%;
  width: 91px;
  justify-content: center;
  flex-direction: column;
}

.index-book .index-load .time p {
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  color: #184783;
  letter-spacing: 0px;
  padding-right: 19px;
}

.index-book .index-load .time p:nth-of-type(1) {
  font-size: 18px;
}

.index-book .index-load .time p:nth-of-type(2) {
  font-size: 14px;
}

.index-book .index-load .line {
  width: 1px;
  height: 47px;
  background: #d2d2d2;
}

.index-book .index-load .con {
  width: 60%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #184783;
  margin-left: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  position: relative;
}

.index-book .index-load img {
  width: 30px;
  height: 31px;
  position: relative;
  margin-top: -20px;
  position: absolute;
  right: 0;
  /* position: absolute; */
}

.index-book .know {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0758a3;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #0758a3;
  letter-spacing: 0px;
  cursor: pointer;
}

.index-book .lk-img {
  width: 48%;
  /* height: 119px; */
  margin-top: 20px;
}

.index-book .lk-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.index-book .lk-img:last-child {
  /* margin-top: 15px; */
}

.dynamic {
  background: url(../image/index/dy_bg.png) no-repeat;
  background-size: 100% 100%;
  width: auto;
  padding-bottom: 79px;
  margin: 0 15px;
}

.dynamic .dy-txt {
  width: 1200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 69px;
}

.dynamic .dy-txt img {
  width: 20px;
}

.dynamic .dy-txt p:nth-of-type(1) {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
  padding-top: 5px;
}

.dynamic .dy-txt p:nth-of-type(2) {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.dynamic .lj {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 47px;
}

.dynamic .lj .dynamic-left{
  width: 60%;
  height: 422px;
  display: flex;
  align-items: flex-end;
}
.dynamic .lj .dynamic-left .dynamic-bot{
  width: 100%;
  height: 110px;
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
  padding-bottom: 28px;
}
.dynamic .lj .dynamic-left .dynamic-bot .time{
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  align-items: center;
  padding: 0 19px 0 43px;
}
.dynamic .lj .dynamic-left .dynamic-bot .time .month{
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #ffffff;
}
.dynamic .lj .dynamic-left .dynamic-bot .time .year{
  font-size: 22px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #ffffff;
}
.dynamic .lj .dynamic-left .dynamic-bot .line{
  width: 1px;
  height: 32px;
  border-right: 1px solid #d2d2d2;
  margin-bottom: 8px;
}
.dynamic .lj .dynamic-left .dynamic-bot .intrduces{
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  padding-left: 20px;
}
.dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-title{
  width: 400px;
  height: 30px;
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* line-height: 31px; */
}
.dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-con{
  width: 400px;
  height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* line-height: 31px; */
}



.dynamic .lj .list-left {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.dynamic .lj .list-left a {
  width: 50%;
}

.dynamic .lj .list-left a .li-1 {
  background: url(../image/index/dy_1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dynamic .lj .list-left a .li-1 .dy-l {
  background: url(../image/index/dy_l.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.dynamic .lj .list-left a .li-1 .dy-l .title {
  max-width: 361px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  padding: 36px 16px 6px 17px;
}

.dynamic .lj .list-left a .li-1 .dy-l .content {
  max-width: 361px;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #c0ddfd;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 16px 20px 17px;
}

.dynamic .lj .list-left a .li-1 .dy-l .time {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding-left: 17px;
}

.dynamic .lj .list-left a .li-2 {
  background: url(../image/index/dy_2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dynamic .lj .list-left a .li-2 .dy-b {
  background: url(../image/index/dy_b.png) no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.dynamic .lj .list-left a .li-2 .dy-b .title {
  max-width: 361px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #0758A3;
  padding: 36px 16px 6px 17px;
}

.dynamic .lj .list-left a .li-2 .dy-b .content {
  max-width: 361px;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #4E85B9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 16px 20px 17px;
}

.dynamic .lj .list-left a .li-2 .dy-b .time {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #6F9BC5;
  padding-left: 17px;
}

.dynamic .lj .list-right {
  width: 550px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  margin-left: 19px;
}

.dynamic .lj .list-right .lk {
  height: 103px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border-bottom: 1px dashed #D5D5D5;
  margin: 0 auto;
  cursor: pointer;
}

.dynamic .lj .list-right .lk .time {
  width: 53px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  padding: 0 13px 0 30px;
}

.dynamic .lj .list-right .lk .time p {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  color: #333333;
  letter-spacing: 0px;
}

.dynamic .lj .list-right .lk .time p:nth-of-type(2) {
  font-size: 16px;
}

.dynamic .lj .list-right .lk .line {
  width: 1px;
  height: 32px;
  margin-right: 11px;
  background: #d2d2d2;
}

.dynamic .lj .list-right .lk .con p:nth-of-type(1) {
  width: 400px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dynamic .lj .list-right .lk .con p:nth-of-type(2) {
  width: 400px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
}

.dynamic .lj .list-right .lk:nth-of-type(4) {
  border-bottom: none;
}

.weclome {
  width: 100%;
  height: 160px;
  line-height: 160px;
  background: url(../image/index/weclome.png) #000000 no-repeat;
  background-size: 100% 100%;
  font-size: 54px;
  font-family: STJTBZ, STJTBZ-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.weclome .weclome-show {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.policy {
  width: 100%;
  height: 604px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.87) 57%, #e2eaf2);
}

.policy .dy-txt {
  width: 1200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 69px;
}

.policy .dy-txt img {
  width: 20px;
}

.policy .dy-txt p:nth-of-type(1) {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
  padding-top: 5px;
}

.policy .dy-txt p:nth-of-type(2) {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.policy .lh {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 34px;
  justify-content: space-between;
}

.policy .lh .po {
  width: 30%;
  height: 421px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding-bottom: 15px;
}

.policy .lh .po img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.policy .lh .po .time {
  padding: 16px 0 21px 21px;
  font-size: 16px;
  color: #0758A3;
}

.policy .lh .po .time text {
  font-size: 22px;
}

.policy .lh .po .con {
  max-width: 314px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 21px;
  line-height: 26px;
}

.policy .lh .po .more {
  width: 54px;
  height: 21px;
  text-align: center;
  border: 1px solid #0758a3;
  font-size: 14px;
  color: #0758a3;
  float: right;
  margin-right: 23px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy .lh .list-po {
  width: 47%;
  /* background: #ffffff; */
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16); */
}

.policy .lh .list-po .po-li {
  display: flex;
  width: 100%;
  height: 69px;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
}

.policy .lh .list-po .po-li .img {
  /* width: 18px; */
  height: 18px;
  margin-left: 17px;
}

.policy .lh .list-po .po-li > div {
  display: block;
  width: 100%;
  font-size: 15px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 6px;
}
.policy .lh .list-po .po-li .time{
  text-align: right;
  width: 100px;
  overflow: unset;
}

.policy .lh .list-po .po-li .news {
  width: 26px;
  height: 26px;
  margin-left: 18px;
}

.policy .lh .list-po .po-li:nth-of-type(6) {
  border-bottom: none;
}

.intrduce {
  width: 100%;
  height: 317px;
}

.intrduce img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intrduce-txt {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.intrduce-txt .left {
  display: flex;
  height: 28px;
  align-items: center;
  margin-top: 81px;
}

.intrduce-txt .left img {
  width: 40px;
  height: 28px;
}

.intrduce-txt .left > div {
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
  padding-left: 20px;
}

.intrduce-txt .right {
  max-width: 953px;
  min-height: 254px;
  background: #0758a3;
  margin-left: 29px;
  display: flex;
  align-items: center;
  margin-top: -60px;
  /* padding-right: 20px; */
}

.intrduce-txt .right img {
  max-width: 377px;
  max-height: 202px;
  margin-left: 30px;
}

.intrduce-txt .right > div {
  max-width: 513px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 24px;
  margin: 0 25px;
}

.intrduce-txt .right > div p {
  word-break: break-all;
}

.down {
  width: 1200px;
  margin: 0 auto;
  margin-top: 87px;
}

.down .news-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.down .news-text .lk-left {
  display: flex;
}

.down .news-text .lk-left img {
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

.down .news-text .lk-left .left-en {
  padding-left: 10px;
}

.down .news-text .lk-left .left-en p:nth-of-type(1) {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #0758a3;
  letter-spacing: 0px;
}

.down .news-text .lk-left .left-en p:nth-of-type(2) {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.down .news-text .lk-right {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.down .list {
  margin-top: 42px;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.down .list .li {
  width: 31%;
  height: 353px;
  background: #ffffff;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  margin-right: 11px;
}
.down .list .li:nth-child(3n){
  margin-right: 0;
}

.down .list .li .top {
  display: flex;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #0758A3;
}

.down .list .li .top .l {
  font-size: 17px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
}

.down .list .li .top .r {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0758a3;
  letter-spacing: 0px;
  cursor: pointer;
}

.down .list .li .lg {
  cursor: pointer;
}

.down .list .li .lg .one {
  display: flex;
  width: 100%;
  height: 76px;
  align-items: center;
  border-bottom: 1px dashed #e0e0e0;
}

.down .list .li .lg .one img {
  width: 14px;
  height: 14px;
  margin-left: 20px;
}

.down .list .li .lg .one > div {
  width: 293px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 9px;
}

.down .list .li .lg .one:last-child {
  border: none;
}

.quick {
  width: 1200px;
  margin: 0 auto;
  margin-top: 75px;
}

.quick .list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.quick .list a {
  /* margin: 1%; */
  display: block;
}

.quick .list a .li {
  flex: 1;
  width: auto;
  width: 160px;
  height: 118px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.6s;
  overflow: hidden;
}

.quick .list a .li img {
  width: 69px;
  height: 47px;
}

.quick .list a .li > div {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #271c1b;
  padding: 10px 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: 100%;
}

.quick .list a .li:hover {
  transform: scale(1.1);
}

.quick .list a .li:hover > div {
  font-weight: bolder;
}

.link {
  background: url(../image/index/concat.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-left: 0 !important;
}

.link .op {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #184783);
}

.link .op .news-text {
  width: 1200px;
  margin: 0 auto;
}

.link .op .selectr {
  width: 1200px;
  margin: 0 auto;
  margin-top: 41px;
}

.link .op .selectr .list {
  display: flex;
  width: 100%;
  /*flex-direction: column;*/
}

.link .op .selectr .list .select-li {
  width: 40%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.link .op .selectr .list .select-li .list-txt{
  font-size: 14px;
  height: 24px;
  color: #184783;
  width: 80px;
}

.link .op .selectr .list .select-li select {
  -webkit-appearance: none;
  width: 67%;
  height: 43px;
  background: url(../image/index/down.png) no-repeat scroll right center transparent;
  background-position: 95% 50%;
  background-size: 16px;
  margin-top: -10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 10px;
  border: 2px solid #184783;
  color: #184783;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin-left: 14px;
}

.link .op .bank {
  margin-top: 97px;
}

.link .op .bank .mobile {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
}

.link .op .bank .address {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  padding: 12px 0;
  line-height: 20px;
}

.link .op .bank .bg {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
}

.link .op .bank .support {
  padding-bottom: 31px;
  padding-top: 12px;
}

.ds {
  height: 53px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 30px !important;
}
.advert-wrap{
  display:flex;
  justify-content:space-between;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-news-t .header-tk .header-top {
    width: 95%;
  }
  .header-news-t .header-search {
    width: 95%;
  }
  .index-swiper .swiper-container {
    width: 95%;
  }
  .index-book {
    width: auto;
    padding: 0 10px;
  }
  .dynamic .lj .list-left .li-1 {
    width: 300px;
  }
  .dynamic .lj .list-left .li-2 {
    width: 300px;
  }
  .policy .lh {
    width: auto;
    margin: 30px 10px;
    margin: 0 20px;
  }
  .intrduce-txt {
    width: 98%;
  }
  .intrduce-txt .left img {
    width: 20px;
    height: 18px;
  }
  .intrduce-txt .right > div {
    padding: 20px;
  }
  .down {
    width: auto;
    margin: 87px 10px 0;
  }
  .link {
    width: 100%;
  }
  .link .op .news-text {
    width: 95%;
  }
  .link .op .selectr {
    width: 95%;
  }
  .dy-txt {
    width: 95% !important;
  }
  .policy .lh .list-po .po-li .news {
    margin-left: 0;
  }
  .header-news-t .headers-list ul a:nth-of-type(11) {
    display: none;
  }
  .index-book .index-load .time p:nth-of-type(1) {
    font-size: 16px;
  }
  .index-book .index-load .time {
    width: 100px;
  }
  .index-book .index-left .list-kj .li .txt {
    max-width: 232px;
  }
  .index-book .index-left .swiper-container2 {
    height: 450px;
  }
  .policy .lh {
    /* margin: 0; */
  }
  .policy .lh .po {
    margin: 0 10px;
  }
  .policy .lh {
    padding-bottom: 0;
  }
  .dynamic .lj .dynamic-left{
    height: 400px !important;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-title{
    width: 400px !important;
  }
    .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-con{
    width: 400px !important;
  }
  .dynamic .lj .list-right .lk .con p:nth-of-type(2){
    width: 400px !important;
  }
  .dynamic .lj .list-right .lk .con p:nth-of-type(1){
    width: 400px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .select-tab {
    display: block;
  }
  .weclome {
    font-size: 46px;
  }
  .policy .lh {
    margin-top: 30px;
  }
  .down .list .li {
    margin-right: 20px;
    /* margin: 1% !important; */
    width: 30%;
  }
  .index-book .index-left .list-kj .li {
    height: auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dynamic .lj .dynamic-left{
    width: 50%;
  }
  .dynamic .lj .list-right{
    /* width: 70% !important; */
  }
  .header-news-t .headers-list {
    padding: 0 20px;
  }
  .dynamic .lj .list-left .li-1 {
    width: 270px;
  }
  .dynamic .lj .list-left .li-2 {
    width: 270px;
  }
  .dynamic .lj .list-right .lk .con p:nth-of-type(2) {
    width: 200px;
  }
  .dynamic .lj .list-right .lk .con p:nth-of-type(1) {
    width: 200px;
  }
  .policy .lh .list-po .po-li .news {
    padding-right: 10px;
    padding-left: 20px;
  }
  .policy .lh .po .con {
    padding: 0 10px;
  }
  .policy .lh .list-po .po-li > div {
    width: 200px;
  }
  .header-news-t .headers-list {
    display: none;
  }
  .header-news-t .header-tk .header-top .tab {
    display: block;
    width: 30px;
    height: 20px;
  }
  .header-news-t .header-search .search {
    padding-right: 20px;
  }
  .dynamic .lj .list-left .li-1 .dy-l .time {
    font-size: 16px;
  }
  .dynamic .lj .list-left .li-1 .dy-l .content {
    font-size: 17px;
  }
  .weclome .weclome-show {
    font-size: 25px !important;
  }
  .down .list .li {
    margin: 0 10px;
  }
  .down .list .li {
    margin: 0 5px;
    margin-bottom: 10px;
    width: 29%;
  }
  .quick .list a .li {
    padding: 0;
  }
  .index-book .index-left .list-kj .li {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .index-book .index-left .list-kj .li .txt {
    width: 100%;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide img {
    object-fit: cover;
  }
  .dynamic {
    background: none;
  }
  .dynamic .lj .list-left a {
    height: 250px;
  }
  .policy {
    padding-bottom: 20px;
  }
  .intrduce-txt .left {
    margin-top: 30px;
  }
  .dynamic .lj .list-right .lk .time {
    width: 80px;
  }
  .index-book .index-right {
    margin-left: 10px;
  }
  .index-book .index-left .list-kj .li .txt {
    padding: 0;
    padding-top: 5px;
  }
  .header-news-t .header-search img {
    width: 320px !important;
    height: 59px !important;
  }
  .dynamic .lj .list-right {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .index-book .index-left {
    width: 50%;
  }
  .index-book .index-left .list-kj .li .txt {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .dynamic .lj .list-left .li-1 {
    width: 230px;
  }
  .dynamic .lj .list-left .li-2 {
    width: 230px;
  }
  .link .op .selectr .list .select-li select {
    width: 100%;
  }

  .link .op .selectr .list {
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .link .op .selectr .list{
    flex-direction: column;
  }
  .link .op .selectr .list .select-li{
    width: 80%;
    margin-bottom: 15px;
  }
  .index-book .index-right .index-top .li {
    /* padding: 0; */
  }
  .header-top .tab {
    width: 30px;
    height: 20px;
    margin-right: 20px;
    display: block !important;
  }
  .index-book {
    flex-direction: column;
  }
  .index-swiper .swiper-container {
    width: 95%;
  }
  .header-news-t .header-tk .header-top {
    width: 98%;
  }
  .header-news-t .header-tk .header-top .r {
    padding-right: 70px;
  }
  .header-news-t .header-search {
    width: 100%;
    background: #ffffff;
  }
  .dynamic .lj {
    width: 100%;
    flex-direction: column;
  }
  .policy .lh {
    width: auto;
    flex-direction: column;
    margin: 34px 15px 0 15px;
  }
  .intrduce-txt {
    width: 100%;
    flex-direction: column;
  }
  .intrduce-txt .right {
    margin: 0 auto;
    margin-top: 50px;
    width: 95%;
  }
  .intrduce-txt .left {
    margin-left: 20px;
  }
  .down {
    width: auto;
  }
  .link {
    width: 100%;
  }
  .link .op .selectr {
    width: auto;
    margin: 42px 15px 0 20px;
  }
  .header-news-t .header-search img {
    width: 150px;
    margin-right: 20px;
    height: 30px;
    margin-left: 10px;
  }
  .header-news-t .header-search .search .input-search input {
    width: 100px;
  }
  .ds {
    height: 0;
  }
  .index-book {
    width: auto;
    margin-top: 30px;
  }
  .link .op .selectr .list .select-li select {
    font-size: 12px;
  }
  .down .list {
    flex-direction: column;
    margin-top: 10px;
  }
  .down .list .li {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .dynamic .dy-txt {
    width: auto;
  }
  .dynamic .lj .list-right {
    width: 100%;
    margin-top: 20px;
  }
  .dynamic .lj .list-right .lk {
    width: 100%;
    justify-content: flex-start;
  }
  .dynamic {
    height: auto;
  }
  .weclome {
    margin-top: 30px;
    font-size: 30px;
  }
  .policy .dy-txt {
    width: auto;
  }
  .policy {
    height: auto;
  }
  .policy .lh .po {
    width: auto;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .policy .lh .led {
    padding: 0;
  }
  .policy .lh .po .con {
    max-width: 98%;
  }
  .policy .lh .po .more {
    position: absolute;
    right: 0;
    margin-right: 30px;
    margin-left: 0;
  }
  .policy .lh .list-po {
    width: 97%;
    margin: 0 auto;
  }
  .policy .lh .list-po .po-li > div {
    width: 100%;
  }
  .policy .lh .list-po .po-li .news {
    margin-right: 20px;
  }
  .intrduce-txt .right > div {
    padding: 20px 0;
  }
  .quick .list {
    flex-direction: initial;
  }
  .link .list {
    flex-direction: initial;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .time {
    padding-left: 10px;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .time p {
    font-size: 14px;
    width: 50px;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot p:nth-of-type(1) {
    font-size: 14px;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot p:nth-of-type(1) {
    font-size: 12px;
  }
  .index-book .index-left .list-kj .li .txt text {
    padding-left: 10px;
  }
  .index-book .index-left .list-kj .li .txt {
    padding-bottom: 5px;
  }
  .index-book .know {
    max-width: 100%;
    width: auto;
    /* margin: 0 15px; */
    margin-top: 10px;
  }
  .index-book .index-load .con {
    width: 95%;
  }
  .index-book .advert-wrap {
    display: flex;
    margin-top: 2rem;
  }
  .index-book .lk-img {
    width: auto;
    margin: 10px 2px;
    background: #ff;
  }
  .dynamic .lj .list-left {
    display: block;
  }
  .dynamic .lj .list-left .li-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .dynamic .lj .list-left .li-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .dynamic .lj .list-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .dynamic .lj .list-right {
    width: auto;
  }
  .link .op .bank .mobile {
    width: 262px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    text-align: center;
    color: #184783;
    line-height: 20px;
    margin: 0 auto;
  }
  .link {
    background: none;
  }
  .link .op {
    background: none;
  }
  .link .op .bank {
    background: url(../image/index/concat.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
  }
  .link .op .selectr .list .select-li select {
    background-size: 12px;
    height: 32px;
    /* margin-left: 0; */
    width: 60%;
  }
  .link .op .selectr .list .select-li .list-txt{
    font-size:12px;
  }
  .bank .bank-op {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #184783);
  }
  .link .op .bank .address text {
    display: none;
  }
  .mobile-e {
    display: block;
  }
  .weclome .weclome-show {
    font-size: 20px;
  }
  .header-news-t .headers-list {
    display: none !important;
  }
  .index-book .index-right {
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .index-book .index-load {
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .index-book .index-right .index-top {
    margin-top: 20px;
  }
  .dynamic {
    background: none;
  }
  .dynamic .lj .list-right {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 30px;
  }
  .index-swiper .swiper-container {
    height: 260px;
  }
  .index-swiper .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100% !important;
  }
  .dynamic .lj .list-left a .li-1 .dy-l .time {
    padding-bottom: 20px;
  }
  .dynamic .lj .list-left a .li-2 .dy-l .time {
    padding-bottom: 20px;
  }
  .dynamic .dy-txt p:nth-of-type(1) {
    font-size: 21px;
  }

  .dynamic .lj .dynamic-left{
    width: 100%;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-title{font-size: 16px;}
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .index-book .index-left {
    width: auto;
    margin: 0 auto;
    max-width: none;
    margin: 0 15px;
  }
  .dynamic .lj .list-left a {
    height: 250px;
  }
  .index-book .index-load .con {
    width: 90%;
  }
  .policy .lh {
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .intrduce-txt .right {
    flex-direction: column;
  }
  .intrduce-txt .right img {
    margin-top: 20px;
    /* width: 100%; */
    max-width: inherit;
    margin: 20px;
  }
  .header-news-t .header-search .search .input-search {
    justify-content: flex-end;
  }
  .header-news-t .header-search .search {
    margin-right: 15px;
  }
  .dynamic .lj .dynamic-left{
    height: 320px;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-title{
    width: 300px;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-con{
    width: 300px;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .time{
    padding:0 19px;
  }
}

@media screen and (max-width: 450px) {
  .load-more{
  width: 95% !important;
  flex-direction: column;
}
.load-more a{
  width: 100%;
}
.load-more .know{
width: 100%;
}
.load-more a:nth-of-type(2) .know {
    width: 95% !important;
    /* margin: 0 auto; */
    margin-left: 15px !important;
}
  .policy .lh .list-po .po-li .img{
    margin-left: 0;
  }

  .index-book .index-left .swiper-container2 {
    height: 260px;
  }
  .header-news-t .header-tk .header-top {
    padding: 0;
  }
  .header-news-t .headers-list ul {
    display: none;
  }
  .intrduce-txt .right {
    flex-direction: column;
  }
  .intrduce-txt .right img {
    /* margin-top: 10px; */
  }
  .intrduce-txt .right > div {
    margin-left: 20px;
  }
  .down {
    margin-left: 20px;
  }
  .quick .list {
    flex-wrap: wrap;
  }
  .link .op .selectr .list {
    margin-bottom: 30px;
  }
  .link .op .selectr .list .select-li {
    margin-bottom: 30px;
    /* width: 100%; */
  }
  .policy .lh .po {
    margin-left: 0;
  }
  .policy .lh .po {
    padding: 0;
  }
  .weclome {
    font-size: 20px;
  }
  .header-news-t .header-tk .header-top .r {
    padding-right: 10px;
  }
  .header-news-t .header-tk .header-top .l {
    padding-left: 10px;
  }
  .index-swiper .swiper-container .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: 10px;
  }
  .index-swiper .swiper-container .swiper-button-prev {
    width: 34px;
    height: 34px;
    margin-top: 10px;
  }
  .index-swiper .swiper-container .swiper-button-next img {
    width: 15px;
    height: 15px;
  }
  .index-swiper .swiper-container .swiper-button-prev img {
    width: 15px;
    height: 15px;
  }
  .index-book .index-left {
    margin: 0 15px;
    width: auto;
  }
  .index-book .index-left .list-kj .li .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    visibility: hidden;
  }
  .index-book .index-left .list-kj .li {
    max-height: 70px;
  }
  .index-book .index-right {
    margin-left: 0;
    width: 100%;
  }
  .index-book .index-load {
    max-width: 95%;
    margin: 0 auto;
  }
  .index-book .index-load .time p:nth-of-type(1) {
    font-size: 14px;
  }
  .index-book .know {
    max-width: auto;
    margin: 0 15px;
    margin-top: 10px;
  }
  .index-book .advert-wrap {
    flex-direction: column;
    width: 100%;
  }
  .index-book .lk-img {
    margin: 0 15px;
    margin-top: 10px;
    width: auto;
  }
  .index-book .index-load .con {
    width: 40%;
  }
  .dynamic .lj .list-right {
    margin: 0 auto;
    margin-top: 10px;
  }
  .weclome {
    height: 80px;
    line-height: 80px;
  }
  .policy .dy-txt {
    margin-top: 20px;
  }
  .policy .lh .po {
    margin-left: auto;
  }
  .policy .lh .list-po .po-li .news {
    width: 16px;
    height: 16px;
  }
  .policy {
    padding-bottom: 10px;
  }
  .intrduce {
    height: 117px;
  }
  .intrduce-txt .left {
    margin-top: 30px;
  }
  .down {
    margin-left: auto;
  }
  .down .list .li .lg .one > div {
    width: 300px;
  }
  .quick {
    margin-top: 25px;
  }
  .link {
    height: auto;
  }
  .link .op .bank {
    margin-top: 30px;
  }
  .link .op .bank .address {
    font-size: 13px;
  }
  .link .op .news-text {
    width: auto;
  }
  .down .news-text .lk-left {
    margin-left: 15px;
  }
  .index-book .lk-img img {
    object-fit: cover;
  }
  .header-news-t .header-search .search {
    display: none;
  }
  .header-news-t .header-search img {
    width: 250px;
    height: auto;
    margin-top: 8px;
  }
  .link .op .selectr .list .select-li select {
    border: 1px solid #184783;
  }
  .index-book .index-right .index-top .li {
    width: auto;
    font-size: 12px;
    text-align: center;
    flex: 1;
    padding: 0 !important;

  }
  .header-news-t .header-tk .header-top .r {
    display: none;
  }
  .header-news-t .headers-list {
    display: none;
  }
  .link .op .selectr .list .select-li select {
    width: 200px;
  }
  .index-book .index-right .index-top {
    width: auto;
    margin-top: 20px;
    margin: 20px 15px 29px 15px;
    overflow-x: scroll;
  }
  .dynamic {
    background: none;
  }
  .down {
    margin-top: 30px;
  }
  .index-book .index-load {
    width: auto;
    margin: 0 15px;
    margin-bottom: 10px;
  }
  .index-book .index-left {
    max-width: 100%;
  }
  .header-news-t .header-search {
    height: 100px;
  }
  .dynamic .lj .dynamic-left{
    height: 280px;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .time{
    padding: 0 10px;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-title{
    width: 250px;
  }
  .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-con{
    width: 250px;
    font-size: 14px;
  }


}

.move {
  transform: translateX(100%) !important;
}

.shows {
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: 10;
  display: none;
}

/* 页数按钮样式 */
.page_div button {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #F3F3F3;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

#page {
  text-align: center;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
  width: 50px;
  color: #333333;
}

#nextPage,
#prePage {
  width: 70px;
}

.page_div .current {
  background-color: #0758A3;
  color: #ffffff;
}

/* 页面数量 */
.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #333333;
  margin: 0 5px;
}

/*button禁用*/
.page_div button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .header-news-t .header-tk .header-top .r {
    display: none;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg {
    width: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 960px) {
  .index-book {
    flex-direction: column;
  }
  .index-book .index-left {
    /* width: 100%; */
    max-width: 100%;
  }
  .index-book .index-load {
    width: auto;
  }
  .index-book .index-right {
    width: auto;
    margin: 0 15px;
  }
  .index-book .index-right {
    /* margin-left: 0; */
  }
  .index-book .index-load .con {
    width: 84%;
  }
  .index-book .know {
    width: auto;
  }
  .index-book .lk-img {
    /* width: auto; */
  }
  .index-book .index-left .swiper-container2 {
    max-width: 100%;
  }
  .index-book .index-left .list-kj {
    max-width: 100%;
  }
  .index-book {
    width: auto;
  }
  .dynamic .lj .list-left a {
    height: auto;
  }
  .intrduce-txt .left {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .intrduce-txt .left {
    margin-top: 42px;
  }
  .intrduce-txt .right > div {
    max-width: 100%;
  }
  .down {
    width: 98%;
    margin-top: 42px;
  }
  .link {
    width: auto;
    margin: 0;
  }
  .quick .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .quick .list a {
    /* margin: 2.5%; */
  }
  .intrduce-txt .right {
    flex-direction: column;
  }
  .intrduce-txt .right img {
    /* margin-top: 30px; */
  }
  .index-book .index-right .index-top {
    margin-top: 10px;
  }
  .dynamic .dy-txt {
    margin-top: 42px;
  }
  .policy {
    width: 98%;
    height: auto;
  }
  .policy .dy-txt {
    margin-top: 42px;
  }
  .intrduce-txt {
    flex-direction: column;
  }
  .intrduce-txt .right {
    margin-top: 30px;
  }
  .policy .lh {
    margin-top: 30px;
  }
  .intrduce {
    height: auto;
  }
  .index-book .index-left .list-kj .li .txt {
    padding: 0 9px;
  }
}

@media screen and (min-width: 450px) and (max-width: 640px) {
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot p:nth-of-type(2) {
    width: 300px;
  }
  .index-book .index-right {
    width: auto;
    margin: 0 15px;
  }
  .index-book .index-load .con {
    width: 80%;
  }
  .dynamic .dy-txt {
    margin-top: 39px;
  }
  .dynamic .lj .list-left a {
    height: auto;
  }
  .dynamic .lj {
    width: 98%;
  }
  .index-book .index-left .list-kj .li {
    height: auto;
  }
  .dynamic {
    padding-bottom: 0;
  }
  .policy .dy-txt {
    margin: 39px;
  }
  .policy .lh {
    padding-top: 0;
  }
  .weclome {
    height: 100px;
    line-height: 100px;
  }
  .intrduce-txt .left {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .intrduce-txt .left {
    margin-top: 52px;
  }
  .intrduce {
    height: auto;
  }
  .intrduce-txt {
    width: 98%;
  }
  .down {
    width: 98%;
    margin-top: 42px;
  }
  .link {
    width: auto;
  }
  .quick .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .quick .list a {
    /* width: 42% !important; */
  }
  .down .news-text .lk-left img {
    margin-left: 10px;
  }
}

@media screen and (max-width: 450px) {
  .index-swiper .swiper-container {
    width: 85%;
  }
  .index-swiper .swiper-container {
    height: 200px;
  }
  .index-book {
    margin: unset;
    margin-top: 30px;
  }
  .index-book .index-left .swiper-container2 .swiper-wrapper .swiper-slide .bg .bot p:nth-of-type(2) {
    width: 250px;
  }
  .dynamic .dy-txt {
    margin: 42px;
  }
  .dynamic .lj .list-left {
    flex-direction: column !important;
  }
  .dynamic .lj .list-left a {
    width: 100% !important;
  }
  .dynamic {
    padding: 0;
  }
  .policy .lh .list-po {
    /* display: none; */
  }
  .intrduce-txt .left {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .down {
    width: auto;
    margin: 30px 15px 0 15px;
  }
  .policy .lh .po {
    margin: 0 1% !important;
    margin-bottom: 10px !important;
  }
  .link {
    width: 100%;
  }
  .intrduce-txt .right {
    width: auto;
    margin: 30px 15px 0 15px;
  }
  .intrduce-txt .right img {
    max-width: 100%;
    /* width: 100%; */
    margin: 20px;
    margin-top: -20px;
  }
  .quick .list a .li {
    /* margin: 1%; */
    width: 35vw;
    height: 100px;
  }
  .link {
    margin: 30px 0 0 0;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px !important;
  }
  .dynamic .lj .list-right{
    display: none;
  }
  
}
@media screen and (max-width: 365px) {
  .quick .list a .li {
   width: 33vw;
 }
 .dynamic .lj .dynamic-left{
  height: 235px;
 }
 .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-title{
  font-size: 16px;
  width: 200px;
 }
 .dynamic .lj .dynamic-left .dynamic-bot .intrduces .intrduce-con{
  font-size: 14px;
  width: 200px;
 }
 .dynamic .dy-txt p:nth-of-type(1){
  font-size: 18px;
 }
 .dynamic .lj .dynamic-left .dynamic-bot{
  padding-bottom: 10px;
 }
}

.img-swiper{
  display: flex;
  justify-content: center;
}
.img-swiper img{
  margin-top: -4px;
}
.load-more{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.load-more a{
  width: 100%;
}
.load-more .know{
width: 95%;
}
.load-more a:nth-of-type(2) .know {
    width: 95%;
    /* margin: 0 auto; */
    margin-left: 11px;
}