@charset "utf-8";
.banner {
  width: 100%;

}

.banner .swiper-container {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.dynamics {
  width: 100%;
  padding: 55px 0;
}

.dynamics-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.dynamics-title-left {
  width: max-content;
  height: 90px;
  background: url("../images/titlebgc.png") no-repeat left bottom;
}

.dynamics-title-left-icon {
  font-size: 28px;
  color: #e2e2e2;
}

.dynamics-title-left-text {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 4px;
}

.dynamics-title-right a {
  display: block;
  width: 90px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #3b84eb;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #3b84eb;
}

.dynamics-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.dynamics-list > a {
  display: block;
}

.dynamics-item {
  width: 590px;
  background-color: #ffffff;
  padding: 30px 28px;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.dynamics-date {
  width: 113px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.dynamics-date p {
  width: 100%;
}

.dynamics-date p b {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}

.dynamics-date p i {
  display: block;
  font-size: 16px;
  color: #bfbfbf;
  font-weight: normal;
  margin-top: 5px;
}

.dynamics-date span {
  display: block;
  width: 68px;
  height: 4px;
  background-color: #f2f2f2;
  margin-top: 30px;
}

.dynamics-cont {
  flex: 1;
  width: 0;
  height: 110px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.dynamics-cont .dynamics-tit {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  text-align: justify;
}

.dynamics-cont .dynamics-tex {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  text-align: justify;
}

.blurb {
  width: 100%;
  background: url("../images/xiehuijianjiebgc.png") no-repeat top center;
  padding-top: 56px;
}

.blurb-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.blurb-title-left {
  width: max-content;
  height: 90px;
  background: url("../images/titlebgcwhite.png") no-repeat left bottom;
}

.blurb-title-left-icon {
  font-size: 28px;
  color: #acc4e9;
}

.blurb-title-left-text {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 4px;
}

.blurb-box {
  width: 100%;
  min-height: 294px;
  background-color: #3b84eb;
  padding: 30px 50px;
  margin-top: 70px;
}

.blurb-tit {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}

.blurb-tex {
  width: 100%;
  text-indent: 32px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: justify;
  padding: 26px 0;
}

.blurb-more {
  width: 138px;
  height: 46px;
  background-color: #ebf3ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3b84eb;
}

.blurb-more img {
  margin-left: 5px;
}

.field {
  width: 100%;
  padding: 50px 0;
}

.field-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.field-left {
  width: 580px;
  height: 512px;
  background-color: #ffffff;
  padding: 25px;
  padding-top: 0;
}

.field-left-img {
  width: 100%;
}

.field-left-img img {
  width: 100%;
  height: auto;
  position: relative;
  top: -10px;
}

.field-left-list {
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.field-left-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}

.field-left-list a i {
  width: 6px;
  height: 6px;
  background-color: #bfbfbf;
}

.field-left-list a p {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
  margin-left: 15px;
  margin-right: 50px;
}

.field-left-list a span {
  font-size: 16px;
  color: #bfbfbf;
}

.field-right {
  width: 580px;
  height: 512px;
  background-color: #ffffff;
  padding: 0 25px;
}

.field-right-item {
  width: 100%;
  height: 170px;
  padding: 25px 0;
  border-bottom: solid 1px #f2f2f2;
  display: flex;
  justify-content: flex-start;
}

.field-right a:last-child .field-right-item {
  border: none;
}

.field-right-item .field-right-item-img {
  width: 164px;
  height: 120px;
  margin-right: 22px;
}

.field-right-item .field-right-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field-right-item-cont-right {
  flex: 1;
  width: 0;
  height: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.field-right-item-cont-right p {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
}

.field-right-item-cont-right span {
  font-size: 16px;
  color: #bfbfbf;
}

.activity-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 45px;
}

.activity-list a {
  display: block;
  width: 288px;
  margin-right: 15px;
}

.activity-item {
  width: 100%;
}

.activity-list a:nth-child(4n) {
  margin-right: 0;
}

.activity-item-img {
  width: 288px;
  height: 211px;
}

.activity-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-item-cont {
  width: 100%;
  height: 150px;
  background: #FFFFFF;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.activity-item-cont .activity-item-tit {
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}

.activity-item-cont .activity-item-tex {
  width: 100%;
  height: 62px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}























