@charset "utf-8";


.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
}

.banner img {
  display: block;
  width: 100%;
}

@media screen and (min-width:1320px) {
  .banner {

    padding-top: 1.2rem;
  }
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.7rem;
}

.pagination a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #7F1313;
  color: #fff;
  border: 1px solid #7F1313;
}

.pagination a:hover {
  background: #7F1313;
  color: #fff;
  border: 1px solid #7F1313;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  z-index: 1;
  background: url(../images/nymain-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.nymain .k {
  padding-top: 0.44rem;
  padding-bottom: 2.4rem;
  min-height: 6rem;
}

.nymain .leftNav {
  float: left;
  width: 2.41rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 1rem;
  font-family: sys;
  color: #fff;
  background: #7F1313;
  font-size: 0.28rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  padding: 0 0.24rem 0.73rem;
  background: #fff url(../images/left-bg.png) no-repeat center bottom / 100% auto;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  padding: 0.18rem 0;
  border-top: 1px dashed #C7C7C7;
}

.nymain .leftNav>ul>li:first-child>a {
  border-top: 0;
}

.nymain .leftNav>ul>li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid #7F1212;
  transform: scaleX(0);
  z-index: 1;
  transition: all 0.5s;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #2C2C2C;
}

.nymain .leftNav>ul>li.on>a {
  color: #7F1212;
  font-weight: bold;
}

.nymain .leftNav>ul>li.on::after,
.nymain .leftNav>ul>li.active::after,
.nymain .leftNav>ul>li:hover::after {
  transform: none;
}


.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.66rem;
  background: url(../images/left-sj.png) no-repeat center;
  background-size: 0.16rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span {
  background: url(../images/left-sj2.png) no-repeat center;
  background-size: 0.16rem auto;
}

.nymain .leftNav>ul>li:hover>a {
  color: #7F1212;
  font-weight: bold;
}

.nymain .leftNav>ul>li.active>a {
  color: #7F1212;
  font-weight: bold;
}

.nymain .leftNav>ul>li>ul {
  display: none;
}

.nymain .leftNav ul li ul {
  display: block;
  padding-bottom: 0.1rem;
}

.nymain .leftNav ul li a:hover {
  color: #7F1212;
  font-weight: bold;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
}

.nymain .leftNav>ul>li>ul>li+li {
  margin-top: 0.1rem;
}

.nymain .leftNav>ul>li>ul>li.active>a {
  color: #7F1212;
  font-weight: bold;
}

.ny-right {
  float: right;
  width: calc(100% - 3.2rem);
}

.position {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.2rem;
}

.position h3 {
  font-family: sys;
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #2C2C2C;
  border-left: 0.05rem solid #7F1313;
  padding-left: 0.22rem;
}

.position span {
  vertical-align: middle;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #626262;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  color: #626262;
  margin: 0 0.02rem;
  vertical-align: middle;
}

.position a:last-child {
  margin-right: 0;
}

.position a:hover,
.position a.position-dq {
  color: #802922;
}

/* 列表页 */
.text-list {
  margin-top: 0.35rem;
}

.text-list ul li {
  border-bottom: 1px dashed #CBCBCB;
  position: relative;
  z-index: 1;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: #7F1313;
  transform: scaleX(0);
  transition: all 0.5s;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.74rem;
}

.text-list ul li span {
  display: block;
  font-family: sys-Semibold;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #7F1313;
  background: url(../images/s6-lsj.png) no-repeat left center / 0.12rem auto;
  padding-left: 0.22rem;
  margin-left: 0.15rem;
  transition: all 0.5s;
}

.text-list ul li h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  padding-left: 0.32rem;
  transition: all 0.5s;
}

.text-list ul li h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #7F1313;
  transition: all 0.5s;
}

.text-list ul li:hover::after {
  transform: none;
}

.text-list ul li:hover h3 {
  font-weight: bold;
  color: #7F1313;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.34rem;
  color: #323232;
}

.art-main .art-body {
  padding-top: 0.45rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  /* margin-bottom: 0.3rem !important; */
  text-align: justify;
  word-break: break-all;
}
.art-main .art-body img{
max-width: 90% !important;
  height: auto !important;
  margin: 0.1rem auto;
}

