@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.topic_bg {
  background: #fafafa url(../images/subbg.png) no-repeat bottom center;
  background-size: 100% auto;
}

a {
  text-decoration: none;
  color: #111111;
}

a:hover {
  color: #005bac;
}

.row {
  clear: both;
}

html {
  font-size: 100px;
}

/*头部*/
.header {
  width: 100%;
  height: 360px;
  background: url(/jjw/2025/images/bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.top {
  max-width: 1200px;
  height: 300px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*
.logo{ height:319px;position:relative;}
.logo .logo01{ display: inline-block; max-width: 323px; margin: 5px 0 0 0; overflow: hidden; position: relative;z-index: 9;}
.logo .logo01 .logo_01{ display: inline-block;float: left;width: 53%; }
.logo .logo01 .logo_02{ display: inline-block; width: 42%; float: right; margin: 7px 0; }
.logo a.logo02{ display: block; position: relative;z-index: 1;}
.logo_link{width:711px;height:319px; display:block;}*/
.logo {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.nav {
  height: 56px;
  line-height: 56px;
  background-color: #005bac;
}

.nav ul li {
  float: left;
  color: #ffffff;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  padding: 0px 7%;
}

.nav ul li:first-child {
  background: none;
}

.nav ul li a {
  color: #ffffff;
  font-size: 18px;
}

#nav > li:hover a,
.nav ul li.on a,
.nav ul li .subNav a:hover {
  color: #ffffff;
}

.nav ul li .subNav {
  top: 56px;
  padding: 10px;
  width: auto;
  background: #005bac;
}

.nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 20px;
  padding: 3px 10px 3px 20px;
}

.nav ul li.on .subNav dl dd {
  color: #016d38;
}

.nav ul li.on .subNav dl dd a {
  padding: 0px;
}

.sub_left li strong.arrow {
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: #7f0007;
  z-index: 33;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.sub_left li strong.arrow:hover {
  background-color: #f3d949;
}

.nav-block {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchbox {
  border-radius: 6px;
  background: #fff;
  height: 34px;
  padding: 6px;
  box-sizing: border-box;
}

.searchbox .searchform {
  display: flex;
  height: 100%;
}

.searchbox .searchform input {
  height: 100%;
  color: #999;
  border: none;
  background: none;
  outline: none;
  border-right: 1px solid #8fa5cc;
  display: block;
  box-sizing: border-box;
  margin-right: 10px;
}

.searchbox .searchform button {
  border: none;
  background: transparent;
  cursor: pointer;
}

#nav {
  width: 980px;
  background-size: cover;
  height: 56px;
}

.Banner {
  position: relative;
}

.imgResponsive {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}

.videoPlay {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  color: #333;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  /*background-color:rgba(255,255,255,0.6);*/
}

.videoPlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 80;
}

.Banner .videoPlay i {
  z-index: 81;
  position: relative;
  width: 22px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
}

.Banner .flexslider ul.slides li .videoPlay i img {
  width: 100%;
  height: auto;
}

.icon-bofang1:before {
  padding: 2px 0 0 5px;
  display: block;
}

.videoShow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
}

.pageleft .left-lmname {
  background: url("/jjw/2025/images/leftbg.jpg") no-repeat left top;
  height: 85px;
  padding: 13px 10px 5px 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.pageleft .list-sub a {
  display: block;
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  padding-left: 30px;
  cursor: pointer;
  color: #333333;
  border-bottom: #f0f0f0 1px solid;
}

.pageleft .list-sub li.on,
.pageleft .list-sub li:hover {
  display: block;
  font-size: 16px;
  cursor: pointer;
  border-left: #005bac 3px solid;
  background: url(/jjw/2025/images/sub_bgh.png) right 10px center no-repeat;
  background-size: 30px auto;
}

/*手机端导航*/
.snav {
  display: none;
  height: 35px;
  background-color: #005bac;
  width: 100%;
  position: relative;
}

.mbtn {
  height: 30px;
  width: 30px;
  cursor: pointer;
  float: left;
  margin-right: 30px;
}

.navm {
  width: 100%;
  line-height: 30px;
  background-color: #005bac;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 30px;
  left: 0;
  z-index: 1000;
}

.navm > ul {
  padding: 10px 0 0 0;
  border-top: 1px solid #62a8e0;
}

.navm li {
  border-bottom: 1px solid #62a8e0;
  position: relative;
}

.navm li strong.arrow {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  right: 5px;
  top: 0;
  display: block;
  color: #fff;
  background-color: #9f0007;
}

.navm li a {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0px 10px 13px;
  color: #fff;
  display: block;
  width: 90%;
}

.navm li a:hover {
  color: #fff;
}

.navm li.sub_has span {
  margin-left: 10px;
}

.navm li.on a {
  color: #fff;
  display: block;
  width: 100%;
}

.navm dl {
  display: none;
  background-color: #fff;
  color: #004489;
}

.navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 8px 0px 8px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0px;
}

.navm li dl dd a:hover {
  color: #9f0007;
}

.sub_left {
  background: #e3e3e3;
}

.sub_left li {
  position: relative;
}

.sub_left li a {
  position: relative;
  z-index: 1;
  padding: 14px 22px 14px 20px;
  display: block;
  font-size: 12px;
  font-size: 1.2em;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #fff;
  text-align: left;
  color: #333333;
}

.sub_left li a:hover,
.sub_left li a.active {
  border-left: 5px solid #005bac;
  border-right: 5px solid #005bac;
  background-color: #fff;
  padding: 14px 22px 14px 15px;
  border-top: 1px solid #fff;
}

.sub_left li strong.arrow {
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: #005bac;
  z-index: 33;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.sub_left li strong.arrow:hover {
  background-color: #005bac;
  color: #ffffff;
}

.twoJ_menu {
  background-color: #fff;
  display: none;
}

.sub_left .twoJ_menu dd a {
  padding: 8px 22px 8px 20px;
  font-size: 10px;
  font-size: 1em;
}

.sub_mbtn {
  width: 100%;
  height: 40px;
  background: url(/jjw/2025/images/heart2019/sub-mbtn02.png) no-repeat center center;
  background-color: #d8d8d8;
  cursor: pointer;
  display: none;
}

.open {
  background: url(/jjw/2025/images/heart2019/sub-mbtn02.png) no-repeat center center;
  background-color: #d8d8d8;
}

.sub_navm {
  width: 100%;
  overflow: hidden;
  display: none;
}

.sub_navm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #003c7f;
}

.sub_navm h2 a {
  padding-left: 13px;
  font-size: 20px;
  font-family: Tahoma;
  display: block;
  color: #fff;
}

.sub_navm li {
  position: relative;
}

.sub_navm li a {
  font-size: 14px;
  color: #282828;
  padding-left: 13px;
  font-family: Helvetica;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
}

.sub_navm li a:hover {
  color: #005bac;
}

.sub_navm li.sub_has span {
  margin-left: 10px;
}

.sub_navm li.on a {
  color: #7f0007;
  display: block;
  width: 100%;
}

.sub_navm dl {
  display: none;
  background-color: #fff;
  padding: 0px 0px 5px;
}

.sub_navm dl dd {
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dotted #ddd;
}

.sub_navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
  height: 30px;
  line-height: 30px;
}

.sub_navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.sub_navm li dl dd a:hover {
  color: #005bac;
}

.sub_navm li strong.phone_arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  color: #005bac;
  cursor: pointer;
}

