@charset "utf-8";

.banner {
  width: 100%;
  overflow: hidden;
  position: relative
}

.banner img {
  display: block;
  width: 100%
}

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 40px
}

.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
}

.pagination a.active {
  background: #07388C;
  color: #fff;
  border: 1px solid #07388C
}

.pagination a:hover {
  background: #07388C;
  color: #fff;
  border: 1px solid #07388C
}

.pagination span {
  display: inline-block;
  font-size: 14px
}

.nymain {
  position: relative;
  padding-top: 54px;
  padding-bottom: 54px;
  background: linear-gradient(180deg, rgba(203, 230, 246, 0.1608) 0%, rgba(237, 246, 243, 0) 100%)
}

.nymain .leftNav {
  float: left;
  width: 270px;
  position: relative;
  background: url(/style/../images/left-bg.png) no-repeat center top;
  background-size: 100% 100%
}

.nymain .leftNav>h2 {
  line-height: 88px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  text-align: center
}

.nymain .leftNav>ul {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 26px 26px 180px 34px;
  position: relative;
  z-index: 1
}

.nymain .leftNav>ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 8px;
  background: #fff;
  background: linear-gradient(135deg, transparent 15px, #fff 0);
  z-index: -1
}

.nymain .leftNav>ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 8px;
  background: url(/style/../images/left-ulbg.png) no-repeat center bottom;
  z-index: -1
}

.nymain .leftNav>ul>li {
  position: relative
}

.nymain .leftNav>ul>li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 3px solid #003262;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s
}

.nymain .leftNav>ul>li:first-child {
  border-top: none
}

.nymain .leftNav>ul>li>a {
  position: relative
}

.nymain .leftNav>ul>li>a>span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background: url(/style/../images/left-dsj.png) no-repeat;
  background-size: cover;
  width: 11px;
  height: 6px;
  transition: all 0.5s
}

.nymain .leftNav>ul>li.on>a>span {
  transform: translateY(-50%) rotate(180deg)
}

.nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
  width: 0;
  background: linear-gradient(270deg, #E5F2FF 0%, rgba(238, 246, 255, 0) 100%);
  border-radius: 0px 100px 100px 0px;
  z-index: -1;
  transition: all 0.5s
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li>a:hover::before {
  width: calc(100% + 26px)
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  width: 4px;
  height: 33px;
  border-radius: 10px;
  background: #ECC474;
  box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.4);
  display: none
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 18px;
  line-height: 66px;
  padding-left: 40px;
  color: #272727;
  border-bottom: 1px dashed #e5e5e5
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none
}

.nymain .leftNav>ul>li.on>a {
  color: #003262;
  font-weight: 600
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
  display: block
}

.nymain .leftNav>ul>li:hover>a {
  color: #003262;
  font-weight: 600
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none
}

.nymain .leftNav>ul>li.active>a {
  color: #0C5590;
  font-weight: 600
}

.nymain .leftNav ul li.active ul {
  display: block
}

.nymain .leftNav ul li a:hover {
  color: #0C5590;
  font-weight: 600
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  border-bottom: 1px dashed #e5e5e5
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 15px;
  line-height: 46px;
  padding-left: 50px;
  color: #717171;
  border-bottom: none;
  position: relative
}

.nymain .leftNav>ul>li>ul>li>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
  width: 4px;
  height: 4px;
  background: #BEBEBE;
  border-radius: 50%
}

.nymain .leftNav>ul>li>ul>li:hover>a::after {
  background: #0C5590
}

.ny-right {
  float: right;
  width: calc(100% - 308px);
  padding: 20px 60px 54px 60px;
  min-height: 400px;
  background: linear-gradient(180deg, #FFFFFF 64%, rgba(255, 255, 255, 0) 103%)
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 66px;
  border-bottom: 1px dashed #BFBFBF
}

.position>div::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #BFBFBF
}