.art-main .art-body video {
  max-width: 90% !important;
  height: auto !important;
  display: block;
  margin: 0.1rem auto;
}

.art-main .art-body iframe {
  max-width: 100% !important;
  display: block;
  margin: 0.1rem auto !important;
}

.art-main .art-body table {
  /* max-width: 100%; */
  /* margin: 0 auto !important; */
  /* border-collapse: collapse; */
  /* float: none; */
  /* display: block; */
}

.art-main .art-body table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  background: #F7F7F7;
  padding: 0.08rem 0.1rem;
  margin-top: 0.17rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  /* vertical-align: middle; */
  font-size: 0.16rem;
  /* line-height: 0.26rem; */
  color: #9E9E9E;
  /* margin: 0 0.3rem 0.1rem 0; */
}

.art-main .cont-tit p span:first-child {
  padding-left: 0;
  border-left: 0;
}

.art-main .cont-tit p span:last-child {
  margin-right: 0;
}

.art-main .cont-tit p span img {
  vertical-align: middle;
  margin-right: 0.05rem;
  max-width: 0.15rem;
  max-height: 0.14rem;
}

.art-info {
  border-top: 1px dashed #D8D8D8;
  margin-top: 0.5rem;
  position: relative;
}

/* .art-info::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 1.2rem;
  border-top: 3px solid #7F1313;
} */

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  font-size: 0.18rem;
  text-indent: initial;
  line-height: 0.3rem;
  padding: 0.06rem 0;
  transition: all 0.5s;
}

.pnext p a {
  color: #333;
  font-weight: normal;
}

.pnext p:hover {
  color: #7F1313;
}

.pnext p:hover a {
  color: #7F1313;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.img-lists ul li {
  float: left;
  width: 30.333%;
  margin: 0.34rem 1.5% 0 1.5%;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  top: -0.1rem;
}

.img-lists ul li:hover a>div.info {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 49.53%;
}
.img-lists2 ul li a .pic{  padding-top: 87.53%;}
.ztjj ul li a .pic {
  padding-top: 53.47%;
  border-radius: 0.1rem;
}

.img-lists ul li a>div.info {
  padding: 0.2rem 0.1rem;
  font-size: 0;
  text-align: center;
  border-bottom: 2px solid #7F1313;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-lists ul li:hover a>div.info p {
  color: #7F1313;
  font-weight: bold;
}

.img-lists ul li:hover a .pic {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {}

.list-ld ul li {
  margin-top: 0.74rem;
}

.list-ld ul li:nth-child(1) {
  margin-top: 0.34rem;
}

.list-ld ul li a {
  display: block;
  padding: 0.35rem 0.44rem;
  border-radius: 0px 0.1rem 0.1rem 0.1rem;
  border: 1px solid;
  border-image: linear-gradient(180deg, #7f1313 0%, #7f131300 100%) 1;
  position: relative;
  transition: all 0.4s;
}

.list-ld ul li a::before {
  content: '';
  position: absolute;
  top: -0.07rem;
  left: 0;
  width: 1.67rem;
  height: 0.07rem;
  background: url(../images/xrld-x.png) no-repeat center center / 100% 100%;
  z-index: -1;
}

.list-ld ul li h3 {
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: justify;
  letter-spacing: normal;
}

.list-ld ul li p {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 1.2rem;
  text-align: justify;
  letter-spacing: normal;
  margin-top: 0.24rem;
  transition: all 0.4s;
}

.list-ld ul li:hover {
  background: url(../images/zzjg-libg.png) no-repeat center center /cover;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(127, 19, 19, 0.3);
  border: 1px solid #7f1313;
  border-radius: 5px;
}

.list-ld ul li:hover a {
  border: 0;
}

.list-ld ul li:hover h3 {
  color: #7F1313;
  font-weight: bold;
}

.list-ld ul li:hover p {
  color: #7F1313;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.3rem;
  background-color: #fff;
  border-bottom: 0.04rem solid #7F1313;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(1, 117, 182, 0.2);
  padding: 0.23rem;
}

.sz-con .pic1 {
  width: 2.09rem;
}

.sz-con .pic1 img {
  display: block;
  max-width: 100%;
  border: 0.08rem solid #F4F8FE;
}

.sz-con .pic1 img {}

.sz-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.42rem;
}

.sz-ty {
  overflow: hidden;
}

.sz-ty h3 {
  font-size: 0.24rem;
  font-weight: bold;
}

.sz-ty>div {
  margin-top: 0.32rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-box {
  margin-top: 0.52rem;
}

.sz-box h4 {
  font-size: 0;
  margin-bottom: 0.3rem;
  background: #fff;
  padding: 0.12rem 0.18rem;
  border-left: 0.04rem solid #7F1313;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666666;
  text-indent: 2em;
}

.sz-box p.z {
  text-align: center;
}

.sz-box .tz {
  margin-top: 0.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.sz-box .tz img {
  display: block;
  max-width: 48%;
}


.sz-p p {}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw ul li {}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #D6D5D5;
  position: relative;
  z-index: 1;
}

.tw ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: #7F1313;
  transform: scaleX(0);
  transition: all 0.5s;
}

.tw ul li a .pic {
  width: 2.55rem;
  height: 1.6rem;
  padding-top: 0;
  border-radius: 0.1rem;
  margin-right: 0.38rem;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
}

.tw ul li a .tx span {
  display: block;
  font-family: sys-Semibold;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #7F1313;
  margin-top: 0.12rem;
  background: url(../images/s6-lsj.png) no-repeat left center / 0.12rem auto;
  padding-left: 0.22rem;
  transition: all 0.5s;
}

.tw ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.tw ul li a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: normal;
  color: #8D8D8D;
  margin-top: 0.05rem;
  transition: all 0.5s;
}