.subPage_con {
  width: 100%;
  overflow: hidden;
  min-height: 470px;
}

.content {
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 20px;
  background: #fff;
  overflow: hidden;
}

/*图片轮播*/
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  background: url(/jjw/2025/images/heart2019/a_03.png) no-repeat;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: url(/jjw/2025/images/heart2019/a_hover_03.png) no-repeat;
}

/*.flexslider ul.slides li img{ width:681px; height:411px;}*/
.flex-control-nav {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: right;
  width: auto;
}

.flex-control-paging li {
  margin: 0 0 0 9px;
}

.flex-control-paging li a {
  text-indent: 999em;
}

.til_slides {
  padding: 0 2% 0 2%;
  width: 96%;
  height: 40px;
  line-height: 40px;
  background: url(/jjw/2025/images/heart2019/slider_03.png) repeat-x;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
}

.flexslider .slides > li a {
  padding-bottom: 55.5%;
  height: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.mode01 {
  max-width: 1200px;
  overflow: hidden;
  clear: both;
}

.mode01 .lf {
  width: 58.7%;
  float: left;
}

.mode01 .rt {
  width: 39.3%;
  float: right;
}

.articleList .title {
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
  color: #005bac;
}

.articleList h2 {
  height: 60px;
  line-height: 60px;
  width: auto;
  float: left;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}

.articleList h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #005bac;
  content: "";
  display: block;
  height: 1px;
}

