* {
  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: 584px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  margin: 0 1.5%;
  margin-bottom: 43px;
  padding: 28px 28px 0;
}
.content1 ul li .title {
  position: absolute;
  top: 42px;
  left: -11px;
  width: 250px;
  height: 47px;
  background-image: url('/images/teamStyle/bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  padding-left: 15px;
}
.content1 ul li img {
  width: 376px;
  height: 254px;
  object-fit: cover;
}
.content1 ul li .imgArea {
  width: 376px;
  height: 254px;
  margin-bottom: 28px;
  background-image: url('/images/teamStyle/bgI.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content1 ul li .title1 {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 28px;
  letter-spacing: 0.56px;
}
.content1 ul li .coremembers {
  margin: 16px 0 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content1 ul li .coremembers .title2 {
  width: 126px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.content1 ul li .coremembers .members {
  flex: 1;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content1 ul li .content1c .title3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.content1 ul li .content1c .info {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 28px;
}
.content1 ul li .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  color: #3268c6;
  line-height: 22px;
}
.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;
  }
}
