.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.fheader {
  background: #003E81;
  padding: 16px 0;
}
.fheader .layout {
  display: flex;
  justify-content: space-between;
}
.fheader .layout div,
.fheader .layout a {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
}
.fheader .layout a {
  margin-right: 20px;
}
.fheader .layout a:nth-last-child(1) {
  margin-right: 0;
}
.container {
  height: 100%;
}
.container .container-box {
  position: relative;
  background: url('../images/background.png') no-repeat;
  background-size: 100% 100%;
}
.container .container-box .layout {
  padding-top: 78px;
  padding-bottom: 96px;
  width: 1000px;
  margin: 0 auto;
}
.container .wrap-login {
  /* width: 1000px; */
  background-color: transparent;
  position: static;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  align-items: flex-start;
}
.container .wrap-login .login-image {
  width: 462px;
  height: 554px;
  overflow: hidden;
  background: none;
  /* margin-top: 42px; */
  position: relative;
}
#loginIfrom {
  position: absolute;
  top: 0px;
  left: -135px;
  width: 600px;
  height: 554px;
}
.container .box {
  width: 496px;
  min-height: 554px;
  /* height: 512px; */
  padding: 22px 33px 37px 33px;
  background-color: rgba(13, 84, 163, 0.88);
  margin-right: 40px;
}
.container .box h1 {
  font-size: 27px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 41px;
  margin-bottom: 22px;
}
.container .box .item a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
  line-height: 35px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.container .box .list {
  height: 420px;
  overflow-y: scroll;
  padding-right: 20px;
}
.container .box .list::-webkit-scrollbar {
  width: 6px;
  background: rgba(13, 84, 163, 0);
  border-radius: 10px;
}
.container .box .list::-webkit-scrollbar-thumb {
  width: 6px;
  background: #BEECFD;
  border-radius: 10px;
}
