.mgt-17{
  margin-top: 17px;
}
.line-1{
  position: relative;
  width: 100%;
}

.line-1>img{
  width: 100%;
  height: auto;
}

.line-1 .btn-box{
  width: 128px;
  height: 52px;
  position: absolute;
  left: 18%;
  top: 54%;
  z-index: 1;
}
.line-1 .btn-box button{
  width: 128px;
  height: 52px;
  line-height: 52px;
}

.line-2{
  width: 100%;
  padding: 67px 0 52px 0;
}

.line-2 .newsCenter{
  width: 1230px;
  height: auto;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items:flex-start;
}
.line-2 .newsCenter .newsCenter-item{
  width: 378px;
  margin: 0 16px 32px 16px;
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 20px 0px rgba(143,193,199,0.20); 
  cursor: pointer;
  display: block;
}
.line-2 .newsCenter .newsCenter-item:hover{
  box-shadow: 0px 0px 50px 0px rgba(211,218,231,0.50); 

}
.line-2 .newsCenter .newsCenter-item>img{
  width: 100%;
  /* height: 202px; */
  height: 212px;
}
.line-2 .newsCenter .newsCenter-item .text-box{
  padding: 20px;
}
.line-2 .newsCenter .newsCenter-item .text-box .text-box-time{
  margin-top: 20px;
  width: 339px;
  height: 24px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #686d88;
  line-height: 24px;
}

.line-2 .newsCenter .newsCenter-item .text-box .text-box-title{
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  text-align: LEFT;
  color: #252642;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* #newsMore,#operationMore{
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  margin: auto;
  margin-top: 22px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: center;
  color: #4d526d;
  cursor: pointer;
  position: relative;
}
#newsMore:active,#operationMore:active{
  top: 1px;
} */

.pagination-box{
  width: 100%;
  height: 32px;
  margin-top: 60px;
}

/*分页*/
.tcdPageCode{
  color: #ccc;
  text-align:center;
  box-sizing: border-box;
  margin: auto;
}
.tcdPageCode a{
  display: inline-block; 
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: rgba(255,255,255,0.00);
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: center;
  color: #1d2129;
  box-sizing: border-box;
  margin: 0 2px;
}
.tcdPageCode a:hover{
  text-decoration: none;
  width: 32px;
  line-height: 32px;
  background: #fe6d40;
  border-radius: 2px;
  font-size: 16px;
  font-family: Rany, Rany-Regular,Microsoft YaHei;
  text-align: center;
  color: #ffffff;
}
.tcdPageCode .nextPage{
  margin: 0 2px;
  box-sizing: border-box;
}
.tcdPageCode .nextPage:hover,.tcdPageCode .prevPage:hover{
  color: #fe6d40!important;
  background: #ffffff;
}

.tcdPageCode .prevPage{
  margin: 0 2px;
  box-sizing: border-box;
}
.tcdPageCode .current{
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fe6d40;
  border-radius: 2px;
  font-size: 16px;
  font-family: Rany, Rany-Regular,Microsoft YaHei;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0 2px;
}
.tcdPageCode .disabled{	
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  box-sizing: border-box;
  
}
.tcdPageCode .disabled i{
  color: #a1a4b8;
}

.tcdPageCode .more{
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #1d2129;
  display: inline-block;
}

.line-3{
  width: 100%;
}

.line-3 .operation,.line-3 .selected{
  width: 1232px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: flex-start;
}

.line-3 .operation .operation-item,.line-3 .selected .selected-item{
  width: 276px;
  height: auto;
  background: #f6f8ff;
  margin: 0 16px 32px 16px;
  border-radius: 4px;
}
.line-3 .operation .operation-item:hover,.line-3 .selected .selected-item:hover{
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(211,218,231,0.50); 
}
.line-3 .operation .operation-item > img,.line-3 .selected .selected-item > img{
  width: 276px;
  height: 155px;
  border-radius: 4px 4px 0 0;
}
.line-3 .operation .operation-item .text-box,.line-3 .selected .selected-item .text-box{
  padding: 30px 18px;
  border-radius: 0 0 4px 4px;
}
.line-3 .operation .operation-item .text-box .text-box-title,.line-3 .selected .selected-item .text-box .text-box-title{
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  color: #252642;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-3 .operation .operation-item .text-box .text-box-time,.line-3 .selected .selected-item .text-box .text-box-time{
  margin-top: 20px;
  height: 24px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #686d88;
  line-height: 24px;
}

