html,
body {
  min-width: 1200px;
}
.row_center {
  display: flex;
  justify-content: center;
}
.col_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row_col_center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.header_bannerContainer .header_banner_img {
  display: inline-block;
  width: 100%;
  height: 36.45%;
}
.header_navContainer {
  height: 80px;
  background-color: #ca1931;
  display: flex;
  justify-content: center;
  min-width: 1200px;
}
.header_navContainer ul {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_navContainer ul li {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_navContainer ul li a {
  font-size: 18px;
  color: #fff;
}
.header_navContainer ul li.current {
  background-color: #aa0017;
}
.content_wrapper {
  display: flex;
  justify-content: center;
}
.content_wrapper .content_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title .en {
  font-size: 24px;
  color: #727171;
  margin-bottom: 20px;
}
.title .zh {
  font-size: 36px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 38px;
}
#xmgk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
#xmgk > .top {
  width: 1200px;
  box-sizing: border-box;
  height: 570px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#xmgk > .top .left {
  width: 725px;
}
#xmgk > .top .left .title .en {
  font-size: 24px;
  color: #727171;
  margin-bottom: 20px;
}
#xmgk > .top .left .title .zh {
  font-size: 36px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 38px;
}
#xmgk > .top .left .content p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
#xmgk > .top .left .content p:nth-of-type(1) {
  margin-bottom: 25px;
}
#xmgk > .top .right {
  width: 440px;
}
#xmgk > .top .right img {
  width: 100%;
  height: auto;
}
#xmgk > .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 540px;
  background: url(../images/gjsy_bg.png);
  background-size: cover;
  background-position: center;
}
#xmgk > .bottom > .title {
  margin-top: 60px;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  width: 1200px;
  margin-bottom: 46px;
}
#xmgk > .bottom > .content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#xmgk > .bottom > .content > .left .logo {
  margin-bottom: 30px;
}
#xmgk > .bottom > .content > .left .logo img {
  display: inline-block;
  width: 224px;
  height: 68px;
}
#xmgk > .bottom > .content > .left .title {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 17px;
}
#xmgk > .bottom > .content > .left ul li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 30px;
  padding-left: 24px;
  position: relative;
}
#xmgk > .bottom > .content > .left ul li span {
  font-size: 20px;
  color: #b99260;
  font-weight: bold;
}
#xmgk > .bottom > .content > .left ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  top: 10px;
}
#xmgk > .bottom > .content > .right {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-left: 1px solid #cccccc;
  padding-left: 74px;
  border-left: ;
}
#xmgk > .bottom > .content > .right ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#xmgk > .bottom > .content > .right ul li {
  display: flex;
  align-items: center;
}
#xmgk > .bottom > .content > .right ul li .left {
  width: 205px;
  margin-right: 33px;
  text-align: center;
}
#xmgk > .bottom > .content > .right ul li .right .desc {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 16px;
}
#xmgk > .bottom > .content > .right ul li .right .content {
  font-size: 16px;
  color: #333333;
}
#xmgk > .bottom > .content > .right ul li .right .content span {
  font-size: 20px;
  color: #b99260;
  font-weight: bold;
}
#xmts {
  padding-top: 100px;
  padding-bottom: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#xmts .container {
  width: 1200px;
}
#xmts .container .content .tabs {
  display: flex;
  justify-content: center;
}
#xmts .container .content .tabs ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#xmts .container .content .tabs ul li {
  cursor: pointer;
  display: flex;
}
#xmts .container .content .tabs ul li.active .img_active {
  display: inline-block;
}
#xmts .container .content .tabs ul li.active .img_default {
  display: none;
}
#xmts .container .content .tabs ul li .img_active {
  display: none;
}
#xmts .container .content .tabs ul li .img_default {
  display: inline-block;
}
#xmts .container .content .item_content > .item {
  box-shadow: 0px 0px 5px 5px #f6f6f6;
  border-radius: 10px;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-top: 28px;
}
#xmts .container .content .item_content > .item > .title {
  margin-top: 37px;
  color: #e60012;
  text-align: center;
  font-size: 24px;
  margin-bottom: 35px;
}
#xmts .container .content .item_content .item_content_0 {
  width: 100%;
  /* display: none; */
}
#xmts .container .content .item_content .item_content_0 > .content {
  display: flex;
  justify-content: space-between;
}
#xmts .container .content .item_content .item_content_0 > .content > .left {
  flex-shrink: 0;
  flex-grow: 0;
  width: 516px;
}
#xmts .container .content .item_content .item_content_0 > .content > .left > .content_desc > .item {
  margin-bottom: 25px;
}
#xmts .container .content .item_content .item_content_0 > .content > .left > .content_desc > .item > .title {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 15px;
}
#xmts .container .content .item_content .item_content_0 > .content > .left > .content_desc > .item > .content {
  font-size: 16px;
  color: #333333;
}
#xmts .container .content .item_content .item_content_0 > .content > .left .img_content {
  margin-bottom: 20px;
}
#xmts .container .content .item_content .item_content_0 > .content > .left .img_content img {
  display: inline-block;
  width: 501px;
  height: 260px;
}
#xmts .container .content .item_content .item_content_0 > .content > .right .total_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 28px;
}
#xmts .container .content .item_content .item_content_0 > .content > .right .item {
  width: 510px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-left: 26px;
}
#xmts .container .content .item_content .item_content_0 > .content > .right .item > .title {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 20px;
}
#xmts .container .content .item_content .item_content_1 {
  display: none;
}
#xmts .container .content .item_content .item_content_1 > .content {
  padding: 0 35px;
}
#xmts .container .content .item_content .item_content_1 > .content > .top {
  text-indent: 2em;
  line-height: 25px;
  font-size: 16px;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom {
  margin-top: 38px;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom ul {
  display: flex;
  flex-wrap: wrap;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom ul li {
  display: flex;
  margin-bottom: 46px;
  margin-right: 50px;
  width:470px;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom ul li .left {
  display: flex;
  justify-content: center;
  margin-right: 28px;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom ul li .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom ul li .right .top {
  margin-bottom: 10px;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
#xmts .container .content .item_content .item_content_1 > .content > .bottom ul li .right .bottom {
  line-height: 25px;
  font-size: 16px;
  color: #333333;
}
#xmts .container .content .item_content .item_content_2 {
  display: none;
}
#xmts .container .content .item_content .item_content_2 .top_content p {
  text-indent: 2em;
  margin-bottom: 26px;
  line-height: 25px;
  color: #333333;
}
#xmts .container .content .item_content .item_content_2 .mid_content > .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
#xmts .container .content .item_content .item_content_2 .mid_content > ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#xmts .container .content .item_content .item_content_2 .mid_content > ul li .left {
  width: 127px;
  height: 45px;
  background-color: #fce5e7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  margin-right: 30px;
}
#xmts .container .content .item_content .item_content_2 .mid_content > ul li .right {
  font-size: 16px;
  color: #333333;
}
#xmts .container .content .item_content .item_content_2 .bottom_content {
  margin-top: 40px;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .desc {
  font-size: 16px;
  color: #333333;
  text-indent: 2em;
  line-height: 25px;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .bottom {
  margin-top: 40px;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .bottom ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 415px;
  margin-right: 50px;
  margin-bottom: 20px;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .bottom ul li .img_wrapper {
  flex-shrink: 0;
  width: 205px;
  text-align: center;
}
#xmts .container .content .item_content .item_content_2 .bottom_content > .bottom ul li span {
  font-size: 16px;
  color: #333333;
  margin-left: 30px;
  width: 200px;
  text-align: right;
  flex-shrink: 0;
}
#xmts .container .content .item_content .item_content_3{
  display:none;
}
#xmts .container .content .item_content .item_content_3 .content {
  display: flex;
  align-items: center;
}
#xmts .container .content .item_content .item_content_3 .content .left {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 37px;
}
#xmts .container .content .item_content .item_content_3 .content .left img {
  display: inline-block;
  width: 482px;
  height: 325px;
}
#xmts .container .content .item_content .item_content_3 .content .right {
  width: 620px;
}
#xmts .container .content .item_content .item_content_3 .content .right p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 27px;
}
#bklc {
  width: 100%;
  box-sizing: border-box;
  height: 1030px;
  background: url(../images/bklc_bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 70px;
}
#bklc .container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bklc .container > .title {
  width: 100%;
}
#bklc .container > .title .en {
  color: #fff;
}
#bklc .container > .title .zh {
  color: #fff;
}
#bklc .container .word_content {
  width: 100%;
  margin-top: 50px;
}
#bklc .container .word_content > .title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#bklc .container .word_content > .content {
  margin-top: 30px;
  width: 100%;
}
#bklc .container .word_content > .content table {
  border-collapse: collapse;
  width: 100%;
}
#bklc .container .word_content > .content table thead,
#bklc .container .word_content > .content table tbody {
  width: 100%;
}
#bklc .container .word_content > .content table thead {
  background-color: #fae8ea;
}
#bklc .container .word_content > .content table th {
  text-align: center;
  height: 60px;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
