﻿/*视频课程标题*/
html,
body {
  width: 100%;
  font-size: calc(10/1920*100vw);
}

.publicSmallTitle {
  font-size: 3rem;
  font-weight: 700;
  color: #091b14;
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 3rem;
}

.publicSmallTitle:after {
  width: 0.3rem;
  left: 0.4rem;
}

.publicSmallTitle:before {
  width: 0.1rem;
  left: 0;
}

.publicSmallTitle:after,
.publicSmallTitle:before {
  position: absolute;
  display: block;
  content: "";
  height: 3rem;
  background: #53b77f;
  top: 0.6rem;
}

/*搜索框样式*/
.SearchNormalInput {
  position: relative;
}

.SearchNormalInput input {
  height: 4rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #F0F1F5;
  background: #fff url(../images/searchInput.png) no-repeat 2rem center;
  box-shadow: 0 0.8rem 2.3rem 0 rgba(130, 150, 171, .1);
  width: 25.5rem;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #c7cddd;
  outline: none;
}

.SearchNormalInput input::before {
  content: "\e778";
}

.SearchNormalInput input:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.SearchNormalInput span {
  width: 7rem;
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 3.2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #53b77f;
  transition: all .3s;
}

.SearchNormalInput span:hover {
  background: rgba(89, 197, 136, 0.8);
}

/*视频课程搜索条件样式*/
.ChineseClass .courseKind {
  width: 140rem;
  height: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 3rem 2.7rem;
  margin: 7.5rem auto 0;
}

.ChineseClass .courseKind .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.FilterComponent .filterItems {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 0.1rem solid #f0f1f5;
}

.FilterComponent .filterItems>:last-child {
  border: none !important;
}

.FilterComponent .oneName {
  font-weight: 700;
  font-size: 1.4rem;
}

.FilterComponent .oneList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.FilterComponent .oneList .type {
  list-style: none;
  cursor: pointer;
  margin: 1.2rem;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555;
}

/*视频列表样式*/
.ChineseClass .myVideoShowContent {
  width: 140rem;
  margin-bottom: 1.5rem;
}

.ChineseClass .myVideoShowContent,
.ChineseClass .videoShowContent {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  justify-content: left;
}

