.ny-fix {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: 9999;
  background-color: rgb(247, 247, 247);
  width: 187.5px;
  height: 375px;
  border-radius: 187px 0px 0px 187px;
  padding-left: 33px;
  padding-top: 75px;
  /*display: none;*/
  transition: all 0.5s;
}
.ny-fix:hover{
  right:0;
}
.ny-fix ul li a:hover img {
  animation: icon-yh 0.6s linear;
}
.ny-fix ul li a:hover p {
  color: #1a44a3;
}
.ny-fix ul li {
  width: 100px;
  text-align: center;
}
.ny-fix ul li p {
  font-size: 16px;
  line-height: 19px;
  color: rgb(51, 51, 51);
  margin-top: 5px;
  font-weight: bold;
}
.ny-fix ul li:last-child {
  margin-top: 65px;
  width: 90px;
}
.ny-fix::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 59px;
  height: 118px;
  transform: translateY(-50%);
  background: url("../images/fix2.png") center center no-repeat;
}
.banner img {
  display: block;
  width: 100%;
}
.nymain {
  position: relative;
  background: url("../images/indexbg.png") center bottom / cover no-repeat;
}
.nymain .leftNav {
  float: left;
  width: 330px;
  position: relative;
  margin-right: 40px;
}
.nymain .leftNav > h2 {
  font-weight: normal;
  line-height: 90px;
  color: rgb(255, 255, 255);
  background: url("../images/ny-hbg.jpg") center center / cover no-repeat;
  font-size: 24px;
  overflow: hidden;
  padding-left: 70px;
}
.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: rgb(255, 255, 255);
  padding: 20px 0px;
}
.nymain .leftNav > ul {
  background: url("../images/lnavbg.png") center center / cover no-repeat;
}
.nymain .leftNav > ul > li {
  position: relative;
  padding-left: 70px;
  border-top: 1px solid rgb(209, 211, 215);
}
.nymain .leftNav ul li.active {
}
.nymain .leftNav > ul > li.active > a {
  color: rgb(187, 21, 21);
  border: 0px;
  padding-left: 20px;
  background: url("../images/lli2.png") left center / 14px 14px no-repeat;
font-weight:bold;
}
.nymain .leftNav > ul > li > a {
  position: relative;
}
.nymain .leftNav > ul > li > a::after {
  content: ">";
  position: absolute;
  color: rgb(187, 21, 21);
  display: none;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
}
.nymain .leftNav > ul > li.active > a::after {
  display: block;
}
.nymain .leftNav > ul > li:first-child {
  border-top: none;
}
.nymain .leftNav ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: rgb(51, 51, 51);
}
.nymain .leftNav ul li:last-child a {
  border: 0px;
}
.nymain .leftNav > ul > li > span {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 50px;
  top: 20px;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}.nymain .leftNav > ul > li.active > a::after{  transform: rotate(90deg);top:0;}