.line-4{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 68px;
  background: #f5f6fa;
}
.line-4 .input-box{
  width: 832px;
  height: 60px;
  margin: auto;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.line-4 .input-box input{
  border: 0;
  height: 60px;
  line-height: 60px;
  width: 757px;
  padding: 0;
  vertical-align: middle;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #686d88;
  background-color: transparent;
  outline: none;
  padding-right: 50px;
}
.line-4 .input-box button{
  width: 68px;
  height: 60px;
  background: #fe6d40;
  border-radius: 0px 8px 8px 0px;
  border: 0;
  vertical-align: middle;
  color: #ffffff;
}
#inputClosed1{
  position: absolute;
  left: 720px;
  top: 22px;
  cursor: pointer;
}

#helpCenterSearch::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.line-4 .input-box button i{
  font-size: 20px;
}
.line-4 .helpCenter{
  width: 1200px;
  height: auto;
  margin: auto;
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
}
.line-4 .helpCenter .helpCenter-item{
  width: 378px;
  padding: 24px 20px;
  padding-bottom: 12px;
  margin-bottom: 32px;
  background: #ffffff;
  border-radius: 4px;
}
.line-4 .helpCenter .helpCenter-item .helpCenter-item-title{
  width: 100%;
  height: 36px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  
  color: #252627;
  line-height: 36px;
}
.line-4 .helpCenter .helpCenter-item .helpCenter-item-title>img{
  vertical-align: middle;
  margin-right: 6px;
}
.line-4 .helpCenter .helpCenter-item .helpCenter-item-line{
  width: 100%;
  height: 0px;
  border-top: 1px solid rgba(170,189,229,0.30);
  margin-bottom: 4px;
  margin-top: 24px;
}

.line-4 .helpCenter .helpCenter-item .helpCenter-item-cont{
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}

.line-4 .helpCenter .helpCenter-item .helpCenter-item-cont:hover{
  color: #000000;
}

.line-4 .helpCenter .helpCenter-item .helpCenter-item-cont .help-icon{
  width: 6px;
  height: 6px;
  background: #e5e5e8;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 0px;
}

.line-4 .helpCenter .helpCenter-item .helpCenter-item-more{
  width: 78px;
  height: 40px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #fe6d40;
  line-height: 40px;
  display: block;
  cursor: pointer;
}
.line-4 .helpCenter .helpCenter-item .helpCenter-item-more i{
  font-size: 17px;
  vertical-align: middle;
  margin-left: 4px;
}

.line-14{
  width: 100%;
  height: 238px;
  padding-top: 50px;
  background: url(https://asset.joinf.com/official/images/index/line-14bg.png) no-repeat ;
  background-size:100% 100%;
}
.line-14 .line-14-title{
  width: 100%;
  height: 45px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  
  text-align: CENTER;
  color: #ffffff; 
  line-height: 45px;

}
.line-14 .line-14-explain{
  height: 20px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: CENTER;
  color: #ffffff;
  line-height: 20px;
}
.line-14 .line-14-btn-box{
  width: 136px;
  height: 44px;
  margin: auto;
  margin-top: 20px;
  background: linear-gradient(288deg,rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.00) 100%);
  padding: 1px;
  border-radius: 8px;
}
.line-14 .line-14-btn-box button{
  width: 134px;
  height: 42px;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  color: #fe6d40;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  cursor: pointer;
}
/* .line-14 .line-14-input-box{
  width: 420px;
  height: 48px;
  background: #f6f8ff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(201,204,231,0.18); 
  margin: auto;
  padding: 4px;
}
.line-14 .line-14-input-box input{
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 303px;
  padding: 0;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #686d88;
  background-color: transparent;
  outline: none;
  padding-right: 28px;
  border-radius: 4px;
}
.line-14 .line-14-input-box button{
  width: 103px;
  height: 40px;
  background: linear-gradient(237deg,#ff7528 0%, #ff9051 0%, #ffa06b 0%, #fe6d40 100%);
  border-radius: 8px;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
}

#telphone::-webkit-search-cancel-button , #telphone2::-webkit-search-cancel-button{
  -webkit-appearance: none;
}

.line-14 .closed{
  position: absolute;
  right: 90px;
  top: 15px;
  cursor: pointer;
  padding-right: 28px;
  border-radius: 4px;
} */
