/**
* html
* date:2022-10-20
* author: gaojing;
*/
html {
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  background: url("../images/bg.jpg");
  background-size: cover;
  overflow: auto;
}

body {
  padding-bottom: 82px;
}

.container {
  margin: 0 auto;
  width: 1180px;
}

.header {
  height: 92px;
  background: #102981;
}

.header .logo {
  line-height: 92px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}

.header .user {
  margin-top: 17px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.header .user img {
  width: 100%;
  height: 100%;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 82px;
  line-height: 82px;
  color: #717171;
  font-size: 18px;
  text-align: center;
  background: #fff;
}

.main {
  padding-top: 20px;
}

.mod {
  margin-bottom: 20px;
  padding: 0 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 100%);
  box-shadow: 0px 0px 16px 0px #D0E1F0;
}

.mod-hd {
  height: 53px;
  border-bottom: 1px solid #E5E7F0;
}

.mod-hd h2 {
  padding: 0 7px 0 26px;
  line-height: 51px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/title_ico.png") 0 center no-repeat;
  border-bottom: 2px solid #1470E0;
}

.mod-hd .more {
  margin-top: 17px;
  color: #999;
}

.function {
  width: 806px;
  height: 190px;
}

.function-list {
  margin-top: 24px;
  display: flex;
}

.function-list li {
  width: calc(100% / 8);
  text-align: center;
}

.function-item {
  display: inline-block;
}

.function-item .icon {
  margin: 0 auto 13px;
  width: 48px;
  height: 49px;
}

.function-item .icon img {
  width: 100%;
  height: 100%;
}

.personal-center {
  padding: 57px 32px 0 32px;
  position: relative;
  width: 354px;
  height: 190px;
  background: #E8F2FF url("../images/personal_center.png");
  background-size: 100% 100%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 16px #D0E1F0;
}

.personal-center .center {
  position: absolute;
  top: 19px;
  right: 16px;
  display: inline-block;
  width: 86px;
  height: 28px;
  line-height: 28px;
  color: #1470E0;
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEF6FF 100%);
  box-shadow: 0px 1px 4px 0px #C7DAF2;
  border-radius: 88px;
}

.personal-center .head-portrait {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid rgba(177, 216, 255, 0.5);
}

.personal-info {
  margin-left: 89px;
  color: #A9AFB9;
  line-height: 34px;
}

.personal-info .hello {
  margin-top: 2px;
  color: #333;
  font-size: 20px;
}

.notice {
  width: 580px;
  height: 528px;
}

.notice-item {
  margin: 20px 0;
}

.notice-item .title {
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-item .title:hover {
  color: #1470E0;
}

.notice-item .title:hover + .date {
  color: #1470E0;
}

.notice-item .date {
  color: #999;
}

.project {
  width: 580px;
  height: 528px;
}

.project-item {
  margin: 14px 0;
  line-height: 26px;
}

.project-item .title {
  margin-left: -8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-item .title:hover {
  color: #1470E0;
}

.project-item .title:hover + .date {
  color: #1470E0;
}

.project-item .date {
  color: #999;
}