.tw ul li:hover a {}

.tw ul li:hover a::before {
  transform: none;
}

.tw ul li:hover a h3 {
  font-weight: bold;
  color: #7F1313;
}

.tw ul li:hover a p {
  color: #7F1313;
}

/* 行业人才培训办公室 */
.bgs .tit {
  display: flex;
}

.bgs .tit span {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  font-size: .2rem;
  color: #fff;
  line-height: .4rem;
  text-align: center;
  margin-right: 0.18rem;
}

.bgs .tit span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7F1313;
  transform: rotate(45deg);
  z-index: -1;
}

.bgs .tit>h3 {
  font-size: .24rem;
  color: #000;
  font-weight: bold;
}

.bgs>div {
  margin-top: 0.6rem;
}

.bgs1 ul {
  margin-top: 0.4rem;
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.bgs1 .slick-list {
  padding-bottom: 0.1rem;
}

.bgs1 ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.1rem;
  margin: 0 .18rem;
  background-color: #fff;
  box-shadow: 0px 0.03rem 0.09rem 0px rgba(0, 0, 0, 0.07);
  border-top: 0.02rem solid #7F1313;
}

.bgs1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #fcf4f3;
}

.bgs1 .icon img {
  display: block;
  max-width: .39rem;
  max-height: .39rem;
}

.bgs1 p {
  margin-top: 0.26rem;
  font-size: .2rem;
  padding: 0 .1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.bgs1 ul li a:hover .icon img {
  animation: jello 1.2s linear;
}

.bgs1 ul li a:hover p {
  font-weight: bold;
}


.bgs2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.05rem;
  margin-right: -0.05rem;
}

.bgs2 ul li {
  width: 25%;
}

.bgs2 ul li a {
  display: block;
  margin: 0 0.05rem;
}

.bgs2 ul li .t {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 1.5rem;
  padding-bottom: 0.2rem;
}

.bgs2 ul li .b {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.2rem;
}

.bgs2 ul li .num {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #7F1313;
  border-radius: 50%;
  line-height: .54rem;
  text-align: center;
  font-size: .22rem;
  color: #7F1313;
  position: relative;
}

.bgs2 ul li .num::before {
  content: '';
  position: absolute;
  top: -.24rem;
  left: 50%;
  height: .24rem;
  transform: translateX(-50%);
  border-left: 1px solid #7F1313;
}

.bgs2 ul li:nth-child(odd) .num::before {
  top: 100%;
}

.bgs2 ul li .tx {
  text-align: center;
}

.bgs2 ul li .tx h3 {
  font-size: .2rem;
  line-height: .24rem;
  color: #7F1313;
}

.bgs2 ul li .tx p {
  font-size: .16rem;
  line-height: .26rem;
  margin-top: 0.1rem;
  color: #333;
}