.articleList .title a {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  float: right;
}

.articleList ul {
  padding: 8px 13px 8px 19px;
  border-top: none;
  overflow: hidden;
}

.articleList ul li,
.articleList02 ul li {
  padding: 8px 0 8px 11px;
}

.articleList ul li,
.articleList02 ul li,
.articleList2 ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  position: relative;
}

.articleList ul li::after,
.articleList02 ul li::after,
.articleList2 ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #d3d3d3;
  border-radius: 50%;
  content: "";
  display: block;
  transition: all 0.5s;
}

.articleList ul li:hover::after,
.articleList02 ul li:hover::after,
.articleList2 ul li:hover::after {
  background-color: #003c7f;
}

#news {
  padding: 0 !important;
}

.articleList ul li span {
  float: right;
  color: #999999;
  margin: 0 0 0 10px;
  font-family: "Arial";
}

.articleList ul li a {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  padding: 4px 0;
  border-bottom: 1px dotted #f0f0f0;
}

.mode02 {
  width: 1200px;
  height: 154px;
  background: #f2f2f2;
  margin: 20px auto 13px;
}

.articleList01 .title {
  padding: 15px 18px;
  width: auto;
  float: left;
  width: 17px;
  background: #005bac;
}

.articleList01 .title h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}

.articleList01 ul {
  float: left;
  overflow: hidden;
  width: 1060px;
  padding: 20px 0 0px 0;
}

.articleList01 ul li {
  *vertical-align: middle;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 44px;
  background: url(/jjw/2025/images/heart2019/li01_03.png) no-repeat 30px center;
  float: left;
  width: 440px;
  margin: 0 45px 0 0;
}

.articleList01 ul li span {
  font-size: 14px;
  font-family: Arial;
  color: #999999;
  float: right;
}

.articleList01 ul li a {
  float: left;
}

.articleList01 p {
  width: 15px;
  padding: 45px 16px 0 16px;
  height: 109px;
  background: #e6e6e6;
  float: right;
}

.articleList01 p a {
  font-size: 14px;
  color: #999999;
}

.mode03 {
  max-width: 1200px;
  margin: 40px 0 0 0;
  overflow: hidden;
}

.mode03 .lf {
  width: 49%;
  float: left;
}

.mode06 .lf {
  width: 48%;
  float: left;
}

.mode06 .rt,
.mode03 .rt {
  width: 48%;
  float: right;
}

.mode06 {
  padding-left: 18px;
}

.mode06 .rt {
  background: url(/jjw/2025/images/fbg.png) no-repeat right top;
  background-size: cover;
  border-radius: 20px;
  padding-top: 20px;
}

.mode06 .lf {
  background: url(/jjw/2025/images/lbg.png) no-repeat right top;
  background-size: cover;
  border-radius: 20px;
  padding-top: 20px;
}

.articleList02 .title {
  height: 40px;
}

.articleList03 .title {
  background-color: #005bac;
}

.articleList03 .title h2 {
  color: #ffffff;
}

.articleList02 h2 {
  height: 60px;
  padding-top: 12px;
  width: auto;
  float: left;
  font-size: 22px;
  color: #ffffff;
  margin-left: -18px;
  padding-left: 40px;
  padding-right: 40px;
  background: url(/jjw/2025/images/titlebg.png) no-repeat left top;
  background-size: 100% 100%;
}

.articleList02 .title a {
  width: auto;
  float: right;
  margin-top: 30px;
  padding-right: 20px;
}