.position h3 {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: #004783;
  text-align: left;
  bottom: 0;
  left: 0;
  background: url(/style/../images/ny-r1.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 35px
}

.position span {
  font-family: SimSun;
  color: rgba(39, 39, 39, 0.3);
  font-size: 16px;
  vertical-align: middle
}

.position img {
  height: 16px;
  vertical-align: middle;
  margin-right: 10px
}

.position a {
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #272727;
  margin: 0 10px;
  vertical-align: middle
}

.position a:hover,
.position a.position-dq {
  color: #004783
}

.text-list {
  margin-top: 36px
}

.text-list ul li {
  margin-bottom: 32px
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(203, 230, 246, 0.1608) 0%, rgba(237, 246, 243, 0) 100%);
  position: relative;
  z-index: 1;
  transition: all 0.5s
}

.text-list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(97deg, #004783 0%, #4AA0D4 99%);
  z-index: -1;
  transition: all 0.5s
}

.text-list ul li a .date {
  text-align: center;
  font-family: Arial
}

.text-list ul li a .date p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #014884
}

.text-list ul li a .date span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  color: #666
}

.text-list ul li a hr {
  display: block;
  background: none;
  border: none;
  border-left: 1px solid rgba(0, 112, 107, 0.3);
  height: 70px;
  margin: 0 23px
}

.text-list ul li a .list-tx {
  flex: 1;
  min-width: 0
}

.text-list ul li a .list-tx h3 {
  font-size: 20px;
  line-height: 40px;
  color: #272727;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all
}

.text-list ul li a .list-tx p {
  font-size: 16px;
  line-height: 30px;
  color: #9E9E9E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all
}

.text-list ul li:hover a::after {
  width: 100%
}

.text-list ul li:hover a .date p {
  color: #fff
}

.text-list ul li:hover a .date span {
  color: #fff;
  opacity: 0.5
}

.text-list ul li:hover a hr {
  border-left-color: rgba(255, 255, 255, 0.3)
}

.text-list ul li:hover a .list-tx h3 {
  color: #fff
}

.text-list ul li:hover a .list-tx p {
  color: #fff;
  opacity: 0.5
}

.art-main .art-tit h3 {
  text-align: center;
  color: #323232;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 600
}

.art-main .art-body {
  padding-top: 30px
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #323232;
  text-indent: 2em;
  font-family: "Î¢ÈíÑÅºÚ" !important;
  font-size: 18px !important;
  line-height: 32px !important;
  margin-bottom: 20px !important
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto
}

.art-main .cont-tit p {
  font-size: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 20px;
  background: bottom;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.art-main .cont-tit p span {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #8D8D8D
}

.art-main .cont-tit p span img {
  margin-right: 10px
}

.art-main .cont-tit p i {
  font-style: normal;
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  color: #DEDEDE
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 25px
}

.pnext {
  margin-top: 25px
}

.pnext p {
  text-indent: initial;
  line-height: 30px;
  margin: 6px 0;
  color: #555555
}

.pnext p a {
  color: #555555
}

.pnext p:hover {
  color: #113465
}

.pnext p:hover a {
  color: #113465
}

.art-main .dpzw p *,
.art-main .dpzw p {
  font-weight: 400;
  font-size: 16px !important;
  color: #272727;
  text-indent: 0 !important
}

.art-main .dpzw p b {
  font-weight: 700
}

.art-main .dpzw .jj-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px
}

.art-main .dpzw .jj-t img {
  display: block;
  width: 45.22%
}

.art-main .dpzw .jj-t .jj-tr {
  flex: 1;
  min-width: 0;
  background: #003262;
  background: linear-gradient(225deg, transparent 20px, #003262 0);
  padding: 26px 30px;
  color: #fff;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  text-indent: 2em !important
}

.img-lists {
  margin-top: 50px
}

.img-lists ul {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%
}

.img-lists ul li {
  float: left;
  width: 30.333%;
  margin: 0 1.5% 30px 1.5%
}

.img-lists ul li a {
  display: block;
  position: relative
}

.img-lists ul li a .pic {
  padding-top: 72.75%
}

.img-lists ul li a>div.info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0;
  text-align: center;
  transition: all 0.4s
}