.bgs2-jt {
  display: block;
  width: 100%;
}


.bgs3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  margin-left: -0.14rem;
  margin-right: -0.14rem;
}

.bgs3 ul li {
  width: 33.333%;
  margin-top: 0.25rem;
}

.bgs3 ul li a {
  display: flex;
  align-items: center;
  margin: 0 .14rem;
  height: 1rem;
  background-color: #f1f1f1;
}

.bgs3 ul li a h3 {
  font-size: .2rem;
  line-height: .24rem;
  max-height: .48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding: 0 .1rem 0 .3rem;
  position: relative;
}

.bgs3 ul li a h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.4rem;
  border-left: 0.02rem solid #7F1313;
}

.bgs4 {
  background-image: linear-gradient(0deg,
      #ffffff 51%,
      #ffebe9 100%),
    linear-gradient(#ffffff,
      #ffffff);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 0.03rem 0.09rem 0px rgba(0, 0, 0, 0.07);
  border: solid 1px #ececec;
  padding-top: 0.5rem;
}

.bgs4>h3 {
  font-size: .24rem;
  text-align: center;
  color: #000;
}

.bgs4-b {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7F1313;
  padding: .2rem;
}

.bgs4-b img {
  display: block;
  width: .29rem;
  margin-right: 0.15rem;
}

.bgs4-b span {
  display: block;
  flex: 1;
  min-width: 0;
  font-size: .24rem;
  color: #fff;
}

.bgs4 .box {
  width: 100%;
  max-width: 5.3rem;
  margin: 0 auto;
  margin-top: .4rem;
  padding-bottom: 0.8rem;
}

.form-group {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}

label {
  display: block;
  width: 1rem;
  text-align: right;
  font-size: 0.16rem;
  margin-right: 0.2rem;
}

.form-control {
  flex: 1;
  min-width: 0;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  border: 1px solid #e3d8d6;
}

.form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.form-control::-moz-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.form-control::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.required {
  vertical-align: middle;
  color: #7F1313;
  padding-right: 0.05rem;
}

.form-submit {
  margin-top: .4rem;
  margin-left: 1.38rem;
}

.submit-btn {
  width: 1.16rem;
  border-radius: 0.04rem;
  background: #676b6a;
  color: white;
  line-height: 0.4rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.submit-btn.btn1 {
  background: #7F1313;
  margin-right: 0.2rem;
}

.submit-btn:hover {
  box-shadow: 0 0 0.1rem rgba(187, 46, 28, 0.5);
}

/* zzjg 组织机构 */
.zzjg-box {
  margin-top: 0.34rem;
}

.zzjg-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.24rem;
}

.zzjg-title::before {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  height: 0.06rem;
  background: url(../images/zzjg-xl.png) no-repeat right center / 100% 100%;
}

.zzjg-title::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  height: 0.06rem;
  background: url(../images/zzjg-xr.png) no-repeat right center / 100% 100%;
}

.zzjg-title h3 {
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #7F1313;
  margin: 0 0.47rem;
}

.zzjg-list {
  overflow: hidden;
}

.zzjg-list+div {
  margin-top: 1.28rem;
}

.zzjg-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}

.zzjg-list ul li {
  width: 33.333%;
}

.zzjg-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0;
  margin: 0 0.4rem;
  border-bottom: 1px solid #D8D8D8;
  transition: all 0.5s;
}

.zzjg-list ul li a h3 {
  flex: 1;
  min-width: 0;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #3D3D3D;
  padding-left: 0.16rem;
  position: relative;
}

.zzjg-list ul li a h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.2rem;
  border-left: 0.03rem solid #7F1313;
}

.zzjg-list ul li a span {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/zzjg-jt.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.1rem;
  opacity: 0.2;
  transition: all 0.5s;
}

.zzjg-list ul li a:hover h3 {
  font-weight: bold;
  color: #7F1313;
}

.zzjg-list ul li a:hover span {
  opacity: 1;
}

.zzjg-list ul li a:hover {
  border-bottom-color: #7F1313;
}

/* lxwm 联系我们 */
.lxwm-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.6rem;
  background: linear-gradient(270deg, rgba(42, 98, 196, 0.012) 0%, rgba(20, 69, 153, 0.06) 100%);
}