.articleList02 ul {
  padding: 0 13px 14px 19px;
  border-top: none;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.articleList02 ul li {
  *vertical-align: middle;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  margin: 5px 0;
}

.articleList02 ul li:last-child {
  border: none;
}

.articleList02 ul li span {
  float: right;
  color: #999999;
}

.articleList02 ul li a {
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
}

.articleList03 .title {
  height: 60px;
}

.articleList03 h2 {
  width: auto;
  float: left;
  height: 60px;
  line-height: 60px;
  width: auto;
  float: left;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}

.articleList03 .title a {
  width: auto;
  float: right;
  margin: 29px 9px 0 0;
  color: #ffffff;
}

.articleList03 ul {
  padding: 8px 13px 14px 19px;
  border: 1px solid #e6aaab;
  border-top: none;
  overflow: hidden;
}

.articleList03 ul li {
  *vertical-align: middle;
  padding: 0 0 0 11px;
  background: url(/jjw/2025/images/li_03.png) no-repeat left center;
  overflow: hidden;
}

.articleList03 ul li span {
  float: right;
  color: #999999;
}

.articleList03 ul li a {
  float: left;
}

.mode04 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.mode04 .lf {
  width: 60%;
  float: left;
  padding: 10px 20px 20px 20px;
  background: #f2f2f2;
}

.mode04 .rt {
  width: 30%;
  float: right;
  padding: 10px 20px;
  background: #f2f2f2;
}

.articleList04 {
  overflow: hidden;
}

.articleList04 ul {
  margin: 20px -15px 5px -15px;
  overflow: hidden;
}

.articleList04 ul li {
  width: 50%;
  float: left;
}

.articleList04 ul li a {
  display: block;
  margin: 0 15px;
  overflow: hidden;
}

.articleList04 ul li a .art-Img {
  display: block;
  height: 0;
  padding-bottom: 56%;
  border: #cccccc 1px solid;
  overflow: hidden;
}

.articleList04 ul li a .art-Text {
  display: block;
  overflow: hidden;
}

.articleList04 ul li a .art-Text h3 {
  font-size: 14px;
  margin: 14px 0 10px 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.articleList04 ul li a .art-Text p {
  font-size: 14px;
  color: #999;
  display: block;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}

.articleList04 ul li a .art-Img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.articleList04 ul li a:hover .art-Img img {
  transform: scale(1.1);
}

.mode05 {
  max-width: 1200px;
  overflow: hidden;
  margin: 30px auto;
  padding: 10px 20px 20px 20px;
  background: #f2f2f2;
}

.articleList_image .rticleList_image_title,
.articleList04 .rticleList_image_title {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #c4080f;
}

.articleList_image .rticleList_image_title h2,
.articleList04 .rticleList_image_title h2 {
  width: auto;
  float: left;
  font-size: 22px;
  color: #005bac;
}

.articleList_image .rticleList_image_title a,
.articleList04 .rticleList_image_title a {
  width: auto;
  float: right;
  color: #999999;
}

.channelImage {
  width: 372px;
  height: 231px;
  float: left;
  margin: 20px 30px 0 0;
  border: 1px solid #cccccc;
}

.channelImage .lk_img {
  height: 0px;
  display: block;
  padding-bottom: 62%;
  width: 100%;
  overflow: hidden;
}

.channelImage .lk_img img {
  width: 100%;
}

.channelText {
  margin: 0 0 0 404px;
  overflow: hidden;
}

.articleList_image ul {
  padding: 10px 0 0 0;
  width: 100%;
  box-sizing: border-box;
}

.articleList_image ul li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  *vertical-align: middle;
  padding: 0 0 0 16px;
  background: url(/jjw/2025/images/li01_03.png) no-repeat left center;
  line-height: 200%;
  overflow: hidden;
}

.articleList_image ul.lf {
  float: left;
}

.articleList_image ul.rt {
  float: right;
}

.articleList_image ul.last_ul {
  width: 100%;
  padding-bottom: 3px;
}

.articleList_image ul.last_ul li {
  height: 40px;
  line-height: 40px;
}

.articleList06 .title {
  margin: 4px 0 0 0;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #c4080f;
}

.articleList06 .title h2 {
  width: auto;
  float: left;
  font-size: 22px;
  color: #005bac;
  font-weight: normal;
}

.articleList06 .title a {
  width: auto;
  float: right;
  color: #999999;
}

.articleList06 ul {
  padding: 5px 0 0 0;
}

.articleList06 ul li {
  *vertical-align: middle;
  height: 39px;
  padding: 0 0 0 16px;
  background: url(/jjw/2025/images/heart2019/li01_03.png) no-repeat left center;
  overflow: hidden;
}

/*主页举报列表*/
#jubaolist {
  display: flex;
  flex-wrap: wrap;
}

#jubaolist > div {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  max-height: 282px;
}

#jubaolist > div:first-child,
#jubaolist > div:nth-child(2) {
  width: 50%;
}

