.hometop-root {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  box-shadow: 0 10px 10px -11px #ccc;
}
.hometop-root img{
  margin-left: 40px;
  height: 46px;
  width: auto;
}
.hometop-right .language-btn{
  margin-right: 40px;
  background: rgba(255, 255, 255, 0.37);
  border-radius: 4px;
  height: 31px;
  align-items: center;
  display: inline-flex;
  width: 80px;
  justify-content: center;
  cursor: pointer;
}

.hometop-right .login-btn{
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.37);
  border-radius: 4px;
  height: 31px;
  align-items: center;
  display: inline-flex;
  width: 80px;
  justify-content: center;
  cursor: pointer;
}

.hometop-root .user-info-row{
  display: inline-flex;
  align-items: center;
}
.hometop-root .user-info-row .username{
  color: #FFFFFF;
  /* width: 120px; */
  text-align: right;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 2px;
  max-width: 120px;
}
.homenav-root {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 64%;
  min-width: 1150px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 10px auto;
  padding: 0 50px;
  position: relative;
  margin-top: -42px;
}
.homenav-root .title-root {
  height: 84px;
  /* padding-top: 24px; */
  padding-top: 31px;
}
.homenav-root .title-root .line {
  border: 2px solid #57A6F6;
  margin-top: 11px;
}
.homenav-root .title-root .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.85);
}
.homenav-root .sub-nav{
  position: absolute;
  min-width: 164px;
  top: 41px;
  left: -40px;
  z-index: 1000;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
  padding-top: 1px;
}

.homenav-root .sub-nav .sub-nav-item{
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  padding: 12px 20px;
  cursor: pointer;
}
.homenav-root .sub-nav .sub-nav-item:hover{
  background: #3268C7;
}
.homenav-root .sub-nav .sub-nav-item:hover > a{
  color: white;
}

.homenav-root .sub-nav .sub-nav-item img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.homenav-root .sub-nav .sub-nav-item a{
  cursor: pointer;
}

.nav-item-title{
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 45px;
  /* identical to box height */
  color: #000000;
  opacity: 0.85;
}

.center-normal-content{
  width: 64%;
  margin: 0 auto;
  max-width: 2560px;
}

.space-between-content{
  display: flex;
  justify-content: space-between;
}

.news-list-left,.calendar-list-right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}


.show-more-text{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #3570DA;
  opacity: 0.85;
  
}
.show-more-article{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  opacity: 0.85;
  
}
.show-more-article:hover {
  color: #3570DA;
}

.more-content{
  cursor: pointer;
  margin-top: 15px;
}

.news-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 64%;
  min-width: 1150px;
  max-width: 2560px;
  margin: auto;
}
.impotant-activities-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 64%;
  min-width: 1150px;
  max-width: 2560px;
  margin: auto;
}
.news-index-content{
  display: flex;
  flex-wrap: wrap;
  width: 64%;
  min-width: 1150px;
  margin: auto;
  position: relative;
  margin-top: 20px;
  max-width: 2560px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
}

.news-index-content-new {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 64%;
  min-width: 1150px;
  margin: auto;
  position: relative;
  margin-top: 20px;
  max-width: 2560px;
  font-family: 'PingFang SC';
}

.news-list-content-left {
  width: 50%;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
  margin-right: 10px;
}
.new-default-content {
  background-color: #DBE0EA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.carousel-arrow-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 999;
}
.carousel-arrow-img.left {
  left: 10px;
  padding-left: 10px;
}
.carousel-arrow-img.left-disabled {
  left: 10px;
  transform: translateY(-50%) rotateZ(180deg);
}
.carousel-arrow-img.right {
  right: 10px;
  transform: translateY(-50%) rotateZ(180deg);
  padding-left: 0
}
.carousel-arrow-img.right-disabled {
  right: 10px;
  padding-right: 10px;
}
.news-item-title {
  background: #FFFFFF;
  /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16); */
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #000000;
  opacity: 0.85;
  padding: 13px;
  /* box-shadow: 0px 2px 2px rgb(0 0 0 / 15%); */
  border-radius: 0 0 4px 4px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 90px;
  cursor: pointer;
}
.calendar-list-content-right {
  width: 50%;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
  margin-left: 10px;
}
.calendar-bottom-line {
  width: 100%;
  height: 3px;
  background-color: #52A8F7;;
}
.calendar-bottom-left-line {
  width: 50%;
  height: 100%;
  background-color: #3570DA;
}
.calendar-list-container {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
  height: 100%;
}
.calendar-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  cursor: pointer;
  height: 25%;
}
.calendar-item:hover {
  color: #3570DA;
}
.calendar-item:last-child {
  border-bottom: none;
}
.calendar-item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  opacity: 0.85;
  /* flex-grow: 1; */
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Microsoft YaHei';
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  padding-left: 10px;
}
.calendar-item-title::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #3570DA;
  margin-right: 10px;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 13;
}
.calendar-item-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  opacity: 0.45;
  /* flex-grow: 0; */
  width: 20%;
  text-align: right;
  font-family: 'PingFang SC';
}