.lxwm-info {
  flex: 1;
  min-width: 0;
  padding: 0.56rem 0 0.56rem 0.5rem;
}

.lxwm-title {
  height: 0.72rem;
  background: linear-gradient(270deg, rgba(12, 71, 163, 0) 0%, #1B2478 100%);
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  margin-bottom: 0.3rem;
  position: relative;
  left: -0.5rem;
}

.lxwm-title h3 {
  font-size: 0.36rem;
  font-weight: normal;
  color: #FFFFFF;
}

.lxwm-detail ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.lxwm-detail ul li:last-child {
  margin-bottom: 0;
}

.lxwm-detail ul li i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
}

.lxwm-detail ul li i.icon-address {

  background-size: contain;
}

.lxwm-detail ul li i.icon-zip {

  background-size: contain;
}

.lxwm-detail ul li i.icon-tel {

  background-size: contain;
}

.lxwm-detail ul li span {
  font-size: 0.2rem;
  color: #333333;
}

.lxwm-map {
  width: 4.44rem;
  border: 0.08rem solid rgba(255, 255, 255, 0.6);
  margin: 0.3rem 0.7rem 0.3rem 0.3rem;
}

.lxwm-map img {
  display: block;
  width: 100%;
}

/* 学校简介 */
.xxjj {}

.xxjj p {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 0.3rem;
}

.xxjj>div {
  margin-bottom: 0.3rem;
}

.jj1 {
  display: flex;
  flex-direction: row;
  margin-top: 0.34rem;
}

.jj1 .jj1img {
  width: 6.4rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 0 0.15rem 0.21rem;
  margin-right: 0.36rem;
}

.jj1 .jj1img::before {
  content: '';
  display: block;
  background: url(../images/jj1-bg.png) no-repeat center center / 100% 100%;
  width: 62.96%;
  height: 82.65%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.jj1 .jj1img img {
  display: block;
  width: 100%;
}

.jj1 .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.27rem;
}

.jj1 .tx h3 {
  text-align: right;
  font-family: Microsoft YaHei;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
}

.jj1 .tx h3 b {
  font-weight: 700;
  color: #7F1313;
}

.jj1 .tx h3::after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 2.54rem;
  height: 0.07rem;
  background: url(../images/jj1-x.png) no-repeat right center;
  background-size: 100% 100%;
}

.jj1 .tx p {
  text-indent: 0;
  margin-top: 0.27rem;
}

.jj2 {}

.jj2 p {
  color: #fff;
}

.jj2 ul li .k1 {}

.jj2 ul li .k1 h3 {
  font-family: Philosopher-Regular;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #7F1313;
  text-align: center;
}

.jj2 ul li .k1 p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
  text-indent: 0;
  margin-bottom: 0;
  text-align: center;
}

.jj3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.jj3 ul:first-child {
  width: 6.23rem;
  width: 48.67%;
}

.jj3 ul:nth-child(2) {
  width: 2.94rem;
  width: 48.67%;
}

.jj3 ul:nth-child(3) {
  width: 2.92rem;
  width: 22.81%;
}

.jj3 ul li .pic {
  border-radius: 0.1rem;
}

.jj3 ul:first-child li .pic {
  padding-top: 60.35%;
}

.jj3 ul:nth-child(2) li .pic {
  padding-top: 60.35%;
}

.jj3 ul:nth-child(3) li .pic {
  padding-top: 58.56%;
}

.jj3 ul:nth-child(3) li+li {
  margin-top: 0.35rem;
}

/* 沈药标识 */

.sybs {}

.sybs .zzjg-title {
  margin-bottom: 0.8rem;
}

.sybs .zzjg-title h3 {
  font-size: 0.24rem;
  color: #333333;
  margin: 0 0.22rem;
}

.sybs .zzjg-title::before {
  background-image: url(../images/sybs-xl.png);
}

.sybs .zzjg-title::after {
  background-image: url(../images/sybs-xr.png);
}

.sybs .kk {
  margin-top: 0.34rem;
}

.sybs .kk+.kk {
  margin-top: 1.57rem;
}

.sybs .kk>img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.sybs .kk>img.xx {
  width: 8.18rem;
}

.sybs .kk>img.logo {
  width: 5.28rem;
}

/* 历任领导 */
.lrld {
  padding-top: 0.07rem;
  margin-top: 0.34rem;
}