#jubaolist > div:first-child {
  padding-right: 10px;
}

#jubaolist > div:nth-child(2) {
  padding-left: 10px;
}

#jubaolist > div img {
  width: 100%;
  height: 88px;
}

#linkimg li {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  float: left;
}

#linkimg li img {
  width: 200px;
  height: 55px;
}

.zxlist li {
  display: flex;
  border: none !important;
}

.zxlist li .zxdatearea {
  display: flex;
}

.zxdate {
  color: #555555;
  font-weight: bold;
}

.xzyear {
  font-size: 12px;
  line-height: 43px;
  padding: 0 10px;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}

.xzyear:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  content: "";
  height: 38px;
  background: #cc0000;
}

/*底部最先*/
.footer {
  background-color: #005bac;
  overflow: hidden;
}

.copyRight {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: "微软雅黑";
  padding: 20px;
  line-height: 30px;
  color: #fcebeb;
}

/*二级页*/
.subPage {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px;
  margin-top: 20px;
  background: #ffffff;
  min-height: 450px;
  margin-bottom: 60px;
}

.Bread {
  width: auto;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  color: #666;
  padding-left: 20px;
  background: url(/jjw/2025/images/i-add.png) no-repeat left center;
}

.Bread a {
  color: #666;
}

.articleList2 ul {
  margin: 10px 0 0 0;
}

.articleList2 ul li:hover {
  background-color: #f0f9ff;
}

.articleList2 ul li a {
  float: left;
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-left: 11px;
}

.articleList2 ul li span {
  float: right;
  color: #999;
}

.listTitle2 {
  background: none;
  height: 44px;
  line-height: 44px;
  background: #f0f0f0;
}

.listTitle2 h2 {
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  display: inline-block;
  padding: 0 30px;
  line-height: 44px;
  background: #005bac;
  padding-left: 30px;
  color: #ffffff;
}

.subPage .articleList2 {
  overflow: hidden;
}

.pictureList2 ul {
  width: 1000px;
  margin: 15px 0 0 0;
}

.pictureList2 ul li {
  width: 252px;
  float: left;
  margin: 0 44px 0 0;
}

.pictureList2 ul li img {
  width: 252px;
  height: 168px;
}

.pictureList2 ul li p {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/*分页*/
.pages {
  text-align: center;
  height: 28px;
  font-size: 15px;
  line-height: 28px;
  margin: 25px 0 10px 0;
  overflow: hidden;
  padding-left: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7f4ff;
}

.pages img {
  vertical-align: middle;
}

.pages span {
  color: #990000;
  padding: 0 20px 0 0px;
}

.pages a.start,
.pages a.prev,
.pages a.next,
.pages a.end {
  width: auto;
  padding: 0 11px;
}

.pages a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  width: 27px;
  height: 28px;
  *height: 29px;
  font-size: 15px;
  text-align: center;
  color: #636363;
  margin: 0 3px;
}

.pages a img {
  *display: block;
  *margin-top: 8px;
}

.pages a.on_pages {
  background: #c31616;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}

.pages_min {
  margin: 25px 0;
  overflow: hidden;
  display: none;
  font-size: 14px;
}

.pages_min a.prev_min,
.pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 13px;
  float: left;
  background: #f9eeee;
  border-radius: 3px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #005bac;
  color: #fff;
  transition: 0.3s;
}

.picList {
  overflow: hidden;
}

.picList ul {
  margin: 20px -15px;
  overflow: hidden;
}

.picList ul li {
  width: 33.3%;
  float: left;
}

.picList ul li a {
  display: block;
  margin: 8px 15px;
  overflow: hidden;
}

.picList ul li a .art-Img {
  display: block;
  height: 0;
  padding-bottom: 56%;
  border: #cccccc 1px solid;
  overflow: hidden;
}

.picList ul li a .art-Text {
  display: block;
  overflow: hidden;
}