.img-lists ul li a>div.info p {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.img-lists ul li:hover a>div.info {
  background: #096FB8
}

.list-ld {
  overflow: hidden
}

.list-ld ul {
  margin-left: -18px;
  margin-right: -18px
}

.list-ld ul li {
  float: left;
  width: 25%
}

.list-ld ul li a {
  display: block;
  margin: 25px 20px
}

.list-ld ul li .pic {
  padding-top: 114.81%
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
  padding: 10px 0
}

.list-ld ul li h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 24px;
  background: #003262
}

.list-ld ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 10px
}

.list-ld ul li:hover h3::after {
  background-color: #003262
}

.list-ld ul li:hover h3 {
  color: #003262
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1)
}

.sz-con {
  margin-top: 57px
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-bottom: 10px
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  left: 0;
  bottom: 0;
  background: #003262;
  z-index: -1
}

.sz-con .pic1 img {
  display: block;
  width: 180px
}

.sz-t {
  margin-top: 26px
}

.sz-ty {
  overflow: hidden;
  padding-left: 100px
}

.sz-ty h3 {
  font-size: 30px;
  font-weight: normal;
  color: #003262
}

.sz-ty>div {
  margin-top: 16px
}

.sz-ty>div p {
  font-size: 18px;
  line-height: 44px;
  color: #666666;
  background: url() no-repeat left 20px;
  background-size: 5px auto;
  padding-left: 25px
}

.sz-d {
  position: relative;
  z-index: 1
}

.sz-d::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 15px;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1
}

.sz-box {
  margin-top: 30px
}

.sz-box h4 {
  font-size: 0;
  padding-left: 40px !important;
  margin-bottom: 30px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 29px auto;
  background-position: left center
}

.sz-box h4 span {
  display: inline-block;
  font-family: 'sySong';
  font-size: 26px !important;
  font-weight: bold;
  color: #003262;
  text-indent: 0 !important
}

.sz-box p {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #666666;
  padding-left: 80px
}

.sz-p p {
  margin-top: 30px
}

.sz-p p:first-child {
  margin-top: 0
}

.noimg h3 {
  font-family: "syh-r";
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px;
  transition: all 0.4s
}

.noimg p {
  font-family: "syh-r";
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  color: #888888
}

.noimg .date {
  font-family: "sys";
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #07378D;
  margin-top: 10px;
  background: url(/style/../images/tw-sj.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 26px
}

.noimg:hover h3 {
  color: #07378D;
  font-weight: bold
}

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 35px 0;
  border-top: 1px solid #D6D5D5
}

.tw ul li:first-child a {
  border-top: none
}

.tw ul li a .pic {
  float: left;
  width: 213px;
  height: 153px;
  padding-top: 0
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 30px
}

.tw ul li a .tw-tx .date {
  font-family: "sys";
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #07378D;
  margin-top: 10px;
  background: url(/style/../images/tw-sj.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 26px
}

.tw ul li a .tw-tx h3 {
  font-family: "syh-r";
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px;
  transition: all 0.4s
}

.tw ul li a .tw-tx p {
  font-family: "syh-r";
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  color: #888888
}

.tw ul li:hover a .tw-tx h3 {
  color: #07378D;
  font-weight: bold
}

.jgsz {
  max-width: 850px;
  margin: 0 auto
}

.jgsz-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px
}

.jgsz-t h3 {
  width: 320px;
  line-height: 55px;
  border-radius: 2px;
  background: #003262;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold
}

.jgsz-t h4 a {
  display: block;
  width: 320px;
  line-height: 55px;
  border-radius: 2px;
  background: #E8F3FE;
  color: #003262;
  text-align: center;
  font-size: 18px;
  font-weight: bold
}

.jgsz-t hr {
  background: none;
  border: 0;
  height: 50px;
  border-left: 1px solid #CECECE
}

.jgsz-d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-top: 0;
  padding-top: 60px;
  position: relative;
  z-index: 1
}

.jgsz-d::before {
  content: '';
  position: absolute;
  top: 0;
  left: 105px;
  right: 105px;
  border-top: 1px solid #CECECE
}

.jgsz-d h4 a {
  display: block;
  width: 210px;
  line-height: 55px;
  border-radius: 2px;
  background: #E8F3FE;
  color: #003262;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1
}

