.ny-banner img {
  display: block;
  width: 100%;
}
.nymain {
  position: relative;
  background: url(../images/ny-bg.png) no-repeat center bottom;
  background-size: cover;
}

.nymain .leftNav {
  float: left;
  width: 325px;
  position: relative;
  margin-right: 40px;
  margin-top: -100px;
}

.nymain .leftNav > h2 {
  font-weight: normal;
  border-top-left-radius: 25px;
  overflow: hidden;
  line-height: 100px;
  color: #fff;
  background: rgba(21, 115, 186, 0.9);
  font-size: 30px;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav > h2 img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.nymain .leftNav p {
  margin-left: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
}

.nymain .leftNav > ul {
  background: #1573ba;
  padding-left: 3px;
  padding-bottom: 3px;
}

.nymain .leftNav > ul > li {
  position: relative;
  padding-left: 34px;
  padding-right: 37px;
  /* border-bottom: 1px dotted #448fc8 */
}
.nymain .leftNav ul li.active {
  background-color: #fff;
}
.nymain .leftNav > ul > li.active > a {
  color: #1573ba;
  border: 0;
}
.nymain .leftNav > ul > li:first-child {
  border-top: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 20px;
  /*line-height: 70px;
  padding-left: 22px;*/
line-height: 1.4;
padding: 20px 0 20px 22px;
  color: #fff;
  border-bottom: 1px dotted #448fc8;
}
.nymain .leftNav ul li:last-child a {
  border: 0;
}
.nymain .leftNav > ul > li > span {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 50%;
  margin-top:-10px;
  line-height: 50px;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
}

.nymain .leftNav > ul > li.on > span {
  transform: rotate(90deg);
}

.nymain .leftNav > ul > li.on > a {
  background: rgba(7, 49, 144, 0.04);
  color: #1573ba;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}
.nymain .leftNav ul li:hover {
  background-color: #fff;
}
.nymain .leftNav ul li:hover a {
  color: #1573ba;
  border: 0;
}

.nymain .leftNav > ul > li > ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 64px;
  border-top: 1px solid #eeeeee;
  padding-left: 65px;
  color: #666666;
}

.ny-right {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 85px;
}
.ny-rcom {
  font-size: 24px;
  color: #1573ba;
  margin-bottom: 15px;
  font-weight: normal;
}

.position {
  /* padding-top: 13px; */
}

.position > div {
  position: relative;
  text-align: right;
  font-size: 0;
  /* line-height: 66px; */
  /* border-bottom: 1px solid #009194; */
  padding-top: 25px;
  padding-bottom: 20px;
  background: url(../images/pobg.png) no-repeat right bottom;
  background-size: 100% auto;
  margin-top: 12px;
}

.position h3 {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  color: #1573ba;
  text-align: left;
  line-height: 24px;
  /* bottom: 0; */
  left: 0;
  padding-left: 15px;
}

.position h3::before {
  content: "";
  position: absolute;
  left: 0;

  width: 3px;
  top: 0;
  bottom: 0;
  background: #1573ba;
  z-index: 9;
}

.position span {
  color: #666666;
  font-size: 16px;
  vertical-align: middle;
}

.position img {
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.position a {
  font-size: 16px;
  color: #666666;
  /* margin: 0 5px; */
  vertical-align: middle;
}
.position a:last-child {
  margin-right: 12px;
}
.position a:hover {
  color: #1573ba;
}
/* 简介页 */
.art .art-tit h4 {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #282828;
  margin-top: 30px;
  margin-bottom: 30px;
}
.art .art-boby p {
  line-height: 36px;
  font-size: 18px;
  color: #282828;
  margin-bottom: 30px;
}
/* 教学人员 */
.jxry {
  margin-top: 45px;
}
.jxry .jxry-tit {
  text-align: center;
}
.jxry .jxry-tit h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.jxry .jxry-tit p {
  font-size: 0;
  margin-top: 5px;
}
.jxry .jxry-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666666;
  margin: 0 10px;
  line-height: 36px;
}
.jxry-info {
  margin-top: 30px;
  padding: 20px;
  background-color: #f3f8fb;
}
.jxry-info .tu {
  float: left;
  width: 218px;
  margin-right: 55px;
  margin-top: -40px;
}
.jxry-info .tu .pic {
  padding-top: 125%;
}
.jxry-info .tu .pic img{
object-fit:contain;
}
.jxry-info .text {
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 16px;
}
.jxry-info .text p {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.jxry-info .text p span {
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.jxry-body {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.jxry-bodyt {
}
.jxry-bodyt h4 {
  font-size: 16px;
  line-height: 36px;
  color: #1573ba;
  /* font-weight: normal; */
}
.jxry-bodyb .detail {
}
.jxry-bodyb .detail h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.jxry-bodyb .detail p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align:justify;
}
.jxry-next {
  margin-top: 30px;
  line-height: 36px;
  background: url(../images/next.png) no-repeat right center;
  background-size: cover;
  padding: 0 25px;
overflow:hidden;
}
.jxry-next p{
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  margin:8px 0;
}
.jxry-next a {
  color: #333333;
}
.jxry-next a:hover {
  color: #0b5aa8;
}
/* 人才计划 */
.rcjh {
  padding-top: 7px;
}
.rcjh-info {
  margin-top: 20px;
  background-color: #f3f8fb;
  padding: 26px 20px 20px;
}
.rcjh-info h4 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
}
.rcjh-info p {
  font-size: 0;
  /* line-height: 75px; */
  background-color: #fff;
  margin-top: 25px;
  padding-left: 70px;
}
.rcjh-info p a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  width: 30.4%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 75px;
}
.rcjh-info p a:first-child {
  width: 30.4%;
}
/* 图文列表 */
.twlb .timg-list ul li {
  background-color: #f3f8fb;
  /* padding: 28px 0; */
  margin-top: 35px;
  border-bottom-left-radius: 45px;
}

.twlb .timg-list ul li a {
  display: block;
  transition: all 0.3s;
}

.twlb .timg-list ul li a h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  color: #282828;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 28px;
}

