.footer-back-top {
  display: none;
}
/* 右侧边栏 */
.side-menu {
  width: 80px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #c2c2f8;
  overflow: visible;
  position: fixed;
  right: 100px; 
  bottom: 100px;
	height: 640px;
  z-index: 99999;
  box-sizing: border-box;
  /* 初始隐藏：第一屏不显示 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* 隐藏时禁止点击，避免误触 */
  /* 平滑过渡动画（0.3秒） */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.side-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 显示时恢复点击 */
}
.side-menu .menu-item {
  width: 100%;
  display: block;
  font-size: 16px;
	letter-spacing: 1px;
	color: #282727;
  text-align: center;
  height: 48px;
  line-height: 36px;
  background: unset;
  position: relative;
  z-index: 1;
}
.side-menu .menu-item.cur,
.side-menu .menu-item:hover {
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.side-menu .menu-item.cur::before,
.side-menu .menu-item:hover::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 95px;
  height: 100%;
  background: url(./side-menu-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-radius: 4px;
  z-index: -1;
}
.side-menu .back-top-box {
  width: 80%;
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid #dbcee9;
}
.side-menu .back-top-box a {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 15px;
  font-size: 14px;
	letter-spacing: 1px;
	color: #6a279d;
}
.side-menu .back-top-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./top-icon.png);
  width: 15px;
	height: 9px;
}
.sy-tit{
  line-height: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sy-tit:after{
  content: "";
  width: 1173px;
  height: 13px;
  position: absolute;
  right: 103px;
  top: 50%;
  transform: translateY(-40%);
  background: url("sy_tit_zwt.png") left center no-repeat;
}
.part1{
  background:#EDFDF2 url(./sy_bg1.png) center top no-repeat;
  padding-top: 20px;
  padding-bottom: 18px;
  background-size: 100% 100%;
}
.part1-2 {
  padding-top: 27px;
}
.part1-lf {
  width: 980px;
}
.part1-img-box{
  width: 100%;
  height: 552px;
  display: block;
  position: relative;
}
.part1-img-box img{
  display: block;
  width: 100%;
  height: 100%;
}
.part1-img-box .swiper-slide{
  position: relative;
}
.part1-img-box .tit{
  line-height: 54px;
  background-color: rgba(36, 23, 51, .7);
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 250px 0 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.part1-img-box .swiper-pagination{
  position: absolute;
  right: 23px;
  width: auto;
  left: auto;
  bottom: 6px;
}
.part1-img-box .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.part1-img-box .swiper-pagination-bullet-active{
  width: 33px;
	height: 7px;
	background-color: #b06dff;
	border-radius: 4px;
}
.part1-img-box .swiper-button-prev,.part1-img-box .swiper-button-next{
  width: 36px;
  height: auto;
  top: 50%;
  background: none!important;
  transform: translateY(-50%);
}
.part1-img-box .swiper-button-prev img,.part1-img-box .swiper-button-next img{
  width: 100%;
}
.part1-lf .part1-lf-imgs {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 165px;
  margin-top: 19px;
}
.part1-lf .part1-lf-imgs .part1-lf-adv {
  width: 100%;
  display: block;
  height: 100%;
}
.part1-lf .part1-lf-imgs .part1-lf-adv img {
  width: 100%;
  height: 100%;
}
.part1-lf .part1-lf-imgs .part1-lf-a {
  position: relative;
  display: block;
  height: 100%;
}
.part1-lf .part1-lf-imgs .part1-lf-a:nth-child(2) {
  margin: 0 25px;
}
.part1-lf .part1-lf-imgs .part1-lf-a p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 110px;
	background-image: linear-gradient(0deg, 
		#05010a 0%, 
		rgba(25, 17, 36, 0.31) 69%, 
		rgba(45, 33, 61, 0) 100%);
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.part1-lf .part1-lf-imgs .part1-lf-a p span {
  max-height: 56px;
  font-size: 18px;
	line-height: 28px;
	color: #ffffff;
  width: 100%;
  padding: 0 10px;
}
.part1-lf .part1-lf-imgs .part1-lf-a img {  
  width: 310px;
  height: 100%;
}
.part1-rt{
  width: 404px;
}
.part1-nav{
  line-height: 56px;
  background-image: linear-gradient(-90deg, 
		#d3c7ff 0%, 
		#edecfd 100%), 
	linear-gradient(
		#72aa81, 
		#72aa81);
	background-blend-mode: normal, 
		normal;
}
.part1-nav-item{
  font-size: 16px;
  letter-spacing: 1px;
  color: #5b458a;
  float: left;
  position: relative;
  text-align: center;
  padding: 0 20px;
  height: 26px;
  line-height: 26px;
  top: 15px;
  margin: 0 7px;
}
.part1-nav-item-tit{
  line-height: 56px;
  font-size: 30px;
  color: #000;
  float: left;
  position: relative;
  padding-left: 29px;
  padding-right: 14px;
  font-weight: bold;
}
.part1-nav-item-tit::before{
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./sy-tit-icon.png) no-repeat;
  width: 13px;
	height: 14px;
}
.part1-nav-item.cur{
  font-weight: bold;
	color: #ffffff;
  background-color: #783dbe;
	border-radius: 6px;
}
.part1-more{
  padding-right: 15px;
}
.part1-more img{
  vertical-align: middle;
  margin-top: -4px;
}
.part1-tab{
  height: 680px;
  background: url(./sz-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 14px;
}
.part1-tab-item{
  display: none;
}
.part1-tab-a {
  display: block;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 12px 15px 9px 16px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #d7d1ef;
}
.part1-tab-a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 5px;
	height: 5px;
	background-image: linear-gradient(90deg, 
		#e5ddfd 0%, 
		#d2c6ff 100%);
  border-radius: 100%;
}
.part1-tab-a .tit{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}
.part1-tab-a .time{
  color: #666;
  font-size: 14px;
  padding-top: 2px;
}
.part1-tab-a:hover{
  background-image: linear-gradient(90deg, 
		#e5ddfd 0%, 
		#d2c6ff 100%);
    font-weight: bold;
}
.part1-tab-a:hover::before {
	background-image: linear-gradient(90deg, 
		#723495 0%, 
		#783dbe 100%);
}
.part1-tab-a:hover .time{
  font-weight: normal;
}
.part1-bt-nav{
  margin-bottom: 21px;
  position: relative;
}
.mj-list {
  margin-top: 0;
}
.part1-bt-nav:after{
  content: "";
  width: 1043px;
  height: 13px;
  position: absolute;
  right: 115px;
  top: 50%;
  transform: translateY(-40%);
  background: url("sy_tit_zwt.png") left center no-repeat;
}
.part1-bt-nav-list {
  display: flex;
  align-items: center;
}
.part1-bt-nav-list .part-tit{
  margin-right: 36px;
}
.part1-bt-nav.sy-tit:after {
  width: 805px;
}
.part1-bt-nav-item {
  font-size: 24px;
	color: #5b458a;
  padding: 0 26px;
  margin: 0 6px;
}
.part4-tit{
  font-size: 30px;
  font-weight: bold;
  color: #4e3e92;
  padding: 0 23px;
  line-height: 56px;
  position: relative;
}
.part1-bt-nav-item.cur {
  color: #fff;
  background-color: #783dbe;
	border-radius: 6px;
	font-weight: bold;
}
.part4-tit{
  background-color: #783dbe;
  border-radius: 6px;
  color: #ffffff;
  margin-right: 10px;
}
/* 紫荆快讯 */
.news-box {
  height: 68px;
	background-color: #ffffff;
  margin: 19px 0 0;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.news-box .news-icon {
  margin-right: 26px;
  width: 73px;
}
.adv-box-t36 {
  margin-top: 36px;
}
.news-box .news-line {
  width: 1px;
	height: 36px;
	background-color: #7a5fb0;
} 
.news-scroll-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px; /* 渐变宽度，可调整 */
  height: 100%;
  /* 渐变：从透明到背景色，实现文字淡化 */
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .2) 100%);
  /* 遮罩层级高于新闻列表，低于鼠标事件 */
  z-index: 10;
  /* 不拦截鼠标事件 */
  pointer-events: none;
}
.news-box .news-list {
  overflow: hidden;
  position: relative;
  height: 68px;
  margin-left: 25px;
  flex: 1;
}
.news-scroll-list {
  display: flex;
  white-space: nowrap; /* 禁止新闻换行 */
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 68px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
/* 单条新闻样式 */
.news-scroll-item {
  padding: 0 22px 0 15px;
  font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
  position: relative;
}
.news-scroll-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
	height: 6px;
	background-color: #9d99f5;
  border-radius: 100%;
}
.news-scroll-item.cur {
  font-weight: bold;
}
.news-scroll-item.cur::before {
  background: url(./zjkx-tit-icon.png) no-repeat;
  width: 13px;
  height: 9px;
  background-size: 100%;
  left: 0;
}
.part4-tit{
  padding: 0 30px;
  line-height: 47px;
  letter-spacing: 3px;
}
.part1-bt-tab-lf{
  width: 588px;
  height: 579px;
  background: url("sy_pl_bg.png");
  background-size: 100% 100%;
  padding: 12px;
  position: relative;
}
.part1-bt-lf-ct{
  background-color: #ffffff;
  height: 100%;
  position: relative;
  padding: 15px 20px;
}
.part1-bt-lf-ct:before{
  content: "";
  position: absolute;
  width: 23px;
  height: 22px;
  left: 6px;
  top: 6px;
  background: url("sy_pl_sj.png");
  background-size: 100% 100%;
}
.part1-bt-lf-ct:after{
  content: "";
  position: absolute;
  width: 23px;
  height: 22px;
  right: 6px;
  bottom: 6px;
  background: url("sy_pl_sj.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.part1-bt-tab-item{
  display: none;
}
/* 专栏轮播 */
.swiper-box {
  width: 1517px;
  height: 274px;
  position: relative;
  margin: 0 auto;
}
.swiper-container-zl .swiper-slide {
  width: 191px;
  height: 250px;
}
.part1-bt-tab-rt{
  width: 800px;
}
.part1-bt-lf-a{
  display: block;
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 1px;
  padding-left: 13px;
  position: relative;
}
.part1-bt-lf-a:before{
  content: "";
  width: 5px;
  height: 5px;
  background-color: #d7d7d7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.part1-bt-lf-a:hover{
  font-size: 20px;
  font-weight: bold;
  color: #5b458a;
}
.part1-bt-lf-a:hover:before{
  background-color: #8565c8;
}
.part1-bt-rt-item{
  display: block;
  width: 336px;
  height: 300px;
  margin-left: 18px;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.part1-bt-rt-item:nth-of-type(4n+1){
  margin-left: 0;
}
.part1-bt-rt-item .img{
  display: block;
  width: 100%;
  height: 182px;
}
.part1-bt-rt-item .tit,.part1-bt-rt-item .desc{
  padding: 10px 14px;
}
.part1-bt-rt-item .tit{
  line-height: 26px;
  letter-spacing: 1px;
  height: 67px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #000;
}
.part1-bt-rt-item .desc{
  font-size: 14px;
}
.part1-bt-rt-item .desc .time{
  color: #9c73ce;
}
.part1-bt-rt-item .desc .see-num{
  color: #666666;
  font-size: 14px;
}
.part1-bt-rt-item .desc .see-num img{
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 9px;
  width: 17px;
}
.part1-bt-more{
  text-align: center;
  padding: 61px 0 31px;
}
.part1-bt-more-a{
  transition: all .5s;
}
.part1-bt-more-a img:last-of-type{
  display: none;
}
.part1-bt-more-a:hover img:first-of-type{
  display: none;
}
.part1-bt-more-a:hover img:last-of-type{
  display: block;
}
.part2{
  background: #F3F4FA url("./zjh_bg.png") center top no-repeat;
  background-size: 100% 100%;
}
.tit-more{
  padding-right: 15px;
  letter-spacing: 2px;
  color: #655ea1;
  background: url("sy_icon_more.png") right center no-repeat;
  background-size: 9px auto;
  line-height: 56px;
}
.zjh-part2-tab-rt.tit-more{
  line-height: 46px;
  color: #ffffff;
  margin-right: 33px;
  background: url("sy_icon_more_w.png") right center no-repeat;
  background-size: 9px auto;
}
.sy-tit-img{
  vertical-align: middle;
  margin-top: -10px;
}
.part2-ct{
  padding-top: 12px;
}
.part2-ct .part2-ct-t {
  background-color: #ffffff;
	border: solid 1px #edecf2;
  padding: 16px 0 14px 12px;
}
.part2-ct-item{
  display: none;
  margin-bottom: 34px;
}
.part2-ct-t-lf{
  width: 535px;
}
.part2-ct-t-lf .img{
  width: 100%;
  height: 300px;
  display: block;
}
.logo-icon{
  display: inline-block;
  width: 47px;
  height: 51px;
  position: relative;
}
.logo-icon .logo{
  width: 42px;
  height: 42px;
  background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e1e1e1;
}
.logo-com-icon{
  width: 18px;
  height: 18px;
  background: url("icon_logo_sb.png");
  background-size: 100% 100%;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.logo-com-icon.iconV1{
  background: url("icon_logo_V1.png");
  background-size: 100% 100%;
}
.logo-com-icon.iconV2{
  background: url("icon_logo_V2.png");
  background-size: 100% 100%;
}
.logo-com-icon.iconV3{
  background: url("icon_logo_V3.png");
  background-size: 100% 100%;
}
.logo-icon{
  margin-right: 18px;
}
.part2-ct-t-lf .ct-box{
  padding: 17px 10px 0;
}
.part2-ct-t-rt-item .ct-box{
  padding: 6px 20px 0 0;
}
.part2-ct-t-lf .tit,.part2-ct-t-rt-item .tit{
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.part2-ct-t-lf .desc-box,
.part2-ct-t-rt-item .desc-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part2-ct-t-rt-item .desc-box{
  margin-top: 35px;
  padding-bottom: 0;
}
.ct-box .desc{
  width: 100%;
  font-size: 18px;
	color: #333333;
}
.part2-ct-t-lf .time,.part2-ct-t-rt-item .time{
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.part2-ct-t-rt-item .time{ 
  font-size: 14px;
}
.part2-ct-t-rt{
  width: 829px;
}
.part2-ct-t-rt-item{
  display: block;
  padding: 14px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.part2-ct-t-rt-item:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}
.part2-ct-t-rt-item:first-of-type{
  padding-top: 0;
}
.part2-ct-t-rt-item img{
  width: 204px;
  height: 115px;
}
.part2-ct-t-rt-item .ct-box{
  width: 602px;
}
.zjh-part2-tab{
  height: 46px;
  background: #6052a4 url(zjh_logo.png) no-repeat;
  background-size: auto 35px;
  background-position: 21px center;
  padding-left: 143px;
}
.zjh-part2-tab-lf a{
  display: inline-block;
  width: 126px;
  height: 46px;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.zjh-part2-tab-lf a.cur{
  background-color: #7b6dc0;
  font-weight: bold;
}
/* Ã¨Â½Â®Ã¦â€™Â­2 */
.zjh-part2-box{
  position: relative;
  width: 1510px;
  height: 238px;
  margin: 13px auto 0;
  left: -56px;
}
.swiper-container1 {
  height: 100%;
  padding: 22px 18px;
  position: relative;
  background-color: #ede9ff;
}
.swiper-container1 .swiper-slide {
  text-align: center;
  width: 170px;
  height: 194px;
  box-shadow: 0px 1px 10px 0px 
		rgba(187, 187, 187, 0.56);
  border-radius: 4px;
  background: #fff;
  margin-right: 28px;
}
.swiper-button-next{
  right: 0;
  background: url(zjh_icon_r2.png) no-repeat center;
}
.swiper-button-next:hover{
  background-image: url(zjh_icon_r.png);
}
.swiper-button-prev{
  left: 0;
  background: url(zjh_icon_l2.png) no-repeat center;
}
.swiper-button-prev:hover{
  background-image: url(zjh_icon_l.png);
}
.swiper-button-next,.swiper-button-prev{
  width: 56px;
  height: 56px;
  top: 107px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.swiper-top p{
  font-size: 16px;
  color: #333333;
  padding: 0 10px;
  line-height: 20px;
}
.swiper-bottom{
  cursor: pointer;
  height: 50px;
  background-color: #7b58be;
  text-align: center;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.swiper-bottom.cur{
  background-color: #bfa9e7;
}
.swiper-bottom p{
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.swiper-bottom p:nth-child(2){
  display: none;
}
.swiper-bottom.cur p:nth-child(1){
  display: none;
}
.swiper-bottom.cur p:nth-child(2){
  display: block;
}
.swiper-top{
  height: 145px;
  text-align: center;
  padding-top: 15px;
  width: 100%;
  display: block;
}
.swiper-top .logo-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}
.swiper-top .logo-icon .logo{
  width: 66px;
  height: 66px;
  border-radius: 8px;
	border: solid 1px #e1e1e1;
}
.swiper-top .logo-com-icon{
  width: 22px;
  height: 22px;
}
.adv-box{
  padding: 40px 0 0;
}
.adv-box img{
  width: 100%;
}
.adv-box-mid {
  padding: 0;
}
.adv-box-mid-a {
  margin-bottom: 34px;
}
.part3 {
  background: url("./kc-bg.png") center top no-repeat;
  background-size: 100% 100%;
  padding-bottom: 18px;
  padding-top: 0;
}
.part3 .sy-tit {
  margin-bottom: 0;
}
.part3-lf {
  width: 945px;
}
.part3-rt {
  width: 433px;
}
.part3-sy-tit{
  background: none;
  position: relative;
}
.part3-sy-tit::after{
  width: 218px;
}
.wk-tit::after{
  width: 550px;
}
.part3-tit::after {
  width: 728px;
}
.part3-lf-item {
  overflow: hidden;
}
.part3-lf .part1-bt-rt-item {
  width: 307px;
	height: 299px;
	background-color: #ffffff;
	border: solid 1px #edecf2;
  margin-left: 10px;
  margin-bottom: 10px;
}
.part3-lf .part1-bt-rt-item:first-child {
  margin-left: 0;
}
.part3-lf .part1-bt-rt-item .img {
  height: 163px;
}
.part3-lf .part1-bt-rt-item .tit,
.part3-lf .part1-bt-rt-item .desc {
  padding: 15px 14px;
}
.part3-lf .part1-bt-rt-item .tit {
  color: #282727;
}
.part3-nav-item{
  padding: 0 25px;
  position: relative;
}
.part3-nav-item:not(:first-of-type):before{
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #d6d6d6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.part3-nav-item:first-of-type{
  padding-left: 0;
}
.part3-nav-item.cur:after{
  content: "";
  width: 70px;
  height: 4px;
  background-color: #7b58be;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.part3-nav-item.cur:first-of-type:after{
  left: 5px;
  transform: translateX(0);
}
.part3-tab {
  position: relative;
  overflow: hidden;
  height: 475px;
  width: 1517px;
  margin: 0 auto;
}
.part3-tab-item{
  padding: 26px 0 24px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
}
.part3-tab-item .swiper-button-next,
.part3-tab-item .swiper-button-prev {
  top: 236px;
}
.part3-tab-a{
  width: 329px;
  height: 419px;
  padding: 15px;
  border: solid 1px #afc4cc;
  transition: 
    border-color 0.5s, 
    background-color 0.5s, 
    box-shadow 0.5s, 
    transform 0.5s;
  position: relative;
  transform: translateY(0); 
}
.part3-tab-a .time{
  font-size: 30px;
  font-weight: bold;
  line-height: 63px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 0 0 5px 5px;
  font-family: SourceHanSerifSC;
}
.part3-tab-a:not(:nth-of-type(4n)){
  margin-right: 28px;
}
.part3-tab-a img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.part3-tab-a:hover{
  border-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 7px 20px 1px rgba(144, 165, 177, 0.5);
  transform: translateY(-5px);
}
/* 视频 */
.part4 {
  background: url("./ship_pingl_bg.png") center top no-repeat;
  background-size: 100% 100%;
}
.part-tit {
  font-size: 30px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 3px;
	color: #000000;
  position: relative;
  padding-left: 30px;
}
.part-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(./sy-tit-icon.png) no-repeat;
  width: 13px;
	height: 14px;
}
.part4-video {
  position: relative;
  width: 1477px;
  margin: 0 auto;
}
.swiperSp {
  width: 1400px;
  height: 253px;
}
.part4-video .swiper-button-prev,
.part4-video .swiper-button-next {
  position: absolute;
  background: unset;
  top: 120px;
  height: 48px;
}
.part4-video .swiper-button-prev {
  left: -13px;
}
.part4-video .swiper-button-next {
  right: -13px;
}
.swiperSp .swiper-wrapper .swiper-slide {
  width: 450px;
  overflow: hidden;
  position: relative;
}
.swiperSp .swiper-slide .mask {
  position: absolute;
  width: 100%;
	height: 85px;
  left: 0;
  bottom: 0;
	background-image: linear-gradient(0deg, 
		rgba(0, 0, 0, .7) 0%, 
		rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.swiperSp .swiper-slide .mask p {
  font-size: 22px;
	line-height: 40px;
	color: #ffffff;
  padding: 0 25px 0 14px;
  width: 100%;
}
.part4-sy-tit{
  margin-bottom: 11px;
}
.part4-video-item{
  margin-right: 20px;
  width: 264px;
  background-color: #fbfbfc;
  margin-bottom: 18px;
  transition: all .5s;
}
.part4-video-item:nth-of-type(6),.part4-video-item:nth-of-type(7),.part4-video-item:nth-of-type(8),.part4-video-item:nth-of-type(9),.part4-video-item:nth-of-type(10){
  margin-bottom: 30px;
}
.part4-video-item:hover{
  box-shadow: 0 0 20px 1px rgba(197, 197, 197, 0.5);
}
.part4-video-item .tit:hover,.part4-new-item .mid:hover .mid-rt,.part1-bt-rt-item .tit:hover{
  color: #9c73ce;
}
.part4-video-item:nth-of-type(5),.part4-video-item:last-of-type{
  margin-right: 0;
}
.part4-video-item .cover{
  display: block;
  width: 100%;
  height: 100%;
}
.part4-video-item .top{
  position: relative;
}
.part4-video-item .icon-play{
  position: absolute;
  left: 0;
  bottom: 0;
}
.part4-video-item .ct{
  padding: 15px 14px 17px;
}
.part4-video-item .tit{
  font-size: 17px;
  line-height: 27px;
  color: #282727;
  height: 81px;
  margin-bottom: 21px;
}
.part4-video-item .time{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #9c73ce;
}
.hover-purple:hover,.part2-ct-t-lf .ct-box:hover{
  color: #9c73ce;
}
.part4-video-item.cur{
  width: 547px;
  height: 309px;
  background-color: #ffffff;
  position: relative;
}
.part4-video-item.cur .top{
  height: 100%;
}
.part4-video-item.cur .cover{
  height: 100%;
}
.part4-video-item.cur .ct{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 0 44px;
}
.part4-video-item.cur .tit{
  line-height: 44px;
  height: auto;
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff!important;
  padding: 0 20px 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.part4-new{
  padding-bottom: 10px;
}
.part4-new-item{
  width: 457px;
  height: 342px;
  background-color: #ffffff;
  transition: all .5s;
  padding: 15px 8px;
  margin-bottom: 18px;
}
.part4-new-item:not(:nth-of-type(3n)){
  margin-right: 14px;
}
.part4-new-item .tit{
  line-height: 50px;
  letter-spacing: 3px;
  padding: 0 8px;
  border-bottom: 1px solid #d6d6d6;
}
.part4-new-item .tit-text{
  font-size: 26px;
  letter-spacing: 3px;
  color: #433587;
}
.cj-list-nav{
  cursor: pointer;
}
.cj-list-nav.cur{
  color: #433587;
}
.part4-new-item .tit-tag{
  letter-spacing: 2px;
  padding: 0 3px 0 13px;
  display: inline-block;
  font-size: 18px;
}
.part4-new-item .img-box img{
  display: block;
  width: 186px;
  height: 116px;
  margin-right: 20px;
}
.part4-new-item .mid-rt{
  width: 220px;
  line-height: 24px;
}
.part4-new-item .mid{
  margin-top: 35px;
  margin-bottom: 35px;
}
.part4-new-item .time{
  font-size: 14px;
  text-align: right;
  line-height: 24px;
  letter-spacing: 1px;
  color: #9c73ce;
}
.part4-new-item .item{
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  padding: 0 15px;
  position: relative;
}
.part4-new-item .item:hover{
  color: #715dae;
}
.part4-new-item .item:before{
  content: "";
  width: 5px;
  height: 5px;
  background-color: #785d97;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.part4-new-item .arrow{
  transition: all .5s;
}
.part4-new-item:hover{
  box-shadow: 0 0 20px 1px rgba(183, 176, 189, 0.5);
  transform: translateY(-5px);
  background-color: #ffffff;
}
.part4-new-item:hover .arrow{
  transform: translateX(5px);
}
.part4-video-item,.part1-bt-rt-item,.swiper-container1 .swiper-slide{
  transition: all .5s;
}
.part4-video-item:hover,.swiper-container1 .swiper-slide:hover{
  transform: translateY(-5px);
  background-color: #ffffff;
}
.part1-bt-rt-item:hover {
  transform: translateY(-1px);
  box-shadow: 0px 13px 16px 1px 
		rgba(154, 154, 154, 0.35);
}
.part1-bt-rt-item:hover .tit {
  font-weight: bold;
	color: #6052a4;
}
.sy-st-item{
  width: 100%;
  height: 284px;
  background-color: #f9f9f9;
  transition: all .5s;
  padding: 8px;
  border: solid 1px #e3e3e3;
  margin-bottom: 23px;
}
.sy-st-item img{
  display: block;
  width: 100%;
  height: 222px;
}
.sy-st-item .tit{
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 1px;
  padding: 16px 0 10px;
}
.sy-st-item .btn-box{
  text-align: right;
  padding: 20px 13px;
}
.sy-st-item .go-btn{
  width: 104px;
  line-height: 34px;
  text-align: center;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #84bdf1 0%, #929cda 100%),linear-gradient(90deg, #4f3e85 0%, #7377b7 100%);
  border-radius: 4px;
  border: solid 1px #783dbe;
  color: #783dbe;
}
.sy-st-item:hover{
  transform: translateY(-5px);
  color: #783dbe;
  box-shadow: 0 0 20px 1px rgba(183, 176, 189, 0.5);
  background-color: #ffffff;
}
.h5-show-inline{
  display: none;
}
.cj-list-item{
  display: none;
}
@media screen and (max-width: 768px){
  .adv-box-t36 {
    margin-top: .36rem;
  }
  .side-menu {
    display: none;
  }
  .part1-lf {
    width: 100%;
  }
  .part1-lf .part1-lf-imgs {
    display: block;
    height: auto;
    margin: .2rem 0;
  }
  .part1-lf .part1-lf-imgs .part1-lf-adv img {
    min-height: 1.5rem;
    object-fit: fill;
  }
  .part1-lf .part1-lf-imgs .part1-lf-a {
    margin-bottom: .2rem;
  }
  .part1-lf .part1-lf-imgs .part1-lf-a:nth-child(2) {
    margin: 0;
  }
  .part1-lf .part1-lf-imgs .part1-lf-a img {
    width: 100%;
  }
  .part1-lf .part1-lf-imgs .part1-lf-a p span {
    max-height: 1.2rem;
    font-size: .3rem;
    line-height: .5rem;
    padding: 0 .2rem;
  }
  .swiperSp {
    width: 100%;
    height: 5rem;
  }
  .swiperSp .swiper-slide .mask p {
    font-size: .34rem;
    line-height: .7rem;
    padding: 0 .2rem;
  }
  .part1-img-box .tit{
    line-height: .9rem;
    font-size: .3rem;
    padding: 0 2.4rem 0 0.2rem
  }
  .part1-img-box .swiper-pagination{
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .part1-img-box .swiper-pagination-bullet-active {
    width: .4rem;
  }
  .part1-img-box .swiper-button-prev, .part1-img-box .swiper-button-next{
    width: .5rem;
  }
  .part1{
    background:#EDFDF2 url(./sy_h5_bg1.png) center top no-repeat;
  }
  .part1-img-box,.part1-bt-tab-lf,.zjh-part2-box,.part2-ct-t-lf,.part4-new-item,.sy-st-item{
    width: 100%;
  }
  .part1-img-box{
    height: 4.2rem;
    margin-bottom: 0;
  }
  .part1,.part2,.part3,.part4,.part1-2{
    padding: .3rem .25rem;
  }
  .part1-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .part1-rt{
    width: 100%;
  }
  .part1-nav-item{
    font-size: .3rem;
    margin-right: .25rem;
    height: .54rem;
    line-height: .54rem;
    top: .25rem;
    padding: 0 .2rem;
  }
  .part1-nav-item.cur{
    border-radius: .1rem;
  }
  .part1-nav,.part1-nav-item-tit{
    line-height: 1rem;
    font-size: .4rem;
  }
  .part1-nav-item-tit::before {
    left: .4rem;
    width: 0.2rem;
    height: 0.2rem;
    background-size: 100% 100%;
  }
  .part1-nav-item-tit{
    width: 2rem;
    margin-right: 0;
    padding-left: .8rem;
    padding-right: 0;
  }
  .part1-tab{
    height: auto;
  }
  .part1-tab-a{
    line-height: .5rem;
    padding: .3rem .2rem .3rem .4rem;
  }
  .part1-tab-a::before {
    left: .15rem;
    top: .46rem;
  }
  .part1-tab-a:first-of-type{
    padding-top: .3rem;
  }
  .part1-tab-a .tit{
    font-size: .32rem;
    line-height: .45rem;
    height: .92rem;
  }
  .part1-tab-a .time{
    font-size: .28rem;
    padding-top: .15rem;
  }
  .part1-bt{
    margin-top: .2rem;
  }
  .part1-nav-item.cur:after{
    height: .1rem;
  }
  .part1-bt-nav-item, .part4-tit{
    padding: 0 0.4rem;
    line-height: .7rem;
    font-size: .36rem;
  }
  .part1-bt-nav-item {
    margin: 0 .1rem;
  }
  .part1-bt-nav-item.cur, .part4-tit{
    margin-right: 0.3rem;
  }
  .part1-bt-nav{
    margin-bottom: .3rem;
  }
  .part1-bt-tab-lf{
    padding: .15rem;
  }
  .part1-bt-lf-ct{
    padding: 0.2rem 0.3rem;
  }
  .part1-bt-lf-ct:before{
    width: 0.33rem;
    height: 0.32rem;
    left: 0.1rem;
    top: 0.1rem;
  }
  .part1-bt-lf-ct:after{
    width: 0.33rem;
    height: 0.32rem;
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .part1-bt-lf-a{
    font-size: .32rem;
    line-height: .8rem;
  }
  .part1-bt-lf-a:before{
    width: .08rem;
    height: .08rem;
  }
  .part1-bt-tab-lf{
    height: auto;
  }
  .part1-bt-tab-rt{
    width: 100%;
    margin-top: .3rem;
  }
  .part1-bt-rt-item{
    width: 48%;
    margin-bottom: 0.3rem;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .part1-bt-rt-item:nth-of-type(2n+1){
    margin-right: 4%;
  }
  .part1-bt-rt-item .img{
    height: 2.5rem;
  }
  .part1-bt-rt-item .tit{
    line-height: .47rem;
    height: 1.2rem;
    font-size: .3rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .part1-bt-rt-item .tit, .part1-bt-rt-item .desc{
    padding: .2rem .14rem;
    margin-bottom: 0;
  }
  .part1-bt-rt-item .desc{
    padding-bottom: 0.2rem;
    font-size: .24rem;
  }
  .part1-bt-rt-item .desc .see-num{
    font-size: .24rem;
    margin-top: .1rem;
  }
  .part1-bt-rt-item .desc .see-num img{
    width: 0.3rem;
  }
  .part1-bt-more{
    padding: 0.3rem 0;
  }
  /* 专栏 */
  .swiper-box {
    width: 80%;
    height: 5rem;
  }
  .swiper-container-zl {
    width: 76%;
    margin: 0 auto;
    overflow: hidden;
  }
  .swiper-container-zl .swiper-slide {
    width: 100%;
    height: 4.6rem;
    margin-right: 28px!important;
  }
  .news-box {
    height: 1.2rem;
    margin: .3rem 0 0;
    padding: .2rem;
  }
  .news-box .news-line {
    height: .6rem;
  }
  .news-box .news-icon {
    margin-right: .2rem;
    width: .8rem;
  }
  .news-scroll-mask {
    width: 1.5rem;
  }
  .news-box .news-list {
    margin-left: .25rem;
    height: 1.2rem;
  }
  .news-scroll-list {
    line-height: 1.2rem;
  }
  .news-scroll-item {
    font-size: .3rem;
    line-height: 1.2rem;
    padding: 0 .5rem 0 .32rem;
  }
  .part-tit {
    font-size: .4rem;
    height: .9rem;
    line-height: .9rem;
    letter-spacing: 1px;
    padding-left: .3rem;
  }
  .part-tit::before {
    width: .2rem;
    height: .2rem;
    background-size: 100% 100%;
  }
  .sy-tit{
    height: .9rem;
    line-height: .9rem;
  }
  .sy-tit-img{
    margin-top: -.1rem;
    height: 0.85rem;
  }
  .sy-tit:after{
    width: 3.6rem;
    height: .2rem;
    right: 1.9rem;
  }
  .tit-more{
    padding-right: 0.3rem;
    letter-spacing: 1px;
    font-size: .3rem;
    line-height: .9rem;
  }
  .part2{
    background: #F3F4FA url("./zjh_h5_bg.png") center top no-repeat;
    padding-bottom: 0;
  }
  .part2-ct{
    padding-top: .3rem;
  }
  .part2-ct .part2-ct-t {
    padding: .2rem;
  }
  .part2-ct-item {
    margin-bottom: .4rem;
  }
  .part2-ct-t-lf {
    padding-top: 0;
  }
  .ct-box .desc {
    font-size: .3rem;
  }
  .part2-ct-t-lf .img{
    height: 4rem;
  }
  .part2-ct-t-lf .ct-box{
    padding: .3rem 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .logo-icon{
    width: 1.05rem;
    height: 1.23rem;
    margin-right: 0.1rem;
  }
  .logo-icon .logo {
    width: 1rem;
    height: 1rem;
    border-radius: .1rem;
  }
  .part2-ct-t-lf .tit, .part2-ct-t-rt-item .tit{
    font-size: .36rem;
    line-height: 1.2rem;
  }
  .part2-ct-t-rt-item .tit {
    margin-bottom: -.18rem;
    margin-top: .1rem;
  }
  .logo-com-icon{
    width: 0.35rem;
    height: 0.35rem;
  }
  .part2-ct-t-lf .desc-box, .part2-ct-t-rt-item .desc-box{
    font-size: .32rem;
    margin-top: 0.3rem;
    line-height: .48rem;
    padding-bottom: 0;
  }
  .part2-ct-t-lf .desc-box{
    margin-top: .2rem;
  }
  .desc-box .desc{
    max-width: 72%;
  }
  .part2-ct-t-lf .time, .part2-ct-t-rt-item .time{
    font-size: .3rem;
  }
  .part2-ct-t-rt-item .time {
    text-align: right;
  }
  .part2-ct-t-rt{
    width: 100%;
  }
  .part2-ct-t-rt-item,.part2-ct-t-rt-item:first-of-type{
    padding: .3rem 0;
  }
  .part2-ct-t-rt-item:last-of-type{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .3rem;
  }
  .part2-ct-t-rt-item img{
    width: 3.04rem;
    height: 2rem;
  }
  .part2-ct-t-rt-item .ct-box{
    width: calc(100% - 3.04rem);
    padding: 0 0 0 0.2rem
  }
  .part2-ct-t-rt-item .desc-box{
    margin-top: 0;
    display: block;
  }
  .part2-ct-t-rt-item .desc-box .desc{
    max-width: 100%;
  }
  .zjh-part2-tab {
    height: 1rem;
    background-size: auto 0.4rem;
    background-position: 0.2rem center;
    padding-left: 1.3rem;
  }
  .zjh-part2-tab-rt {
    font-size: 0.26rem;
    line-height: 1rem;
    letter-spacing: 0.01rem;
    margin-right: 0.25rem;
  }
  .zjh-part2-tab-lf a {
    width: 1.2rem;
    height: 1rem;
    font-size: 0.3rem;
    line-height: 1rem;
    letter-spacing: 0.02rem;
  }
  .swiper-container1 {
    padding: 0;
    width: 76%;
    margin: 0 auto;
  }
  .swiper-container1 .swiper-slide {
    height: 4.6rem;
    box-shadow: 0px 0.01rem 0.1rem 0px rgba(187, 187, 187, 0.56);
    border-radius: 0.05rem;
    background: #fff;
    display: block;
  }
  .swiper-top {
    height: 3.8rem;
    text-align: center;
    padding-top: .3rem;
    width: 100%;
  }
  .swiper-top p {
    font-size: .3rem;
  }
  .swiper-bottom{
    height: .8rem;
    padding: 0 .1rem;
    line-height: .45rem;
    width: 100%;
  }
  .swiper-bottom p{
    line-height: .8rem;
    font-size: .32rem;
  }
  .swiper-top .logo-icon{
    width: 2.2rem;
    height: 2.1rem;
    margin: 0 auto .25rem;
  }
  .swiper-top .logo-icon .logo {
    width: 2rem;
    height: 2rem;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 0.6rem;
    height: .6rem;
    top: 50%;
    background-size: 100% .6rem;
  }
  .swiper-button-prev {
    left: -10%;
  }
  .swiper-button-next {
    right: -10%;
  }
  .zjh-part2-box{
    background-color: transparent;
    margin: .4rem 0 0;
    left: 10%;
    height: auto;
    width: 80%;
  }
  .adv-box{
    padding-top: 0;
    padding-bottom: 0;
  }
  .part3-lf {
    width: 100%;
  }
  .part3-nav-item{
    padding: 0 0.2rem;
  }
  .part3-nav-item:last-of-type{
    padding-right: 0;
  }
  .part3-nav-item img{
    height: .42rem;
  }
  .part3-nav-item.cur:first-of-type:after{
    left: 0;
  }
  .part3-nav-item.cur:after{
    width: .7rem;
    bottom: -0.01rem;
  }
  .part3-sy-tit{
    margin-bottom: .1rem;
  }
  .wk-tit {
    margin-bottom: .3rem;
  }
  .wk-tit::after {
    display: none;
  }
  .part3-tab {
    height: 6rem;
    width: 100%;
  }
  .part3-tab-item{
    padding: 0;
    width: 80%;
    left: 10%;
  }
  .swiper-container-wk {
    width: 80%;
  }
  .part3-tab-item .swiper-button-next, 
  .part3-tab-item .swiper-button-prev {
    top: 50%;
  }
  .part3-tab-a{
    width: 100%;
    height: 6rem;
    padding:.1rem;
    margin-bottom: .2rem;
    margin-right: 28px;
  }
  .part3-lf .part1-bt-rt-item {
    width: 100%;
    height: 5.7rem;
    margin-left: 0;
    margin-bottom: .3rem;
  }
  .part3-lf .part1-bt-rt-item .img {
    height: 3.5rem;
  }
  .part1-bt-nav-list .part-tit {
    margin-right: .3rem;
  }
  .part4 { 
    padding-top: .2rem;
    padding-bottom: 0;
    background: url("./ship_pingl_h5_bg.png") center top no-repeat;
  }
  .part4-sy-tit{
    margin-bottom: 0;
  }
  .part4-sy-tit:after{
    width: 3.7rem;
  }
  .part4-video {
    width: 100%;
    margin-top: 0;
  }
  .part4-video .swiper-button-prev {
    left: 0;
  }
  .part4-video .swiper-button-next {
    right: 0;
  }
  .part4-video-item{
    margin-right: 0;
    width: 100%;
  }
  .part4-video-item .icon-play{
    width: .4rem;
    height: .4rem;
  }
  .part4-video-item .ct{
    padding: .15rem;
  }
  .part4-video-item .tit{
    font-size: .3rem;
    line-height: .5rem;
    height: 1.5rem;
    margin-bottom: 0.2rem;
  }
  .part4-new-item:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .part4-new-item{
    height: auto;
    margin-bottom: 0.3rem;
    padding: .1rem .2rem .2rem;
  }
  .part4-new-item .mid{
    margin: 0.3rem 0;
  }
  .part4-new-item .img-box img{
    width: 3.04rem;
    height: 2rem;
    margin-right: 0.2rem;
  }
  .part4-new-item .mid-rt{
    flex: 1;
    line-height: .48rem;
    font-size: .32rem;
  }
  .part4-new-item .time{
    line-height: .48rem;
    font-size: .28rem;
  }
  .part4-new-item .item{
    line-height: .48rem;
    margin-bottom: 0.2rem;
    padding: 0 0 0 0.2rem;
  }
  .part4-new-item .item:before{
    width: 0.08rem;
    height: 0.08rem;
  }
  .part4-new-item .tit{
    line-height: .9rem;
  }
  .part4-new-item .tit-text{
    font-size: .4rem;
  }
  .part4-new-item .arrow{
    width: .3rem;
  }
  .part4-new{
    padding-bottom: .2rem;
  }
  .sy-st-item{
    height: auto;
    padding: 0.16rem;
    margin-bottom: 0.3rem;
  }
  .sy-st-item:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .sy-st-item img{
    height: 3.8rem;
  }
  .sy-st-item .tit{
    font-size: .34rem;
    line-height: .48rem;
    padding: 0.2rem 0;
  }
  .sy-st-item .btn-box{
    padding: 0.2rem 0;
  }
  .part3-tab-a .time{
    line-height: .9rem;
    font-size: .32rem;
    left: .1rem;
    right: .1rem;
    bottom: .1rem;
  }
  .part1-bt-more-a{
    font-size: .32rem;
    color: #7e8e82;
    line-height: .6rem;
  }
  .part1-bt-more-a img{
    width: .6rem;
  }
  .h5-show-inline{
    display: inline;
  }
  .part4-video-item:last-of-type{
    display: none;
  }
  .part2-ct-t-lf .tit-box{
    padding-bottom: 0;
  }
  .tit-more{
    background-size: .16rem auto;
  }
  .zjh-part2-tab-rt.tit-more{
    margin-right: 0.1rem;
    line-height: 1rem;
  }
  .part1-bt-nav:after{
    display: none;
  }
  .part4-new-item .tit-tag{
    font-size: .32rem;
    padding: 0 0.04rem 0.1rem;
    letter-spacing: 0;
  }
  .part4-new-item .tit{
    padding: 0;
  }
  .part4-new-item .tit-text{
    letter-spacing: .03rem;
  }
  .part1-bt-rt-item .desc .time{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .part3 {
    background: url("./kc-h5-bg.png") center top no-repeat;
    padding-top: 0;
  }
  .part3-rt {
    width: 100%;
  }
  .part3-tit::after {
    width: 3.6rem;
    background: url("sy_tit_zwt.png") left center no-repeat;
  }
  .part3 .part1-bt-rt-item .desc .time {
    width: 70%;
  }
  .part3 .part1-bt-rt-item .desc .see-num {
    margin-top: 0;
  }
}