.home-news-card{
  width: calc(25% - 24px);
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 0.5px solid #aaa;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.news-crad-title{
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.news-card-image{
  cursor: pointer;
  width:100%;
  height: 137px;
}
.news-card-title-content{
  cursor: pointer;
}
.new-list-arrow-content{
  position: absolute;
  width: 50px;
  height: 40px;
  /* background-color: #3570DA; */
  z-index: 10;
  left: calc(50% - 25px);
  cursor: pointer;
  padding-left: 18px;
  padding-right: 18px;
}
.up-arrow-content{
  top: 0;
  padding-top: 2px;
}
.down-arrow-content{
  bottom: 0;
  padding-top: 26px;
}
.new-arrow-image{

}
.show-more-arrow-img{
  width: 16px;
  margin-bottom: 2px;
  margin-left: 3px;
}

.news-index-img{
  background-color: #ccc;
  cursor: pointer;
  /* aspect-ratio: 840/380; */
  width: 70%;
}
.home-new-default-content{
  background-color: #DBE0EA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 70%;
  /* aspect-ratio: 840/380; */
}
.home-new-default-content img{
  cursor: pointer;
}
.news-index-right-list{
  display: inline-block;
  width: 30%;
  background-color: #eee;
  /* height: 100%; */
  overflow: hidden;
  position: relative;
}
.news-index-list-view{
  /* position: absolute; */
  width: 100%;
  height: 100%;
  position: inherit;
}
.news-index-item{
  background: #EDEDED;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 10px 20px;
  cursor: pointer;
}
.current-news-item{
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
.home-news-time-text{
  font-size: 12px;
  color: rgba(0,0,0,0.45);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homenews-root {
  min-width: 1150px;
  padding-top: 50px;
}

.news-card-content{
  padding: 0px 18px;

}

.home-news-item{
  
  padding-bottom: 20px;
  padding-top: 30px;
  height: 135px;
  cursor: pointer;
}
.home-news-items {
  padding: 20 20;
  cursor: pointer;
  width: 50%;
  color: #000000;
}
.home-news-item-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  /* color: #000000; */
  opacity: 0.85;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-news-items:hover {
  color: #3570DA;
}
.home-news-item-descrip {
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #000000;
  max-height: 58px;
  opacity: 0.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news-item-time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #000000;
  opacity: 0.25;
}
.news-crad-title{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}

.home-news-title{
  text-overflow: ellipsis;
 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
 
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
 
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;

}

.home-news-item span{
  color: rgba(0, 0, 0, 0.45);
  line-height: 45px;
  font-size: 12px;
}

.homenews-root .title-bottom-line{
  width: 50px;
  height: 1px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display: flex;
  align-items: center;

}
.title-bottom-line-center{
  width: 20px;
  height: 3px;
  background-color: #3570DA;
  margin: 0 auto;
  transition: width 0.3s;
}
.homenews-root .news-content {
  width: 23.5%;
  /* margin: 24px 1% 0 1%; */
  margin-top: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
  padding: 20px;
  /* height: 280px; */
  cursor: pointer;
  padding-bottom: 40px;
  position: relative;
}

.white-book-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 64%;
  min-width: 1150px;
  max-width: 2560px;
  margin: auto;
}

.homenews-root .white-book-content{
  width: 19%;
  /* margin: 24px 1% 0 1%; */
  margin-top: 24px;
  border-radius: 4px;
  height: auto;
  cursor: pointer;
  position: relative;
}

.white-item-content{
  position: relative;
  display: flex;
}

.white-book-image{
  width: 100%;
  /* aspect-ratio:3/4; */
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
}


.white-book-name{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  opacity: 0.65;
  padding: 15px 15px 0 15px;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}

.homenews-root .white-book-image:hover{
  box-shadow: 0px 5px 9px rgba(22, 103, 174, 0.31);
}

.homenews-root .news-content:hover, 
.more-btn:hover{ 
  box-shadow: 0px 5px 9px rgba(22, 103, 174, 0.31);
}

.homenews-root .title-text {
  /* color: black; */
  font-size: 18px;
  color: rgba(0,0,0,0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 50px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homenews-root .descrip-text {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  margin-top: 16px;
  height: 136px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.homenews-root .time-text {
  font-size: 12px;
  color: rgba(0,0,0,0.45);
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 20px;
}

.homenews-root .litpic{
  /* height: 137px; */
  margin: 0 auto 16px auto;
  align-items: center;
  display: flex;
}
.homenews-root .litpic img{
  margin: auto;
  /* height: 137px; */
  aspect-ratio: 14/9;
  width: 100%;
  object-fit: cover;
}

.homefaq-root {
  min-width: 1150px;
  max-width: 2560px;
}
.homefaq-root .faq-middle {
  width: 64%;
  min-width: 1150px;
  max-width: 2560px;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px -1px 0px rgba(0, 0, 0, 0.05);
}
.homefaq-root .title-root {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 16px 32px;
  align-items: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.homefaq-root .title-root:active {
  background: #fafafa;
}

.homefaq-root .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.homefaq-root .pic {
  max-width: 10px;
  margin-left: 10px;
}
.homefaq-root .answer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  background: linear-gradient(90.8deg, #F9F9F9 5.94%, #FBF6EE 36.82%, #F5E4E4 49.29%, #F9F9F9 100.97%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
  padding: 26px 20px 26px 32px;
}

.hometable-root {
  width: 64%;
  margin: auto;
  min-width: 1150px;
}
.hometable-root .hometable-div {
  background: #FFFFFF;
  box-shadow: 0px 12px 28px rgba(167, 201, 210, 0.28);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 51px 65px;
}
.hometable-root .el-table thead {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.hometable-root .el-table--border::after, 
.hometable-root .el-table--group::after, 
.hometable-root .el-table::before {
  background-color: white;
}
.hometable-root .el-table td.el-table__cell, 
.hometable-root  .el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}
.hometable-root .el-table th.el-table__cell>.cell {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.hometable-root .el-table .cell {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}
/* .hometable-root .el-table tbody tr:hover>td {
  background: #f58332 !important;
} */

.homepartner-root {
  /* width: 64%; */
  /* min-width: 1150px; */
  min-width: 1150px;
  max-width: 2560px;
  margin: auto;
  padding-top: 50px;
}
.homepartner-root .info {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.homepartner-root .partner-root {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.homepartner-root .partner {
  width: 16%;
  cursor: pointer;
}
.homepartner-root .el-carousel__indicator--horizontal {
  display: none;
}
.homepartner-root .carousel-root {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  width: 64%;
  min-width: 1150px;
  max-width: 2560px;
  margin: 0 auto;
}
.homepartner-root .logo-root {
  height: 82px;
  width: 82px;
  border-radius: 41px;
  background-color: white;
  display: flex;
  margin: auto;
}
.homepartner-root .logo-root  img{
  border-radius: 50px;
}
/* .homepartner-root .logo {
  max-width: 58px;
  max-height: 58px;
  margin: auto 12px;
} */
.homepartner-root .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.more-btn {
  background: linear-gradient(90deg, #3268C7 0%, #6293DD 100%);
  border-radius: 4px;
  width: 101px;
  height: 34px;
  margin: 47px auto;
}

.more-text {
  line-height: 34px;
  margin: auto;
  color: rgba(255,255,255,0.85);
  text-align: center;
  cursor: pointer;
}

.home-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  margin: 60px 0 29px 0;
}

.nodata-root {
  padding: 164px 0;
  text-align: center;
  margin: auto;
}
.nodata-root .nodata-pic{
  height: 216px;
}
.nodata-root .nodata-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  color: rgba(0,0,0,0.65);
  margin-top: 31px;
}

.partner-root .top-root,
.notice-root .top-root,
.faqlist-root .top-root {
  background-image: url('../images/list-top-bg.png');
  background-size: cover;
}

/* 分页器样式 */
.page-root {
  height: 120px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.page-root .el-pagination.is-background .btn-next, 
.page-root .el-pagination.is-background .btn-prev, 
.page-root .el-pagination.is-background .el-pager li {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px;
}

.page-root .el-input.is-active .el-input__inner,
.page-root .el-input__inner:focus {
  border-color: #3268C7;
}
/* 搜索输入框获取焦点样式 */
.search-form-foucs{
  border: 5px solid rgba(50, 104, 199, 0.1) !important;
  box-shadow: 0px 4px 4px rgba(87, 166, 246, 0.13);
  border-radius: 4px;
}