.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.head-top {
  background-color: white;
  box-sizing: border-box;
  padding: 20px 177px;
  display: flex;
  justify-content: space-between;
}
.head-top .logo {
  width: 300px;
  height: 67px;
}
.head-top .logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-top .right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
  line-height: 67px;
}
.head-top .right > .tooltip {
  display: inline-flex;
  align-items: flex-start;
  margin: 0 25px;
  position: relative;
  cursor: pointer;
  color: #919296;
}
.head-top .right > .tooltip > .iconfont {
  width: 20px;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.head-top .right > .tooltip:hover .pop {
  display: block;
}
.head-top .right > .tooltip .pop {
  min-width: 170px;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin: auto;
  left: 0;
  right: 0;
  top: 67px;
  display: none;
  transition: all 0.5s;
  box-shadow: 0 0 10px #ccc;
  height: auto;
  line-height: 1.5;
  z-index: 10;
}
.head-top .right > .tooltip .pop > img {
  width: 150px;
  height: 150px;
  display: inline-block;
  font-size: 0;
  margin: 0px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.head-top .right .search-box {
  display: inline-block;
}
.head-top .right .search-box .search-input {
  width: 0px;
  border: 0;
  outline: none !important;
  transition: all 0.5s;
}
.head-top .right .search-box:hover .search-input {
  width: 250px;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
}
.head-top .right .search-box .search-input-value {
  width: 250px;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
}
.head-top .right .search-box .Submit {
  display: inline-block;
  width: 20px;
  height: 20px;
  outline: none !important;
  background-image: url("/assets/images/head/search@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 10px;
  vertical-align: middle;
}
.head-top .right .search-box .Submit > input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.head-bottom {
  background-color: white;
  display: flex;
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
}
.head-bottom .tab-item {
  flex: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #04081c;
  line-height: 1;
  box-sizing: border-box;
  padding: 26px 0px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.8s;
}
.head-bottom .tab-item:hover {
  background-color: #326aff;
  color: white;
}
.head-bottom .tab-active {
  background-color: #326aff;
  color: white;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.card-top {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 50px 0 37px;
}
.card-top .card-title {
  flex: 1;
}
.card-top .card-title .en {
  font-size: 56px;
  font-family: Constantia;
  font-weight: normal;
  color: #3d3e44;
  opacity: 0.12;
  font-style: italic;
  font-weight: 600;
}
.card-top .card-title .thread {
  width: 34px;
  height: 3px;
  background: #326aff;
  margin: 10px 0;
}
.card-top .card-title .ch {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #3a3b3e;
}
.card-top .moer {
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
  vertical-align: middle;
}

.flex {
  display: flex;
}

.news-card {
  width: 100%;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0px 30px;
  overflow: hidden;
}
.news-card .cover {
  width: 100%;
  height: 210px;
  display: block;
  transition: all 0.5s;
}
.news-card .news-card-box {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 400;
}
.news-card .news-card-box > .line {
  width: 100%;
  border-left: 36px solid #326aff;
  height: 4px;
  margin-top: 20px;
}
.news-card .news-card-box > h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3c3d50;
  margin: 20px 0;
}
.news-card .news-card-box > p {
  font-size: 16px;
  font-weight: 500;
  color: #919296;
  margin-bottom: 20px;
}
.news-card .news-card-box .news-card-foot {
  align-items: center;
  justify-content: space-between;
  height: 29px;
}
.news-card .news-card-box .news-card-foot .tag {
  color: #326aff;
  background: #e5ecfe;
  padding: 5px 10px;
}
.news-card .news-card-box .news-card-foot .view {
  color: #919296;
}
.news-card:hover .cover {
  width: 110%;
}

.breadcrumb {
  display: flex;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #6b6c71;
  padding: 20px 0;
}
.breadcrumb > .iconfont,
.breadcrumb .breadcrumb-item {
  margin-right: 10px;
  cursor: pointer;
}

.layui-laypage-pagination {
  text-align: center;
}
.layui-laypage-pagination > a {
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  margin: 0 10px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #3c3d50;
}
.layui-laypage-pagination > a:hover {
  background-color: #326aff;
  color: white;
}
.layui-laypage-pagination .layui-laypage-curr {
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  margin: 0 10px 0;
  box-sizing: border-box;
}
.layui-laypage-pagination .layui-laypage-curr .layui-laypage-em {
  background-color: #326aff;
}
.layui-laypage-pagination .layui-laypage-next > .next,
.layui-laypage-pagination .layui-laypage-prev > .prev {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #f6f6f7;
  border-radius: 2px;
  position: relative;
}
.layui-laypage-pagination .layui-laypage-next > .next::after,
.layui-laypage-pagination .layui-laypage-prev > .prev::after {
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #3c3d50;
  border-left: 2px solid #3c3d50;
  transform: rotate(-45deg);
}
.layui-laypage-pagination .layui-laypage-next > .next:hover,
.layui-laypage-pagination .layui-laypage-prev > .prev:hover {
  background-color: #326aff;
}
.layui-laypage-pagination .layui-laypage-next > .next:hover::after,
.layui-laypage-pagination .layui-laypage-prev > .prev:hover::after {
  border-color: white;
}
.layui-laypage-pagination .layui-laypage-next > .next::after {
  transform: rotate(135deg);
  right: 5px;
}
.layui-laypage-pagination .layui-laypage-spr {
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0;
  margin: 0 10px 0;
}

.tab {
  width: 250px;
}
.tab > .tab-item {
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  color: #9a9da6;
}
.tab > .tab-item:hover {
  background: #eaf0fe;
}
.tab > .tab-item:hover > .iconfont {
  color: black;
}
.tab > .tab-item > .iconfont {
  color: #9a9da6;
}
.tab .tab-active {
  background: #eaf0fe;
  color: black;
}
.tab .tab-active > .iconfont {
  color: black;
}

.form-radio {
  display: inline-flex;
  border-right: 1px solid #d6d7da;
}
.form-radio > label {
  position: relative;
}
.form-radio > label > input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.form-radio > label > button {
  background-color: white;
  border: 1px solid #d6d7da;
  outline: none;
  width: 92px;
  height: 40px;
  border-right: none;
}
.form-radio > .radio-active > button {
  background: #6c7fa6;
  color: white;
}

.row {
  display: flex;
}
.row > .col-3 {
  flex: 0 0 33.33%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.list-long {
  display: flex;
  padding: 40px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.list-long > img {
  width: 260px;
  height: 170px;
  background: #6981c3;
  margin-right: 30px;
  box-shadow: 0px 10px 30px 0px rgba(136, 145, 160, 0.15);
}
.list-long .right-main {
  font-family: PingFang SC;
  width: 0;
  flex: 1;
}
.list-long .right-main > h1 {
  font-size: 20px;
  font-weight: 800;
  color: #3c3d50;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.list-long .right-main > h1::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  background: #326aff;
}
.list-long .right-main > p {
  font-size: 16px;
  font-weight: 500;
  color: #919296;
  margin: 15px 0 40px 0;
}
.list-long .right-main > .date {
  font-size: 16px;
  font-weight: 500;
  color: #919296;
}
.list-long .right-main > .date > .icon-moer {
  color: #919296;
  float: right;
}

.card-one {
  position: relative;
  margin-bottom: 100px;
  display: block;
  cursor: pointer;
}
.card-one > img {
  width: 100%;
  height: 300px;
  display: block;
}
.card-one .txt {
  width: 80%;
  background: #f6f6f7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: auto;
  box-sizing: border-box;
  padding: 35px 25px;
  font-family: PingFang SC;
  transition: all 0.5s;
}
.card-one .txt > .date {
  font-size: 16px;
  font-weight: 500;
  color: #3c3d50;
}
.card-one .txt > .date > .iconfont {
  margin-right: 5px;
}
.card-one .txt > .title {
  font-size: 20px;
  font-weight: 800;
  color: #3c3d50;
  margin: 30px 0 15px;
}
.card-one .txt > .p {
  font-size: 16px;
  font-weight: 500;
  color: #919296;
}
.card-one .txt:hover {
  background: linear-gradient(0deg, #3162e5, #4e7efd);
  width: 100%;
}
.card-one .txt:hover > .date,
.card-one .txt:hover .title,
.card-one .txt:hover .p {
  color: white;
}

.resource-tab {
  text-align: center !important;
}
.resource-tab > .resource-tab-title {
  display: inline-block;
  text-align: center !important;
  line-height: 40px;
  font-family: PingFang SC;
  font-size: 0;
}
.resource-tab > .resource-tab-title > li {
  cursor: pointer;
  display: inline-block;
  min-width: 170px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d6d7da;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #3a3b3e;
}
.resource-tab > .resource-tab-title > .resource-this {
  background: #6c7fa6;
  color: white;
}
.resource-tab > .resource-tab-title > .resource-this > a {
  color: white;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.home-swiper {
  height: 580px;
  position: relative;
}
.home-swiper .swiper-slide {
  display: block;
  position: relative;
}
.home-swiper .swiper-slide > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.home-swiper .swiper-slide > .swiper-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px 40% 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.home-swiper .swiper-pagination {
  right: 0;
  left: auto;
  width: 40%;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: 0.4;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-swiper .swiper-button-next {
  color: #ffffff;
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(255, 255, 255, 0.3137254902);
  border-radius: 50%;
  display: none;
}
.home-swiper .swiper-button-next::after {
  font-size: 28px !important;
}
.home-swiper .swiper-button-prev {
  color: #ffffff;
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(255, 255, 255, 0.3137254902);
  border-radius: 50%;
  display: none;
}
.home-swiper .swiper-button-prev::after {
  font-size: 28px !important;
  text-align: center;
  line-height: 45px;
}
.home-swiper:hover .swiper-button-next,
.home-swiper:hover .swiper-button-prev {
  display: flex;
}

.home-news {
  background-color: white;
}

.home-news-box .news-left {
  transition: all 0.5s;
  cursor: pointer;
}
.home-news-box .news-left > img {
  width: 100%;
  height: 380px;
  display: block;
}
.home-news-box .news-left:hover .news-left-content {
  width: 100%;
}
.home-news-box .news-right {
  cursor: pointer;
}

.news-content {
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 40px 35px 35px 60px;
  background: #ffffff;
}
.news-content .top {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.news-content .top .time {
  flex: 1;
  width: 0;
  margin-left: 13px;
}
.news-content .top .icon-moer {
  width: 32px;
  height: 21px;
  flex: 0 0 32px;
  display: block;
  color: #e0e0e0;
}
.news-content > .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3c3d50;
  margin-bottom: 20px;
}
.news-content > .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
  min-height: 37px;
}
.news-content:hover {
  background: linear-gradient(0deg, #3162e5, #4e7efd) !important;
  box-shadow: 0 10px 30px 0 rgba(49, 98, 229, 0.25);
}
.news-content:hover > .title,
.news-content:hover .txt {
  color: white !important;
}
.news-content:hover .news-YYYY,
.news-content:hover .news-MM,
.news-content:hover .news-DD {
  color: white !important;
}

.news-left > .news-left-content {
  transition: all 0.5s;
  position: relative;
  left: 0;
  top: -56px;
  width: 90%;
  box-sizing: border-box;
  padding: 40px 35px 35px 60px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(136, 145, 160, 0.15);
}
.news-left > .news-left-content .top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.news-left > .news-left-content .top .time {
  flex: 1;
  width: 0;
}
.news-left > .news-left-content .top .goto {
  width: 32px;
  height: 21px;
  flex: 0 0 32px;
  display: block;
}
.news-left > .news-left-content > .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3c3d50;
  margin-bottom: 20px;
}
.news-left > .news-left-content > .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
}

.news-right > .news-right-li {
  box-sizing: border-box;
  padding: 34px 0;
  position: relative;
  text-align: right;
  display: block;
}
.news-right > .news-right-li:hover .news-content {
  background: linear-gradient(0deg, #3162e5, #4e7efd);
  box-shadow: 0 10px 30px 0 rgba(49, 98, 229, 0.25);
}
.news-right > .news-right-li:hover .news-content > .title,
.news-right > .news-right-li:hover .news-content .txt {
  color: white !important;
}
.news-right > .news-right-li:hover .news-content .news-YYYY,
.news-right > .news-right-li:hover .news-content .news-MM,
.news-right > .news-right-li:hover .news-content .news-DD {
  color: white !important;
}
.news-right > .news-right-li > img {
  position: absolute;
  left: 0%;
  top: 54px;
  margin: auto;
  width: 288px;
  height: 185px;
}
.news-right > .news-right-li .news-content {
  width: 90%;
  text-align: left;
  display: inline-block;
  box-shadow: 0 10px 30px 0 rgba(136, 145, 160, 0.15);
  padding: 27px 50px 27px 245px;
  margin-left: 10%;
}

.news-YYYY {
  font-size: 16px;
  font-family: DINPro;
  font-weight: 400;
  color: #919296;
  opacity: 0.7;
}

.news-MM {
  font-size: 16px;
  font-family: DINPro;
  font-weight: 600;
  color: #3162e5;
  margin-bottom: 8px;
}

.news-DD {
  font-size: 60px;
  font-family: DINPro;
  font-weight: bold;
  color: #3162e5;
}

.home-notice {
  background: #f6f6f7;
  padding-bottom: 68px !important;
}
.home-notice .home-notice-box > .home-notice-left {
  cursor: pointer;
  display: block;
}
.home-notice .home-notice-box > .home-notice-left > img {
  width: 100%;
  height: 283px;
  display: block;
}
.home-notice .home-notice-box > .home-notice-left > .bottom {
  width: 100%;
  display: flex;
  background-color: white;
}
.home-notice .home-notice-box > .home-notice-left > .bottom > .time {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  background: #3162e5;
  text-align: center;
}
.home-notice .home-notice-box > .home-notice-left > .bottom > .time .notice-DD {
  font-size: 40px;
  font-family: DINPro;
  font-weight: 500;
  color: #ffffff;
}
.home-notice .home-notice-box > .home-notice-left > .bottom > .time .notice-YYYY-MM {
  font-size: 14px;
  font-family: DINPro;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  opacity: 0.6;
}
.home-notice .home-notice-box > .home-notice-left > .bottom > .title {
  box-sizing: border-box;
  padding: 0px 35px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3c3d50;
  line-height: 80px;
}
.home-notice .home-notice-box > .home-notice-right .right-card-hove {
  display: block;
}
.home-notice .home-notice-box > .home-notice-right .right-card-hove:hover .notice-right-card {
  position: relative;
  transition: top 0.5s;
  border: none;
  top: -26px;
  background: linear-gradient(0deg, #3162e5 1%, #4e7efd 99%);
}
.home-notice .home-notice-box > .home-notice-right .right-card-hove:hover .notice-right-card .date > .notice-DD,
.home-notice .home-notice-box > .home-notice-right .right-card-hove:hover .notice-right-card .date > .notice-YYYY-MM,
.home-notice .home-notice-box > .home-notice-right .right-card-hove:hover .notice-right-card .right-card-title,
.home-notice .home-notice-box > .home-notice-right .right-card-hove:hover .notice-right-card .right-card-txt {
  color: white !important;
  opacity: 1;
}
.home-notice .home-notice-box > .home-notice-right .notice-right-card {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 45px 30px;
}
.home-notice .home-notice-box > .home-notice-right .notice-right-card .date .notice-DD {
  font-size: 40px;
  font-family: DINPro;
  font-weight: 500;
  color: #3162e5;
}
.home-notice .home-notice-box > .home-notice-right .notice-right-card .date .notice-YYYY-MM {
  font-size: 14px;
  font-family: DINPro;
  font-weight: 400;
  color: #3162e5;
  line-height: 1;
  opacity: 0.6;
}
.home-notice .home-notice-box > .home-notice-right .notice-right-card .right-card-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3c3d50;
  margin: 30px 0;
}
.home-notice .home-notice-box > .home-notice-right .notice-right-card .right-card-txt {
  height: 55px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
}
.home-notice .home-notice-box > .home-notice-right .notice-right-card .icon-moer {
  width: 20px;
  height: 12px;
  margin-top: 35px;
  color: #e0e0e0;
  display: inline-block;
}

.home-union {
  background-color: white;
  padding-bottom: 60px !important;
}
.home-union .home-union-box {
  margin: -30px !important;
}
.home-union .home-union-box > * {
  padding: 30px 30px 0 !important;
}

.map {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.map .label {
  position: absolute;
  top: 40px;
  left: 170px;
}
.map .label > h1 {
  font-size: 56px;
  font-family: Constantia;
  font-weight: normal;
  color: #6f757a;
}
.map .label > h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.ArticleDetails {
  position: relative;
}
.ArticleDetails .swiper-img {
  width: 100%;
  height: 400px;
}
.ArticleDetails .absolute-breadcrumb {
  position: absolute;
  top: 0;
  left: 177px;
}
.ArticleDetails .absolute-breadcrumb .breadcrumb {
  color: #6b6c71;
}
.ArticleDetails .absolute-breadcrumb .breadcrumb .breadcrumb-item > a {
  color: #6b6c71;
}
@media screen and (min-width: 992px) {
  .ArticleDetails .absolute-breadcrumb {
    left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .ArticleDetails .absolute-breadcrumb {
    left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .ArticleDetails .absolute-breadcrumb {
    left: 177px;
  }
}
@media screen and (min-width: 1920px) {
  .ArticleDetails .absolute-breadcrumb {
    left: 177px;
  }
}
.ArticleDetails .ArticleDetails-box .details-content {
  background-color: #f6f6f7;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  align-items: flex-start;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left {
  background-color: white;
  width: 1100px;
  box-sizing: border-box;
  padding: 47px 70px 0;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left > .details-title {
  text-align: center;
  font-family: PingFang SC;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left > .details-title > h1 {
  font-size: 28px;
  font-weight: 800;
  color: #3c3d50;
  line-height: 1.3;
  margin-bottom: 20px;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left > .details-title .details-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #999aa1;
  justify-content: space-evenly;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e5e5e5;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left > .content {
  padding: 30px 0;
  line-height: 1.5;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot {
  border-top: 1px dashed #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #326aff;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .prev,
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .next {
  display: flex;
  align-items: center;
  color: #326aff;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .prev > i,
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .next > i {
  font-size: 14px;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .prev > span,
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .next > span {
  font-weight: 500;
  color: #3c3d50;
  display: inline-block;
  margin: 10px;
  max-width: 350px;
}
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .prev:hover > span,
.ArticleDetails .ArticleDetails-box .details-content .details-left .details-foot .next:hover > span {
  color: #326aff;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right {
  background-color: white;
  width: 410px;
  padding: 25px 30px;
  box-sizing: border-box;
  font-family: PingFang SC;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list-title {
  font-size: 24px;
  font-weight: bold;
  color: #3c3d50;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li {
  padding-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li > img {
  width: 150px;
  height: 95px;
  flex: 0 0 150px;
  margin-right: 20px;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li .li-box {
  flex: 1;
  width: 0;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li .li-box:hover .txt {
  color: #326aff;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li .li-box .txt {
  font-size: 14px;
  font-weight: 500;
  color: #3c3d50;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li .li-box > .time {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #919296;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li .li-box > .view {
  font-size: 12px;
  font-weight: 400;
  color: #919296;
}
.ArticleDetails .ArticleDetails-box .details-content .details-right .news-list > .li .li-box > .view .iconfont {
  font-size: 12px;
  vertical-align: middle;
}

.details-left .appendix {
  margin: -10px;
}
.details-left .appendix > a {
  padding: 10px;
  display: flex;
}
.details-left .appendix > a > i {
  width: 60px;
}
.details-left .appendix > a > span {
  color: #326aff;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.Teaching {
  background-color: white;
  margin-bottom: 30px;
  border-top: 1px solid white;
}
.Teaching .Teaching-swiper {
  margin: 50px 120px 0;
  position: relative;
}
.Teaching .Teaching-swiper .swiper .swiper-wrapper .swiper-slide {
  width: 810px !important;
  height: 423px !important;
  overflow: hidden;
  position: relative;
}
.Teaching .Teaching-swiper .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
.Teaching .Teaching-swiper .swiper .swiper-wrapper .swiper-slide > .swiper-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.Teaching .Teaching-swiper .swiper-button-next {
  color: #676768;
  right: -100px;
  width: 20px !important;
  height: 35px !important;
}
.Teaching .Teaching-swiper .swiper-button-next::after {
  font-size: 28px !important;
}
.Teaching .Teaching-swiper .swiper-button-prev {
  left: -100px;
  color: #676768;
  width: 20px !important;
  height: 35px !important;
}
.Teaching .Teaching-swiper .swiper-button-prev::after {
  font-size: 28px !important;
}
.Teaching .Teaching-union .Teaching-union-box {
  margin: -30px !important;
}
.Teaching .Teaching-union .Teaching-union-box > * {
  padding: 30px 30px 0 !important;
}

.Teaching-moer {
  position: relative;
  padding: 150px 0 0;
}
.Teaching-moer .bg {
  display: block;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.Teaching-moer .bg > img {
  width: 100%;
  height: 100%;
}
.Teaching-moer .bg .mask {
  position: absolute;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.Teaching-moer .bg .mask .breadcrumb {
  color: white;
}
.Teaching-moer .bg .mask .breadcrumb .breadcrumb-item > a {
  color: white;
}
.Teaching-moer .Teaching-moer-box {
  position: relative;
  z-index: 10;
}
.Teaching-moer .Teaching-moer-box > .top {
  display: flex;
  justify-content: space-between;
}
.Teaching-moer .Teaching-moer-box > .top .moer {
  min-width: 250px;
  height: 77px;
  line-height: 77px;
  background: linear-gradient(-30deg, #3162e5, #4e7efd);
  border-radius: 0px 40px 0px 0px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0 85px 0 60px;
}
.Teaching-moer .Teaching-moer-box > .top .moer > .icon-moer {
  transform: rotate(50deg);
  display: inline-block;
  font-size: 16px;
}
.Teaching-moer .Teaching-moer-box .Teaching-moer-content {
  background-color: white;
  box-sizing: border-box;
  padding: 30px 35px 60px;
  margin-bottom: 30px;
}
.Teaching-moer .Teaching-moer-box .Teaching-moer-content .card-list {
  margin: -30px !important;
}
.Teaching-moer .Teaching-moer-box .Teaching-moer-content .card-list > * {
  padding: 30px 30px 0 !important;
}
.Teaching-moer .Teaching-moer-box .Teaching-moer-content .pagination-box {
  padding-top: 60px;
  text-align: center;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.circumstances {
  position: relative;
  padding: 150px 0 0;
}
.circumstances .bg {
  display: block;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.circumstances .bg > img {
  width: 100%;
  height: 100%;
}
.circumstances .bg .mask {
  position: absolute;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.circumstances .bg .mask .breadcrumb {
  color: white;
}
.circumstances .bg .mask .breadcrumb .breadcrumb-item > a {
  color: white;
}
.circumstances .circumstances-box {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.circumstances .circumstances-box > .top {
  display: flex;
  justify-content: space-between;
}
.circumstances .circumstances-box > .top .moer {
  min-width: 250px;
  height: 77px;
  line-height: 77px;
  background: linear-gradient(-30deg, #3162e5, #4e7efd);
  border-radius: 0px 40px 0px 0px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0 60px 0 40px;
}
.circumstances .circumstances-box > .top .moer > .icon-moer {
  transform: rotate(50deg);
  display: inline-block;
  font-size: 16px;
}
.circumstances .circumstances-box .circumstances-main {
  background-color: white;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 0px;
  display: flex;
}
.circumstances .circumstances-box .circumstances-main > .tab {
  width: 250px;
  flex: 0 0 250px;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content {
  flex: 1;
  padding: 60px 95px;
  box-sizing: border-box;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form .form-radio > label {
  display: inline-block;
  width: auto;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form .form-radio > label > button {
  font-weight: 500;
  font-size: 14px;
  padding: 0 35px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form .search {
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form .search .search-input {
  height: 33px;
  line-height: 33px;
  background: #f6f6f8;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 10px 20px 10px 35px;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form .search > img {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  left: 70px;
  bottom: 0;
  margin: auto;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-form .Submit {
  width: 66px;
  height: 33px;
  background: #326aff;
  color: white;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-list {
  margin: 20px -20px 0;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-list > * {
  padding: 20px;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-list .member-li {
  display: flex;
  border: 1px solid #f2f3f7;
  box-shadow: 0px 4px 12px 0px rgba(136, 145, 160, 0.08);
  box-sizing: border-box;
  padding: 0px 35px;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  height: 122px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2c3c68;
  line-height: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-list .member-li .member-li-h1 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: PingFang-SC-Medium;
  font-weight: 800;
}
.circumstances .circumstances-box .circumstances-main .circumstances-content .member-list .member-li .member-li-p {
  font-size: 18px;
}

.trends-content {
  padding: 60px 120px 60px;
  box-sizing: border-box;
  flex: 1;
}
.trends-content .card-box {
  margin: -30px !important;
}
.trends-content .card-box > * {
  padding: 30px 30px 0 !important;
}
.trends-content .card-box .card-one {
  margin-bottom: 160px;
}

.pagination-box {
  margin-top: 0px;
  text-align: center;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.contact-us,
.Join-us {
  position: relative;
  padding: 250px 0 0;
  margin-bottom: 30px;
}
.contact-us .bg,
.Join-us .bg {
  display: block;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.contact-us .bg > img,
.Join-us .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us .bg .mask,
.Join-us .bg .mask {
  position: absolute;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.contact-us .contact-us-main,
.contact-us .Join-us-main,
.Join-us .contact-us-main,
.Join-us .Join-us-main {
  margin: auto;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 10;
}
.contact-us .contact-us-main > .content,
.contact-us .Join-us-main > .content,
.Join-us .contact-us-main > .content,
.Join-us .Join-us-main > .content {
  padding: 50px 0 0;
  background-color: white;
  overflow: hidden;
}
.contact-us .contact-us-main > .content .liens,
.contact-us .Join-us-main > .content .liens,
.Join-us .contact-us-main > .content .liens,
.Join-us .Join-us-main > .content .liens {
  border-top: 1px dashed #ccc;
}
.contact-us .contact-us-main > .content .v-html,
.contact-us .Join-us-main > .content .v-html,
.Join-us .contact-us-main > .content .v-html,
.Join-us .Join-us-main > .content .v-html {
  padding: 20px 100px 50px;
}
.contact-us .contact-us-main > .content .contact-us-ul,
.contact-us .Join-us-main > .content .contact-us-ul,
.Join-us .contact-us-main > .content .contact-us-ul,
.Join-us .Join-us-main > .content .contact-us-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-us .contact-us-main > .content .contact-us-ul:first-child,
.contact-us .Join-us-main > .content .contact-us-ul:first-child,
.Join-us .contact-us-main > .content .contact-us-ul:first-child,
.Join-us .Join-us-main > .content .contact-us-ul:first-child {
  margin: 0 130px 0 0;
}
.contact-us .contact-us-main > .content .contact-us-ul:hover > .line,
.contact-us .Join-us-main > .content .contact-us-ul:hover > .line,
.Join-us .contact-us-main > .content .contact-us-ul:hover > .line,
.Join-us .Join-us-main > .content .contact-us-ul:hover > .line {
  border-left: 82px solid #2e65f5;
}
.contact-us .contact-us-main > .content .contact-us-ul > li,
.contact-us .Join-us-main > .content .contact-us-ul > li,
.Join-us .contact-us-main > .content .contact-us-ul > li,
.Join-us .Join-us-main > .content .contact-us-ul > li {
  margin: 13px 0;
}
.contact-us .contact-us-main > .content .contact-us-ul .top_title,
.contact-us .Join-us-main > .content .contact-us-ul .top_title,
.Join-us .contact-us-main > .content .contact-us-ul .top_title,
.Join-us .Join-us-main > .content .contact-us-ul .top_title {
  font-size: 20px;
  font-weight: 400;
  color: #3a3b3e;
}
.contact-us .contact-us-main > .content .contact-us-ul > .line,
.contact-us .Join-us-main > .content .contact-us-ul > .line,
.Join-us .contact-us-main > .content .contact-us-ul > .line,
.Join-us .Join-us-main > .content .contact-us-ul > .line {
  width: 82px;
  height: 4px;
  background: #eff0f1;
  border-left: 20px solid #2e65f5;
  transition: all 0.5s;
}
.contact-us .contact-us-main > .content,
.Join-us .contact-us-main > .content {
  padding: 20px 100px 20px;
  overflow: hidden;
}
.contact-us .contact-us-main > .content > .layui-row > *,
.Join-us .contact-us-main > .content > .layui-row > * {
  padding: 50px 0;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.interconnect > .bg {
  display: block;
  width: 100%;
  height: 500px;
}
.interconnect > .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interconnect > .layui-tab {
  background-color: white;
}
.interconnect > .layui-tab .layui-tab-title {
  text-align: center !important;
  border: none;
}
.interconnect > .layui-tab .layui-tab-title .layui-this {
  color: black;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #1b212a;
}
.interconnect > .layui-tab .layui-tab-title .layui-this:after {
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-color: black;
}
.interconnect > .layui-tab .interconnect-main {
  box-sizing: border-box;
  padding: 0px 180px;
  border-bottom: 1px solid white;
}
.interconnect > .layui-tab .interconnect-main > .reveal:nth-of-type(2n + 2) .cover {
  order: 2;
}
.interconnect > .layui-tab .interconnect-main .reveal {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 330px;
  box-shadow: 0px 10px 23px 2px rgba(35, 35, 36, 0.08);
  border-radius: 30px;
  padding: 50px 100px;
  display: flex;
  margin: 60px 0;
  justify-content: space-between;
  transition: all 0.5s;
}
.interconnect > .layui-tab .interconnect-main .reveal:hover {
  box-shadow: 0px 20px 30px 20px rgba(35, 35, 36, 0.08);
}
.interconnect > .layui-tab .interconnect-main .reveal > .cover {
  width: 300px;
  width: 250px;
  object-fit: contain;
}
.interconnect > .layui-tab .interconnect-main .reveal .reveal-txt {
  font-family: PingFang SC;
  text-align: left;
  width: 950px;
  margin: 0 25px;
}
.interconnect > .layui-tab .interconnect-main .reveal .reveal-txt > h1 {
  font-size: 40px;
  font-weight: 500;
  color: #1b212a;
}
.interconnect > .layui-tab .interconnect-main .reveal .reveal-txt > p {
  font-size: 14px;
  font-weight: 400;
  color: #414954;
  margin: 25px 0;
  line-height: 2;
}
.interconnect > .layui-tab .interconnect-main .reveal .reveal-txt > span {
  font-size: 14px;
  font-weight: 400;
  color: #247bfd;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.resource {
  position: relative;
  padding: 150px 0 0;
}
.resource .bg {
  display: block;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.resource .bg > img {
  width: 100%;
  height: 100%;
}
.resource .bg .mask {
  position: absolute;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.resource .resource-box {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.resource .resource-box > .top {
  display: flex;
  justify-content: space-between;
}
.resource .resource-box > .top .moer {
  width: 250px;
  height: 77px;
  line-height: 77px;
  background: linear-gradient(-30deg, #3162e5, #4e7efd);
  border-radius: 0px 40px 0px 0px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0 60px 0 40px;
}
.resource .resource-box > .top .moer > .icon-moer {
  transform: rotate(50deg);
  display: inline-block;
  font-size: 16px;
}
.resource .resource-box .resource-main {
  background-color: #ffffff;
  padding: 60px 60px;
  box-sizing: border-box;
}
.resource .resource-box .resource-main > .search .layui-form-label {
  width: 120px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #31313d;
}
.resource .resource-box .resource-main > .search .layui-form-item {
  margin-bottom: 32px;
}
.resource .resource-box .resource-main > .search .form-radio {
  border: none !important;
}
.resource .resource-box .resource-main > .search .form-radio > label {
  margin-right: 15px;
}
.resource .resource-box .resource-main > .search .form-radio > label > .layui-form-radio {
  display: none;
}
.resource .resource-box .resource-main > .search .form-radio > label > button {
  border: none !important;
  min-width: 100px;
  width: auto;
  padding: 10px 15px;
}
.resource .resource-box .resource-main > .search .form-radio > .radio-active > button {
  background: #326aff;
  color: white;
}
.resource .resource-box .resource-main > .search .layui-input-inline {
  display: inline-block;
  width: 250px;
  position: relative;
}
.resource .resource-box .resource-main > .search .layui-input-inline > img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
}
.resource .resource-box .resource-main > .search .layui-input-inline > input {
  padding-left: 50px;
}
.resource .resource-box .resource-main > .search .layui-btn {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  background: #326aff;
}
.resource .resource-box .resource-main .resource-content {
  margin: 0 -40px;
}
.resource .resource-box .resource-main .resource-content > * {
  padding: 0px 40px;
}
.resource .resource-box .resource-main .resource-crad {
  padding: 25px 30px 40px;
  box-sizing: border-box;
  box-shadow: 0px 10px 32px 0px rgba(173, 173, 185, 0.15);
  margin-top: 100px;
  display: block;
  background: linear-gradient(#f1f4ff, white);
  transition: all 0.5s;
  position: relative;
}
.resource .resource-box .resource-main .resource-crad:hover {
  box-shadow: 0px 20px 40px 10px rgba(173, 173, 185, 0.5);
  border-radius: 5px;
}
.resource .resource-box .resource-main .resource-crad:hover > .cover {
  top: -20px;
}
.resource .resource-box .resource-main .resource-crad:hover > .tag {
  top: 5px;
}
.resource .resource-box .resource-main .resource-crad > .tag {
  position: absolute;
  top: -25px;
  transition: top 0.5s;
  left: 25px;
  z-index: 10;
  width: 100px;
}
.resource .resource-box .resource-main .resource-crad > .cover {
  width: 260px;
  height: 170px;
  position: relative;
  top: -50px;
  float: left;
  transition: top 0.5s;
}
.resource .resource-box .resource-main .resource-crad .resource-crad-main {
  margin-left: 290px;
  font-family: PingFang SC;
  text-align: left;
}
.resource .resource-box .resource-main .resource-crad .resource-crad-main > h1 {
  font-size: 20px;
  font-weight: 800;
  color: #3c3d50;
}
.resource .resource-box .resource-main .resource-crad .resource-crad-main > p {
  font-size: 14px;
  margin: 20px 0 30px;
  font-weight: 500;
  color: #3c3d50;
  height: 19px;
}
.resource .resource-box .resource-main .layui-row > .layui-col-xs12:nth-of-type(2n) .appreciation > .cover {
  order: 2;
}
.resource .resource-box .resource-main .appreciation {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 330px;
  box-shadow: 0px 10px 23px 2px rgba(35, 35, 36, 0.08);
  border-radius: 30px;
  padding: 50px 100px;
  display: flex;
  margin: 60px 0;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.resource .resource-box .resource-main .appreciation:hover {
  box-shadow: 0px 20px 30px 20px rgba(35, 35, 36, 0.08);
}
.resource .resource-box .resource-main .appreciation > .cover {
  width: 300px;
  object-fit: contain;
}
.resource .resource-box .resource-main .appreciation .appreciation-txt {
  font-family: PingFang SC;
  text-align: left;
  max-width: 950px;
  margin: 0 25px;
}
.resource .resource-box .resource-main .appreciation .appreciation-txt > h1 {
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1B212A;
}
.resource .resource-box .resource-main .appreciation .appreciation-txt > p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #414954;
  line-height: 2;
  margin: 20px 0 25px;
}
.resource .resource-box .resource-main .appreciation .appreciation-txt > span {
  font-size: 14px;
  font-weight: 400;
  color: #247bfd;
}

.home-layout {
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 177px;
}

.page_foot {
  background-color: white;
}
.page_foot .foot_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: Microsoft YaHei;
}
.page_foot .foot_top > .left > h1 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3a3b3e;
  line-height: 52px;
}
.page_foot .foot_top > .left > p,
.page_foot .foot_top > .left a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
  line-height: 2;
}
.page_foot .foot_top > .code > img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.page_foot .foot_top > .code > .txt {
  font-size: 14px;
  font-weight: 400;
  color: #919296;
}
.page_foot .foot_top > .right {
  font-size: 16px;
  font-weight: 400;
  color: #919296;
  display: flex;
}
.page_foot .foot_top > .right > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_foot .foot_top > .right > ul:first-child {
  margin: 0 130px 0 0;
}
.page_foot .foot_top > .right > ul:hover > .line {
  border-left: 82px solid #2e65f5;
}
.page_foot .foot_top > .right > ul > li {
  margin: 13px 0;
  color: #919296;
}
.page_foot .foot_top > .right > ul > li > a {
  color: #919296;
}
.page_foot .foot_top > .right > ul .top_title {
  font-size: 20px;
  font-weight: 400;
  color: #3a3b3e;
}
.page_foot .foot_top > .right > ul > .line {
  width: 82px;
  height: 4px;
  background: #eff0f1;
  border-left: 20px solid #2e65f5;
  transition: all 0.5s;
}
.page_foot .foot_bottom {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919296;
}
.page_foot .foot_bottom > p {
  margin: 0;
  padding: 5px 0;
}

.empty {
  text-align: center;
  font-size: 30px;
  padding: 100px 0;
  color: #ccc;
}

.empty-page {
  text-align: center;
  font-size: 30px;
  padding: 100px 0;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-page .icon {
  fill: #ccc;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .home-layout {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home-layout {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .home-layout {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-layout {
    box-sizing: border-box;
    padding-left: 177px;
    padding-right: 177px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .home-layout {
    box-sizing: border-box;
    padding-left: 177px;
    padding-right: 177px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .max1920 {
    max-width: 1920px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */