* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "microsoft yahei";
  font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
  color: #333;
  text-align: center;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

input {
  border: 0;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

em {
  font-style: normal;
}

/*clear*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font: normal 12px/100% Microsoft YaHei;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.list_14 li {
  background: url(images/dot.gif) no-repeat 0 12px;
  padding-left: 12px;
  font-size: 14px;
}

.list_12 li {
  background: url(images/dot.gif) no-repeat 0 8px;
  padding-left: 12px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
  color: #666;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.m-content {
  background-color: #fff;
  width: 100%;
  margin: 0px auto 30px;
  padding: 40px;
}

/* 头部开始 */

body {
  background: #fff;
}

.header-con {
  height: 750px;
  position: relative;
  text-align: center;
  background: url(../images/header.png) center top no-repeat;
  background-size: cover;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 90px;
}

.header-con .top-logo24 img {
  width: 362px;
}
.header-con .top-txt img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.header-con .top-links {
  display: flex;
  gap: 20px;
}

.header-con .top-links a.home {
  display: inline-block;
  width: 100px;
  height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.header-con .top-links a.home span {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding-top: 8px;
}
.head-slh-btn {
}
.head-slh-btn a {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #f7b218 0%, #ec930a 100%);
  line-height: 36px;
  padding: 0 15px;
  display: block;
  border-radius: 40px;
}

.seemore a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #f0f0f0;
  color: #333333;
  font-size: 16px;
  margin: 40px auto;
  text-align: center;
}

.seemore.red a {
  color: #999;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5e5e5;
}
.seemore.red a:hover {
}

.part-0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -390px;
  margin-bottom: 30px;
}

.part-1 {
  height: 600px;
  background: #fff;
}

.titleblock {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  background: url(../images/ico_title_bg@1x.png) center no-repeat;
}

.titleblock::before {
  content: "";
  height: 14px;
  width: 164px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background: #fce7bc;
}

.smalltitle {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 34px;
  font-weight: 800;
}

.smalltitle.white {
  color: #fff;
}

/* 
.smalltitle.white::after {
  background-color: #fff;
} */

.bg_box {
  height: 410px;
  overflow: hidden;
}

.box_left {
  float: left;
  width: 660px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slideCount {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #fff;
  width: 60px;
  text-align: right;
  height: 40px;
  z-index: 1;
  line-height: 40px;
  font-size: 18px;
}

.slideCount > em {
  font-size: 24px;
  font-weight: bold;
  color: #cc0000;
}

.slideCount > span {
  padding-left: 5px;
}

.sli-box {
  position: relative;
}

.sli-box img {
  width: 100%;
  display: block;
  height: 256px;
}

.sli-qy {
  position: absolute;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.76);
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
}

.sli-qybox img {
  width: 100%;
  height: 410px;
}

.sli-qy a {
  font-size: 18px;
  width: 100%;
  padding: 0 60px 0 20px;
  color: #fff;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slick-prev,
.slick-next {
  top: 50%;
  height: 80px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.76);
}

.slick-prev {
  left: 2px;
  background: rgba(0, 0, 0, 0.4) url(../images/arrow.png) center center no-repeat;
}

.slick-next {
  right: 0;
  background: rgba(0, 0, 0, 0.4) url(../images/arrow.png) center center no-repeat;
  transform: rotate(180deg);
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #b10a0d;
}

.box_right {
  float: right;
  width: calc(100% - 690px);
  height: 100%;
  position: relative;
}

.lilist li {
  list-style: none;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  position: relative;
}

.lilist li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  top: 26px;
  left: 4px;
  background-color: #dadada;
}

.lilist li:last-child::after {
  background-color: transparent;
}

.lilist li a {
  text-decoration: none;
  color: #333333;
  float: left;
  padding-left: 15px;
  width: calc(100% - 90px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.lilist li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #dadada;
}

.lilist li span {
  float: right;
  font-size: 14px;
  width: 80px;
  color: #999999;
}

.gzdtCon .zcjdpos {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.gzdtCon .time {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-bottom: 15px;
}

.gzdtCon .dqgjpara {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.part-2 {
  padding: 32px 0;
  width: 100%;
  height: 398px;
  background: #ffffff;
}

.zskt .ktdatedesc {
  position: relative;
  float: left;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 32px;
  background-color: #fff;
  padding: 15px 26px;
  transition: 0.2s;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(207, 207, 207, 0.35);
  border-radius: 10px;
}

.zskt .ktdatedesc:hover {
  transform: translateY(-8px);
  -ms-transform: translateY(-8px);
}

.zskt .ktdatedesc:nth-child(3n) {
  margin-right: 0;
}

.ktlist_date {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}

.ktlistday {
  display: block;
  font-size: 30px;
  border-bottom: 1px solid #c5c5c5;
  color: #cc0000;
  font-weight: bold;
  position: relative;
  padding-bottom: 7px;
}

.ktlistyear {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  color: #999999;
}

.ktlist_scontent {
  /* margin-left: 30px; */
  width: 100%;
  font-size: 14px;
}

.ktlist_scontent h2 a {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.ktlist_scontent p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}

.ktlist_footer {
  text-align: right;
}
.ktlist_footer a {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background: #14a8d0;
}

.part-3 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #f0f9fe;
  /* background: url(../images/bg2.png) center center no-repeat; */
}

.zcjdCon {
  margin: 0 auto 25px;
  padding: 0 30px;
}

.zcjditem {
  position: relative;
  float: left;
  width: calc((100% - 60px) / 3);
  height: 480px;
  margin-right: 30px;
  transition: all 1s;
  background-color: #fff;
}

.zcjditem:nth-child(3n + 3) {
  margin-right: 0;
}

.zcjditem img {
  display: block;
}

.dqgjCon {
  padding: 20px 30px;
}

.zcjditem .zcjdpos {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zcjditem .time {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-bottom: 30px;
}

.zcjditem .dqgjpara {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zcjditem:hover {
  transform: translateY(-10px);
}

/* 概览 */

.glheader {
  height: 270px;
  background: url(../images/smxq_01.png) center center no-repeat;
}

.glheader img {
  margin-top: 70px;
}

.place {
  padding: 18px 0 30px 0;
  line-height: 20px;
  font-size: 16px;
}

.place a {
  color: #999999;
}

.place a:first-child {
  color: #333;
}

.place a:hover {
  color: #bf141e;
}

.zwywen {
  border-bottom: 2px solid #999999;
  font-weight: bold;
  color: #cc0000;
  font-size: 18px;
}

.zwywen span {
  display: inline-block;
}

.zwywen span.zwbiaotidanqian {
  /* border-bottom: 2px solid #cc0000; */
  padding-bottom: 10px;
  position: relative;
}

.zwywen span.zwbiaotidanqian::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cc0000;
}

.xwdatedesc {
  padding: 20px 0;
  display: -webkit-box;
  border-bottom: 1px solid #d6d6d6;
}

.xwlist_date {
  float: left;
  width: 88px;
  border-radius: 4px;
  margin-right: 20px;
  padding: 0 10px;
  padding-top: 15px;
  color: #999999;
  position: relative;
  text-align: center;
  background: #f5f5f5;
}

.xwlistday {
  display: block;
  font-size: 36px;
  color: #cc0000;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.xwlistyear {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #9f9f9f;
}

.xwlist_scontent {
  float: left;
  width: calc(100% - 108px);
  font-size: 14px;
}

.xwlist_scontent h2 a {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xwlist_scontent p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}

.page {
  text-align: center;
  margin: 30px 0;
}

/* 细览 */

.zhengcebiaoti {
  font-size: 30px;
  color: #0d0e0e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.fubiaoti {
  border-bottom: 1px solid #999999;
  padding: 15px 0;
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: space-between;
}

.fabushijian {
  width: 250px;
}

.zitidaxiao {
  width: 140px;
}

.fubiaoti a {
  color: #666;
}

.wjnerong {
  margin-bottom: 20px;
}

.suojin {
  text-indent: 2em;
}

.wjnerong p {
  line-height: 30px;
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}

.wjnerong p.subtitle {
  line-height: 30px;
  color: #333;
  font-size: 16px;
}

.nzjz {
  font-size: 0;
  text-align: center;
}

.nzjz img {
  margin: 20px 0;
}

.luokuan {
  text-align: right;
}

.wjnerong p.serwm {
  font-size: 12px;
  text-align: center;
}

/*footer*/
.siteWidth {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#footer {
  background: #cc0000;
}
#footer .siteWidth {
  padding: 20px 0;
  text-align: center;
}

#footer .con {
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  width: 755px;
  float: left;
}
#footer .footNav {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
#footer .footNav a {
  margin: 0 5px;
  color: #fff;
}
.copyRight {
  color: #fff !important;
}
.copyRight a {
  color: #fff !important;
}
.copyRight p {
  line-height: 36px;
}

.copyRight p a img {
  margin-top: 7px;
}
#footer .footDzjg,
#footer .footerWzjc,
#footer .footerZfzc {
  position: absolute;
  z-index: 1;
  width: auto;
  float: left;
}
#footer .footDzjg {
  left: 116px;
  top: 50px;
}
#footer .footerWzjc {
  right: 65px;
  top: 62px;
}
#footer .footerZfzc {
  left: 190px;
  top: 52px;
}

.wentileft {
  width: 70%;
}
.wentiright {
  width: 26%;
  padding-top: 50px;
}
.wentilan {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  background: #fff;
  border-radius: 6px;
}
.biaotiltight {
  /* padding-top: 30px; */
}
.biaotilleft {
  width: 90%;
  background: url(../images/ico_faq.png) left 5px no-repeat;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  color: #333333;
  padding-left: 42px;
}
.datilan {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 70px;
  background: #fff;
  display: flex;
}
.datiwenzi a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.datipic {
  width: 3%;
}
.datiwenzi {
  width: 96%;
}
.datilanmuk {
  padding-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(203, 225, 237, 0.6);
}

.wsbm {
  position: relative;
}
.wsbm:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/*123*/
.part-title {
  margin-bottom: 60px;
}

.part0 {
  padding: 80px 0;
}
.part0-hd ul li {
  float: left;
  margin-right: 37px;
  width: 250px;
  height: 406px;
  text-align: center;
  background: #f6f7fa;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.part0-hd ul li:hover {
  border-color: #b5d2ff;
  box-shadow: 0 10px 10px 0 rgba(168, 182, 191, 0.6);
}
.part0-hd ul li:last-child {
  margin-right: 0;
}

.part0-hd ul li .imgClass {
  margin-bottom: 30px;
}
.part0-hd ul li h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}
.part0-hd ul li p {
  padding: 0 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  color: #999999;
}
.part0-hd ul li a {
  margin: 20px auto 0;
  width: 170px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #2a79f9;
  font-size: 14px;
  color: #2a79f9;
  transition: all 0.3s;
}
.part0-hd ul li a:hover {
  color: #fff;
  background-color: #2a79f9;
}

.part1 {
  padding: 80px 0;
  background: url(../images/part02_bj@2x.jpg) center top no-repeat;
}

.part1-hd ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  width: 320px;
  height: 320px;
  margin-right: 40px;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}
.part1-hd ul li:last-child {
  margin-right: 0;
}
.part1-hd ul li:hover {
  box-shadow: 0 10px 10px 0 rgba(168, 182, 191, 0.6);
}

.part1-hd ul li.a01 {
  background-image: url(../images/part02_area_01.jpg);
}
.part1-hd ul li.a02 {
  background-image: url(../images/part02_area_02.jpg);
}
.part1-hd ul li.a03 {
  background-image: url(../images/part02_area_03.jpg);
}
.part1-hd ul li.a04 {
  background-image: url(../images/part02_area_04.jpg);
}
.part1-hd ul li h2 {
  display: block;
  min-height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  text-align: center;
}
.part1-hd ul li a {
  margin-top: 45px;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.part1-hd ul li a:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.6);
}