.jgsz-d h4 a::before {
  content: '';
  position: absolute;
  top: -110%;
  left: 50%;
  height: 60px;
  border-left: 1px solid #CECECE
}

.jxjg {
  margin-top: 40px;
  overflow: hidden
}

.jxjg ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -2.5%
}

.jxjg ul li {
  width: 28.333%;
  margin: 0 2.5%;
  margin-bottom: 36px;
  position: relative
}

.jxjg ul li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 4px;
  bottom: -56px;
  border-left: 1px solid #D8D8D8;
  border-radius: 50%;
  transition: all 0.2s
}

.jxjg ul li a {
  display: block;
  font-size: 18px;
  color: #2F2F2F;
  padding: 12px 22px;
  position: relative
}

.jxjg ul li a::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  border-radius: 50%;
  transition: all 0.2s
}

.jxjg ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(180deg, #F0F7FD 0%, #E0F0FD 100%);
  transition: all 0.4s
}

.jxjg ul li:hover a::before {
  width: 100%
}

.jxjg ul li a h3 {
  font-size: 18px;
  color: #2F2F2F;
  position: relative
}

.jxjg ul li:hover a h3 {
  font-weight: bold;
  color: #0C5590
}

.jxjg ul li:hover a::after {
  width: 2px;
  height: 24px;
  background: #FFAE01;
  border-radius: none;
  top: 12px
}

.jxjg1 ul li p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  background: url(/style/../images/dh1.png) no-repeat left center;
  background-size: 26px auto;
  padding-left: 36px;
  margin-top: 14px;
  position: relative;
}

.jxjg1 ul li:hover p {
  color: #0C5590;
  background: url(/style/../images/dh2.png) no-repeat left center;
  background-size: 26px auto;
}

.gw-tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #003262;
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8
}

.gwzz p {
  font-size: 16px;
  line-height: 40px !important;
  color: #242424;
  margin-top: 30px
}

.gwzz p b {
  font-weight: 700
}

.gwzz p img {
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.zzjg h3 {
  font-size: 24px;
  font-weight: bold;
  background: url(/style/../images/ny-r1.png) no-repeat left center;
  background-size: 20px auto;
  padding-left: 35px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 50px
}

.zzjg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.zzjg ul li {
  width: 48%;
  position: relative;
  line-height: 60px;
  border-bottom: 1px dashed #cccccc
}

.zzjg ul li a {
  display: block;
  font-size: 18px;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  transition: all 0.4s
}

.zzjg ul li:nth-child(2) {
  border-top: none
}

.zzjg ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background: #003262;
  border-radius: 50%;
  transition: all 0.3s
}

.zzjg ul li a:hover {
  font-weight: bold;
  color: #003262
}

.xr-box {
  display: flex;
  margin-top: 50px
}

.xr-tit {
  width: 107px;
  background: url(/style/../images/xr-bg.png) no-repeat center top;
  background-size: cover;
  padding: 60px 33px
}

.xr-tit h3 {
  font-family: "syh-m";
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 42px
}

.xr-tx {
  flex: 1;
  min-width: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(168, 168, 168, 0.1);
  padding: 40px
}

.xr-tx ul li {
  display: flex;
  flex-wrap: wrap
}

.xr-tx ul li b {
  display: block;
  width: 140px;
  font-size: 20px;
  font-weight: bold;
  color: #0C5590;
  margin-bottom: 30px
}

.xr-tx ul li.ts {
  margin-bottom: 4px;
  display: block
}

.xr-tx ul li.ts b {
  display: inline-block;
  line-height: 46px;
  width: 88%
}

.xr-tx ul li div {
  flex: 1;
  min-width: 0
}

.xr-tx ul li div span,
.xr-tx ul li div span a {
  display: inline-block
}

.xr-tx ul li div span,
.xr-tx ul li.ts b span {
  margin-right: 70px;
  font-family: "syh-r";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px
}

.xr-tx ul li div span a,
.xr-tx ul li.ts b span a {
  color: #333;
  transition: all 0.4s
}

.xr-tx ul li div span:hover a,
.xr-tx ul li.ts b span:hover a {
  color: #0C5590
}

.jj p {
  font-size: 18px !important;
  line-height: 42px !important;
  color: #333333;
  text-indent: 2em
}

