* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.specialA {
  color: #3268c6;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px solid #3268c6;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}
.triangleup {
  transform: rotate(225deg) !important;
  top: 16px !important;
}
.head {
  width: 100%;
  height: 60px;
  background: #3268c6;
}
.head .headArea {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .headArea .logo1 {
  width: 122px;
  height: 31px;
  background-image: url('/images/logo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.head .headArea .nowTime {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.typeArea {
  width: 1440px;
  margin: 0 auto;
}
.banner1 {
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner1 .banner1-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.banner1 .banner1-left .ch {
  font-size: 25px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
  letter-spacing: 0.3px;
}
.banner1 .banner1-left .en {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
}
.banner1 .banner1-right {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner1 .banner1-right li {
  cursor: pointer;
  color: #021b4d;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  position: relative;
  height: 100%;
  line-height: 115px;
}
.banner1 .banner1-right li .content {
  position: absolute;
  min-width: calc(100% + 16px);
  padding: 8px;
  left: 50%;
  top: 114px;
  z-index: 999;
  background-color: #fff;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner1 .banner1-right li .content a {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #021b4d;
  line-height: 22px;
  border-bottom: 1px dashed #cecece;
  line-height: 2.5em;
  width: 100%;
}
.banner1 .banner1-right li .content a:hover {
  font-weight: 600;
  color: #3268c6;
}
.banner1 .banner1-right li .content a:last-child {
  border: 0;
}
.banner2 {
  width: 100%;
  height: 404px;
  background-image: url('/images/noticelist/b2bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner2 .banner2d {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner2 .banner2d .ctitle {
  font-size: 86px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 120px;
  letter-spacing: 9px;
}
.banner2 .banner2d .etitle {
  opacity: 0.48;
  font-size: 48px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 67px;
  letter-spacing: 1.41px;
}
.banner3 {
  margin-top: 12px;
}
.banner3 .banner3d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner3 .banner3d .icon3 {
  width: 18px;
  height: 18px;
  background-image: url('/images/noticelist/c2logo2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.content1 {
  margin-top: 42px;
}
.content1 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content1 ul li {
  position: relative;
  width: 30%;
  height: 316px;
  background: #ffffff;
  margin: 0 1.5%;
  margin-bottom: 58px;
}
.content1 ul li .ava {
  width: 100%;
  height: 96px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.content1 ul li .ava img {
  width: 80px;
  height: 100%;
  border: 1px solid #eee;
  margin-left: 6px;
  margin-right: 25px;
  object-fit: cover;
}
.content1 ul li .ava .avatar {
  width: 96px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #999;
  background-image: url('/images/teamMembers/zhangpengfang.png');
  background-size: 82% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 25px;
}
.content1 ul li .ava .snamearea .sname {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #1d2f71;
  line-height: 30px;
  letter-spacing: 0.65px;
  margin-bottom: 4px;
}
.content1 ul li .ava .snamearea .info {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #999999;
  line-height: 22px;
}
.content1 ul li .details {
  position: relative;
  width: 100%;
  height: 160px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  padding: 20px 32px;
}
.content1 ul li .details::before {
  position: absolute;
  left: 38px;
  top: -9px;
  content: '';
  width: 18px;
  height: 18px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: #fff;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
}
.content1 ul li .details::after {
  position: absolute;
  left: 32px;
  top: 1px;
  content: '';
  width: 30px;
  height: 15px;
  background: #fff;
}
.content1 ul li .details .icon1 {
  position: absolute;
  top: -11px;
  right: 36px;
  width: 50px;
  height: 38px;
  background-image: url('/images/teamMembers/icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content1 ul li .details p {
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 ul li .details p .key1 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.content1 ul li .details p .value1 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  flex: 1;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.content1 ul li .details p:last-child .more {
  width: 70px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  color: #3268c6;
}
.content1 .formArea {
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
}
.content1 .formArea a {
  margin: 0 5px;
}
.content1 .formArea a:hover {
  color: #3268c6;
}
.mypagination {
  display: flex;
  justify-content: center;
  margin-bottom: 43px;
}
.footer {
  width: 100%;
  height: 126px;
  background: #3268c6;
}
.footer .footerd {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.footer .footerd .right .right1 {
  margin-right: 24px;
}
@media screen and (max-width: 1440px) {
  body {
    width: 1440px;
  }
}