.nymain .leftNav > ul > li.on > span {
  transform: rotate(90deg);
}.nymain .leftNav > ul > li.active > span{  transform: rotate(90deg);}
.nymain .leftNav > ul > li.on > a {
  background: rgba(7, 49, 144, 0.04);
 color: #d60412;
  font-weight: 600;
}
.nymain .leftNav>ul>li.active ul {
  display: block;
}
.nymain .leftNav>ul>li:hover {
}
.nymain .leftNav>ul>li:hover> a {
  color: rgb(187, 21, 21);
  border: 0px;
  padding-left: 20px;
  background: url("../images/lli2.png") left center / 14px 14px no-repeat;
}
.nymain .leftNav>ul>li:hover >a::after {
  display: block;
}
.nymain .leftNav > ul > li > ul {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.nymain .leftNav > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 40px;
  border-top: 1px solid rgb(238, 238, 238);
  padding-left: 65px;
  color: rgb(102, 102, 102);
}.nymain .leftNav > ul > li > ul > li:hover > a{color: #d60412;}
.ny-right {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 300px;
}
.ny-rcom {
  font-size: 24px;
  color: rgb(21, 115, 186);
  margin-bottom: 15px;
  font-weight: normal;
}
.position {
  padding-top: 48px;
}
.position > div {
  position: relative;
  font-size: 14px;
  background: url("../images/pobg.png") right bottom / 100% no-repeat;
}
.position h3 {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  color: rgb(21, 115, 186);
  text-align: left;
  line-height: 24px;
  left: 0px;
  padding-left: 15px;
}
.position h3::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  top: 0px;
  bottom: 0px;
  background: rgb(21, 115, 186);
  z-index: 9;
}
.position span {
  color: rgb(102, 102, 102);
  font-size: 16px;
  /* vertical-align: middle;*/
}
.position img {
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.position a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: rgb(51, 51, 51);
  padding-left: 8px;
  padding-right: 8px;
 /* vertical-align: middle;*/
}
.position a:hover {
  color: rgb(181, 1, 1);
}
.position a:last-child {
  margin-right: 12px;
}
.position a.active {
  background-color: rgb(181, 1, 1);
  color: rgb(255, 255, 255);
  margin-left: 3px;
}
.jxjzl {
}
.jxjzl .jxjzlmain {
  margin-top: 50px;
}
.jxjzl .jxjzlmain h4 {
  font-weight: normal;
  font-size: 26px;
}
.jxjzl .jxjzlmain h4 img {
}
.jxjzl .jxjzlmain h4 span {
  display: inline-block;
  margin-top: -3px;
  font-size: 26px;
  line-height: 35px;
  vertical-align: top;
}
.jxjzl .jxjzlmain ul li {
  position: relative;
  font-size: 20px;
  line-height: 60px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jxjzl .jxjzlmain ul li:hover a {
  color: #bb1515;
}
.jxjzl .jxjzlmain ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgb(51, 51, 51);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.jxjzl .jxjzlmain ul li a {
  color: rgb(51, 51, 51);
}
.zhpjzs {padding: 22px;}
.zhpjzs ul li {
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgb(233, 233, 233);
}
.zhpjzs ul li a {
  display: block;
  overflow: hidden;
}
.zhpjzs ul li a .date {
  float: left;
  width: 72px;
  text-align: center;
  margin-right: 20px;
}
.zhpjzs ul li a .day {
  font-size: 34px;
  font-family: Cambria;
  color: rgb(187, 21, 21);
}
.zhpjzs ul li a .year {
  font-size: 16px;
  line-height: 28px;
  font-family: Cambria;
  color: rgb(187, 21, 21);
}
.zhpjzs ul li a .text {
  position: relative;
  overflow: hidden;
  /* padding-left: 35px; */
  font-size: 0px;
  line-height: 69px;
}
.zhpjzs ul li a .text::before {
  /*content: "";*/
  position: absolute;
  height: 35px;
  width: 2px;
  background-color: rgb(161, 161, 161);
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(18deg);
}
.zhpjzs ul li a .text p {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(51, 51, 51);
  font-size: 20px;
}
.zhpjzs ul li:hover a .text p {
  color: rgb(187, 21, 21);
}
/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â® */
.xsz {
}
.xsz ul {
  font-size: 0;
}
.xsz ul li {
  position: relative;
  display: inline-block;
  width: 32%;
  /* padding: 30px; */
  border: 1px solid #efefef;
  margin-top: 60px;
  margin-left: 2%;
}
.xsz ul li:hover {
  background: url(../images/xszbg2.png) no-repeat center center;
  background-size: cover;
}
.xsz ul li:hover h4 {
  color: #fff;
}
.xsz ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.xsz ul li:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 75px;
  height: 45px;
  border-top: 2px solid #f19aa7;
  border-right: 2px solid #f19aa7;
}
.xsz ul li a {
  padding: 30px;
  display: block;
}
.xsz ul li a h4 {
  font-size: 20px;
  color: #1a44a3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xsz ul li a p {
  font-size: 14px;
  line-height: 18px;
  color: #8e8e8e;
  margin-top: 18px;
  max-height: 36px;
  overflow: hidden;
}
.xsz ul li:hover a p {
  color: rgba(255, 255, 255, 0.55);
}
.xsz ul li a span {
  width: 59px;
  height: 11px;
  position: absolute;
  bottom: 15px;
  right: 18px;
  background: url(../images/xszmo.png) no-repeat center center;
  background-size: 59px 11px;
  z-index: 9;
}
.xsz ul li:hover a span {
  background: url(../images/xszmo2.png) no-repeat center center;
  background-size: 59px 11px;
}
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â¡ */
.zszy {
}
.zszym {
  position: relative;
  margin-top: 25px;
}
.zszym .pic #video1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0);
}
.zszym .pic {
  cursor: pointer;
  padding-top: 40.7%;
  max-width: 80%;
  margin: 0 auto;
}
.v-play {
  cursor: pointer;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zszy .zszyb {
  margin-top: 77px;
}
.zszy .zszyb ul {
  font-size: 0;
}
.zszy .zszyb ul li {
  background-color: #f7f7f7;

  width: 48%;
  display: inline-block;
}
.zszy .zszyb ul li:nth-child(2n) {
  margin-left: 4%;
}
.zszy .zszyb ul li:nth-child(n + 3) {
  margin-top: 45px;
}
.zszy .zszyb ul li a {
  display: block;
}
.zszy .zszyb ul li .titt {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #bb1515;
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.zszy .zszyb ul li h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  /* padding-top: 10px;
  padding-bottom: 10px;
  background-color: #bb1515; */
  color: #fff;
  padding-left: 20px;
  border-left: 4px solid #fff;
}
.zszy .zszyb ul li .text {
  background-color: #f7f7f7;
  padding: 15px 17px;
}
.zszy .zszyb ul li .text p {
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  max-height: 136px;
  overflow: hidden;
  margin-top: 20px;
}
.zszy .zszyb .sp {
  position: relative;
  float: right;
  width: 316px;
  margin-left: 15px;
}
.zszy .zszyb .pic {
  padding-top: 65.5%;
}
.zszy .zszyb .sp #video1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0);
}
.zszy .zszyb .pic:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zszyplay2.png) no-repeat;
  background-position: center center;
  background-size: 97px 98px;
  z-index: 99;
}
/* ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
.bmlc {
  position: relative;
  padding-top: 45px;
}
.titbm {
  margin-bottom: 38px;
}
.titbm h4 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.bmlcb {
  position: relative;
}
.bmlcb::after {
  position: absolute;
  content: "";
  top: 40px;
  bottom: 40px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d2d2d2;
}
.bmlcb .bmtop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bmlcb .bmbot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bmlcb .info1 {
  margin-top: 185px;
  float: left;
  width: 50%;
  padding-left: 65px;
  /* margin-left: 53px; */
  padding-right: 25px;
}
.bmlcb ul li {
  position: relative;
}
.bmlcb ul li p {
  font-size: 18px;
  line-height: 28px;
  padding-top: 27px;
  min-height: 145px;
  /* padding-bottom: 37px; */
  padding-left: 30px;
  padding-right: 60px;
  padding-bottom: 35px;
}
.info1 li p {
  background: url(../images/bmlcl.png) no-repeat center center;
  background-size: 100% 100%;
}
.info1 ul li {
  margin-bottom: 118px;
}
.info2 {
  float: right;
  width: 50%;
  margin-top: 55px;
  padding-right: 65px;
  padding-left: 25px;
}
.info2 ul li {
  margin-bottom: 128px;
}
.info2 ul li p {
  background: url(../images/bmlcr.png) no-repeat center center;
  background-size: 100% 100%;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 35px;
}
.info1 ul li .num {
  position: absolute;
  right: -20px;
  top: 20px;
  font-size: 30px;
  color: #001e61;
  font-family: "Georgia";
}
.info2 ul li .num {
  position: absolute;
  left: -20px;
  top: 20px;
  font-size: 30px;
  color: #001e61;
  font-family: "Georgia";
}
/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¢ */
.lqcx {
  padding-top: 47px;
}
.lqcx .lqtit {
  margin-bottom: 25px;
}
.lqcx .lqtit h4 {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.lqcx table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f4f6f9;
  /* border: none; */
  border: 1px solid #dfe0e1;
  border-left: none;
  border-right: none;
}
.lqcx table tr {
  border: 1px solid #dfe0e1;

  border-left: none;
  border-right: none;
}
.lqcx table tr th {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #001e61;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.lqcx table tr th:first-child {
  width: 14.5%;
}
.lqcx table tr th:nth-child(2) {
  width: 17.8%;
}
.lqcx table tr th:nth-child(3) {
  width: 26.2%;
}
.lqcx table tr th:nth-child(4) {
  width: 19.4%;
}
.lqcx table tr th:nth-child(5) {
  width: 22.1%;
}
.lqcx table tr td {
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #333333;
  border-width: 1px;
  word-break: break-all;
}
.lqcx table tr td a {
  display: block;
  font-size: 18px;
  text-align: center;

  color: #333333;
  border-width: 1px;
}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€¦Ã‚Â¾ */
.lxzb {
  padding-top: 50px;
}
.lxzb h4 {
  font-size: 26px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
}
.lxzb p {
  font-size: 20px;
  line-height: 39px;
  color: #333333;
  vertical-align: middle;
  /* margin-left: 15px; */
}
.lxzb p img {
  margin-right: 15px;
  vertical-align: middle;
}
.lxzbb {
  font-size: 0;
  margin-top: 45px;
}
.lxzbb > div {
  display: inline-block;
}
.lxzbb > div:last-child {
  margin-left: 110px;
}
.lxzbb > div p {
  text-align: center;
  font-size: 20px;
  color: #333333;
}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
.lxzsz {
}
.lxzsz .lszszt {
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1eaf3;
}
.lxzsz .lszszt ul {
  font-size: 0;
}
.lxzsz .lszszt ul li {
  cursor: pointer;
  display: inline-block;
  /* padding-top: 23px;
  padding-bottom: 23px; */
  /* line-height: 65px; */
  /* background: url(../images/lxzszbg.png) no-repeat center center;
  background-size: cover; */
  width: 23%;
  margin-left: 2.66%;
  margin-top: 25px;
  text-align: center;
  /* border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}

.lxzsz .lszszt ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.lxzsz .lszszt li {
  position: relative;
  background: url(../images/lxzszbg.png) no-repeat center center;
  background-size: cover;
  display: block;
  width: 100%;
  font-size: 22px;
  color: #333333;
  padding-top: 23px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* padding-bottom: 23px; */
}
.lxzsz .lszszt a p {
  /* background: url(../images/lxzszbg.png) no-repeat center center;
  background-size: cover; */
  /* line-height: 42px; */
}
.lxzsz .lszszt li.on {
  font-size: 18px;
  color: #fff;
  padding-top: 16px;
  background: url(../images/lxzsza.png) no-repeat center center;
  background-size: 100% 100%;
}
.lxzsz .lszszt li span {
  top: -5px;
  position: relative;
  opacity: 0;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 30px;
  /* background: url(../images/lxzszsp.png) no-repeat center center; */
}
.lxzsz table {
  width: 100%;
  border: 1px solid #c2c2c2;
  border-collapse: collapse;
}
.lxzsz .lszszt li.on span {
  opacity: 1;
}
.lxzsz .lszszt li.on p {
  font-size: 18px;
  padding-bottom: 10px;
}
.lszszb {
  margin-top: 45px;
}
.lxzsz table tr th {
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  padding: 13px 0;
}
.lxzsz table tr td {
  text-align: center;
  font-size: 20px !important;
  color: #333333;
  padding: 25px 0;
  word-break: break-all;
}
.lxzsz table tr td span {
    font-size: 20px !important;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“" !important;
}
.lxzsz table tr td a {
  display: block;
  font-size: 20px;
  color: #333333;
}
.lxzsz table tr th:first-child {
  width: 12.3%;
}
.lxzsz table tr th:nth-child(2) {
  width: 16.5%;
}
.lxzsz table tr th:nth-child(3) {
  width: 18.2%;
}
.lxzsz table tr th:nth-child(4) {
  width: 16.5%;
}
.lxzsz table tr th:nth-child(5) {
  width: 16.5%;
}
.lxzsz table tr th:nth-child(4) {
  width: 20%;
}
.lszszb ul li {
  display: none;
}
/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â± */
.xyly {
}
.xyly ul {
  font-size: 0;
}
.xyly ul li {
  display: inline-block;
  width: 28.8%;
  margin-top: 50px;
  margin-left: 6.8%;
}
.xyly ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.xyly ul li a {
  display: block;
}
.xyly ul li p {
  font-size: 18px;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xyly ul li:hover p {
  color: #bb1515;
}
.xyly ul li .pic {
  padding-top: 66.5%;
}
/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â· */
.xxpj {
  padding-top: 45px;
}
.xxpj p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.xxpj h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“2 */
.jzxjzc2 {
  padding-top: 45px;
}
.jzxjzc2 table {
  width: 100%;
  background-color: #eef1f9;
}
.jzxjzc2 table tr th:first-child {
  width: 39.5%;
  text-align: center;
}
.jzxjzc2 table tr th:last-child {
  width: 60.5%;
  padding-left: 188px;
  border-left: 1px solid #001e61;
}
.jzxjzc2 table tr th {
  font-size: 24px;
  color: #fff;
  /* background-color: #001e61; */
  padding-top: 18px;
  padding-bottom: 18px;
}
.jzxjzc2 table tr:first-child {
  background-color: #001e61;
}
.jzxjzc2 table tr:nth-child(n + 2) {
  background-color: #eef1f9;
}
.jzxjzc2 table tr td {
  border: 1px solid #d2d8e7;
  border-top: 0;
  border-right: 0;
}
.jzxjzc2 {
  font-size: 0;
}
.jzxjzc2 table tr:nth-child(n + 2) td.ce {
  text-align: center;
  border: 0;
}
.jzxjzc2 .tit1 {
  font-size: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  display: inline-block;
  width: 39.5%;
  text-align: center;
  background-color: #001e61;
}
.jzxjzc2 .tit2 {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  width: 60.5%;
  padding-left: 188px;
  background-color: #001e61;
  border-left: 1px solid #d1d7e7;
}
.jzxjzc2 .zfl {
  position: relative;
  overflow: hidden;
  background-color: #eef1f9;
  margin-top: 33px;
  border-radius: 20px;
  overflow: hidden;
  /* border-right: 1px solid #d2d8e7; */
}
.jzxjzc2 .zfl .zfll {
  height: 100%;
  /* float: left; */
  display: inline-block;
  width: 39.5%;
  font-size: 18px;
  color: #333333;
  /* position: relative; */
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  border-right: 1px solid #d2d8e7;
  background: url(../images/jzxj2bg.png) no-repeat center center;
}
.jzxjzc2 .zfl .zfll p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #001e61;
}
.jzxjzc2 .zfl .zflr {
  float: right;
  /* position: absolute; */
  display: inline-block;
  width: 60.5%;
}
.jzxjzc2 .zfl .zflr li {
  /* line-height: 50px; */
  /* padding-left: 188px; */
}
.jzxjzc2 .zfl .zflr li a {
  font-size: 18px;
  color: #333333;
  display: block;
  padding-left: 188px;
  border-bottom: 1px solid #d1d7e7;
  padding-top: 13px;
  padding-bottom: 13px;
}
.jzxjzc2 .zfl .zflr li:last-child a {
  border: 0;
}
.jzxjzc2 .zfl .zflr li:hover a {
  color: #bb1515;
}
/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ */
.art-main .art-tit h3 {
  text-align: center;
  font-size: 24px;
  /* font-weight: b; */
  line-height: 24px;
  letter-spacing: 0px;
  color: #d60412;
  margin-top: 30px;
}