.picList ul li a .art-Text h3 {
  font-size: 14px;
  margin: 14px 0 10px 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.picList ul li a .art-Text p {
  font-size: 14px;
  color: #999;
  display: block;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}

.picList ul li a .art-Img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.picList ul li a:hover .art-Img img {
  transform: scale(1.1);
}

/*** 文章内容 ***/
.articleTitle {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.articleTitle h2 {
  font-size: 18px;
  color: #005bac;
  line-height: 20px;
  padding: 10px 0;
}

.articleTitle h3 {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  padding: 10px 0;
  font-weight: bold;
}

.articleAuthor {
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 10px;
  background: #f5f5f5;
  color: #777;
}

.article {
  overflow: hidden;
  margin: 20px 10px;
  font-size: 16px;
  line-height: 28px;
}

.article img {
  width: 60%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  height: auto;
}

.article i {
  font-style: italic;
}

.article strong {
  font-weight: bold;
}

.Annex {
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}

.Annex h3 {
  font-size: 16px;
  line-height: 30px;
  color: #005bac;
  padding-left: 5px;
}

.Annex ul li {
  height: 26px;
  line-height: 26px;
  background: url(/jjw/2025/images/heart2019/li01_03.png) no-repeat 10px center;
  padding-left: 28px;
}

.Annex ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #656464;
}

.Annex ul li a:hover {
  color: #005bac;
}

.article p,
.nextlink {
  clear: both;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
  text-align: left;
}

.nextlink {
  text-align: left !important;
}

.nextlink {
  text-indent: 0;
}

/*通栏图片页最先*/
.pictureList_tl2 ul {
  width: 1184px;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.pictureList_tl2 ul li {
  width: 252px;
  float: left;
  text-align: center;
  margin: 0 40px 0 0;
}

.pictureList_tl2 ul li img {
  width: 252px;
  height: 168px;
  display: block;
}

.pictureList_tl2 ul li p {
  height: 30px;
  line-height: 30px;
}

/*通栏图片页竣事*/
/*二级页左右分栏最先*/
.con {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}

.con .con_left {
  width: 260px;
  float: left;
  border: 1px solid #e3e3e3;
  margin: 5px 0 0 0;
}

.con .con_left .left_title {
  height: 50px;
  line-height: 50px;
  background: #005bac;
}

.con .con_left .left_title h2 {
  padding: 0 0 0 50px;
  background: url(/jjw/2025/images/heart2019/tb.png) no-repeat 10px center;
}

.con .con_left .left_title h2 a {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #ffffff;
  font-weight: bold;
}

.con .con_right {
  width: 870px;
  height: auto;
  float: right;
}

#nav > li:hover .submenu {
  display: block;
}

.dn {
  display: none;
}

#nav > li {
  position: relative;
}

.submenu {
  position: absolute;
  top: 56px;
  left: 5%;
  width: 90%;
  z-index: 100;
  background: #f0f9ff;
  box-shadow: 3px 8px 8px #999999;
  animation: menuAinmate 0.3s;
  -webkit-animation: menuAinmate 0.3s;
  /* Safari 和 Chrome */
  -o-animation: menuAinmate 0.3s;
  /* Safari 和 Chrome */
  -moz-animation: menuAinmate 0.3s;
}

.submenu li {
  width: 100%;
  text-align: center;
  padding: 0 !important;
}

.submenu li a {
  font-size: 16px;
  color: #005bac !important;
  position: relative;
}

.submenu li a:hover {
  text-decoration: none;
}

.swiper-slide a {
  height: 100%;
}

.swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zxlist {
  margin-top: 20px;
  height: 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 0 6px 0 #f3f5f6;
  border: 2px #d5e4f9 solid;
  padding: 20px;
  background: #f8fbfd;
  border-radius: 8px;
}

.zxlist > div {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}

.zxlist > div:nth-child(1)::after, .zxlist > div:nth-child(3)::after {
  position: absolute;
  top: 20%;
  height: 60%;
  background-color: #89adb9;
  width: 1px;
  content: "";
  right: 0;
  display: block;
}

.zxlist > div:nth-child(1)::before, .zxlist > div:nth-child(2)::before {
  position: absolute;
  left: 20%;
  width: 60%;
  background-color: #89adb9;
  height: 1px;
  content: "";
  bottom: 0;
  display: block;
}

.zxlist > div a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.zxlist > div a img {
  width: 70px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px #d3d3d3;
  margin-right: 20px;
}

/*二级页左右分栏竣事*/
.focus-block {
  padding: 20px;
  background-color: #f0f9ff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.focus-block .focuslist {
  display: flex;
  justify-content: space-between;
}

.focus-block .focuslist .swiper-slide {
  width: 32%;
}

.focus-block .focuslist .swiper-slide img {
  transition: all 0.5s;
}