.jj span {
  font-size: 18px !important;
  line-height: 42px !important;
  color: #333333;
  text-indent: 2em
}

.jj img {
  max-width: 100%
}

.jj table {
  width: auto;
  margin: 0 auto
}

.jj1 {
  margin-top: 65px;
  overflow: hidden
}

.jj1 img {
  float: right;
  margin-left: 34px
}

.jj2 {
  margin-top: 50px;
  margin-bottom: 70px
}

.jj3 {
  background: #0C5590;
  padding: 30px
}

.jj3 p {
  color: #fff
}

.jj3 img {
  float: left;
  margin-right: 30px;
  margin-top: -66px
}

.jj3 p:nth-child(2) {
  margin-top: 10px
}

.jj4 p {
  margin-top: 36px
}

@media screen and (max-width: 1300px) {
  .art-main .dpzw .jj-t img {
    width: auto
  }

  .art-main .dpzw .jj-t .jj-tr {
    flex: none;
    width: 100%
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px
  }

  .sz-ty h3 {
    padding-left: 25px
  }

  .jxjg1 ul li {
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .nymain {
    padding-bottom: 40px
  }

  .nymain .leftNav {
    width: 230px
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    line-height: 80px
  }

  .nymain .leftNav ul li a {
    padding-left: 20px
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding-left: 30px
  }

  .nymain .leftNav>ul>li>ul>li>a::after {
    left: 18px
  }

  .nymain .leftNav>ul>li>a>span {
    right: 30px
  }

  .nymain .leftNav ul li a {
    line-height: 60px
  }

  .ny-right {
    width: calc(100% - 260px);
    padding: 20px 30px 40px 30px
  }

  .position>div {
    line-height: 50px
  }

  .position h3 {
    font-size: 22px
  }

  .position h3::after {
    height: 2px
  }

  .text-list ul li a {
    padding: 20px
  }

  .tw ul li a {
    padding: 25px 0
  }

  .tw ul li a .pic {
    width: 200px;
    height: 144px
  }

  .tw ul li a .date p {
    font-size: 22px
  }

  .list-ld ul {
    margin-left: -18px;
    margin-right: -18px
  }

  .list-ld ul li a {
    display: block;
    margin: 20px
  }

  .xr-box {
    flex-wrap: wrap
  }

  .xr-tit {
    width: 100%;
    padding: 20px
  }

  .xr-tit h3 {
    text-align: center;
    font-size: 28px;
    line-height: 30px
  }

  .xr-tx ul li b {
    font-size: 18px;
    width: 100px;
    margin-bottom: 20px
  }

  .xr-tx ul li div span,
  .xr-tx ul li.ts b span {
    font-size: 18px;
    margin-right: 50px;
    margin-bottom: 20px
  }

  .xr-tx ul li div span a,
  .xr-tx ul li.ts b span a {
    white-space: nowrap
  }

  .xr-tx ul li.ts b {
    width: 100%
  }

  .jj1 img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
  }

  .jj3 img {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px
  }

  .jj2 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .jj4 p {
    margin-top: 20px
  }

}

@media screen and (max-width: 900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px
  }

  .sz-ty>div {
    padding: 0 20px
  }
}