.lrld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lrld ul li {
  width: 46.09%;
  margin-bottom: 0.53rem;
  margin-top: 0 !important;
}

.lrld ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0.38rem;
}

.lrld ul li a .pic {
  width: 2.06rem;
  padding-top: 2.71rem;
  margin-right: 0.5rem;
}

.lrld ul li a .tx {
  flex: 1;
  min-width: 0;
}

.lrld ul li a .tx .b {
  border-top: 1px dashed #D8D8D8;
  padding-top: 0.21rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.lrld ul li a .tx .b .zi {
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: justify;
  letter-spacing: normal;
  color: #666666;
}

.lrld ul li a .tx .b>img {
  display: block;
  width: 0.24rem;
}

/* 历史沿革 */
.ls-tit {
  text-align: center;
  position: relative;
}

.ls-tit h2 {
  font-size: .36rem;
  color: #7F1313;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  margin-top: 0.82rem;
  margin-bottom: 0.43rem;
}

.ls-y {
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
}

.lsyg ul {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 1.12rem;
  padding-bottom: 1rem;
}

.lsyg ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #7F1313;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.lsyg ul::after {
  content: '';
  width: 8px;
  height: 4px;
  background: url(../images/ls-jt.png) no-repeat center center / 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.lsyg ul li {
  width: 50%;
  display: flex;
  align-items: center;
}

.lsyg ul li:nth-child(even) {
  transform-origin: right;
  margin-left: 50%;
  text-align: left;
}

.lsyg ul li a h3 {
  font-size: .36rem;
  color: #7F1313;
  line-height: 1;
  margin-bottom: .2rem;
  font-weight: 700;
  transition: all 0.3s;
}

.lsyg ul li a p {
  font-size: .2rem;
  font-weight: 400;
  line-height: .3rem;
  color: #333333;
}

.lsyg ul li a {
  flex: 1;
  min-width: 0;
  display: block;
  position: relative;
  padding-right: .2rem;
  background: #FFFFFF;
  border: 1px solid #E3CECE;
  border-radius: 0.1rem;
  margin-right: -4px;
  transition: all 0.4s;
}

.lsyg ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  width: 2px;
  height: 70%;
  background: #fff;
}

.lsyg ul li:nth-child(even) a::after {
  right: auto;
  left: -1px;
}

.lsyg ul li:nth-child(odd) .ls-line {
  order: 2;
  margin-right: -9px;
  z-index: 1;
}

.lsyg ul li:nth-child(odd) a {
  order: 1;
  padding: 0.23rem 0.45rem 0.15rem 0.23rem;
}

.lsyg ul li:nth-child(even) .ls-line {
  transform: rotate(180deg);
  margin-left: -9px;
  z-index: 1;
}

.lsyg ul li:nth-child(even) a {
  padding: 0.23rem 0.45rem 0.15rem 0.23rem;
  margin-left: -4px;
  margin-right: 0;
}

.ls-line {
  width: 1.13rem;
  height: 0.18rem;
  background: url(../images/ls-xl.png) no-repeat center center / 100% 100%;
}

.lsyg ul li a:hover {
  border-color: #7F1313;
}





@media screen and (min-width: 1025px) {}