.twlb .timg-list ul li a > div {
  overflow: hidden;
}

.twlb .timg-list-img {
  position: relative;
  float: left;
  width: 251px;
  margin-right: 20px;
  border-top-right-radius: 66px;
  border-bottom-left-radius: 45px;
  overflow: hidden;
  padding: 5px;
  padding-top: 0;
}

.twlb .timg-list ul li a .pic {
  padding-top: 62.9%;
  border-bottom-left-radius: 45px;
  overflow: hidden;
}
.timg-list-img::before {
  position: absolute;
  content: "";
  /* width: 100%; */
  height: 100%;
  background-color: #b8d5ea;
  top: 10px;
  left: -5px;
  right: 10px;
}
.twlb .timg-linfo {
  overflow: hidden;
}

.twlb .timg-linfo p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  max-height: 50px;
  overflow: hidden;
  margin-top: 10px;
  max-height: 48px;
}

.twlb .timg-linfo span {
  display: block;
  line-height: 24px;
  color: #999999;
  /* margin-top: 13px; */
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/ny-ti.png) no-repeat left center;
  background-size: 13px 13px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.twlb .timg-list ul li a:hover .timg-list-img::before {
  background-color: #1573ba;
}

.twlb .timg-list ul li a:hover h3 {
  color: #0b5aa8;
  font-weight: bold;
}
.twlb .timg-list ul li a:hover p {
  color: #0b5aa8;
}
.twlb .timg-list ul li a:hover span {
  color: #1573ba;
  background: url(../images/ny-ti2.png) no-repeat left center;
}
.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 7px;
  border-radius: 5px;
}

.pagination a.active {
  background: #1573ba;
  color: #fff;
  border: 1px solid #1573ba;
}