.focus-block .focuslist .swiper-slide:hover {
  box-shadow: 10px 10px 10px #cccccc;
}

.focus-block .focuslist .swiper-slide:hover img {
  transform: scale(1.05);
}

.focus-block .focus {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.focus-block .focus::before {
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  background: #005bac;
  height: 1px;
  width: 45%;
}

.focus-block .focus::after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  background: #005bac;
  height: 1px;
  width: 45%;
}

.focus-block .focus span {
  font-size: 22px;
  font-weight: bold;
  color: #005bac;
}

.subPage {
  display: flex;
}

.pageleft {
  width: 20%;
  float: left;
}

.pageright {
  width: 80%;
  padding-left: 20px;
}

.pageleft .list-sub li {
  border-left: #f0f0f0 3px solid;
  border-right: 1px solid #f0f0f0;
}

.pageleft .list-sub li.on,
.pageleft .list-sub li:hover {
  padding-left: 0;
}

.pageleft H1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
}

.pageleft span {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 1023px) {
  .pageleft {
    display: none;
  }
  .pageright {
    width: 100%;
    padding-left: 0;
  }
  .search-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: block;
  }
}

@media screen and (max-width: 1386px) {
  .header {
    height: 30vw;
  }
  .top {
    max-width: 1100px;
  }
  .content,
  .subPage {
    max-width: 1058px;
  }
  #nav {
    width: 1146px;
  }
  .articleList_image ul.last_ul li {
    height: 38px;
    line-height: 38px;
  }
  #jubaolist > div {
    padding-bottom: 20px;
  }
}

.search-block .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .top {
    padding: 0 20px;
  }
  .logo {
    padding-top: 0.2rem;
  }
  .nav .nav-block #nav,
  .search-block {
    display: none;
  }
  .search-block.on {
    display: block;
  }
  .search-block.on .close {
    display: block;
  }
  .search-panel {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .search-panel .searchbox {
    width: 100%;
    max-width: 380px;
  }
  .search-panel .searchbox input {
    width: 100%;
  }
  .nav {
    height: 0;
  }
  .snav {
    display: block;
  }
  .Banner {
    margin-top: 20px;
  }
  .Banner,
  .news-swiper,
  .news-swiper a img {
    height: 50vw;
  }
  /*.logo{ height: auto; padding: 10px 0; }
.logo .logo01{ display: block; text-align: center; margin: 25px auto 10px auto; }
.logo .logo02{ margin-top: 20px !important; padding-bottom:20px; }*/
  .header {
    height: auto;
  }
  .top {
    height: auto;
    width: auto;
  }
  .articleList01 .title {
    width: auto;
    float: none;
  }
  .mode02 {
    height: auto;
  }
  .articleList01 ul {
    float: none;
    width: 100%;
  }
  .articleList01 ul li {
    width: auto;
    float: none;
  }
  .articleList01 p {
    width: auto;
    float: none;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .mode01 .lf {
    width: 100%;
    height: auto;
    float: none;
  }
  .mode01 .rt {
    width: 100%;
    height: auto;
    float: none;
    margin: 20px 0 0 0;
  }
  .flexslider {
    width: 100%;
    height: auto;
  }
  .flexslider ul.slides li img {
    width: 100%;
    height: auto;
  }
  .til_slides {
    bottom: 0px;
  }
  .mode04 .lf {
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
  }
  .mode05 {
    margin: 20px auto;
  }
  .mode03 {
    margin: 20px 0 0 0;
  }
  .mode03 .lf {
    margin-bottom: 20px;
  }
  .mode03 .lf,
  .mode03 .rt,
  .mode04 .lf,
  .mode04 .rt {
    width: 100%;
  }
  .articleList .title {
    line-height: 40px;
  }
  .channelImage {
    float: none;
    width: 100%;
    height: auto;
  }
  .channelText {
    margin: 0;
  }
  .focus-block .focuslist {
    flex-wrap: wrap;
  }
  .focus-block .focuslist .swiper-slide {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    background-color: transparent;
  }
  .pages_min {
    display: block;
  }
  .articleList_image ul li {
    width: 50%;
  }
  .article img {
    width: 60%;
  }
  #jubaolist > div {
    padding-bottom: 5px;
    width: 100%;
  }
  #jubaolist > div:first-child {
    padding-right: 5px;
  }
  #jubaolist > div:nth-child(2) {
    padding-left: 5px;
  }
  #linkimg li {
    width: 50%;
    padding: 5px;
    text-align: center;
  }
  .zxdate,
  .xzyear {
    display: none;
  }
  .pageleft {
    display: none;
  }
  .pageright {
    width: 100%;
  }
  #jubaolist > div img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .logo02 img {
    width: 90% !important;
    max-width: unset !important;
  }
  .focus-block .focuslist .swiper-slide {
    width: 100%;
  }
  .picList ul li {
    width: 50%;
  }
  .articleList_image ul li {
    width: 100%;
  }
  /*.logo {padding-top:30px; padding-bottom:30px;}*/
  .articleAuthor {
    font-size: 12px;
  }
  .articleTitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .content {
    padding: 4px 15px 15px 15px;
  }
  .articleList ul li,
  .articleList02 ul li,
  .articleList03 ul li {
    width: auto;
    float: none;
    height: auto;
    background: none;
    line-height: 1.5;
    padding-top: 10px;
  }
  .articleList04 ul {
    margin: 20px -15px 0 -15px;
  }
  .articleList04 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .articleList04 ul li a .art-Text h3,
  .articleList04 ul li a .art-Text p {
    height: auto;
  }
  .articleList h2,
  .articleList02 h2,
  .articleList03 h2,
  .articleList_image .rticleList_image_title h2,
  .articleList04 .rticleList_image_title h2 {
    font-size: 18px;
  }
  .copyRight {
    font-size: 13px;
    padding: 20px 15px;
  }
  .articleList2 ul li {
    height: auto;
    line-height: 1.5;
    padding: 10px 0 10px 11px;
  }
  .articleList2 ul li a {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
    line-height: unset;
  }
  .articleList2 ul li span {
    display: block;
    float: none;
    line-height: unset;
  }
  .picList ul li {
    width: 100%;
  }
  /* .logo .logo01{width: 183px;height:30px;line-height:30px;}
   .logo .logo01 .logo_01,.logo .logo01 .logo_02{height:30px;width:auto;margin: 0;}
   .logo .logo01 a img{height:30px;}*/
  .articleList_image ul li {
    width: 100%;
  }
  .article img {
    width: 90%;
  }
}