.art-main .art-body {
  padding-top: 20px;
}

.art-main .art-body  p {
  color: #333333;
  text-indent: 2em;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

.art-main .art-body img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }
.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  border-bottom: 1px dashed #cccccc;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin-right: 5px;
}

.art-main .cont-tit p .liulan {
  margin-left: 50px;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #888;
  margin: 0 10px;
}

.art-info {
  border-top: 1px dashed #eaeaea;
  margin-top: 25px;
}
.art-main table {
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;
}
.art-main table td {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.art-main .art-body .info > h4 {
  color: #333333;
  text-indent: 2em;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.art-main .art-body .info > p {
  color: #333333;
  text-indent: 2em;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
}
.art-main .art-body .info > p a {
  color: #1a44a3;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .nymain .leftNav > h2 {
    line-height: 46px;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    background: #001e61;
  }
  .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 !important;
    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;
  }
  .nymain .leftNav > ul > li > span {
    top: 8px;
  }
  .position > div {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    /* background-size: 100% 100%; */
  }
  .position a {
    font-size: 14px;
  }
  .lxzb {
    padding-top: 25px;
  }
  .lxzbb {
    margin-top: 25px;
  }
  .art-main .cont-tit p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .art-main .art-tit h3 {
    font-size: 22px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .zszy .zszyb .sp {
    width: 260px;
  }
  .jzxjzc2 .zfl .zflr li a {
    padding-left: 0;
    text-align: center;
  }
  .jzxjzc2 .tit2 {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .bmlcb .info1 {
    padding-left: 25px;
  }
  .info2 {
    padding-right: 25px;
  }
  .zszy .zszyb .sp {
    width: 220px;
  }
  .zszy .zszyb ul li .text p {
    margin-top: 5px;
  }
  .zszy .zszyb ul li .text {
    padding: 15px 10px;
  }
  .nymain .leftNav {
    width: 275px;
  }
  .xsz ul li {
    width: 48%;
    margin-left: 0;
  }
  .xsz ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .ny-fix {
    height: 320px;
    width: 160px;
    padding-top: 60px;
    padding-left: 25px;
  }
  .ny-fix::after {
    width: 40px;
    height: 80px;
    background-size: 100% 100%;
  }
  .ny-fix ul li:last-child {
    margin-top: 38px;
  }
  .ny-fix ul li p {
    font-size: 14px;
  }

  .lxzsz .lszszt ul li:nth-child(4n + 1) {
    margin-left: 0;
  }

  .nymain .ny-right .lxzsz .lszszt ul li {
    width: 32%;
    margin-left: 2%;
  }
  .nymain .lxzsz .lszszt ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .lxzsz table tr th {
    font-size: 18px;
  }
  .lxzsz table tr td {
    font-size: 18px;
  }
  .lxzsz table tr td a {
    font-size: 18px;
  }
  .jzxjzc2 .zfl .zflr li a {
    padding-left: 0;
    text-align: center;
  }
  .jzxjzc2 .tit2 {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .jxjzl .jxjzlmain {
    margin-top: 30px;
  }
  .jxjzl .jxjzlmain h4 span {
    font-size: 24px;
    margin-top: 0;
  }
  .jxjzl .jxjzlmain ul li {
    line-height: 45px;
    font-size: 17px;
  }
  .zhpjzs ul li {
    padding-top: 15px;
  }
  .zhpjzs ul li a .text::before {
    left: 10px;
  }
  .zhpjzs ul li a .date {
    margin-right: 10px;
  }
  .zhpjzs ul li a .text {
    padding-left: 30px;
  }
  .ny-fix {
    display: none !important;
  }
  .lqcx .lqtit h4 {
    font-size: 22px;
  }
  .lqcx {
    padding-top: 25px;
  }
  .lqcx table tr th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .lqcx table tr td a {
    font-size: 17px;
  }
  .lqcx table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .titbm h4 {
    font-size: 22px;
  }
  .bmlc {
    padding-top: 25px;
  }
  .titbm {
    margin-bottom: 25px;
  }
  .xsz ul li {
    margin-top: 30px;
  }
  .xsz ul li a h4 {
    font-size: 18px;
  }
  .lxzb p {
    font-size: 18px;
  }
  .lxzb h4 {
    font-size: 22px;
  }
  .jzxjzc2 .zfl .zflr li a {
    font-size: 16px;
  }
  .jzxjzc2 .zfl .zfll {
    font-size: 16px;
  }
  .jzxjzc2 .tit1 {
    font-size: 20px;
  }
  .jzxjzc2 .tit2 {
    font-size: 20px;
  }
  .jzxjzc2 {
    padding-top: 25px;
  }
  .lxzsz .lszszt ul li p {
    font-size: 20px;
  }
  .lxzsz .lszszt li.on {
    padding-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .jxjzl .jxjzlmain ul li {
    line-height: 40px;
    font-size: 15px;
  }
  .jxjzl .jxjzlmain {
    margin-top: 25px;
  }
  .ny-right {
    padding-bottom: 150px;
  }
  .jxjzl .jxjzlmain h4 span {
    font-size: 20px;
  }
  .zhpjzs ul li a .day {
    line-height: 28px;
    font-size: 26px;
  }
  .zhpjzs ul li a .text {
    line-height: 55px;
  }
  .zhpjzs ul li a .text::before {
    height: 25px;
  }
  .zhpjzs ul li a .text p {
    font-size: 17px;
  }
  .zhpjzs ul li {
    padding-top: 10px;
  }
  .xxpj p {
    font-size: 16px;
  }
  .xxpj {
    padding-top: 25px;
  }
  .lqcx .lqtit h4 {
    font-size: 20px;
  }
  .lqcx table tr th {
    font-size: 15px;
  }
  .lqcx table tr td {
    font-size: 15px;
  }
  .lqcx table tr td a {
    font-size: 15px;
  }
  .bmlcb ul li p {
    padding-left: 25px;
    padding-right: 35px;
  }
  .info2 ul li p {
    padding-left: 35px;
    padding-right: 25px;
  }
  .bmlcb ul li p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
  }
  .titbm h4 {
    font-size: 20px;
  }
  .zszy .zszyb ul li h4 {
    font-size: 18px;
    padding-left: 12px;
  }
  .zszy .zszyb .sp {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .zszy .zszyb .pic:after {
    background-size: 80px 80px;
  }
  .zszy .zszyb {
    margin-top: 40px;
  }
  .zszy .zszyb ul li .titt {
    padding-left: 20px;
  }
  .v-play img {
    width: 80px;
  }
  .xyly ul li p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .xyly ul li {
    width: 31%;
    margin-left: 2.8%;
    margin-top: 25px;
  }
  .xsz ul li a h4 {
    font-size: 18px;
  }
  .xsz ul li a p {
    margin-top: 10px;
  }
  .xsz ul li a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .lxzb p {
    font-size: 16px;
  }
  .lxzb p img {
    margin-right: 7px;
  }
  .lxzbb > div:last-child {
    margin-left: 70px;
  }
  .lxzb h4 {
    font-size: 20px;
  }
  .lxzbb > div p {
    font-size: 18px;
  }
  .lxzsz table tr th {
    font-size: 16px;
  }
  .lxzsz table tr td {
    padding: 15px 0;
  }
  .lxzsz table tr td {
    font-size: 16px;
  }
  .lxzsz table tr td a {
    font-size: 16px;
  }
  .lxzsz .lszszt li {
    font-size: 18px;
  }
  /* .lxzsz .lszszt li:hover {
    padding-top: 13px;
  } */
  .lxzsz .lszszt span {
    margin-top: -3px;
  }
  .lxzsz .lszszt {
    margin-top: 10px;
  }
  .jzxjzc2 .zfl .zflr li a {
    font-size: 15px;
  }
  .jzxjzc2 .zfl .zfll {
    font-size: 15px;
  }
  .jzxjzc2 .tit1 {
    font-size: 18px;
  }
  .jzxjzc2 .tit2 {
    font-size: 18px;
  }
  .lxzsz .lszszt li.on p {
    font-size: 16px;
  }
  .lxzsz .lszszt ul li p {
    font-size: 18px;
  }
  .art-main .art-body > p {
    line-height: 28px;
  }
  .art-main .art-body .info > h4 {
    margin-bottom: 5px;
  }
  .art-main table td {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .art-main .art-body .info > p {
    line-height: 28px;
    margin-bottom: 5px;
  }
  .art-main .art-body > p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  .jxjzl .jxjzlmain ul li {
    font-size: 14px;
    /* font-size: 35px; */
    line-height: 35px;
  }
  .jxjzl .jxjzlmain h4 span {
    font-size: 18px;
  }
  .position a {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 24px;
  }
  .nymain .leftNav > ul > li {
    padding-left: 30px;
  }
  .zhpjzs ul li a .date {
    width: 60px;
    margin-right: 3px;
  }
  .zhpjzs ul li a .year {
    font-size: 12px;
    line-height: 22px;
  }
  .zhpjzs ul li a .text {
    padding-left: 20px;
    line-height: 27px;
  }
  .zhpjzs ul li a .text p {
    font-size: 14px;
  }
  .zhpjzs ul li a .day {
    font-size: 22px;
    line-height: 22px;
  }
  .zhpjzs ul li a .text::before {
    height: 25px;
    left: 5px;
    width: 1px;
  }
  .nymain .leftNav ul li a {
    font-size: 14px;
  }
  .xxpj p {
    font-size: 14px;
    line-height: 26px;
  }
  .xxpj h4 {
    font-size: 16px;
  }
  .lqcx table tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .lqcx table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .lqcx table tr td a {
    font-size: 12px;
  }
  .lqcx .lqtit h4 {
    font-size: 16px;
  }
  .bmlcb .info1 {
    padding-left: 0;
    padding-right: 16px;
  }
  .info2 {
    padding-right: 0;
  }
  .info1 ul li .num {
    font-size: 24px;
    top: 20px;
    right: -15px;
  }
  .info2 ul li .num {
    font-size: 24px;
    top: 20px;
    left: -15px;
  }
  .bmlcb ul li p {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .info2 ul li p {
    padding-left: 20px;
    padding-right: 15px;
  }
  .info2 {
    padding-left: 16px;
  }
  .titbm h4 {
    font-size: 16px;
  }
  .zszy .zszyb ul li h4 {
    font-size: 16px;
    border-left: 2px solid #fff;
    line-height: 20px;
  }
  .v-play img {
    display: none;
  }
  .zszy .zszyb ul li .text p {
    font-size: 12px;
  }
  .xyly ul li {
    width: 48%;
    margin-left: 0;
  }
  .xyly ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .xyly ul li p {
    font-size: 14px;
    padding-bottom: 0;
  }
  .xsz ul li {
    width: 100%;
  }
  .xsz ul li a h4 {
    font-size: 16px;
  }
  .xsz ul li:nth-child(2n) {
    margin-left: 0;
  }
  .nymain .leftNav > h2 {
    font-size: 15px;
  }
  .lxzb p {
    font-size: 14px;
  }
  .lxzb h4 {
    margin-bottom: 10px;
  }
  .lxzbb > div:last-child {
    margin-left: 50px;
  }
  .lxzb p {
    line-height: 33px;
  }
  .lxzbb > div p {
    font-size: 16px;
  }
  .lxzbb > div p {
    line-height: 25px;
  }
  .lxzb h4 {
    font-size: 18px;
  }
  .lxzbb > div img {
    width: 150px;
  }
  .nymain .ny-right .lxzsz .lszszt ul li {
    width: 48%;
    margin-left: 4%;
  }
  .nymain .ny-right .lxzsz .lszszt ul li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .lszszb {
    margin-top: 25px;
  }
  .lxzsz .lszszt li {
    font-size: 16px;
  }
  .lxzsz .lszszt li {
    font-size: 14px;
  }
  .lxzsz .lszszt {
    margin-top: 5px;
  }
  .lxzsz .lszszt li {
    padding-top: 16px;
  }
  .lxzsz .lszszt li p {
    padding-bottom: 5px;
  }
  .lxzsz table tr th {
    padding: 8px 0;
    font-size: 14px;
  }
  .lxzsz table tr td {
    padding: 8px 0;
    font-size: 14px;
  }
  .lxzsz table tr td a {
    font-size: 14px;
  }
  .jzxjzc2 .zfl .zflr li a {
    font-size: 14px;
  }
  .jzxjzc2 .zfl .zfll {
    font-size: 14px;
  }
  .jzxjzc2 .tit1 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .jzxjzc2 .tit2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .jzxjzc2 .zfl .zflr li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .lxzsz .lszszt li span {
    top: -4px;
    line-height: 20px;
  }
  .info2 ul li {
    margin-bottom: 100px;
  }
  .info1 ul li {
    margin-bottom: 100px;
  }
  .lxzsz .lszszt ul li p {
    font-size: 18px;
  }
  .art-main .art-tit h3 {
    font-size: 20px;
  }
  .art-main .art-body .info > h4 {
    font-size: 16px;
  }
  .art-main .art-body .info > p {
    font-size: 15px;
  }
  .art-main .art-body > p {
    font-size: 15px;
  }
  .art-main .cont-tit p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 460px) {
  .zszy .zszyb ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .zszy .zszyb ul li:nth-child(2n) {
    margin-left: 0;
  }
  .zszy .zszyb ul li:nth-child(n + 3) {
    margin-top: 0;
  }
  .zszy .zszyb ul li .text p {
    font-size: 12px;
  }
  .zszy .zszyb ul li h4 {
    font-size: 15px;
  }
  .lxzbb > div {
    /* display: block; */
    /* margin: 0 auto; */
  }
  .lxzbb > div:last-child {
    margin-left: 30px;
  }
  .lxzbb > div img {
    width: 120px;
  }
  .lxzsz table tr td {
    font-size: 12px;
  }
  .lxzsz table tr td a {
    font-size: 12px;
  }
  .lxzsz table tr th {
    font-size: 12px;
  }
  .lxzsz .lszszt li {
    font-size: 14px;
  }
  .lxzsz .lszszt li span {
    line-height: 22px;
    top: -3px;
  }
  .lxzsz .lszszt li.on {
    padding-top: 8px;
  }
  .lxzsz .lszszt ul li p {
    font-size: 16px;
  }
  .lxzsz .lszszt li.on p {
    font-size: 14px;
  }
  .art-main .art-tit h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .art-main .art-body .info > p {
    font-size: 14px;
  }
  .art-main .art-body > p {
    font-size: 14px;
  }
}