@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hideText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hideText-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hideText-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hideText-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  padding: 81px 0 40px;
}

.header .logo {
  margin-right: 17px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 238px;
  height: 45px;
}

.header .nav ul .active a {
  position: relative;
  color: #815ADB;
}

.header .nav ul li {
  margin: 0 20px;
}

.header .nav ul li a {
  padding-bottom: 12px;
  position: relative;
  font-size: 24px;
  color: #333;
}

.header .nav ul li a:hover {
  color: #815ADB;
}

.banner a {
  display: block;
}

.banner a img {
  display: block;
  width: 100%;
  height: 800px;
}

.public-title strong, .public-title a {
  font-size: 30px;
  color: #815ADB;
  margin-bottom: 10px;
  font-weight: normal;
}

.public-title span {
  font-size: 19px;
  color: #888;
}

.about {
  position: relative;
  margin-top: 140px;
}

.about .main {
  margin-top: 62px;
}

.about .main > p {
  width: 52.5%;
  font-size: 18px;
  color: #343434;
}

.about .main .img {
  position: absolute;
  top: 0;
  right: 0;
}

.about .main .img img {
  width: 480px;
}

.about .main > ul {
  position: absolute;
  padding: 32px 24px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(84, 143, 158, 0.35);
          box-shadow: 1px 1px 7px 0px rgba(84, 143, 158, 0.35);
}

.about .main > ul li {
  margin: 0 58px;
}

.about .main > ul li a > * {
  display: block;
}

.about .main > ul li a img {
  width: 35px;
  margin: 0 auto 14px;
}

.about .main > ul li a span {
  font-size: 17px;
  color: #343434;
}

.news {
  margin-top: 140px;
}

.news .main {
  margin-top: 47px;
}

.news .main ul {
  padding: 0 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .main ul::after {
  content: "";
  width: 462px;
}

.news .main ul li {
  width: 462px;
  padding: 24px;
  margin-bottom: 48px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(84, 143, 158, 0.37);
          box-shadow: 0px 0px 24px 0px rgba(84, 143, 158, 0.37);
  border-radius: 10px;
}

.news .main ul li a {
  display: block;
  color: #343434;
}

.news .main ul li a:hover strong {
  color: #815ADB;
}

.news .main ul li a img {
  display: block;
  width: 462px;
  height: 256px;
}

.news .main ul li a strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin: 22px 0;
}

.news .main ul li a p {
  font-size: 18px;
  line-height: 41px;
}

.Responsibility {
  margin-top: 92px;
}

.Responsibility .main {
  position: relative;
  margin-top: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 151px;
}

.Responsibility .main .des {
  position: absolute;
  left: 0;
  top: 0;
  width: 639px;
  height: 560px;
  background: linear-gradient(-33deg, #3a7adf, #7e5cdc);
}

.Responsibility .main .des p {
  width: 480px;
  margin: 68px auto 0;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}

.Responsibility .main .des img {
  display: block;
  width: 71px;
  height: 54px;
  margin: 63px 0 48px 47px;
}

.Responsibility .main .img {
  display: block;
  width: 640px;
  height: 568px;
}

.Responsibility .main .img img {
  width: 100%;
  height: 100%;
}

.link {
  margin-top: 140px;
}

.link strong {
  font-size: 18px;
  color: #343434;
  margin-bottom: 12px;
  display: block;
  font-weight: normal;
}

.link p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 30px;
}

.link p a {
  font-size: 18px;
  color: #343434;
  margin-right: 8px;
}

.link p a:hover {
  color: #825ADC;
}

.footer {
  margin-top: 140px;
  background: #333;
  padding: 34px 0 22px;
}

.footer p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.bread-nav {
  margin: 64px 0 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bread-nav img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 18px;
  color: #333;
}

.bread-nav .breadCrumbs li img {
  width: 19px;
  height: 19px;
}

.bread-nav .breadCrumbs li a {
  font-size: 18px;
  color: #333;
}

.item-banner .img {
  padding: 24px;
  display: block;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(84, 143, 158, 0.35);
          box-shadow: 0px 0px 24px 0px rgba(84, 143, 158, 0.35);
  border-radius: 10px;
  width: 100%;
  height: 392px;
}

/* 分页 */
.pagination {
  text-align: center;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 9px;
  padding: 9px 16px;
  font-size: 15px;
  border: 1px solid #EEEEEE;
}

.pagination li:first-child {
  padding: 9px 27px;
  color: #343434;
}

.pagination li:first-child span, .pagination li:first-child a {
  color: #343434;
}

.pagination li:last-child {
  padding: 9px 27px;
  color: #343434;
}

.pagination li:last-child span, .pagination li:last-child a {
  color: #343434;
}

.pagination li span {
  color: #343434;
  display: inline-block;
}

.pagination li a {
  color: #343434;
  display: inline-block;
}

.pagination .thisclass {
  color: #fff;
  background: #815ADB;
}

.pagination .thisclass span {
  color: #fff;
}

.page-link {
  cursor: pointer;
}

.detail .art-head {
  margin-top: 23px;
  border-bottom: 2px solid #E6E6E6;
}

.detail .art-head h1 {
  font-size: 30px;
  color: #343434;
  text-align: center;
}

.detail .art-head p {
  margin: 48px 0 0;
  padding-bottom: 20px;
  text-align: center;
}

.detail .art-head p span {
  font-size: 18px;
  color: #343434;
  text-align: center;
  margin-right: 8px;
}

.detail .art-cont {
  font-size: 19px;
  color: #343434;
  line-height: 28px;
  text-indent: 2em;
}

.detail .art-cont img {
  display: block;
  width: 482px;
  height: 300px;
  margin: 48px auto;
}

.detail .art-cont p {
  font-size: 19px;
  color: #343434;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 20px;
}

.detail .pages {
  margin-top: 48px;
}

.detail .pages li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 24px;
  font-size: 18px;
  color: #343434;
}

.detail .pages li a {
  font-size: 18px;
  color: #343434;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail .pages li a:hover {
  color: #825ADC;
}
/*# sourceMappingURL=public.css.map */