.PrevDisabled,
.NextDisabled {
  border: none !important;
}

/*调盘问卷*/
.reseachlist table a {
  background: url(/jjw/2025/images/li01_03.png) no-repeat left top 18px;
  line-height: 40px;
  padding: 0 0 0 20px;
}

.reseachlist table td {
  height: 40px !important;
  font-size: 14px !important;
}

.navon {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .articleList_image ul li {
    width: 100%;
  }
  .zxlist {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 414px) {
  .zxlist {
    padding: 0;
  }
  .zxlist > div a img {
    width: 50px;
  }
}

#nav > li a {
  font-weight: bold;
}

#nav > li:hover > a,
#nav > li > a.on {
  color: #005bac;
  background: url(/jjw/2025/images/navbg-on.png) no-repeat center;
  text-align: center;
  display: block;
  background-size: 100% auto;
}

.linkarea {
  height: 220px;
  width: 100%;
  background: #ffffff url("../images/linkbg2.png") no-repeat top;
}

.linkarea h2 {
  color: #ffffff;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
}

.linkarea .content {
  background: transparent;
}

@keyframes menuAinmate {
  0% {
    top: 60px;
  }
  100% {
    top: 56px;
  }
}

@-webkit-keyframes menuAinmate {
  0% {
    top: 60px;
  }
  100% {
    top: 56px;
  }
}

@-moz-keyframes menuAinmate {
  0% {
    top: 60px;
  }
  100% {
    top: 56px;
  }
}

.underline:after {
  content: "";
  width: 0;
  height: 1px;
  background: #005bac;
  position: absolute;
  top: 40px;
  left: 50%;
  transition: all 0.5s;
}

.underline:hover:after {
  left: 10%;
  width: 80%;
}

.msubmenu {
  background: #62a8e0;
}

.msubmenu li {
  border: none !important;
  padding-left: 10%;
  box-sizing: border-box;
}

/*.flexslider table tr:nth-child(2) div {margin-top:-40px !important; text-align:left; background: rgba(0,0,0,0.8) !important; }*/<!--耗时1766129430.7901秒-->