.pagination a:hover {
  background: #1573ba;
  color: #fff;
  border: 1px solid #1573ba;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}
/* 文字列表 */
.wzlb {
  margin-top: 30px;
}
.list ul {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.list ul li {
  padding-left: 20px;
  padding-right: 20px;
}
.list ul li a {
  display: block;
  overflow: hidden;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px dashed #e0e0e0;
}
.list ul li:first-child a {
  border: 0;
}
.list ul li:hover .date {
}
.list ul li:hover .day {
  /* color: #fff; */
}
.list ul li:hover .year {
  /* color: #fff; */
}
.list .date {
  padding-top: 10px;
  /* padding-bottom: 20px; */
  text-align: center;
  width: 66px;
  float: left;
}
.list .date .day {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #0b5aa8;
  /* font-family: Arial; */
}
.list .date .year {
  font-size: 16px;
  color: #0b5aa8;
  line-height: 20px;
  border-radius: 3px;
  background-color: #e6eef6;

  color: #656565;
  /* font-family: Arial; */
}
.list .text {
  overflow: hidden;
  padding-left: 38px;
}
.list .text h4 {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
  /* line-height: 30px; */
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list ul li:hover .text h4 {
  color: #0b5aa8;
  font-weight: bold;
}
.list ul li:hover .text p {
  color: #0b5aa8;
}
.list ul li:hover {
  box-shadow: 0 0 15px #e3ecf5;
  border: 0;
}
.list ul li:hover a {
  border: 0;
}
.list ul li:hover + li a {
  border: 0;
}
.list ul li:hover .year {
  background-color: #0b5aa8;
  color: #fff;
}
.list .text p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  max-height: 48px;
  overflow: hidden;
}
/* 相关机构 */
.xgjg {
  padding-top: 10px;
}
.xgjg .xgjg-info {
  background-color: #f3f8fb;
  padding: 25px 20px 15px;
  margin-top: 17px;
}
.xgjg .xgjg-info h4 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 25px;
}
.xgjg-m {
  padding: 10px 38px;
  background-color: #fff;
}
.xgjg-m span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-right: 20px;
}
.xgjg-m p {
  line-height: 65px;
  border-bottom: 2px dashed #f9f9f9;
}
.xgjg-m p:last-child {
  border: 0;
}
.xgjg-m p a {
  font-size: 18px;
  color: #333333;
}
.xgjg-m p i {
  margin: 0 5px;
}

