.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;
}/*# sourceMappingURL=components.css.map */