.HeaderBar {
  background-color: #0662b1;
}
.HeaderBar .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.HeaderBar .list-item {
  height: 124px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.HeaderBar .list-item-icon {
  max-height: 20px;
  margin-right: 8px;
}
.HeaderBar .list-item-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.FooterBar {
  margin-top: 93px;
  background: #3889ce;
}
.FooterBar .top {
  width: 1200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  color: #fff;
}
.FooterBar .top-link-item {
  line-height: 20px;
  padding: 0 5px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.FooterBar .top-link-item:first-child {
  padding-left: 0;
  border-left: none;
}
.FooterBar .top-call {
  display: flex;
  align-items: center;
}
.FooterBar .top-call-icon {
  width: 25px;
  height: 23px;
  margin-right: 10px;
}
.FooterBar .top-call-text {
  font-size: 24px;
  font-style: italic;
}
.FooterBar .bot {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 96px;
  background: #0662b1;
}
.SideBar {
  position: fixed;
  bottom: 15%;
  right: 10px;
  display: flex;
  flex-flow: column;
  z-index: 9999;
}
.SideBar .item {
  position: relative;
  display: flex;
}
.SideBar .item:hover .item-hover {
  display: block;
}
.SideBar .item-btn {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  pointer-events: auto;
  cursor: pointer;
}
.SideBar .item-hover {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  width: 120px;
  height: 120px;
  transform: translateX(-100%);
}
html {
  min-width: 1200px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.pages {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.ListPage .banner {
  position: relative;
  width: 100%;
  color: #fff;
}
.ListPage .banner-cn {
  position: absolute;
  top: 33%;
  left: 33%;
  transform: translateX(-50%);
  font-size: 15rem;
  font-weight: 700;
}
.ListPage .banner-zh {
  position: absolute;
  top: 52%;
  left: 29.6%;
  transform: translateX(-50%);
  font-size: 10rem;
  font-weight: 700;
}
.ListPage .banner-img {
  width: 100%;
}
.ListPage .news {
  width: 1200px;
  margin: 110px auto 20px;
}
.ListPage .news-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.ListPage .news-item:not(:first-child) {
  margin-top: 80px;
}
.ListPage .news-item-img {
  width: 526px;
  height: 326px;
  object-fit: cover;
}
.ListPage .news-item-text {
  width: 625px;
  display: flex;
  flex-flow: column;
  padding: 10px 0 15px;
}
.ListPage .news-item-text .time {
  color: #999;
  font-size: 14px;
}
.ListPage .news-item-text .title {
  width: 100%;
  color: #2c3136;
  font-size: 30px;
  margin-top: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListPage .news-item-text .desc {
  width: 100%;
  color: #2c3136;
  font-size: 20px;
  line-height: 30px;
  margin-top: 22px;
  display: -webkit-box;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.ListPage .news-item-text .icon {
  width: 80px;
  height: 10px;
  margin-top: auto;
}
.ListPage .pagination {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 105px auto 0;
}
.a1{
	padding: 15px;
    font-size: 30px;
    cursor: pointer;
	}
.span{
	padding: 15px;
    font-size: 30px;
    cursor: pointer;
	}
.ListPage .pagination .active {
  color: #0662b1;
}
.ListPage .pagination-item {
      padding: 15px;
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    *: ;
    display: inline;
    *: ;
    zoom: 1;
    vertical-align: middle;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}
.ListPage .pagination-itemactive {
  padding: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  background-color: #1E9FFF;
}
.ListPage .pagination-item:hover {
  color: #0662b1;
  font-weight: 700;
}
.ListPage .pagination-item:first-child {
  margin-right: 50px;
}
.ListPage .pagination-item:last-child {
  margin-left: 50px;
}
.DetailPage .banner {
  position: relative;
  width: 100%;
  color: #fff;
}
.DetailPage .banner-cn {
  position: absolute;
  top: 33%;
  left: 33%;
  transform: translateX(-50%);
  font-size: 15rem;
  font-weight: 700;
}
.DetailPage .banner-zh {
  position: absolute;
  top: 52%;
  left: 29.6%;
  transform: translateX(-50%);
  font-size: 10rem;
  font-weight: 700;
}
.DetailPage .banner-img {
  width: 100%;
}
.DetailPage .main {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}
.DetailPage .main-title {
  font-size: 30px;
  text-align: center;
}
.DetailPage .main-date {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.DetailPage .main-rich {
  width: 100%;
  margin-top: 50px;
  line-height: 35px;
}
.DetailPage .main-rich img {
  max-width: 100%;
}
.HomePage .swiper-container:hover .swiper-button-prev,
.HomePage .swiper-container:hover .swiper-button-next {
  display: block;
}
.HomePage .swiper-button-prev {
  display: none;
  color: #fff;
  margin-left: 20px;
}
.HomePage .swiper-button-next {
  display: none;
  color: #fff;
  margin-right: 20px;
}
.HomePage .banner {
  width: 100%;
  height: 576px;
}
.HomePage .banner-swiper {
  width: 100%;
  height: 576px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center center / cover;
  cursor: pointer;
}
.HomePage .notice {
  width: 1200px;
  margin: 67px auto 0;
}
.HomePage .notice-title {
  color: #0662b1;
  font-size: 29px;
  font-weight: 700;
}
.HomePage .notice-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15px;
}
.HomePage .notice-main-list {
  line-height: 36px;
}
.HomePage .notice-main-list .item {
  display: flex;
  align-items: center;
  padding: 17px 8px 16px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}


HomePage .notice-main-list .item:hover,
HomePage .notice-main-list .item:active {
        color:#F00;}
.HomePage .notice-main-list .item:last-child {
  border-bottom: 1px solid #ddd;
}
.HomePage .notice-main-list .item-time {
  font-size: 23px;
  font-style: italic;
  padding-right: 33px;
  margin-right: 28px;
  border-right: 1px solid #ddd;
}
.HomePage .notice-main-list .item-text {
  width: 610px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.HomePage .notice-main-btn {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}
.HomePage .notice-main-btn .title {
  height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  background-color: #0662b1;
}
.HomePage .notice-main-btn .main {
  position: relative;
  width: 326px;
  height: 300px;
  display: flex;
  align-items: flex-end;
  background: url("/img/notice.png") no-repeat center center / 100% 100%;
}
.HomePage .notice-main-btn .main-qrcode {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
  cursor: pointer;
}
.HomePage .notice-main-btn .main-btn {
  color: #0662b1;
  font-size: 24px;
  font-weight: 700;
  padding: 17px 63px;
  margin: 0 auto 48px;
  background-color: #fff;
  box-shadow: 0 3px 18px 3px rgba(11, 34, 66, 0.53);
  border-radius: 5px;
  cursor: pointer;
}
.HomePage .notice-main-btn .main-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
  z-index: 2;
}
.HomePage .study {
  width: 1200px;
  margin: 123px auto 0;
}
.HomePage .study-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.HomePage .study-top-title {
  color: #0662b1;
  font-size: 29px;
  font-weight: 700;
  padding: 5px 0 14px;
}
.HomePage .study-top-btn {
  display: flex;
}
.HomePage .study-top-btn .btn {
  width: 47px;
  height: 47px;
  margin-left: 10px;
  pointer-events: auto;
  cursor: pointer;
}
.HomePage .study-top-btn .btn:last-child {
  transform: rotate(180deg);
}
.HomePage .study-bot {
  width: 100%;
  height: 618px;
  margin-top: 63px;
}
.HomePage .study-bot-big {
  width: 100%;
  height: 200px;
  object-fit: cover;
  pointer-events: auto;
  cursor: pointer;
}
.HomePage .study-bot-list {
  display: flex;
  flex-flow: wrap;
}
.HomePage .study-bot-list .item {
  width: 232px;
  height: 128px;
  object-fit: cover;
  margin-top: 9px;
  margin-left: 10px;
  pointer-events: auto;
  cursor: pointer;
}
.HomePage .study-bot-list .item:nth-child(5n + 1) {
  margin-left: 0;
}
.HomePage .news {
  margin-top: 79px;
  padding: 91px 0 105px;
  background: #f7f7f7;
}
.HomePage .news-main {
  width: 1200px;
  margin: 0 auto;
}
.HomePage .news-main .active-1 .box:nth-child(2) {
  margin-top: 0;
  border-bottom: 2px solid #0662b1;
}
.HomePage .news-main .active-1 .box:nth-child(2n + 5) {
  margin-right: 20px;
}
.HomePage .news-main .active-2 .box:not(:nth-child(n + 3)) {
  margin-top: 0;
  border-bottom: 2px solid #0662b1;
}
.HomePage .news-main .active-2 .box:nth-child(2n + 1) {
  margin-right: 20px;
}
.HomePage .news-main-top {
  display: flex;
  align-items: center;
}
.HomePage .news-main-top .title {
  color: #0662b1;
  font-size: 29px;
  font-weight: 700;
  padding-right: 20px;
}
.HomePage .news-main-top .btn {
  height: 48px;
  color: #666;
  text-align: center;
  line-height: 48px;
  padding: 0 25px;
  border: 1px solid #ddd;
  border-radius: 24px;
  margin-left: 30px;
  cursor: pointer;
}
.HomePage .news-main-top .active {
  color: #fff;
  border: none;
  background-color: #0662b1;
}
.HomePage .news-main-bot {
  margin-top: 66px;
  overflow: hidden;
}
.HomePage .news-main-bot .swiper {
  float: left;
  width: 590px;
  height: 548px;
  margin-right: 20px;
}
.HomePage .news-main-bot .swiper-img {
  width: 100%;
  height: 358;
  margin-bottom: 20px;
}
.HomePage .news-main-bot .box {
  box-sizing: border-box;
  float: left;
  width: 590px;
  height: 170px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 20px;
  padding-left: 29px;
  padding-right: 13px;
  background-color: #fff;
  cursor: pointer;
}
.HomePage .news-main-bot .box-top {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.HomePage .news-main-bot .box-mid {
  width: 100%;
  height: 52px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin: 17px 0;
  display: -webkit-box;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.HomePage .news-main-bot .box-bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: 16px;
}
.HomePage .news-main-bot .box-bot-more {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.HomePage .news-main-bot .box-bot-more .icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.HomePage .link {
  width: 1200px;
  margin: 70px auto 0;
}
.HomePage .link-title {
  font-size: 29px;
  font-weight: 700;
}
.HomePage .link-list {
  position: relative;
  margin-top: 20px;
  padding: 9px 20px;
}
.HomePage .link-list-ul {
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: all 0.25s linear;
}
.HomePage .link-list-btn {
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: red;
  cursor: pointer;
  background: url("/img/link.png") no-repeat center center / 100% 100%;
}
.HomePage .link-list-btn:first-child {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.HomePage .link-list-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 16px;
  margin-left: 20px;
  padding-left: 13px;
  padding-right: 30px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.HomePage .link-list-item .icon {
  margin-right: 10px;
}
.HomePage .link-list-item:nth-child(2) {
  margin-left: 8px;
}