@media screen and (max-width: 768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 50px;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    background: #003262
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 50px;
    height: 50px;
    background: url(/style/../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer
  }

  .nymain {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .nymain .leftNav {
    float: none;
    width: auto
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0
  }

  .nymain .leftNav>ul {
    padding: 26px 26px 26px 34px
  }

  .nymain .leftNav ul li a {
    line-height: 56px;
    font-size: 16px
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 14px
  }

  .ny-right {
    float: none;
    width: auto;
    margin-top: 25px;
    padding: 0 15px 40px 15px
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px
  }

  .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
  }

  .position a,
  .position span {
    font-size: 14px
  }

  .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
  }

  .nymain .leftNav>ul>li>span {
    top: 13px
  }

  .nymain .leftNav>ul::after {
    display: none
  }

  .text-list {
    margin-top: 0
  }

  .text-list ul li {
    margin-bottom: 15px
  }

  .text-list ul li a {
    padding: 15px
  }

  .text-list ul li a .date p {
    font-size: 22px
  }

  .text-list ul li a .date span {
    font-size: 14px
  }

  .text-list ul li a .list-tx h3 {
    font-size: 16px;
    line-height: 30px
  }

  .text-list ul li a .list-tx p {
    font-size: 14px
  }

  .text-list ul li a hr {
    height: 50px;
    margin: 0 15px
  }

  .pnext {
    float: none;
    border: none;
    width: auto
  }

  .zzjg_text li {
    width: 50%
  }

  .img-lists {
    margin-top: 0
  }

  .img-lists ul li {
    width: 47%;
    margin: 10px 1.5%
  }

  .img-lists ul li a>div.info p {
    font-size: 16px
  }

  .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: 25px
  }

  .sz-t {
    margin-top: 20px
  }

  .sz-ty h3 {
    font-size: 26px
  }

  .sz-box h4 span {
    font-size: 26px
  }

  .sz-box p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 50px
  }

  .sz-box h4 {
    background-size: 25px auto;
    padding-left: 50px
  }

  .sz-d::before {
    left: 12px
  }

  .xz-list-t ul li .pic {
    width: 220px;
    height: 147px
  }

  .art-main .dpzw p *,
  .art-main .dpzw p {
    font-size: 18px !important
  }

  .zzjg ul li {
    width: 100%
  }

  .tw ul li a {
    padding: 20px 0
  }

  .tw ul li a .tw-tx h3 {
    font-size: 16px
  }

  .tw ul li a .tw-tx p {
    font-size: 14px
  }

  .tw ul li a .tw-tx .date {
    font-size: 12px;
    background-size: 14px;
    padding-left: 22px
  }

  .art-main .art-tit h3 {
    margin-top: 15px;
    font-size: 20px
  }

  .art-main .cont-tit p {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .jxjg {
    margin-top: 0
  }

  .jxjg ul li::before {
    left: 3px
  }

  .jxjg ul li {
    margin-bottom: 10px
  }

  .jxjg ul li a h3 {
    font-size: 16px;
    line-height: 22px
  }

  .jxjg ul li a::after {
    width: 6px;
    height: 6px
  }

  .xr-box {
    margin-top: 30px
  }

  .xr-tit {
    padding: 15px
  }

  .xr-tit h3 {
    font-size: 22px
  }

  .xr-tx {
    padding: 30px
  }

  .xr-tx ul li b {
    font-size: 16px
  }

  .xr-tx ul li div span,
  .xr-tx ul li.ts b span {
    font-size: 16px
  }

  .jj p {
    font-size: 16px;
    line-height: 34px
  }

  .jj3 {
    padding: 20px
  }
}

@media screen and (max-width: 640px) {
  .sz-ty h3 {
    padding-left: 20px
  }

  .sz-ty>div {
    padding-left: 20px
  }

  .list-ld ul li {
    width: 33.333%
  }
}

@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 {
    line-height: 45px;
    font-size: 14px
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .sz-con .sz-r {
    width: 100%
  }

  .sz-r {
    width: calc(100% - 200px)
  }

  .sz-ty {
    padding-left: 0
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center
  }

  .sz-ty>div p {
    line-height: 34px
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 71.83%
  }

  .tw ul li a .date p {
    font-size: 18px
  }

  .tw ul li a .date em {
    margin-top: 20px
  }

  .tw ul li a .tw-tx {
    padding-left: 0
  }

  .tw ul li a .tw-tx p {
    height: auto;
    max-height: 56px
  }

  .list-ld ul li {
    width: 50%
  }

  .list-ld ul {
    margin-left: -12px;
    margin-right: -12px
  }

  .list-ld ul li a {
    margin: 15px
  }

  .jgsz {
    zoom: 0.5
  }

  .img-lists ul li a>div.info {
    padding: 10px
  }

  .img-lists ul li a>div.info p {
    font-size: 14px
  }

  .jxjg ul li {
    width: 100%
  }

  .xr-tx ul li div span,
  .xr-tx ul li.ts b span {
    margin-right: 20px
  }
}

@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
  }
}