#bklc .container .word_content > .content table td {
  text-align: center;
  height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#bklc .container .word_content > .content table tbody tr {
  border-bottom: 1px solid #fff;
}
#bklc .container .word_content > .content table tbody tr:nth-of-type(1) a,
#bklc .container .word_content > .content table tbody tr:nth-of-type(2) a,
#bklc .container .word_content > .content table tbody tr:nth-of-type(3) a,
#bklc .container .word_content > .content table tbody tr:nth-of-type(4) a {
  width: 140px;
  height: 35px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
#bklc .container .word_content > .content table tbody tr a.active{
  background-color: #fff;
  color: #e60012;
}

/* #bklc .container .word_content > .content table tbody tr:nth-of-type(3) a,
#bklc .container .word_content > .content table tbody tr:nth-of-type(4) a {
  
} */
#zszc,
#xyqk,
#kcsz,
#mshc,
#lxwm {
  width: 100%;
  box-sizing: border-box;
  height: 1100px;
  padding-bottom: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
}
#zszc .container,
#xyqk .container,
#kcsz .container,
#mshc .container,
#lxwm .container {
  width: 1200px;
}
#xyqk {
  height: auto;
  padding-top: 80px;
  background: url(../images/xyqk_bg.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  padding-top: 85px;
}
#kcsz {
  padding-top: 40px;
}
#mshc {
  height: auto;
  background: url(../images/mshc_bg.png);
  background-size: 1920px 1144px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 90px;
}
#mshc .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#mshc .container .title .en {
  color: #fff;
}
#mshc .container .title .zh {
  color: #fff;
}
#mshc .container > .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#mshc .container > .content .swiper-container {
  width: 100%;
  margin-top: 50px;
  border-radius: 15px;
  overflow: hidden;
}
#mshc .container > .content .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
#mshc .container > .content .swiper-container .swiper-button-prev,
#mshc .container > .content .swiper-container .swiper-button-next {
  background-color: #c3c3c3;
  border-radius: 15px;
}
#mshc .container > .content .swiper-container .swiper-button-prev::after,
#mshc .container > .content .swiper-container .swiper-button-next::after {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#lxwm {
  height: auto;
  background: url(../images/lxwm_bg.png);
  background-size: cover;
  background-position: center;
}
#zszc .container > .content > ul > li {
  display: flex;
}
#zszc .container > .content > ul > li > .right {
  width: 600px;
  height: 420px;
  background-color: #fdebec;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zszc .container > .content > ul > li > .right > .word_content {
  width: 543px;
}
#zszc .container > .content > ul > li > .right > .word_content > .title {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  width: 230px;
  height: 55px;
  background-color: #e60012;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zszc .container > .content > ul > li > .right > .word_content > ul {
  margin-top: 34px;
}
#zszc .container > .content > ul > li > .right > .word_content > ul li {
  display: flex;
  margin-bottom: 25px;
}
#zszc .container > .content > ul > li > .right > .word_content > ul li .left {
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
  margin-right: 20px;
}
#zszc .container > .content > ul > li > .right > .word_content > ul li .right {
  font-size: 16px;
  color: 3333333;
  line-height: 25px;
}
#zszc .container > .content > ul > li > .left {
  width: 600px;
  box-sizing: border-box;
  height: 420px;
}
#zszc .container > .content > ul > li > .left img {
  display: inline-block;
  width: 600px;
  height: 420px;
}
#kcsz > .container > .content > .top,
#kcsz > .container > .content > .mid,
#kcsz > .container > .content > .bottom {
  height: 315px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f9e3e6;
}
#kcsz > .container > .content > .top > .title,
#kcsz > .container > .content > .mid > .title,
#kcsz > .container > .content > .bottom > .title {
  font-size: 22px;
  color: #ca1931;
  font-weight: bold;
  margin-bottom: 28px;
}
#kcsz > .container > .content > .top > .content > ul,
#kcsz > .container > .content > .mid > .content > ul,
#kcsz > .container > .content > .bottom > .content > ul {
  display: flex;
}
#kcsz > .container > .content > .top > .content > ul > li,
#kcsz > .container > .content > .mid > .content > ul > li,
#kcsz > .container > .content > .bottom > .content > ul > li {
  width: 265px;
  margin-right: 30px;
  flex-shrink: 0;
}
#kcsz > .container > .content > .top > .content > ul > li .title,
#kcsz > .container > .content > .mid > .content > ul > li .title,
#kcsz > .container > .content > .bottom > .content > ul > li .title {
  font-size: 18px;
  color: #ca1931;
  font-weight: bold;
  width: 200px;
  height: 38px;
  background: url(../images/bg4.png);
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
#kcsz > .container > .content > .top > .content > ul > li > ul li,
#kcsz > .container > .content > .mid > .content > ul > li > ul li,
#kcsz > .container > .content > .bottom > .content > ul > li > ul li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
#kcsz > .container > .content > .mid {
  height: 280px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ca1931;
  margin-top: 10px;
}
#kcsz > .container > .content > .mid > .title {
  color: #fff;
}
#kcsz > .container > .content > .mid > .content > ul {
  display: flex;
}
#kcsz > .container > .content > .mid > .content > ul > li {
  width: 550px;
  margin-right: 50px;
  flex-shrink: 0;
}
#kcsz > .container > .content > .mid > .content > ul > li .title {
  color: #fff;
  width: 409px;
  height: 38px;
  background: url(../images/bg5.png);
}
#kcsz > .container > .content > .mid > .content > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
#kcsz > .container > .content > .mid > .content > ul > li > ul li {
  color: #fff;
  width: 275px;
}
#kcsz > .container > .content > .bottom {
  display: flex;
  margin-top: 10px;
  height: 150px;
  background-color: transparent;
  padding: 0;
}
#kcsz > .container > .content > .bottom .left {
  height: 100%;
  width: 970px;
  background-color: #f9e3e6;
  margin-right: 10px;
  flex: 970px 0 0;
  box-sizing: border-box;
  padding: 30px;
}
#kcsz > .container > .content > .bottom .left .title {
  font-size: 22px;
  color: #ca1931;
  font-weight: bold;
  margin-bottom: 10px;
}
#kcsz > .container > .content > .bottom .left .content ul {
  display: flex;
  flex-wrap: wrap;
}
#kcsz > .container > .content > .bottom .left .content ul li {
  flex: 215px 0 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
}
#kcsz > .container > .content > .bottom .right {
  height: 100%;
  width: 220px;
  background-color: #f9e3e6;
  flex: 220px 0 0;
  box-sizing: border-box;
  padding: 30px;
}
#kcsz > .container > .content > .bottom .right .title {
  font-size: 22px;
  color: #ca1931;
  font-weight: bold;
  margin-bottom: 20px;
}
#mshc .top_desc {
  text-indent: 2em;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