.part2 {
  margin: 80px auto;
}
.part2-hd {
  display: flex;
  color: #fff;
  text-align: left;
  margin-bottom: 41px;
}
.part2-hd a {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.part2-hd a:hover {
  transform: translateY(-5px);
}
.part2-hd b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.part2-hd em {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-style: normal;
}
.part2-hd .area-yshj {
  margin-top: 40px;
  padding: 40px;
  width: 690px;
  height: 180px;
  background: url(../images/part03_area_01.png) no-repeat;
}
.part2-hd .area-msrd {
  text-align: right;
  padding: 40px;
  width: 690px;
  height: 180px;
  background: url(../images/part03_area_02.png) no-repeat;
}
.part2-hd .area-yshj::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 71px;
  right: -20px;
  top: -71px;
  background: url(../images/part03_area_01_ico.png) no-repeat;
}
.part2-hd .area-msrd::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 71px;
  left: -20px;
  bottom: -71px;
  background: url(../images/part03_area_02_ico.png) no-repeat;
}
.part2-hd .area-msrd h2,
.part2-hd .area-msrd p {
  text-align: right;
}

/* 适配 */

@media screen and (max-width: 850px) {
  .w1400 {
    width: 95%;
    margin: 0 auto;
  }
  .header-con {
    height: 410px;
  }

  .header-con .top-logo24 img {
    width: 90%;
    margin: 0 auto;
  }
  .header-con .top-txt img {
    width: 100%;
    margin: 0 auto;
  }
  .header-top {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .top-logo24 {
    margin-bottom: 20px;
  }
  .smalltitle {
    font-size: 24px;
  }

  .part-title img {
    scale: 2;
  }

  .part-1 {
    height: auto;
  }
  .bg_box {
    height: auto;
  }
  .sli-qybox img {
    height: auto;
  }
  .box_left {
    float: none;
    width: 100%;
  }
  .box_right {
    float: none;
    height: auto;
    margin-top: 10px;
    width: 100%;
  }
  .part-0 {
    flex-direction: column;
  }
  .part-2 {
    margin-top: 20px;
    padding: 0;
    height: auto;
    /* background: #fff url(../images/bg1.png) center center repeat; */
  }
  .zskt .ktdatedesc {
    width: 100%;
    margin-right: 0;
  }
  .part-3 {
    margin-top: 20px;
    padding: 10px;
    height: auto;
    /* background: url(../images/bg2.png) center center repeat; */
  }
  .zcjditem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .glheader {
    height: auto;
  }
  .glheader img {
    margin: 20px auto;
  }

  /*footer*/
  .siteWidth {
    width: 100%;
  }
  #footer {
    background: #cc0000;
    padding: 5% 3%;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  #footer a {
    color: #fff;
  }
  #footer .footNav {
    margin-bottom: 3%;
  }
  #footer .footNav a {
    margin: 0 5px;
    word-break: keep-all;
    white-space: nowrap;
  }
  #footer .btns a {
    display: inline-block;
    padding: 2px 15px;
    background: #fff;
    border-radius: 4px;
    color: #0068b7;
    margin: 10px 5px 0 5px;
  }
  #footer .footDzjg,
  #footer .footerWzjc,
  #footer .footerZfzc {
    position: unset;
    display: block;
    float: none;
    text-align: center;
  }

  .zcjdCon {
    padding: 0;
  }
  .biaotilleft {
    padding-left: 0;
    line-height: 32px;
    background: none;
  }
  .wentilan {
    padding: 10px;
  }
  .datipic {
    display: none;
  }
  .content {
    padding: 0;
  }
  .datilan {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }

  .part1-hd ul {
    display: flex;
    flex-direction: column;
  }
  .part1-hd ul li,
  .part1-hd ul li:last-child {
    margin: 0 auto 20px;
  }

  .part2-hd {
    display: flex;
    flex-direction: column;
  }
  .part2-hd .area-yshj,
  .part2-hd .area-msrd {
    width: 100%;
    border-radius: 10px;
  }
  .part2-hd .area-yshj {
    margin: 0 auto 20px;
    background-position: right;
  }

  .part0-hd ul {
    display: flex;
    flex-direction: column;
  }
  .part0-hd ul li {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .part0-hd ul li .imgClass {
    margin: 0 auto 30px;
  }
  .part2-hd .area-yshj::after,
  .part2-hd .area-msrd::after {
    display: none;
  }
  .part0 {
    padding: 20px 0;
  }
  .part1 {
    padding: 20px 0;
  }
  .part2 {
    margin: 20px auto;
  }
  .part-title {
    display: flex;
    align-items: center;
    height: 45px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .part1-hd ul li {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background-size: cover;
  }
  .part1-hd ul li h2 {
    min-height: auto;
  }
}