@media screen and (max-width: 1024px) {

  .nymain .k {
    padding-bottom: 0.3rem;
  }

  .nymain .leftNav {}

  .nymain .leftNav>h2 {
    line-height: 0.8rem;
    font-size: 0.26rem;
  }

  .nymain .leftNav>ul {}

  .nymain .leftNav ul li a {}

  .nymain .leftNav>ul>li>a {
    padding: 0.15rem 0;
  }

  .nymain .leftNav>ul>li>span {
    height: 0.6rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.16rem;
  }

  .position {
    right: 10px;
  }

  .ny-right {
    width: calc(100% - 2.91rem);
  }

  .pagination {
    padding-top: 0.3rem;
  }

  .text-list {
    margin-top: 0.1rem;
  }

  .text-list ul li span {
    font-size: 0.15rem;
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-top: 0.3rem !important;
  }

  .list-ld ul li a {
    display: block;
    padding: 0.2rem;
  }

  .list-ld ul li .sz-tx {
    flex: none;
    width: 100%;
  }

  .list-ld ul li h3 {
    font-size: 0.18rem;
  }

  .list-ld ul li p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: 1.04rem;
    margin-top: 0.1rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }

  .img-lists ul li {
    margin: 0.2rem 1% 0 1%;
  }

  .img-lists ul li a>div.info p {
    font-size: 0.18rem;
  }

  .img-lists ul li a>div.info {
    padding: 0.15rem 0.1rem;
  }

  .zzjg-box {
    margin-top: 0.2rem;
  }

  .zzjg-list+div {
    margin-top: 0.3rem;
  }

  .zzjg-title h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin: 0 0.15rem;
  }

  .zzjg-title::before,
  .zzjg-title::after {
    height: 0.04rem;
  }

  .zzjg-list ul {
    margin: 0 -0.1rem;
  }

  .zzjg-list ul li {
    width: 50%;
  }

  .zzjg-list ul li a {
    padding: 0.15rem 0;
    margin: 0 0.1rem;
  }

  .zzjg-list ul li a span {
    font-size: 0.18rem;
  }

  .lxwm-item {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .lxwm-title {
    left: -0.2rem;
    height: 0.56rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .lxwm-title h3 {
    font-size: 0.22rem;
  }

  .lxwm-info {
    flex: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }

  .lxwm-map {
    margin: 0;
    width: 100%;
  }

  .lxwm-detail ul li span {
    font-size: 0.18rem;
  }

  .lxwm-detail ul li {
    margin-bottom: 0.15rem;
  }

  .jj1 {
    flex-direction: column;
    margin-top: 0.2rem;
  }

  .jj1 .jj1img {
    width: 100%;
    margin-right: 0;
    padding: 0 0 0.1rem 0.1rem;
  }

  .jj1 .tx {
    flex: none;
    width: 100%;
    padding-top: 0.2rem;
  }

  .jj1 .tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .jj1 .tx h3::after {
    content: none;
  }

  .xxjj>div {
    margin-bottom: 0;
  }

  .xxjj p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .jj1 .tx p {
    margin-top: 0.2rem;
  }

  .jj2 {
    margin-bottom: 0.2rem !important;
  }

  .jj2 ul li .k1 h3 {
    font-size: 0.4rem;
    margin-right: 0.1rem;
  }

  .sybs .zzjg-title {
    margin-bottom: 0.2rem;
  }

  .jj2 ul li .k1 p {
    font-size: 0.18rem;
  }

  .jj3 ul:nth-child(3) li+li {
    margin-top: 0.25rem;
  }

  .sybs .kk+.kk {
    margin-top: 0.4rem;
  }

  .lrld {
    margin-top: 0;
  }

  .lrld ul li {
    margin-bottom: 0;
  }

  .lrld ul li a .pic {
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }

  .lrld ul li a .tx {
    flex: none;
    width: 100%;
  }

  .list-ld ul li h3 {
    text-align: center;
  }

  .lrld ul li a .tx .b {
    margin-top: 0.2rem;
    padding-top: 0.1rem;
  }

  .ls-tit h2 {
    font-size: .22rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .lsyg ul li:nth-child(odd) a {
    padding: 0.2rem;
  }

  .lsyg ul li a h3 {
    font-size: 0.21rem;
    margin-bottom: 0.1rem;
  }

  .lsyg ul li a p {
    font-size: .16rem;
    line-height: .26rem;
  }
}

@media screen and (max-width:920px) {

  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #7F1313;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain .leftNav>h2 span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 0.14rem auto;
  }

  .nymain .k {
    padding: 0.2rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {}

  .ny-right {
    float: none;
    width: auto;
  }

  .position {
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    height: auto;
    line-height: 22px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav>ul {
    display: none;
    padding: 0 0.1rem 0.1rem;
    background: rgba(127, 19, 19, 0.05);
  }

  .nymain .leftNav>ul>li>span {
    height: 0.6rem;
  }

  .text-list ul li a {
    line-height: 0.6rem;
  }

  .text-list ul li h3 {
    padding-left: 0.2rem;
  }

  .text-list ul li h3::after {
    width: 0.05rem;
    height: 0.05rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .lxwm-item {
    flex-direction: column;
  }

  .lxwm-info {
    padding: 0;
  }

  .lxwm-title {
    left: -0.2rem;
    padding-left: 0.2rem;
  }

  .lxwm-detail ul li span {
    font-size: 0.16rem;
  }

  .img-lists ul {
    margin-left: -1%;
    margin-right: -1%;
  }

  .img-lists ul li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }

  .img-lists ul li a>div.info {
    padding: 0.1rem;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-box {
    margin-top: 0.3rem;
  }

  .sz-ty h3 {
    font-size: 0.22rem;
  }

  .sz-ty>div {
    margin-top: 0.2rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .cont-tit p {
    margin-top: 0.1rem;
  }

  .art-main .cont-tit p span {
    font-size: 12px;
    margin: 0 0.15rem 0.1rem 0;
    padding-left: 0.15rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    margin-bottom: 0.2rem !important;
    line-height: 0.3rem !important;
  }

  .art-info {
    margin-top: 0.2rem;
  }

  .pnext {
    margin-top: 0.1rem;
  }

  .bgs2 ul li {
    width: 50%;
  }

  .bgs3 ul li {
    width: 50%;
  }

  .zzjg-list ul li a span {
    margin-left: 0.15rem;
  }

  .zzjg-list ul li a::after {
    margin-right: 0.15rem;
    width: 0.2rem;
    height: 0.07rem;
  }

  .lxwm-item:first-child {
    margin-top: 0.1rem;
  }

  .zzjg-list ul li a h3 {
    font-size: 0.18rem;
  }

  .lsyg ul {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
    line-height: 30px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
    flex: none;
    padding-left: 0;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    text-align: center;
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    white-space: normal;
    word-break: normal;
    overflow:
      visible;
    text-overflow: initial;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 62.74%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .tw ul li a .tx {
    flex: none;
    width: 100%;
  }

  .tw ul li a .tx .date,
  .tw ul li a .tx h3,
  .tw ul li a .tx p {
    margin-left: 0;
  }

  .tw ul li a .tx p {
    height: auto;
  }

  .tw ul li a .tx .date {
    padding-left: 0;
  }

  .list-ld ul li {
    margin-top: 0.2rem !important;
  }

  .list-ld ul li a::before {
    top: -0.05rem;
    width: 1.2rem;
    height: 0.05rem;
  }

  .bgs>div {
    margin-top: 0.3rem;
  }

  .bgs3 ul li {
    width: 100%;
  }

  .bgs3 ul li a {
    height: .8rem;
  }

  .bgs4 {
    padding-top: 0.4rem;
  }

  .bgs4 .box {
    width: calc(100% - .4rem);
    margin: 0.3rem .2rem 0 .2rem;
    padding-bottom: 0.4rem;
  }

  .bgs4-b span {
    font-size: .2rem;
  }

  .bgs4-b img {
    width: .2rem;
  }

  .form-submit {
    margin-left: .3rem;
    text-align: center;
  }

  .submit-btn {
    font-size: .18rem;
  }

  .zzjg-title {
    margin-bottom: 0;
  }

  .zzjg-list ul li {
    width: 100%;
  }

  .jj1 .tx h3 {
    text-align: center;
  }

  .jj3 ul:nth-child(3) li+li {
    margin-top: 0.1rem;
  }

  .lrld ul li {
    width: 48%;
  }

  .list-ld ul li a {
    padding: 0.1rem;
  }

  .lrld ul li a .pic {
    width: 100%;
    padding-top: 131.55%;
  }

  .ls-y {
    margin: 0;
  }

  .lsyg ul {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }

  .lsyg ul::before {
    left: 17px;
  }

  .lsyg ul li {
    width: 100%;
    margin-bottom: .2rem;
  }

  .lsyg ul li:nth-child(even) {
    margin-left: 0;
  }

  .lsyg ul li:nth-child(odd) .ls-line {
    order: 1;
  }

  .lsyg ul li a::after {
    right: auto;
    left: -1px;
  }

  .lsyg ul li .ls-line {
    transform: rotate(180deg);
    width: 0.7rem;
    height: 0.11rem;
    margin-right: 0 !important;
    margin-left: 0.15rem !important;
  }

  .lsyg ul::after {
    left: 13px;
    transform: none;
  }

}

@media screen and (max-width:320px) {
  .text-list ul li {
    line-height: 40px;
  }


  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}