#mshc > .container > .content > ul {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
#mshc > .container > .content > ul li {
  height: 325px;
  flex: 280px 0 0 ;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  margin-bottom: 25px;
}
#mshc > .container > .content > ul li .logo_wrapper {
  text-align: center;
  margin-top: 33px;
}
#mshc > .container > .content > ul li .num {
  position: relative;
  text-align: center;
  margin-top: 28px;
  font-size: 60px;
  color: #fff;
}
#mshc > .container > .content > ul li .num::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 55px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
}
#mshc > .container > .content > ul li .desc {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
#mshc > .container > .content .swiper-slide > .item {
  background-color: #fff;
  border-radius: 20px;
  width: 98%;
  padding-bottom: 30px;
  box-shadow: 0 0 5px 5px #eee;
}
#mshc > .container > .content .swiper-slide > .item .title {
  text-align: center;
  font-size: 22px;
  color: #e60012;
  font-weight: bold;
  margin-top: 50px;
}
#mshc > .container > .content .swiper-slide > .item .mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mshc > .container > .content .swiper-slide > .item .mid > .left {
  flex-shrink: 0;
  flex-grow: 0;
  width: 182px;
  height: 188px;
  margin-right: 30px;
}
#mshc > .container > .content .swiper-slide > .item .mid > .left img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right {
  width: 800px;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right > .desc {
  margin-bottom: 35px;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right > .desc .name {
  font-size: 24px;
  font-weight: bold;
  color: #e60012;
  margin-right: 20px;
  position: relative;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right > .desc .name::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  top: 40px;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right > .desc .instro {
  font-size: 16px;
  color: #e60012;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right .instro_detail {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right .target {
  display: flex;
  margin-top: 16px;
  align-items: flex-start;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right .target .left {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}
#mshc > .container > .content .swiper-slide > .item .mid > .right .target .right {
  width: 700px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
#mshc > .container > .content .swiper-slide > .item .bottom {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
#mshc > .container > .content .swiper-slide > .item .bottom .content {
  width: 1075px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #faeaec;
  border-radius: 20px;
  display: flex;
}
#mshc > .container > .content .swiper-slide > .item .bottom .content .left {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 17px;
}
#mshc > .container > .content .swiper-slide > .item .bottom .content .left img {
  display: inline-block;
  width: 32px;
  height: 26px;
}
#mshc > .container > .content .swiper-slide > .item .bottom .content .right {
  flex-grow: 0;
  flex-shrink: 0;
  width: 970px;
}
#mshc > .container > .content .swiper-slide > .item .bottom .content .right P {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
#mshc > .container > .content .swiper-slide > .item .bottom .content .right P span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
#mshc > .container > .content .teachers .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e60012;
}
#mshc > .container > .content .teachers > ul {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
#mshc > .container > .content .teachers > ul li {
  display: flex;
  align-items: center;
  margin-right: 80px;
  width: 560px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
#mshc > .container > .content .teachers > ul li .left {
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
  margin-right: ;
  width: 170px;
  box-sizing: border-box;
  padding-left: 30px;
  margin-right: 40px;
  position: relative;
}
#mshc > .container > .content .teachers > ul li .left::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  top: 5px;
}
#mshc > .container > .content .teachers > ul li .right {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
#lxwm > .container > .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lxwm > .container > .content > .left .title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 23px;
}
#lxwm > .container > .content > .left .content ul li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 19px;
}
#lxwm > .container > .content > .right {
  display: flex;
  align-items: center;
}
#lxwm > .container > .content > .right .left {
  font-size: 30px;
  color: #e60012;
  margin-right: 90px;
  font-weight: bold;
}
#lxwm > .container > .content > .right .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lxwm > .container > .content > .right .right .bottom {
  margin-top: 20px;
  font-size: 16px;
  color: #e60012;
}
#mshc > .container > .content .swiper-slide > .item{
  margin-bottom: 30px;
  margin-top:30px;
}