@import "reset-m.css";
.header-con {
  width: 100vw;
  overflow: hidden;
}
.header {
  width: 100vw;
  height: 35vh;
  position: relative;
  background: url("../imgs/header-m/header-bg.png");
  background-size: auto 100%;
  background-position: center bottom;
}
.header .h-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67vw;
  height: 15vh;
  background: url("../imgs/header-m/h-logo.png") no-repeat;
  background-size: contain;
}
.nav {
  position: relative;
  width: 100vw;
  height: 6vh;
  overflow-y: hidden;
  overflow-x: auto;
  background: #4198F7;
}
.nav ul {
  width: 310vw;
  margin: 0 auto;
}
.nav ul .home {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2vw;
  margin-right: 6vw;
  padding: 0;
  background-size: contain;
}
.nav ul .home a {
  line-height: 6vh;
  font-size: 5vw;
  font-family: MILanProVF-DemiBold, MILanProVF;
  font-weight: 600;
  color: #FFFFFF;
}
.nav ul .home:hover {
  background-color: rgba(27, 122, 225, 0);
}
.nav ul li.f-nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6vw;
  cursor: pointer;
}
.nav ul li.f-nav a {
  line-height: 6vh;
  font-size: 5vw;
  font-family: MILanProVF-DemiBold, MILanProVF;
  font-weight: 600;
  color: #FFFFFF;
}
.nav ul li.active {
  background-color: #1b7ae1;
}
.nav ul li.active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #FFFFFF;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.child-con {
  display: none;
  position: absolute;
  top: 41vh;
  left: 0;
  width: 100vw;
  height: 5vh;
  margin: 0 auto;
  padding: 0 4vw;
  overflow-y: hidden;
  background: #fff;
}
.child-con .ul-child {
  width: 200vw;
  height: 5vh;
  display: flex;
  align-items: center;
}
.child-con .ul-child li.c-nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 5vh;
  cursor: pointer;
}
.child-con .ul-child li.c-nav a {
  padding: 0 2vw;
  line-height: 6vw;
  font-size: 4vw;
  color: #000;
}
.child-con .ul-child li.c-nav:hover {
  background-color: #ccc;
}
.child-con .ul-c-left {
  justify-content: flex-start;
}
.child-con .ul-c-right {
  justify-content: flex-end;
}
.child-con .ul-c-center {
  justify-content: center;
}
.nav::-webkit-scrollbar {
  display: none !important;
}
.nav::-webkit-scrollbar {
  width: 0;
}
.mlist-block1 > .title {
  padding: 1vw 0;
  border-bottom: 1px solid #2c6abd;
}
.mlist-block1 > .title > h2 {
  position: relative;
  display: inline-block;
  font-size: 6vw;
  font-weight: bold;
  color: #000000;
}
.mlist-block1 > .title > h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1vw;
  width: 100%;
  border-bottom: 2px solid #2C6ABD;
}
.mlist-block2 {
  padding: 4vw;
}
.mlist-block2 > .title {
  padding: 3vw 0;
  border-bottom: 1px solid #2c6abd;
}
.mlist-block2 > .list {
  flex: 1;
  font-size: 0;
  margin-top: 6vw;
}
.mlist-block2 > .list li {
  display: inline-block;
  height: 20vh;
  padding: 4vw 0px;
  font-size: 4vw;
  background: #edf6ff;
  margin-right: 5vw;
}
.mlist-block2 > .list li:last-child {
  margin-right: 0;
}
.mlist-block2 > .list li div {
  display: inline-block;
  width: auto;
  height: 100%;
  padding-left: 7vw;
  vertical-align: top;
}
.mlist-block2 > .list li div .sub-title {
  font-weight: 600;
  color: #144c97;
  margin: 3vw 0;
  font-size: 7vw;
}
.mlist-block2 > .list li div .des {
  color: #6f8cb4;
  font-size: 3vw;
}
.mlist-block2 > .list li img {
  height: 12vh;
  float: right;
}
.mlist-block2.mlist-block3 > .title h2 {
  font-size: 8vw;
  font-weight: 400;
  color: #000000;
  margin-right: 6vw;
}
.mlist-block2.mlist-block3 > .title h2 a {
  font-size: 8vw;
  font-weight: 400;
  cursor: pointer;
  color: #000000;
}
.mlist-block2.mlist-block3 > .title h2::after,
.mlist-block2.mlist-block3 > .title h2::before {
  display: none;
}
.mlist-block2.mlist-block3 > .title h2.active::after,
.mlist-block2.mlist-block3 > .title h2.active::before {
  display: block;
}
.mlist-block2.mlist-block3 > .title .active {
  color: #2C6ABD;
  font-weight: bold;
}
.mlist-block2.mlist-block3 > .title .active a {
  color: #2C6ABD;
  font-weight: bold;
}
.mlist-block2.mlist-block3 .active,
.mlist-block2 > .title h2 {
  position: relative;
  display: inline-block;
  font-size: 8vw;
  font-weight: bold;
  cursor: pointer;
  color: #2C6ABD;
}
.mlist-block2.mlist-block3 .active a,
.mlist-block2 > .title h2 a {
  cursor: pointer;
  color: #2C6ABD;
}
.mlist-block2.mlist-block3 .active::after,
.mlist-block2 > .title h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3vw;
  width: 100%;
  border-bottom: 2px solid #2C6ABD;
}
.mlist-block2.mlist-block3 .active::before,
.mlist-block2 > .title h2::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 3vw solid;
  border-color: #2C6ABD transparent transparent;
  left: 50%;
  bottom: -6vw;
  transform: translateX(-50%);
}
.mlist-block2.white > .title {
  border-bottom-color: #fff;
}
.mlist-block2.white > .title > h2 {
  color: #fff;
}
.mlist-block2.white > .title > h2::after {
  border: 1px solid #fff;
}
.mlist-block2.white > .title > h2::before {
  border-color: #fff transparent transparent;
}
.mlist-con {
  padding: 4vw;
}
.mlist-con .mlist li {
  position: relative;
  width: 100%;
  display: flex;
  font-size: 5vw;
  font-weight: 500;
  color: #000000;
  padding: 2vw 0;
}
.mlist-con .mlist li a {
  flex: 1;
  color: #000000;
}
.mlist-con .mlist li span {
  text-align: right;
}
.mlist-con .mlist2 li {
  display: block;
}
.mlist-con .mlist2 a {
  width: 100%;
}
.mlist-con .mlist2 span {
  text-align: left !important;
}
.mlist-con .mlist2 span {
  display: block;
  font-size: 3.5vw;
  color: #a9a9a9;
  margin-top: 2vw;
}
.banner {
  position: relative;
  top: -80px;
  height: 495px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper {
  height: 100%;
  width: 860px;
}
.banner .swiper .swiper-container {
  height: 100%;
  width: 860px;
}
.banner .swiper .swiper-slide > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-slide > div video {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide > div .newsWord {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 132px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.83;
  padding: 60px 20px 40px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-family: MILanProVF-SemiBold, MILanProVF;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner .swiper .bottomController {
  pointer-events: none;
  width: 860px;
  height: 132px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.banner .swiper .pagination {
  pointer-events: all;
  margin-top: 10px;
  width: auto;
  margin-bottom: 20px;
}
.banner .swiper .pagination > span {
  cursor: pointer;
}
.banner .swiper .swiper-pagination-switch {
  background-color: rgba(255, 255, 255, 0.44);
}
.banner .swiper .swiper-active-switch {
  background-color: #fff;
}
.banner .newnews {
  width: 540px;
  height: 495px;
  background: linear-gradient(180deg, #337DFF 0%, #629FFF 100%);
  padding: 16px 34px 0 39px;
  box-sizing: border-box;
}
.banner .newnews .list-block2 h2 {
  color: #fff;
}
.banner .newnews .list-block2 h2::before {
  border-color: #fff transparent transparent;
}
.banner .newnews .list-block2 h2::after {
  border-color: #fff;
}
.banner .newnews .title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 39px;
  border-bottom: 1px solid #fff;
}
.banner .newnews .title a > div {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid #fff;
}
.banner .newnews .title a > div .angle {
  width: 0;
  height: 0;
  position: absolute;
  border: 11px solid transparent;
  border-top-color: #fff;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .newnews .content {
  width: 100%;
  padding-top: 6px;
}
.banner .newnews .content .list {
  width: 100%;
}
.banner .newnews .content .list li {
  width: 100%;
  margin-top: 8px;
  display: block;
}
.banner .newnews .content .list li .contentTitle {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner .newnews .content .list li .contentTitle a {
  color: #FFFFFF;
}
.banner .newnews .content .list li .contentTitle a:hover {
  color: #ffffff !important;
}
.banner .newnews .content .list li .contentTitle a:hover {
  text-decoration: underline;
}
.banner .newnews .content .list li .contentDate {
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 16px;
}
.mainTitle {
  margin: 28px 0 18px 0;
  text-align: center;
  color: #144C97;
  width: 100%;
}
.mainTitle .totalTitle {
  font-weight: 800;
  font-size: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainTitle .totalSubTitle {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainTitle a {
  color: #144C97;
}
.mainTitle-l {
  position: relative;
  height: 361px;
  min-width: 1440px;
  left: 0;
  right: 0;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  background: url("../imgs/status/st-bg.png") no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
}
.mainTitle-l .totalTitle {
  font-weight: 800;
  font-size: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainTitle-l .totalSubTitle {
  position: relative;
  margin-top: 20px;
  font-size: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainTitle-l .totalSubTitle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-240%, -50%);
  content: '';
  height: 1px;
  width: 84px;
  background-color: #fff;
}
.mainTitle-l .totalSubTitle::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(140%, -50%);
  content: '';
  height: 1px;
  width: 84px;
  background-color: #fff;
}
.mainTitle-l a {
  color: #ffffff;
}
.live-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-section #jszb {
  margin: -40px 0 80px 0;
}
.mainTitle-lm {
  position: relative;
  width: 100vw;
  height: 30vh;
  left: 0;
  right: 0;
  padding: 6vh 8vw;
  text-align: center;
  color: #ffffff;
}
.mainTitle-lm img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.mainTitle-lm .totalTitle {
  font-weight: 800;
  font-size: 6vw;
  overflow: hidden;
}
.mainTitle-lm .totalSubTitle {
  position: relative;
  margin-top: 2vh;
  font-size: 4vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainTitle-lm .totalSubTitle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-190%, -50%);
  content: '';
  height: 1px;
  width: 20vw;
  background-color: #fff;
}
.mainTitle-lm .totalSubTitle::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(90%, -50%);
  content: '';
  height: 1px;
  width: 20vw;
  background-color: #fff;
}
.mainTitle-lm a {
  color: #ffffff;
}
.live-sectionm {
  width: 100vw;
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-sectionm #jszb {
  margin: -4vh 0 8vh 0;
}
.video-sectionm {
  padding: 0 2vw;
  background: #000000;
  width: 100vw;
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-sectionm #jszb {
  margin: -4vh 0 8vh 0;
}
.video-sectionm video,
.video-sectionm img {
  width: 100%;
  height: 100%;
}
.video-title {
  position: relative;
  width: 100vw;
  left: 0;
  right: 0;
  padding: 3vh 4vw;
  text-align: center;
  color: #2b6abd;
}
.video-title .total-title {
  font-weight: 400;
  font-size: 7vw;
  overflow: hidden;
}
.detailm-title {
  position: relative;
  width: 100vw;
  left: 0;
  right: 0;
  padding: 3vh 4vw;
  text-align: left;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.detailm-title .total-title {
  font-size: 6.5vw;
  overflow: hidden;
}
.detailm-time {
  margin-top: -1vh;
  margin-bottom: 4vh;
  padding: 0 4vw;
  font-size: 4vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #808080;
  line-height: 3vh;
}
div.detailm-content {
  margin-bottom: 6vh;
  padding: 0 4vw;
  font-size: 4.5vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 5vh;
}
/** 首页部分模块 **/
.memeber-service-m {
  height: 46vh;
  background: linear-gradient(180deg, #acd2ff 0%, #d2e8ff 100%);
}
.memeber-service-m .main-m {
  height: 100%;
  padding: 4vw 0 4vw 4vw;
}
.memeber-service-m .name {
  font-size: 8vw;
  font-weight: bold;
  color: #2c6abd;
  margin-right: 14vw;
  margin-bottom: 3vh;
}
.memeber-service-m .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.memeber-service-m .list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 44vw;
  height: 14vh;
  font-size: 4.5vw;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.36) 100%);
  margin-right: 3.5vw;
  margin-bottom: 3.5vw;
  padding-left: 2vw;
  box-shadow: 0px 3px 9px 0px rgba(20, 76, 151, 0.1);
  border-radius: 3vw;
}
.memeber-service-m .list li:last-child {
  margin-right: 0;
}
.memeber-service-m .list li img {
  width: 11vw;
  margin-right: 2vw;
}
.memeber-service-m .list li div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 35vw;
}
.memeber-service-m .list li div .title {
  font-size: 4vw;
  font-weight: 600;
  color: #144c97;
  margin: 3vw 0;
}
.memeber-service-m .list li div .des {
  color: #6f8cb4;
  font-size: 3vw;
}
.dept-listm {
  padding: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dept-listm li {
  width: 47vw;
  background-color: #edf6ff;
  margin-right: 0;
  margin-bottom: 3vw;
  padding: 4vw;
}
.dept-listm li .icon {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 11vw;
  height: 13vw;
}
.dept-listm li .icon img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  float: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dept-listm li .sub-con {
  padding: 0;
  display: block;
  width: 100%;
}
.dept-listm li .sub-con p.sub-title {
  text-align: center;
  font-size: 4vw;
  color: #144c97;
}
.cm-mlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4vw;
  padding: 2vw 0;
}
.cm-mlist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 47.5vw;
  height: 14vh;
  padding: 7vw 2vw;
  font-size: 5vw;
  background: #edf6ff;
  margin-bottom: 4vw;
}
.cm-mlist li div {
  width: auto;
  height: 100%;
  padding-left: 6vw;
}
.cm-mlist li div .sub-title {
  font-weight: 600;
  color: #144c97;
  margin: 10px 0;
  font-size: 5vw;
}
.cm-mlist li div .des {
  color: #6f8cb4;
  font-size: 3.5vw;
}
.cm-mlist li img {
  height: 10vw;
}
.window-m-con {
  overflow: hidden;
  padding: 0 2vw;
}
.window-m {
  padding: 3vw 0;
  overflow-y: hidden;
  overflow-x: auto;
}
.window-m .bookList {
  width: auto;
  height: 22vh;
  display: flex;
  flex-wrap: nowrap;
}
.window-m .bookList li {
  flex: 0 0 auto;
  width: 20vw;
  height: 18vh;
  margin-right: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window-m .bookList li img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.window-m .vipList-m {
  width: auto;
  height: 25vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.window-m .vipList-m li {
  flex: 0 0 auto;
  width: 50vw;
  height: 16vw;
  margin-left: 3vw;
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.window-m .vipList-m li a > div {
  padding: 0 5vw;
  height: 16vw;
  background: #EDF6FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: #144C97;
}
.window-m .vipList-m li a > div:hover {
  text-decoration: underline;
}
.window-m::-webkit-scrollbar {
  display: none !important;
}
.window-m::-webkit-scrollbar {
  width: 0;
}
/** 首页部分模块 **/
.memeber-service {
  height: 140px;
  background: linear-gradient(180deg, #acd2ff 0%, #d2e8ff 100%);
}
.memeber-service .main {
  display: flex;
  align-items: center;
  height: 100%;
}
.memeber-service .name {
  font-size: 30px;
  font-weight: bold;
  color: #2c6abd;
  margin-right: 50px;
}
.memeber-service .list {
  flex: 1;
  font-size: 0;
}
.memeber-service .list li {
  display: inline-block;
  width: 293px;
  height: 96px;
  padding: 13px 50px;
  font-size: 16px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.36) 100%);
  margin-right: 19px;
  box-shadow: 0px 3px 9px 0px rgba(20, 76, 151, 0.1);
  border-radius: 10px;
}
.memeber-service .list li:last-child {
  margin-right: 0;
}
.memeber-service .list li img {
  width: 65px;
}
.memeber-service .list li div {
  display: inline-block;
  width: 120px;
  height: 100%;
  padding-left: 15px;
  vertical-align: top;
}
.memeber-service .list li div .title {
  font-weight: 600;
  color: #144c97;
  margin: 10px 0;
}
.memeber-service .list li div .des {
  color: #6f8cb4;
  font-size: 12px;
}
.new-biaowei {
  margin-top: 30px;
}
.new-biaowei .list-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-biaowei .list-con .item-con {
  width: 48%;
}
.new-biaowei .list-con .item-con .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.new-biaowei .list-con .item-con .list li {
  margin-right: 0;
  margin-bottom: 12px;
}
.new-biaowei .list-con .item-con .icon {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 35px;
  height: 30px;
}
.new-biaowei .list-con .item-con .icon img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  float: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-biaowei .list-con .item-con .sub-con {
  padding: 0;
  display: block;
  width: 100%;
}
.new-biaowei .list-con .item-con .sub-con p.sub-title {
  text-align: center;
}
.new-biaowei .list li {
  width: 330px;
}
.new-biaowei .list-box {
  display: flex;
  margin-top: 15px;
}
.new-biaowei .list-box .list-block1 {
  flex: 1;
  overflow: hidden;
}
.new-biaowei .list-box .list-block1:nth-child(1) {
  margin-right: 20px;
}
.chuanmei > .list li {
  width: 335px;
}
.chuanmei .list-box {
  display: flex;
  margin-top: 15px;
}
.chuanmei .list-box .box {
  flex: 1;
  width: 32%;
}
.chuanmei .list-box .box:nth-child(1) {
  margin-right: 35px;
}
.chuanmei .list-box .box:nth-child(2) {
  margin-right: 35px;
}
.list-block1 > .title {
  padding: 2px 0;
  border-bottom: 1px solid #2c6abd;
}
.list-block1 > .title > h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.list-block1 > .title > h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 2px solid #2C6ABD;
}
.list-block2 > .title {
  padding: 8px 0;
  border-bottom: 1px solid #2c6abd;
}
.list-block2 > .list {
  flex: 1;
  font-size: 0;
  margin-top: 20px;
}
.list-block2 > .list li {
  display: inline-block;
  height: 112px;
  padding: 24px 0px;
  font-size: 16px;
  background: #edf6ff;
  margin-right: 19px;
}
.list-block2 > .list li:last-child {
  margin-right: 0;
}
.list-block2 > .list li div {
  display: inline-block;
  width: auto;
  height: 100%;
  padding-left: 33px;
  vertical-align: top;
}
.list-block2 > .list li div .sub-title {
  font-weight: 600;
  color: #144c97;
  margin: 10px 0;
  font-size: 22px;
}
.list-block2 > .list li div .des {
  color: #6f8cb4;
  font-size: 12px;
}
.list-block2 > .list li img {
  height: 60px;
  float: right;
}
.list-block2.list-block3 > .title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin-right: 20px;
}
.list-block2.list-block3 > .title h2 a {
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  color: #000000;
}
.list-block2.list-block3 > .title h2::after,
.list-block2.list-block3 > .title h2::before {
  display: none;
}
.list-block2.list-block3 > .title h2.active::after,
.list-block2.list-block3 > .title h2.active::before {
  display: block;
}
.list-block2.list-block3 > .title .active {
  color: #2C6ABD;
  font-weight: bold;
}
.list-block2.list-block3 > .title .active a {
  color: #2C6ABD;
  font-weight: bold;
}
.list-block2.list-block3 .active,
.list-block2 > .title h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #2C6ABD;
}
.list-block2.list-block3 .active a,
.list-block2 > .title h2 a {
  cursor: pointer;
  color: #2C6ABD;
}
.list-block2.list-block3 .active::after,
.list-block2 > .title h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 2px solid #2C6ABD;
}
.list-block2.list-block3 .active::before,
.list-block2 > .title h2::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #2C6ABD transparent transparent;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
}
.list-block2.white > .title {
  border-bottom-color: #fff;
}
.list-block2.white > .title > h2 {
  color: #fff;
}
.list-block2.white > .title > h2::after {
  border: 1px solid #fff;
}
.list-block2.white > .title > h2::before {
  border-color: #fff transparent transparent;
}
.list li {
  position: relative;
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 5px 0;
}
.list li a {
  flex: 1;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li span {
  width: 100px;
  text-align: right;
}
.list1 li {
  padding-left: 20px;
}
.list1 li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #c2c2c2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.list1 li span {
  font-size: 16px;
  color: #8b8b8b;
  float: right;
  margin-top: 3px;
}
.list2 li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list2 a {
  width: 100%;
}
.list2 span {
  text-align: left !important;
}
.list2 span {
  display: block;
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 3px;
}
.list3 li {
  padding: 10px 0 10px 20px;
}
.list4 li {
  position: relative;
  padding-left: 20px;
  counter-increment: step-counter;
}
.list4 li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #989898;
}
.list4 li:nth-child(1)::before,
.list4 li:nth-child(2)::before,
.list4 li:nth-child(3)::before {
  color: #2d6abd;
}
body {
  overflow-y: auto;
}
.imp-news {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.imp-news .imp-con {
  width: 815px;
}
.imp-news .imp-con .imp-list {
  padding: 20px 20px;
  background: linear-gradient(180deg, #EDF6FF 0%, #FFFFFF 100%);
  border: 1px solid #E6E6E6;
  height: 364px;
}
.imp-news .imp-con .imp-list li.i-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.imp-news .imp-con .imp-list li.i-item .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 16px;
  background: #C2C2C2;
}
.imp-news .imp-con .imp-list li.i-item .title {
  flex: 1;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imp-news .imp-con .imp-list li.i-item .title a {
  color: #000000;
}
.imp-news .imp-con .imp-list li.i-item .pub-date {
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
}
.imp-news .imp-con .imp-list li::marker {
  color: #c2c2c2;
}
.imp-news .imp-con .imp-list .i-first {
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
}
.imp-news .imp-con .imp-list .i-first .i-date {
  width: 66px;
  height: 66px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.imp-news .imp-con .imp-list .i-first .i-date .day {
  height: 34px;
  margin-top: 8px;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  line-height: 34px;
}
.imp-news .imp-con .imp-list .i-first .i-date .month {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 16px;
}
.imp-news .imp-con .imp-list .i-first .i-content {
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imp-news .video-con {
  width: 550px;
}
.imp-news .video-con .video-detail {
  position: relative;
  width: 550px;
  height: 343px;
  margin-top: 20px;
  background-color: #2c6abd;
}
.imp-news .video-con .video-detail .swiper {
  width: 100%;
  height: 343px;
}
.imp-news .video-con .video-detail .swiper .swiper-container {
  height: 100%;
  width: 100%;
}
.imp-news .video-con .video-detail .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  background: #000;
}
.imp-news .list-block2 .title {
  padding: 8px 0;
  border-bottom: 1px solid #2c6abd;
}
.imp-news .list-block2.list-block3 h2 {
  margin-right: 53px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.imp-news .list-block2.list-block3 h2::after,
.imp-news .list-block2.list-block3 h2::before {
  display: none;
}
.imp-news .list-block2.list-block3 h2.active::after,
.imp-news .list-block2.list-block3 h2.active::before {
  display: block;
}
.imp-news .list-block2.list-block3 .active,
.imp-news .list-block2 h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #2C6ABD;
}
.imp-news .list-block2.list-block3 .active::after,
.imp-news .list-block2 h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -8px;
  width: 100%;
  border: 1px solid #2C6ABD;
}
.imp-news .list-block2.list-block3 .active::before,
.imp-news .list-block2 h2::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #2C6ABD transparent transparent;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
}
.footer {
  position: relative;
}
.footer .footer-nav {
  position: relative;
  height: 56px;
  background: #4198F7;
}
.footer .footer-nav .main {
  background: #4198F7;
}
.footer .footer-nav .main .f-first-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
}
.footer .footer-nav .main .f-first-list .f-first-item {
  flex: 1;
  position: relative;
  height: 29px;
  padding-left: 20px;
  border-right: 1px solid #a4cfff;
  cursor: pointer;
}
.footer .footer-nav .main .f-first-list .f-first-item a.name {
  font-size: 14px;
  font-family: MILanProVF-SemiBold, MILanProVF;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 29px;
}
.footer .footer-nav .main .f-first-list .f-first-item a.name:hover {
  text-decoration: underline;
}
.footer .footer-nav .main .f-first-list .f-first-item:after {
  position: absolute;
  content: '^';
  right: 20px;
  top: 50%;
  transform: translateY(-30%);
  color: #7fa9e0;
}
.footer .footer-nav .main .f-first-list .active a.name {
  color: #0F4184;
}
.footer .footer-nav .main .f-first-list .f-first0 {
  padding-left: 0px;
}
.footer .footer-nav .s-con {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}
.footer .footer-nav .s-con .main {
  background: #ffffff;
  padding: 20px 0;
}
.footer .footer-nav .s-con .main .item-list {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.footer .footer-nav .s-con .main .item-list .item {
  height: 32px;
  line-height: 32px;
  float: left;
  width: 19.9%;
  cursor: pointer;
}
.footer .footer-nav .s-con .main .item-list .item a {
  color: #000;
}
.footer .footer-nav .s-con .main .item-list .left {
  text-align: left;
}
.footer .footer-nav .s-con .main .item-list .center {
  text-align: center;
}
.footer .footer-nav .s-con .main .item-list .right {
  text-align: right;
}
.footer .f-content {
  height: 290px;
  background-color: #144c97;
}
.footer .f-content .main {
  background-color: #144c97;
}
.footer .f-content .main .mid {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .f-content .main .mid .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .f-content .main .mid .left .jg {
  width: 159px;
  height: 59px;
  margin-right: 60px;
  background: url("../imgs/footer/f-logo.png") center no-repeat;
  background-size: contain;
}
.footer .f-content .main .mid .left .jiucuo {
  width: 111px;
  height: 56px;
  background: url("../imgs/footer/jiucuo.png") center;
  background-size: contain;
}
.footer .f-content .main .mid .center {
  width: 529px;
  height: 149px;
  padding: 22px 50px;
  background: #0F4184;
}
.footer .f-content .main .mid .center .f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.footer .f-content .main .mid .center .f a {
  display: block;
  height: 22px;
  font-size: 16px;
  font-family: MILanProVF-SemiBold, MILanProVF;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
}
.footer .f-content .main .mid .center .d {
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #8FB3E4;
  line-height: 30px;
}
.footer .f-content .main .mid .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 347px;
  padding-top: 20px;
}
.footer .f-content .main .mid .right .er {
  width: 151px;
}
.footer .f-content .main .mid .right .er img {
  display: block;
  width: 151px;
  height: 151px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .f-content .main .mid .right .er .title {
  margin-top: 5px;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}
.footer .f-content .main .bottom {
  height: 50px;
  border-top: 1px solid #2F60A2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .f-content .main .bottom .c {
  font-size: 14px;
  font-weight: 400;
  color: #8FB3E4;
}
.footer-m {
  position: relative;
  width: 100vw;
  height: 45vh;
  background: #144C97;
}
.footer-m .erwei-con {
  position: absolute;
  left: 50%;
  top: 3vh;
  transform: translateX(-50%);
  width: 45vw;
  height: 45vw;
}
.footer-m .erwei-con img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-m .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14vh;
}
.footer-m .bottom .c {
  line-height: 4vh;
  font-size: 4vw;
  text-align: center;
  color: #8fb3e4;
  font-family: MILanProVF-Regular, MILanProVF;
}
.yearMeeting {
  width: 923px;
  height: 452px;
}
.yearMeeting .title {
  font-size: 30px;
  font-weight: bold;
  color: #2c6abd;
  line-height: 39px;
  border-bottom: 1px solid #2c6abd;
}
.yearMeeting .title a > div {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid #2c6abd;
}
.yearMeeting .title a > div .angle {
  width: 0;
  height: 0;
  position: absolute;
  border: 11px solid transparent;
  border-top-color: #2c6abd;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.yearMeeting .content {
  margin-top: 27px;
  width: 100%;
  height: 373px;
  display: flex;
  justify-content: space-between;
}
.yearMeeting .content .yearMeetingList {
  width: 245px;
  height: 100%;
}
.yearMeeting .content .yearMeetingList li {
  cursor: pointer;
  padding-left: 27px;
  box-sizing: border-box;
  width: 245px;
  height: 57px;
  font-size: 24px;
  line-height: 57px;
  background-color: #fff;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}
.yearMeeting .content .yearMeetingList li:hover,
.yearMeeting .content .yearMeetingList li.active {
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(270deg, rgba(62, 183, 255, 0) 0%, #3f96ff 100%);
  box-shadow: inset 4px 0px 0px 0px #2c6abd;
}
.yearMeeting .content .yearMeetingList li:last-child {
  margin-bottom: 0;
}
.yearMeeting .content .yearMeetingContent {
  width: 659px;
  height: 100%;
}
.yearMeeting .content .yearMeetingContent .swiper {
  height: 100%;
  width: 628px;
}
.yearMeeting .content .yearMeetingContent .swiper .swiper-container {
  height: 100%;
  width: 628px;
}
.yearMeeting .content .yearMeetingContent .swiper .swiper-slide > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.yearMeeting .content .yearMeetingContent .swiper .swiper-slide > div .newsWord {
  position: absolute;
  width: 100%;
  height: 132px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 80px 200px 20px 20px;
  box-sizing: border-box;
  opacity: 0.83;
  bottom: 0;
  left: 0;
  font-size: 24px;
  font-family: MILanProVF-SemiBold, MILanProVF;
  font-weight: 600;
  color: #ffffff;
  line-height: 32px;
  z-index: 999999999999999999;
}
.yearMeeting .content .yearMeetingContent .swiper .bottomController {
  height: 132px;
  justify-content: flex-end;
  align-items: flex-end;
}
.yearMeeting .content .yearMeetingContent .swiper .pagination {
  width: 150px;
  margin-bottom: 31px;
}
.yearMeeting .content .yearMeetingContent .swiper .pagination .swiper-pagination-switch {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.44);
}
.yearMeeting .content .yearMeetingContent .swiper .pagination .swiper-active-switch {
  background-color: #fff;
}
.yearMeeting .content .yearMeetingContent .listType {
  display: none;
}
.yearMeeting .content .yearMeetingContent .listType li {
  display: flex;
  align-items: center;
}
.yearMeeting .content .yearMeetingContent .listType li .desc {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c2c2c2;
}
.yearMeeting .content .yearMeetingContent .listType li .listTypeContent {
  width: 500px;
  height: 40px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yearMeeting .content .yearMeetingContent .listType li .listTypeContent a {
  color: #000000;
  line-height: 40px;
}
.yearMeeting .content .yearMeetingContent .listType li .listTypeDate {
  text-align: right;
  width: 100px;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 40px;
}
.year-meeting-box {
  margin-top: 50px;
  display: flex;
}
.year-meeting-box .list-block3 {
  flex: 1;
  margin-left: 30px;
}
.year-meeting-box .list-block3 .box {
  background: linear-gradient(180deg, #edf6ff 0%, #ffffff 100%);
  border: 1px solid #e6e6e6;
}
.year-meeting-box .list-block3 .box ul {
  margin-left: 10px;
  padding: 15px 10px;
}
.year-meeting-box .list-block3 .box li {
  width: 440px;
}
.year-meeting-box .list-block3 .title .active {
  color: #2C6ABD;
  font-weight: bold;
}
.bookListSection {
  height: 242px;
  background: #EDF6FF;
  padding: 20px 32px;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bookListSection .window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bookListSection .window .bookList {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  width: auto;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
}
.bookListSection .window .bookList li {
  flex: 0 0 auto;
  width: 142px;
  height: 200px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookListSection .window .bookList li img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.bookListSection .prev,
.bookListSection .next {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 16px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
.bookListSection .prev {
  background-image: url(../imgs/icons/prev.png);
  left: -20px;
}
.bookListSection .next {
  background-image: url(../imgs/icons/next.png);
  right: -20px;
}
.vipPrizeContent {
  padding: 27px 0 48px 0;
  position: relative;
  box-sizing: border-box;
}
.vipPrizeContent .prev,
.vipPrizeContent .next {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 50%;
  transform: translateY(-33px);
  z-index: 10;
  background-size: 16px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
.vipPrizeContent .prev {
  background-image: url(../imgs/icons/prev.png);
  left: -20px;
}
.vipPrizeContent .next {
  background-image: url(../imgs/icons/next.png);
  right: -20px;
}
.vipPrizeContent .window {
  width: 100%;
  height: 162px;
  position: relative;
  overflow: hidden;
}
.vipPrizeContent .vipList {
  width: auto;
  height: 162px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.vipPrizeContent .vipList li {
  flex: 0 0 auto;
  width: 264px;
  height: 73px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vipPrizeContent .vipList li:nth-child(10n+1),
.vipPrizeContent .vipList li:nth-child(10n+2) {
  margin-left: 0;
}
.vipPrizeContent .vipList li:nth-child(2n+1) {
  margin-bottom: 16px;
}
.vipPrizeContent .vipList li a > div {
  padding: 0 20px;
  height: 73px;
  background: #EDF6FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #144C97;
}
.vipPrizeContent .vipList li a > div:hover {
  text-decoration: underline;
}
.media-m-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.media-m-wrapper .media-m-list {
  width: 100%;
  display: flex;
}
.media-m-wrapper .media-m-list .media-m-item {
  width: 100vw;
  margin-right: 30px;
  padding: 2vw;
}
.media-m-wrapper .media-m-list .media-m-item :nth-child(3) {
  margin-right: 0;
}
.media-m-wrapper .media-m-list .media-m-item .title-m {
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-weight: 600;
  color: #2c6abd;
}
.media-m-wrapper .media-m-list .media-m-item:nth-child(2) .desc-m {
  height: 144px !important;
}
.media-m-wrapper .media-m-list .media-m-item:nth-child(2) .desc-m p {
  height: 124px !important;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content {
  width: inherit;
  padding: 4vw;
  background: linear-gradient(180deg, #edf6ff 0%, #ffffff 100%);
  border: 1px solid #e6e6e6;
  border-top: 4px solid #2c6abd;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .sub-m-title-wrapper {
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .sub-m-title-wrapper .sub-m-title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border-bottom: 3px solid #2c6abd;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .sub-m-title-wrapper .sub-m-title-n {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .sub-m-title-wrapper .active {
  font-weight: 600;
  color: #000000;
  border-bottom: 3px solid #2c6abd;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .desc-m {
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 26px;
  margin: 22px auto;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .desc-m a {
  color: #2c6abd;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .desc-m p {
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .desc1-m {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .desc1-m .c-m-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 108px;
  height: 100%;
  margin-right: 25px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .desc1-m .c-m-detail {
  flex: 1;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .slist-m {
  margin-bottom: 20px;
  padding: 15px 0;
  width: 394px;
  height: 200px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .name-m-list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .name-m-list .name-m-item {
  width: 18vw;
  height: 27px;
  line-height: 27px;
  background: #edf6ff;
  border-radius: 17px;
  border: 1px solid #c3e1ff;
  font-weight: 400;
  color: #2c6abd;
  text-align: center;
  margin-top: 12px;
  margin-right: 3px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .name-m-list .name-m-item:nth-child(4n) {
  margin-right: 0;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .media-m-img {
  margin-bottom: 20px;
  height: 216px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .media-m-img img {
  border: 1px solid #2c6abd;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .article-m-list {
  padding-top: 15px;
  padding-bottom: 20px;
  height: 330px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .history-m-list {
  padding-top: 15px;
  height: 168px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper {
  margin-top: 14px;
  margin-bottom: 20px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row {
  width: 100%;
  margin-top: 2px;
  font-weight: 600;
  color: #ffffff;
  font-size: 0;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div {
  display: inline-block;
  font-size: 14px;
  width: 130px;
  margin-right: 2px;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  margin-bottom: 2px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(4),
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(5) {
  width: 196px;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(3),
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(8),
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(5) {
  margin-right: 0;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(1) a,
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(3) a {
  background: #3c84ff;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(2) a,
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(6) a,
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(8) a {
  background: #3e52ff;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(4) a,
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(7) a {
  background: #3ebfff;
}
.media-m-wrapper .media-m-list .media-m-item .media-m-content .word-m-wrapper .word-m-row div:nth-child(5) a {
  background: #4198f7;
}
.social-share a.social-share-icon {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  margin-top: 20px;
}
.social-share a.social-share-icon::before {
  display: none;
}
.social-share a.social-share-icon.icon-weibo {
  background: url("../imgs/share/wb.png");
}
.social-share a.social-share-icon.icon-wechat {
  background: url("../imgs/share/wx.png");
}
.social-share .icon-wechat .wechat-qrcode {
  left: -213px !important;
  top: -156px !important;
}
.social-share .icon-wechat .wechat-qrcode::after {
  border-color: transparent transparent transparent #fff !important;
  top: 90% !important;
  margin-top: -6px !important;
  left: 100% !important;
  margin-left: 0 !important;
}
.banner_link {
  display: flex;
  margin-top: 20px;
}
.banner_link a {
  display: block;
}
.banner_link a img {
  width: 100%;
}
.banner_link a:first-child {
  width: 923px;
}
.banner_link a:nth-child(2) {
  flex: 1;
  margin-left: 20px;
}
.banner_link1 {
  margin-bottom: 20px;
}
.banner_link1 a {
  display: block;
}
.banner_link1 a img {
  width: 100%;
}
#statusPageSwiper .swiper-wrapper .swiper-slide {
  background-color: #000000;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.list li a,
.imp-list li p a {
  cursor: pointer;
}
.list li a:hover,
.imp-list li p a:hover {
  color: #4198f7 !important;
}