.xzjg {
  padding-top: 10px;
}
.xzjg .xzjg-info {
  background-color: #f3f8fb;
  padding: 25px 20px 17px;
  margin-top: 17px;
}
.xzjg .xzjg-info h4 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 25px;
}
.xzjg-m {
  padding: 10px 38px;
  background-color: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.xzjg-m tr {
  width: 100%;
  border-bottom: 2px dashed #f9f9f9;
}
.xzjg-m tr td {
  width: 25%;
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* font-weight: bold; */
  /* margin-right: 20px; */
}
.xzjg-m tr:last-child {
  border: 0;
}
.xzjg-m tr td:first-child {
  /* padding-left: 20px; */
}
.xzjg-m p {
  line-height: inherit;
  border-bottom: 2px dashed #f9f9f9;
}
.xzjg-m p:last-child {
  border: 0;
}
.xzjg-m p a {
  font-size: 18px;
  color: #333333;
}
.xzjg-m p i {
  margin: 0 5px;
}
/* 正高级职称 */
.zgjzc {
  margin-top: 27px;
}
.zgjzc-info {
  background-color: #f3f8fb;
  padding: 20px;
}
.zgjzc-m {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fff;
}
.zgjzc-m ul {
  font-size: 0;
}
.zgjzc-m li {
  text-align: center;
  width: 16.6%;
  display: inline-block;
  border-bottom: 2px dashed #f9f9f9;
}
/* .zgjzc-m li:nth-child(n + 6) {
} */
.zgjzc-m li a {
  font-size: 18px;
  color: #333333;
  line-height: 65px;
}
.zgjzc-m li:hover {
  background: url(../images/tdbg.png) no-repeat center center;
  background-size: cover;
  border: 0;
}
.zgjzc-m li:hover a {
  color: #fff;
  font-weight: bold;
}
/* .zgjzc-m {
  padding-left: 36px;
  padding-right: 36px;
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
} */
/* .zgjzc table {
  width: 100%;
  border-collapse: collapse;
}
.zgjzc-info {
  padding: 20px;
  background-color: #f3f8fb;
}
.zgjzc-info tr {

}
.zgjzc-info tr:last-child {
  border: 0;
}
.zgjzc-info tr td {
  line-height: 65px;
  font-size: 18px;
  color: #333333;
  width: 16.6%;
  text-align: center;
  border-bottom: 2px dashed #f9f9f9;
}
.zgjzc-info tr td a {
  font-size: 18px;
  color: #333333;

} */
/* .zgjzc-info tr td:hover {
  background: url(../images/tdbg.png) no-repeat center center;
  background-size: cover;
  border: 0;
}
.zgjzc-info tr td:hover td {
  border: 0;
}
.zgjzc-info tr td:hover a {
  color: #fff;
  font-weight: bold;
} */
/* 历任领导 */
.lrld {
  padding: 25px 20px;
  background-color: #f3f8fb;
  margin-top: 25px;
}
.lrld tr {
}
.lrld tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
}
.lrld tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  color: #333333;
}
.lrld tr td a {
  font-size: 16px;
  color: #333333;
}
.lrld tr td p {
  text-align: left;
  padding-left: 23px;
}
.lrldm {
  background-color: #fff;
}
.lrld tr th:first-child {
  /* width: ; */
}
/* 历史沿革 */
.lsyg {
  position: relative;
  /* background: url(../images/lsygbg.png) no-repeat center top;
  background-size: auto 100%; */
  margin-top: 30px;
  padding-bottom: 120px;
}
.lsyg::after {
  content: "";
  position: absolute;
  top: 84px;
  bottom: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #1573ba;
  z-index: -1;
}
.lsyg-l {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 100px;
  margin-top: 115px;
  /* margin-bottom: 140px; */
}
.lsyg li {
  position: relative;
  margin-bottom: 140px;
}
.lsyg h4 {
  padding-right: 10px;
  background: url(../images/lsyghbg.png) no-repeat right center;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
}
.lsyg p {
  padding-left: 120px;
  font-size: 16px;
  color: #282828;
  line-height: 32px;
  margin-top: 5px;
}
.lsyg .xian {
  position: absolute;
  height: 2px;
  background-color: #1573ba;
  width: 95px;
  top: 15px;
  right: -95px;
}
.lsyg .xian::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1573ba;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.lsyg-r {
  text-align: left;
  /* text-align: right; */
  position: relative;
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 100px;
  margin-top: 235px;
  /* margin-bottom: 140px; */
}
.lsyg .lsyg-r h4 {
  padding-left: 10px;
  background: url(../images/lsyghbg2.png) no-repeat left center;
}
.lsyg .lsyg-r p {
  padding-left: 0;
  padding-right: 120px;
}
.lsyg .lsyg-r .xian {
  left: -95px;
}
.lsyg .lsyg-r .xian::after {
  left: -8px;
}
.lsyg .ytop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  top: 32px;
  font-weight: bold;
}
.lsyg .ybot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  bottom: 110px;
  font-weight: bold;
}
.lsyg .ytop {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lsyg .ytop img {
  display: block;
  margin: 0 auto;
  width: 84px;
  /* height: 84px; */
}
.lsyg .ytop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lsyg .ybot {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lsyg .ybot img {
  height: 100%;
}
.lsyg .ybot span {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 1400px) {
  .rcjh-info p a {
    width: 50%;
  }
  .rcjh-info p a:first-child {
    width: 50%;
  }
  .rcjh-info p {
    padding-left: 0;
  }
  .position > div {
    background-size: 100% 50px;
  }
}
@media screen and (max-width: 1300px) {
  .xzjg-m tr td {
    padding-left: 0;
  }
  .jxry {
    margin-top: 30px;
  }
  .jxry .jxry-tit p span {
    line-height: 24px;
  }
  .jxry-info .tu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lsyg p {
    padding-left: 0;
  }
  .lsyg .lsyg-r p {
    padding-right: 0;
  }
  .lsyg-r {
    padding-left: 60px;
  }
  .lsyg-l {
    padding-right: 60px;
  }
  .lsyg .xian {
    width: 55px;
    right: -55px;
  }
  .lsyg .lsyg-r .xian {
    left: -55px;
  }
  .list .text {
    padding-left: 20px;
  }
  .zgjzc-m li {
    width: 20%;
  }
  .art .art-tit h4 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .xzjg .xzjg-info h4 {
    font-size: 20px;
  }
  .xzjg .xzjg-info {
  }
  .xzjg-m {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nymain .leftNav {
    width: 290px;
    margin-right: 25px;
  }
  .nymain .leftNav > ul > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nymain .leftNav ul li a {
    line-height: 55px;
    font-size: 18px;
  }
  .rcjh-info h4 {
    font-size: 20px;
  }
  .rcjh-info {
    padding: 20px;
  }
  .rcjh-info p {
    margin-top: 20px;
  }
  .rcjh-info p a {
    font-size: 16px;
  }
  .position h3 {
    font-size: 20px;
  }
  .nymain .leftNav > h2 {
    font-size: 24px;
  }
  .position h3 {
    position: static;
  }
  .position h3::before {
    /* position: static; */
    height: 24px;
    width: 3px;
    top: 25px;
  }
  .lrld tr th {
    font-size: 16px;
  }
  .lrld tr td p {
    padding-left: 13px;
  }
  .lrld tr td {
    font-size: 15px;
  }
  .lrld {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lsyg p {
    line-height: 20px;
  }
  .xzjg-m {
    padding: 10px;
  }
  .xzjg-m tr td {
    line-height: 50px;
    font-size: 16px;
  }
  .xzjg .xzjg-info h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .xzjg .xzjg-info {
    padding: 15px;
  }
  .jxry-info .tu {
    width: 185px;
  }
  .jxry-info .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .jxry-info .text p span {
    font-size: 16px;
  }
  .jxry-info {
    padding-right: 0px;
  }
  .jxry-bodyb .detail p {
    line-height: 32px;
  }
  .jxry-body {
    margin-top: 20px;
  }
  .list .text h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .list .text p {
    line-height: 22px;
    max-height: 44px;
  }
  .list ul li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .zgjzc-m {
    padding-left: 20px;
    padding-right: 20px;
  }
  .zgjzc-m li a {
    line-height: 55px;
    font-size: 16px;
    /* line-height: 16px; */
  }
  .xgjg .xgjg-info h4 {
    font-size: 20px;
  }
  .xgjg-m {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xgjg-m p {
    line-height: 45px;
  }
  .xgjg-m span {
    font-size: 16px;
  }
  .xgjg-m p a {
    font-size: 16px;
  }
  .xgjg .xgjg-info h4 {
    margin-bottom: 15px;
  }
  .art .art-boby p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .art .art-tit h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .jxry-info .text p span {
    line-height: 30px;
  }
}
@media screen and (max-width: 900px) {
  .twlb .timg-list-img {
    width: 205px;
    margin-right: 10px;
  }
  .twlb .timg-list ul li a h3 {
    font-size: 17px;
    margin-top: 10px;
  }
  .twlb .timg-linfo p {
    margin-top: 5px;
    line-height: 22px;
    max-height: 44px;
  }
  .twlb .timg-linfo span {
    margin-bottom: 15px;
  }
  .xzjg-m tr td {
    /* width: 50%; */
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .zgjzc-m li {
    width: 25%;
  }

  /* .xzjg-m tr td */
}
@media screen and (max-width: 768px) {
  .banner::after {
    content: none;
  }
  .nymain .leftNav > h2 {
    line-height: 46px;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    background: #1573ba;
  }
  .nymain .leftNav > h2 span {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-position: center center;
    margin-right: 10px;
    transition: all 0.3s;
  }
  .nymain .leftNav > h2 span.on {
    transform: rotateZ(45deg);
  }
  .nymain {
    /* padding: 10px 0; */
  }
  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .nymain .leftNav > p {
    font-size: 18px;
    padding: 10px 0;
  }
  .ny-right {
    float: none;
    width: auto;
  }
  .position {
    padding: 5px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .position > div {
    text-align: left;
    line-height: 40px;
  }
  .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: 50px;
  }
  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }
  .nymain .leftNav ul {
    display: none;
  }
  .nymain .leftNav ul li a {
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
  }
  .position > div {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 100% 100%;
  }
  .position a {
    font-size: 14px;
  }
  .rcjh-info p a:first-child {
    width: 100%;
  }
  .rcjh-info p a {
    width: 100%;
    line-height: 50px;
  }
  .rcjh-info h4 {
    font-size: 18px;
  }
  .rcjh-info p {
    margin-top: 10px;
  }
  .ny-right {
    padding-bottom: 40px;
  }
  .lrld tr th {
    font-size: 15px;
  }
  .lrld tr td {
    font-size: 14px;
  }
  .lrld tr td p {
    padding-left: 10px;
  }
  .lrld tr td a {
    font-size: 14px;
  }
  .lrld {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lsyg li {
    margin-bottom: 90px;
  }
  .lsyg p {
    font-size: 15px;
    line-height: 24px;
  }
  .lsyg .ytop {
    font-size: 15px;
    top: 23px;
  }
  .lsyg-r {
    margin-top: 195px;
  }
  .lsyg .ybot {
    font-size: 15px;
    /* bottom: 80px; */
  }
  .lsyg h4 {
    font-size: 16px;
  }
  .twlb .timg-list ul li {
    margin-top: 25px;
  }
  .xzjg-m tr td {
    font-size: 14px;
  }
  .xzjg .xzjg-info h4 {
    font-size: 18px;
  }
  .jxry .jxry-tit h4 {
    font-size: 20px;
  }
  .jxry {
    margin-top: 20px;
  }
  .jxry-body {
    padding-left: 0;
    padding-right: 0;
  }
  .wzlb {
    margin-top: 20px;
  }
  .jxry-bodyb .detail p {
    line-height: 26px;
  }
}
@media screen and (max-width: 520px) {
  .lsyg .ybot {
    /* bottom: 90px; */
  }
  .lsyg p {
    line-height: 22px;
    font-size: 13px;
  }
  .twlb .timg-list ul li {
    margin-top: 20px;
  }
  .xzjg-m tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xzjg .xzjg-info h4 {
    margin-bottom: 10px;
  }
  .xzjg .xzjg-info h4 {
    font-size: 16px;
  }
  .xzjg .xzjg-info {
    padding: 10px;
  }
  .xzjg-m tr td {
    font-size: 12px;
  }
  .jxry-bodyb .detail p {
    font-size: 15px;
    line-height: 26px;
    text-align:justify;
  }
  .jxry-info .tu {
    float: none;
    /* text-align: center; */
    margin: 0 auto;
  }
  .jxry-info .text {
    margin-top: 15px;
  }
  .jxry-info {
    margin-top: 20px;
  }
  .jxry-info .text p {
    font-size: 15px;
  }
  .jxry-info .text p span {
    font-size: 15px;
  }
  .jxry-next a {
    font-size: 15px;
  }
  .jxry .jxry-tit p span {
    font-size: 13px;
  }
  .jxry .jxry-tit h4 {
    font-size: 18px;
  }
  .jxry-info {
    padding-left: 5px;
  }
  .list .date .day {
    font-size: 16px;
  }
  .list .text {
    padding-left: 15px;
  }
  .list .text p {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }
  .list .date .year {
    font-size: 14px;
  }
  .list ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wzlb {
    margin-top: 10px;
  }
  .list .text h4 {
    font-size: 16px;
  }
  .zgjzc-m li {
    width: 50%;
  }
  .xgjg .xgjg-info h4 {
    font-size: 18px;
  }
  .xgjg .xgjg-info {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .xgjg-m p {
    line-height: 35px;
  }
  .xgjg-m {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xgjg-m p a {
    font-size: 15px;
  }
  .xgjg .xgjg-info h4 {
    margin-bottom: 10px;
  }
  .art .art-boby p {
    font-size: 15px;
    line-height: 24px;
  }
  .art .art-tit h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .rcjh-info p a {
    line-height: 40px;
    font-size: 14px;
  }
  .rcjh-info {
    padding: 15px;
  }
  .rcjh-info h4 {
    font-size: 17px;
  }
  .lrld tr td {
    font-size: 12px;
  }
  .lrld tr td p {
    padding-left: 0;
  }
  .lrld tr td a {
    font-size: 12px;
  }
  .lrld tr th {
    font-size: 14px;
  }
  .lsyg-l {
    padding-right: 40px;
  }
  .lsyg .xian {
    width: 35px;
    right: -35px;
  }
  .lsyg-r {
    padding-left: 40px;
  }
  .lsyg .lsyg-r .xian {
    left: -35px;
  }
  .lsyg h4 {
    font-size: 15px;
  }
  .lsyg {
    margin-top: 15px;
  }
  .twlb .timg-list-img {
    width: 160px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 30px;
  }
  .twlb .timg-list ul li a .pic {
    border-bottom-left-radius: 30px;
  }
  .twlb .timg-list ul li a h3 {
    font-size: 15px;
  }
  .twlb .timg-linfo p {
    line-height: 18px;
    max-height: 36px;
    font-size: 14px;
  }
  .twlb .timg-linfo span {
    margin-bottom: 0;
    font-size: 12px;
  }
  .xzjg-m tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .zgjzc-m li a {
    font-size: 14px;
    line-height: 40px;
  }
  .zgjzc-m {
    padding-left: 10px;
    padding-right: 10px;
  }
  .jxry-info .text p {
    line-height: 24px;
  }
  .jxry-info .text p span {
    line-height: 24px;
  }
  .jxry-info .text p {
    font-size: 14px;
  }
  .jxry-info .text p span {
    font-size: 14px;
  }
  .jxry-info .text {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 380px) {
  .lsyg .ytop {
    /* top: 27px; */
  }
  .lsyg-l {
    padding-right: 25px;
  }
  .lsyg .xian {
    width: 20px;
    right: -20px;
  }
  .lsyg-r {
    padding-left: 25px;
  }
  .lsyg .lsyg-r .xian {
    left: -20px;
  }
  .jxry-bodyb .detail p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
.nymain .leftNav > h2.longtext{
font-size:24px;
}
}