.ChineseClass .myVideoShowContent .item,
.ChineseClass .videoShowContent .item {
  cursor: pointer;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.ChineseClass .myVideoShowContent>.item:nth-child(4n),
.ChineseClass .videoShowContent>.item:nth-child(4n) {
  margin-right: 0;
}

.VideoItem {
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  position: relative;
  padding-bottom: 1.4rem;
  margin-bottom: 2%;
}

.VideoItem img {
  width: 100%;
  height: 15rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.VideoItem .word1 {
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #191919;
  padding: 0 5%;
  padding-top: 0.3rem;
}

.VideoItem .word2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #979797;
  padding: 0 5%;
  margin: 0.8rem 0;
}

.VideoItem .word1,
.VideoItem .word2 {
  min-height: 1.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/*教学资源列表*/
.ChineseClass .myVideoShowContent {
  width: 140rem;
  margin-bottom: 1.5rem;
}

.ChineseClass .myVideoShowContent,
.ChineseClass .videoShowContent {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  justify-content: left;
}

.ChineseClass .myVideoShowContent .item,
.ChineseClass .videoShowContent .item {
  cursor: pointer;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.ChineseClass .myVideoShowContent>.item:nth-child(4n),
.ChineseClass .videoShowContent>.item:nth-child(4n) {
  margin-right: 0;
}

.VideoItem {
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  position: relative;
  padding-bottom: 1.4rem;
  margin-bottom: 2%;
}

.VideoItem img {
  width: 100%;
  height: 15rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.VideoItem .word1 {
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #191919;
  padding: 0 5%;
  padding-top: 0.3rem;
}

.VideoItem .word2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #979797;
  padding: 0 5%;
  margin: 0.8rem 0;
}

.VideoItem .word1,
.VideoItem .word2 {
  min-height: 1.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/*教学资源列表*/
.Academic .academicWrap {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}

.Academic .academicWrap .academicLists {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: flex-start;
}

.Academic .academicWrap .academicLists .items {
  width: 24%;
  height: 32.4rem;
  margin-bottom: 1.5%;
  margin-right: 1.3%;
}

.Academic .academicWrap .academicLists>.items:nth-child(4n) {
  margin-right: 0;
}

.AcademicItem {
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  cursor: pointer;
  transition: all .3s;
}

.AcademicItem:hover {
  box-shadow: 0 0 1rem rgba(130, 150, 171, .3);
}

.AcademicItem .aBgColor {
  width: 100%;
  height: 22.4rem;
  background: #f7f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AcademicItem .img {
  width: 16.7rem;
  height: 21rem;
  margin: 0 auto;
  box-shadow: 0 0.8rem 3rem 0 rgba(20, 50, 33, .4);
  display: flex;
  flex-flow: row nowrap;
}

.AcademicItem .img img {
  width: 100%;
}

.AcademicItem .aPadding {
  padding: 3rem 1.6rem;
}

.AcademicItem .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.AcademicItem .author {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777c84;
  margin-bottom: 1rem;
}

/*孔院新闻图片列表*/
.abloid ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.abloid ul li .abl-img {
  width: 30rem;
  height: 17rem;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abloid ul li .abl-img img {
  max-width: 100%;
  max-height: 100%;
}

.abloid ul li .abl-con {
  width: 106rem;
  height: 17rem;
  display: flex;
  justify-content: space-between;
}

.abloid ul li .abl-con .title {
  width: 80rem;
  height: auto;
}

.abloid ul li .abl-con .title h4 {
  font-size: 2.4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #191F26;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 2.4rem;
}

.abloid ul li .abl-con .title a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #191F26;
  transition: all .3s;
}

.abloid ul li .abl-con .title a i {
  width: 3rem;
  height: 0.3rem;
  background: #53B77F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
}

.abloid ul li .abl-con .title a:hover {
  margin-left: 1rem;
}

.abloid ul li .abl-con .data span {
  font-size: 7.2rem;
  text-align: right;
  font-weight: 400;
  color: #191F26;
  display: block;
}

.abloid ul li .abl-con .data em {
  font-size: 2.4rem;
  font-weight: 400;
  color: rgba(25, 31, 38, .3);
}

/*浏览记录*/
.records {
  width: 100%;
  height: auto;
  margin-bottom: 12rem;
}

.records h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #191919;
}

.records ul {
  width: 100%;
  height: auto;
  border-bottom: 0.1rem solid #F0F0F1;
  margin-bottom: 1.6rem;
}

.records ul li {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #777C84;
}

.records ul li i {
  width: 8rem;
  display: inline-block;
  vertical-align: middle;
}

.records ul li em {
  width: 8rem;
  display: inline-block;
  vertical-align: middle;
}

.records ul li span {
  width: 120rem;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.records p {
  font-size: 1.4rem;
  color: #D9D9D9;
}

/*学术沙龙*/
.journalsWrap {
  width: 140rem;
  height: 76.8rem;
  background: #fff;
  overflow: hidden;
  border-radius: 1.6rem;
  padding: 4rem;
  box-sizing: border-box;
  margin: 0 auto 12rem;
}

.journalList {
  margin-top: 4rem;
}

.journalList .item {
  width: 100%;
  height: 17rem;
  margin-bottom: 5rem;
}

.journalList .JournalItem {
  display: flex;
  justify-content: space-between;
}

.journalList .JournalItem .img {
  width: 30rem;
  height: 17rem;
}

.journalList .JournalItem .img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1.6rem;
}

.journalList .JournalItem .right {
  width: 99.6rem;
  height: 17rem;
}

.journalList .JournalItem .right .title {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: #191919;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.journalList .JournalItem .right .author {
  color: #777C84;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.journalList .JournalItem .right span {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  cursor: pointer;
  background: url(../images/indexImg/arrowhead.png) no-repeat;
  background-size: 100% 100%;
  transition: all .3s;
}

.journalList .JournalItem .right span:hover {
  margin-left: 1rem;
}

/*年报*/
.criteria {
  width: 140rem;
  height: auto;
  margin: 8rem auto 5rem;
  display: flex;
  justify-content: space-around;
}

.criteria .criteria-con {
  width: 45rem;
  height: 4.8rem;
  border: 0.1rem solid #E4E7EE;
  background: #fff;
  border-radius: 0.8rem;
  position: relative;
}

.criteria select {
  width: 100%;
  height: 4.6rem;
  border: none;
  outline: none;
  padding: 0 2rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.criteria select option {
  width: 45rem;
  height: 4.8rem;
  color: #777C84;
  border: none;
  border-radius: 1.5rem;
}

.criteria select option:hover {
  background: #F7F7F9;
}

.criteria-con:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 2rem;
  top: 41%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}

.search-content {
  width: 140rem;
  height: auto;
  margin: 4.8rem auto 0;
}

.search-content .content>ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.search-content .content>ul li {
  width: 32rem;
  height: 40rem;
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  background: #fff;
  border: 0.1rem solid #E4E7EE;
  cursor: pointer;
  transition: all 0.3s;
}

.search-content .content>ul li:hover {
  box-shadow: 0 0 2rem rgba(130, 150, 171, .2);
}

.search-content .content>ul li:nth-child(4n) {
  margin-right: 0;
}

.search-content .content>ul li .sear-img {
  width: 100%;
  height: 26rem;
  background: #F7F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-content .content>ul li .sear-img img {
  width: 18rem;
  height: 24rem;
  box-shadow: 0 0 3rem rgba(20, 50, 33, .4);
  object-fit: cover;
}

.search-content .content>ul li .sear-con {
  padding: 2.4rem;
  box-sizing: border-box;
}

.search-content .content ul li .sear-con h4 {
  color: #191919;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.4rem;
}

.search-content .content ul li .sear-con p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #777C84;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*发展历程标题*/
.hasTitle {
  text-align: center;
  margin-bottom: 7.5rem;
}

.hasTitle h4 {
  font-size: 4.8rem;
  color: #091b14;
  text-align: center;
  font-weight: bold;
}

.hasTitle span {
  font-size: 4rem;
  color: #091b14;
  margin: 0 3.3rem;
  position: relative;
}

.hasTitle span.hasBorder:after {
  content: "/";
  position: absolute;
  right: -3.5rem;
  bottom: 0rem;
  color: #88ae8f;
  font-size: 4rem;
}

/*文化视窗*/
.masonry {
  width: 140rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.masonry .col {
  flex: 1;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}


.columnImgWrap .columnImg {
  display: none;
  /*  width: 140rem;
  margin: 0 auto;
  column-count: 3;
  column-gap: 3rem; */

}

.columnImgWrap .columnImg .item {
  margin-bottom: 3rem;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 1rem;
}

.columnImgWrap .columnImg .item:nth-child(3n) {
  margin-right: 0;
}

.ImageBgWord {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.ImageBgWord .imgs {
  width: 100%;
  transition: all .3s;
  object-fit: cover;
  border-radius: 1rem;
}

.ImageBgWord .imgs:hover {
  transform: scale(1.1);
}

.ImageBgWord .word {
  width: 10rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 2.4rem 0 2.4rem 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background: #20B059;
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.ImageBgWord .word i {
  width: 0.8rem;
  height: 0.8rem;
  background: #FECF57;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

.textAlienCenter {
  margin: 5rem 0rem 12rem;
}

.textAlienCenter .specialBtn {
  width: 18.4rem;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  margin: 5rem auto 20rem;
  border-radius: 2.4rem;
  background: #53B77F;
  font-size: 1.6rem;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.textAlienCenter .specialBtn:hover {
  padding-left: 1rem;
}

.textAlienCenter .specialBtn i {
  width: 2.5rem;
  height: 2.4rem;
  background: url(../images/indexImg/arrows.png) no-repeat;
  background-size: 100% 100%;
}

/*缺省页*/
.default-page {
  width: 100%;
  height: 27.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.default-page .default {
  width: 20rem;
  height: 8rem;
  text-align: center;
  font-size: 1.4rem;
  color: #6D7278;
}

.default-page img {
  margin: 0 auto 1.6rem;
}

/*沙龙列表标题*/
.academic {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}

.academic-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #091b14;
  text-align: center;
  margin-bottom: 10rem;
}

/*面包屑*/
.crumbs {
  width: 100%;
  height: 4.6rem;
  line-height: 4.6rem;
  background: #F7F7F9;
}

.crumbs-con {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}

.crumbs-con ul li {
  float: left;
}

.crumbs-con ul li a {
  font-size: 1.6rem;
  color: #777C84;
}

.crumbs-con ul li:last-child a em {
  display: none;
}

html[lang='en'] .crumbs-con ul li.en {
  display: block;
}

html[lang='zh'] .crumbs-con ul li.zh {
  display: block;
}

html[lang='en'] .crumbs-con ul li.zh {
  display: none;
}

html[lang='zh'] .crumbs-con ul li.en {
  display: none;
}

/*详情页中分享信息*/
.sharing {
  width: 4.8rem;
  height: 26.4rem;
  position: fixed;
  bottom: 25%;
  right: 13.5rem;
}

.sharing .sharing-con {
  width: 100%;
  height: auto;
  position: relative;
}

.sharing div.enjoy {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sharing div.enjoy i {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url(../images/enjoy.png) no-repeat;
  background-size: 100% 100%;
}

.sharing .enjoy-con {
  width: 70rem;
  height: 17.4rem;
  background: #fff;
  box-shadow: 0rem 0.4rem 3rem 0rem rgba(8, 24, 15, 0.1);
  border-radius: 1rem;
  padding: 1.6rem;
  box-sizing: border-box;
  position: absolute;
  right: -15rem;
  top: 0;
  display: none;
}

.sharing .enjoy-con .enjoy-img {
  width: 21.6rem;
  height: 14.2rem;
  float: left;
  margin-right: 2rem;
}

.sharing .enjoy-con .enjoy-img img {
  width: 21.6rem;
  height: 14.2rem;
  object-fit: contain;
}

.sharing .enjoy-con .enjoy-title {
  width: 40rem;
  height: 14.2rem;
  float: left;
}

.sharing .enjoy-con .enjoy-title h4 {
  width: 40rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 4rem;
  font-weight: 500;
  color: #191919;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.sharing .enjoy-con .enjoy-title .urls {
  width: 42rem;
  height: 3.2rem;
  line-height: 3.2rem;
  background: #f4f5f6;
  border-radius: 0.4rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.sharing .enjoy-con .enjoy-title .urls span {
  width: 26.3rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #777c84;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-right: 0.9rem;
}

.sharing .enjoy-con .enjoy-title .urls a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #53b77f;
  cursor: pointer;
}

.sharing .enjoy-con .succeed {
  width: 45rem;
  height: 5rem;
  background: #f0f9eb;
  padding-left: 5rem;
  font-size: 1.8rem;
  color: #67c23a;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(0, -50%);
}

.sharing div.focus {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sharing div.focus i {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/focus.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.left {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sharing div.left i {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/left.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.right {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sharing div.right i {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/right.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.enjoy:hover {
  background: #53b77f;
}

.sharing div.enjoy:hover i {
  background: url(../images/enjoyHover.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.focus:hover {
  background: #53b77f;
}

.sharing div.focus:hover i {
  background: url(../images/focusHover.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.focus.on {
  background: #53b77f;
}

.sharing div.focus.on i {
  background: url(../images/focusHover.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.left:hover {
  background: #53b77f;
}

.sharing div.left:hover i {
  background: url(../images/leftHover.png) no-repeat;
  background-size: 100% 100%;
}

.sharing div.right:hover {
  background: #53b77f;
}

.sharing div.right:hover i {
  background: url(../images/rightHover.png) no-repeat;
  background-size: 100% 100%;
}

.preArticleId {
  display: none;
}

.rearArticleId {
  display: none;
}

/*关于我们二级导航*/
.breadcrumbs {
  width: 100%;
  height: 8rem;
  line-height: 8rem;
  background: #F7F7F9;
}

.breadcrumbs .version {
  width: 140rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumbs .version .hd ul li {
  float: left;
  margin-right: 9rem;
  cursor: pointer;
}

.breadcrumbs .version .hd ul li a {
  font-size: 1.8rem;
  color: #777C84;
  font-weight: bold;
}

.breadcrumbs .version .hd ul li.on {
  border-bottom: 0.3rem solid #3AAD6D;
}

.breadcrumbs .version .hd ul li.on a {
  color: #3AAD6D;
  font-weight: bold;
}

.breadcrumbs .version .hd ul li:last-child {
  margin-right: 0;
}

.breadcrumbs .version .matter ul li {
  float: left;
}

.breadcrumbs .version .matter ul li a {
  font-size: 1.6rem;
  color: #777C84;
}

.breadcrumbs .version .matter ul li:last-child a em {
  display: none;
}

html[lang='en'] .breadcrumbs .version .matter ul li.en {
  display: block;
}

html[lang='zh'] .breadcrumbs .version .matter ul li.zh {
  display: block;
}

html[lang='en'] .breadcrumbs .version .matter ul li.zh {
  display: none;
}

html[lang='zh'] .breadcrumbs .version .matter ul li.en {
  display: none;
}

@media (max-width:768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }

  /*新闻中心头部*/
  .breadcrumbs {
    width: 100%;
    height: 12.8rem;
    line-height: 12.8rem;
  }

  .breadcrumbs .version {
    width: 100%;
    height: 12.8rem;
    display: block;
  }

  .breadcrumbs .version .matter {
    display: none;
  }

  .breadcrumbs .version .hd ul {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
    border-radius: 0;
    padding: 0 3.2rem;
  }

  .breadcrumbs .version .hd ul::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
    display: none;
  }

  .breadcrumbs .version .hd ul::-webkit-scrollbar-corner {
    background: #53B77F;
  }

  .breadcrumbs .version .hd ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.1rem;
  }

  .breadcrumbs .version .hd ul li {
    float: left;
    margin-right: 6rem;
    font-size: 3.2rem;
  }

  .breadcrumbs .version .hd ul li a {
    font-size: 3.2rem;
    font-weight: normal;
  }

  .criteria {
    width: 100%;
    margin: 9.6rem auto 6.4rem;
  }

  .criteria .criteria-con {
    width: 22rem;
    height: 8rem;
    border: none;
    border-radius: 1.2rem;
  }

  .criteria select {
    height: 8rem;
    border-radius: 1.2rem;
    font-size: 2.8rem;
  }

  .criteria select option {
    width: 100%;
    height: 8rem;
  }

  .criteria-con:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/mImages/arrow-down.png) no-repeat center;
    background-size: 100% 100%;
  }

  .search-content {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .search-content .content {
    padding-bottom: 9.6rem;
  }

  .search-content .content>ul li {
    width: 100%;
    height: auto;
    border-radius: 2.4rem;
    float: none;
    margin: 0 auto 3.2rem;
  }

  .search-content .content>ul li .sear-img {
    width: 100%;
    height: 46rem;
  }

  .search-content .content>ul li .sear-img img {
    width: 30rem;
    height: 40rem;
    object-fit: cover;
  }

  .search-content .content>ul li .sear-con {
    padding: 4.4rem 3.2rem;
  }

  .search-content .content>ul li .sear-con.annual {
    text-align: center;
  }

  .search-content .content ul li .sear-con h4 {
    -webkit-line-clamp: 2;
    font-size: 3.2rem;
    line-height: 150%;
  }

  .search-content .content ul li .sear-con p {
    font-size: 2.8rem;
    line-height: 150%;
  }

  /*标题*/
  .publicSmallTitle {
    font-size: 5.2rem;
    padding-left: 3.2rem;
  }

  .publicSmallTitle:after,
  .publicSmallTitle:before {
    height: 6rem;
  }

  .publicSmallTitle:before {
    width: 0.2rem;
  }

  .publicSmallTitle:after {
    width: 0.8rem;
    left: 0.8rem;
  }

  /*瀑布流*/
  /* .columnImgWrap .columnImg{
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    height: 100vh;
  }
  .columnImgWrap .columnImg .item{
    width: calc(100%/2 - 2rem);
  } */
}