.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: white;
}
.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;
  position: relative;
  justify-content: 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;
  line-height: 60px;
  cursor: pointer;
}
.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 {
  cursor: pointer;
  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: 84px;
  margin-left: -50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.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;
}

.news-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 64%;
  min-width: 1150px;
  margin: auto;
}
.homenews-root {
  min-width: 1150px;
}
.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: 22px;
  height: 280px;
  cursor: pointer;
}

.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;
}

.homenews-root .litpic{
  height: 137px;
  margin: 0 auto 16px auto;
  align-items: center;
  display: flex;
}
.homenews-root .litpic img{
  margin: auto;
  height: 137px;
  width: 100%;
  object-fit: cover;
}

.home-data-container {
  min-width: 1150px;
}
.home-data-container .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: 22px;
  height: 280px;
  cursor: pointer;
}

.home-data-container .news-content:hover, 
.more-btn:hover{ 
  box-shadow: 0px 5px 9px rgba(22, 103, 174, 0.31);
}

.home-data-container .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;
}

.home-data-container .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;
}

.home-data-container .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;
}

.home-data-container .litpic{
  height: 137px;
  margin: 0 auto 16px auto;
  align-items: center;
  display: flex;
}
.home-data-container .litpic img{
  margin: auto;
  height: 137px;
  width: 100%;
  object-fit: cover;
}

.home-data-container{
  width: 64%;
  margin: auto;
  min-width: 1150px;
  display: flex;
}

.news-left {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 75%;
}
.news-right {
  /* height: 585px; */
  display: inline-block;
  background: #FFFFFF;
  width: calc(100% - 76%);
  margin-top: 24px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
  padding: 22px;
  /* height: 280px; */
}
.news-right-herder{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sing {
  /* position: absolute;
  left: 21.15%; */
  display: inline-block;
  width: 40px;
  background-size: cover;
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}
.content-item {
  display: flex;
  margin-top: 20px;
  align-items: center;
  cursor: pointer;
}
.content-item-left {
  width: 20%;
  background-color: transparent;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}
.content-item-right {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-left: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 72%;
}

.home-data-root {
  min-width: 1150px;
  margin-top: 42px;
}
.home-data-root .news-content {
  /* width: 31%; */
  /* margin: 24px 1% 0 1%; */
  margin-top: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
  padding: 22px;
  height: 280px;
  cursor: pointer;
}

.homefaq-root {
  min-width: 1150px;
}
.homefaq-root .faq-middle {
  width: 64%;
  min-width: 1150px;
  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;
  margin: auto;
}
.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;
}
.homepartner-root .logo-root {
  height: 82px;
  width: 82px;
  border-radius: 41px;
  background-color: white;
  display: flex;
  margin: auto;
}
.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;
}
.home-intro{
  font-style: normal;
  margin: 60px 0 29px 0;
  width: 56%;
  min-width: 1050px;
  margin: auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  /* text-align: center; */
  color: #000000;
  opacity: 0.55;
}

.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;
}