.main {
  margin: 40px auto 0;
  width: 1300px;
}
@media screen and (max-width: 900px) {
  .main {
    margin: 20px auto 0;
    width: 100%;
  }
}
.banner-publicity {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 72.8%;
  overflow: hidden;
}
.banner-publicity .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-publicity .banner-content img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/ 
}
.banner-publicity .dot {
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 9;
}
.banner-publicity .dot .dot-item {
  display: inline-block;
  margin-right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #ebebeb;
}
.banner-publicity .dot .dot-item-active {
  background: #006db4;
}
.banner-publicity .banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-size: 18px;
  color: #bfc3c8;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 900px) {
  .banner-publicity .dot {
    bottom: 30px;
  }
  .banner-publicity .dot .dot-item {
    margin-right: 8px;
  }
  .banner-publicity .banner-title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.dynamic-wrap .dynamic-header {
  padding-bottom: 6px;
  border-bottom: 2px solid #006db4;
}
.dynamic-wrap .dynamic-title {
  margin-left: 8px;
  font-size: 22px;
  color: #111c25;
  height: 32px;
  line-height: 32px;
}
.dynamic-wrap .dynamic-title .icon {
  height: 32px;
}
.dynamic-wrap .dynamic-title .title {
  position: relative;
}
.dynamic-wrap .dynamic-title .title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: -6px;
  right: -8px;
  height: 4px;
  background: #dea427;
}
.dynamic-wrap .dynamic-more {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #006eb4;
}
.dynamic-wrap .dynamic-more a {
  font-size: 12px;
  color: #006db4;
}
.dynamic-wrap .dynamic-top {
  margin-left: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #acacac;
}
.dynamic-wrap .dynamic-top .title {
  font-size: 16px;
  color: #003471;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-wrap .dynamic-top .text {
  margin: 0;
  margin-top: 6px;
  font-size: 14px;
  color: #636466;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-wrap .dynamic-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dynamic-wrap .dynamic-list .dynamic-item {
  position: relative;
  margin-left: 24px;
  height: 30px;
  line-height: 30px;
}
.dynamic-wrap .dynamic-list .dynamic-item::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #006db4;
}
.dynamic-wrap .dynamic-list a {
  width: 100%;
  color: #070b10;
  font-size: 16px;
}
.dynamic-wrap .dynamic-list .dynamic-item-title {
  display: inline-block;
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.dynamic-wrap .dynamic-list .dynamic-item-deta {
  display: inline-block;
  font-size: 12px;
  width: 80px;
  color: #545556;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .dynamic-wrap {
    margin-top: 20px;
  }
  .dynamic-wrap .dynamic-title {
    margin-left: 6px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
  }
  .dynamic-wrap .dynamic-title .icon {
    height: 26px;
  }
  .dynamic-wrap .dynamic-title .title:after {
    bottom: -14px;
  }
  .dynamic-wrap .dynamic-more {
    height: 22px;
    line-height: 22px;
  }
  .dynamic-wrap .dynamic-top .title {
    font-size: 14px;
  }
  .dynamic-wrap .dynamic-top .text {
    margin-top: 2px;
    font-size: 12px;
  }
  .dynamic-wrap .dynamic-list .dynamic-item {
    height: 24px;
    line-height: 24px;
  }
  .dynamic-wrap .dynamic-list a {
    font-size: 14px;
  }
}
.link {
  position: relative;
  margin-top: 40px;
  padding: 0 100px 10px 100px;
  width: 1300px;
}
.link .link-bj {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: #1d4e8a;
  z-index: -1;
}
.link .link-item {
  display: inline-block;
  width: 160px;
  border: solid 1px #1b8ebc;
  text-align: center;
  background: #fff;
}
.link .link-item + .link-item {
  margin-left: 20px;
}
.link .link-item .link-img-wrap {
  height: 100px;
  line-height: 100px;
}
.link .link-item .link-title {
  height: 40px;
  line-height: 40px;
  color: #2b486b;
  background: #ccc;
}
.link .link-item:hover .link-title {
  color: #fff;
  background: #163256;
}
@media screen and (max-width: 900px) {
  .link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
    width: 92%;
    box-sizing: border-box;
  }
  .link .link-bj {
    display: none;
  }
  .link .link-item {
    margin-top: 20px;
    width: 45%;
    box-sizing: border-box;
  }
  .link .link-item + .link-item {
    margin-left: 0;
  }
  .link .link-item:nth-child(2n-1) {
    margin-left: 5%;
  }
}
.practice {
  margin-top: 40px;
  padding-top: 20px;
  height: 300px;
  background: url('../images/practice-bj.jpg') no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.practice .practice-title-wrap {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.practice .practice-title-wrap .practice-title-left {
  display: inline-block;
  width: 94px;
  height: 4px;
  background: #dea427;
  vertical-align: middle;
}
.practice .practice-title-wrap .practice-title {
  display: inline-block;
  margin: 0 20px;
  font-size: 28px;
  color: #2b486b;
  vertical-align: middle;
}
.practice .practice-title-wrap .practice-title-right {
  display: inline-block;
  width: 94px;
  height: 4px;
  background: #dea427;
  vertical-align: middle;
}
.practice .practice-list {
  position: relative;
  margin-top: 20px;
  width: 1300px;
  text-align: center;
}
.practice .practice-list-bj {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: #fff;
  z-index: 1;
}
.practice .practice-item {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.practice .practice-item + .practice-item {
  margin-left: 20px;
}
.practice .practice-item img {
  display: block;
  width: 220px;
  height: 140px;
  object-fit: cover;
}
.practice .practice-item span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #4b4c4e;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .practice {
    margin-top: 20px;
    padding-top: 20px;
    height: 280px;
  }
  .practice .practice-title-wrap {
    height: 30px;
    line-height: 30px;
  }
  .practice .practice-title-wrap .practice-title-left {
    width: 10vw;
  }
  .practice .practice-title-wrap .practice-title {
    margin: 0 10px;
    font-size: 20px;
  }
  .practice .practice-title-wrap .practice-title-right {
    width: 10vw;
  }
  .practice .practice-list {
    margin-top: 20px;
    padding: 0;
    width: 92%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .practice .practice-list-bj {
    display: none;
  }
  .practice .practice-item {
    display: inline-block;
  }
  .practice .practice-item + .practice-item {
    margin-left: 20px;
  }
  .practice .practice-item span {
    padding: 6px 0;
  }
}
