.pointer {
  cursor: pointer;
}
.center {
  width: 1260px;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: #fff;
  padding: 0 30px;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
/* 消除内外边距 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  font-family: "微软雅黑" !important;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.head_box .head_center {
  background-image: url("../images/header.png");
  background-size: 100% 100%;
  height: 130px;
  display: flex;
  align-items: center;
}
.head_box .head_center .w {
  display: flex;
}
.head_box .head_center .w .wkLogo {
  margin-right: 27px;
  width: 375px;
  object-fit: contain;
}
.head_box .head_center .w .xyLogo {
  margin-right: 27px;
  width: 386px;
  object-fit: contain;
}
.head_box .head_center .w .search {
  flex: 1;
  text-align: right;
}
.head_box .head_bottom {
  background-color: #eee;
}
.head_box .head_bottom .div_nav {
  height: 43px;
}
.head_box .head_bottom .div_nav > ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.head_box .head_bottom .div_nav > ul li {
  list-style: none;
  min-width: 114px;
}
.head_box .head_bottom .div_nav > ul > li {
  position: relative;
}
.head_box .head_bottom .div_nav > ul > li > ul > li {
  border: #d9d9d9 solid 1px;
  border-top: #d9d9d9 solid 0px;
}
.head_box .head_bottom .div_nav > ul > li > ul > li > a {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.head_box .head_bottom .div_nav > ul > li > ul > li:first-child {
  border-top: #d9d9d9 solid 1px;
  /* 其他样式，比如背景色、颜色等 */
}
.head_box .head_bottom .div_nav > ul > li .second {
  display: none;
  z-index: 10000;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.head_box .head_bottom .div_nav > ul > li:hover .second {
  display: block;
  position: absolute;
}
.head_box .head_bottom .div_nav a {
  /* 行内元素转块内元素 */
  display: block;
  /* 去除超链接下划线 */
  text-decoration: none;
  /* 字体颜色 */
  color: #4d4d4d;
  font-weight: bold;
  /* 使用内边距撑开盒子，以便适应不同字数的菜单项 */
  padding: 13.5px 25px;
  /* 设置字体大小 */
  font-size: 16px;
  /* 设置背景颜色 */
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_box .head_bottom .div_nav a:hover {
  /* 使用动画为字体添加动态变化的阴影 */
  color: #0f6099;
  animation: shadow 1s linear 0s infinite alternate;
}
.main {
  background-color: #f5f5f5;
}
.main .swiper_box img {
  object-fit: cover;
}
.main .center-type1 {
  width: 1260px;
  height: 398px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.main .center-type1 .center_top1 {
  display: flex;
  justify-content: space-between;
}
.main .center-type1 .center_top1 .center_top_left {
  width: 890px;
  flex-shrink: 0;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main {
  padding: 20px 0 61px;
  display: flex;
  justify-content: space-between;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_left {
  width: 480px;
  height: 270px;
  min-width: 0;
  flex-shrink: 0;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right #xunhuan_table {
  line-height: 36px;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right #xunhuan_table > div {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  /* 变成小手 */
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right img {
  width: 14px;
  height: 14px;
  margin: 0 10px 0 18px;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right > #xunhuan_table > div > div.listLeft {
  display: flex;
  align-items: center;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right > #xunhuan_table > div > div.listLeft .center_top_left_main_right_icon {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #2284e6;
  margin-right: 5px;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right > #xunhuan_table > div > div.listLeft p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 285px;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right > #xunhuan_table > div > div.listLeft p a {
  color: #333;
  font-size: 16px;
}
.main .center-type1 .center_top1 .center_top_left .center_top_left_main .center_top_left_main_right > #xunhuan_table > div > p {
  color: #999;
  font-size: 16px;
}
.main .center-type1 .center_top1 .center_top_right {
  width: 280px;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_head {
  width: 280px;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_main {
  margin-top: 20px;
  height: 52px;
  width: 100%;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_main .center_top_right_main_right {
  max-width: 285px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_main .center_top_right_main_right .center_top_left_main_right_icon {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #2284e6;
  margin-right: 5px;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_main .center_top_right_main_right .NOTICE_item_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 214px;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_main .center_top_right_main_right .NOTICE_item_text a {
  color: #333;
  font-size: 16px;
}
.main .center-type1 .center_top1 .center_top_right .center_top_right_main .center_top_right_main_right p {
  color: #999;
}
.main .row2 {
  padding-bottom: 45px;
  margin-bottom: 0;
}
.main .row2 .center_top_left-type1 {
  width: 33%;
}
.main .row2 .center_top2 {
  display: flex;
  justify-content: space-between;
}
.main .row2 .center_top2 .center_top_left-type1 {
  width: 32%;
}
.main .row2 .center_top2 .center_top_left-type1 .section1 > div.section1Item {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border-bottom: 1px dashed #ccc;
}
.main .row2 .center_top2 .center_top_left-type1 .section1 .section1_listicon {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #2284e6;
  margin-right: 5px;
  flex-shrink: 0;
}
.main .row2 .center_top2 .center_top_left-type1 .section1 .section1_listtext {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
  line-height: 36px;
  font-size: 16px;
}
.main .row2 .center_top2 .center_top_left-type1 .section1 .section1_listtext a {
  color: #333;
}
.center_top_left_head {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  border-bottom: 1px solid #e6e6e6;
}
.center_top_left_head .center_top_left_head_left,
.center_top_left_head .center_top_left_head_left_Te {
  display: flex;
  align-items: center;
}
.center_top_left_head .center_top_left_head_left p:nth-child(1),
.center_top_left_head .center_top_left_head_left_Te p:nth-child(1) {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #0f6099;
  border-bottom: 3px solid #0f6099;
  margin-right: 9px;
}
.center_top_left_head .center_top_left_head_right {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  color: #999999;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.center_top_left_head .center_top_left_head_right:hover {
  color: #357341;
}
.center_top_left_head .center_top_left_head_right,
.center_top_left_head .center_top_left_head_left p {
  padding: 54px 0 10px;
}
.center_top_left_head .morea {
  color: #999;
  text-decoration: none;
  width: 37px;
  height: 13px;
}
.center_top_left_head .morea img {
  width: 100%;
  object-fit: contain;
}
.center_top_left_head .morea:hover {
  color: #357341;
}
.itemactive:hover {
  color: #2284e6 !important;
  cursor: pointer;
}
.itemactive:hover p,
.itemactive:hover a,
.itemactive:hover span,
.itemactive:hover div {
  color: #2284e6 !important;
}
.main > .bottom {
  overflow: hidden;
  width: 1260px;
  padding: 0 30px;
  background-color: #fff;
  margin: 0 auto;
}
.main > .bottom > .title {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
.main > .bottom > .title > .title_left {
  font-size: 24px;
  font-weight: bold;
  color: #0f6099;
}
.main > .bottom > .title > .title_left > p {
  border-bottom: 2px solid #0f6099;
}
.main > .bottom > .section {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.main > .bottom > .section .sectionItem {
  border: 1px solid #000;
  width: 285px;
  height: 143px;
  position: relative;
}
.main > .bottom > .section .sectionItem > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main > .bottom > .section .sectionItem > .filter {
  height: 35px;
  position: absolute;
  bottom: 0;
  background-color: #000000;
  opacity: 0.6;
  width: 100%;
  padding: 0 15px;
}
.main > .bottom > .section .sectionItem > .filter > p {
  line-height: 35px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main > .bottom > .quickTd {
  width: 100%;
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0;
  border-top: 1px solid #e6e6e6;
}
.main > .bottom > .quickTd span {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  margin-right: 30px;
  line-height: 58px;
}
.footer {
  width: 100%;
  height: 100px;
  text-align: center;
  background: url(../images/footer.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer > span {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}
.content {
  width: 1260px;
  padding: 20px 30px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content > .leftNav {
  width: 220px;
}
.content > .leftNav > .navtitle {
  margin-bottom: 1px;
  text-align: center;
  font-weight: bold;
  background-color: #0f6099;
  height: 46px;
  color: #fff;
  line-height: 46px;
}
.content > .leftNav > ul  li {
  display: flex;
  line-height: 46px;
  background-color: #f2f2f2;
  align-items: center;
  color: #666;
  cursor: pointer;
margin-bottom:1px
}
.content > .leftNav > ul  li > .icon {
  width: 9px;
  height: 9px;
  border: 3px solid #bfbfbf;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-left: 15px;
  margin-right: 10px;
  transform: rotateZ(45deg);
  border-width: 3px 3px 3px 3px;
}
.content > .leftNav > ul  li:hover {
  background-color: #e6e6e6;
  color: #333;
  font-weight: bold;
}
.content > .leftNav > ul  li:hover > .icon {
  border: 3px solid #f28b24;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.content > .rightcontent {
  width: 930px;
}
.content > .rightcontent > .content_bar {
  display: flex;
  justify-content: space-between;
  border-bottom: #0f6099 1px solid;
  line-height: 40px;
}
.content > .rightcontent > .content_bar > .content_bar_left {
  font-size: 20px;
  font-weight: bold;
  color: #0f6099;
}
.content > .rightcontent > .content_bar > .content_bar_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content > .rightcontent > .content_bar > .content_bar_right .baritemStyle1 {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.content > .rightcontent > .content_bar > .content_bar_right > .fdline {
  font-weight: normal;
  background-color: #bfbfbf;
  width: 1px;
  height: 15px;
  margin: 0 9px;
}
.content > .rightcontent > .content_bar > .content_bar_right >a> .baritemStyle2 {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.contentlistPage > .rightcontent > ul.content_list {
  line-height: 44px;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}
.contentlistPage > .rightcontent > ul.content_list  >a> li.item {
  display: flex;
  justify-content: space-between;
}
.contentlistPage > .rightcontent > ul.content_list >a> li.item > .item_left {
  width: 657px;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
}
.contentlistPage > .rightcontent > ul.content_list  >a> li.item > .item_left > * {
  min-width: 0;
  flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentlistPage > .rightcontent > ul.content_list  >a> li.item > .item_left::before {
  content: "";
  /* 圆点字符（也可用 ""  Unicode 编码） */
  width: 4px;
  /* 宽度 = 自定义大小 */
  height: 4px;
  /* 高度 = 自定义大小（确保宽高相等才是正圆） */
  background-color: #2284e6;
  /* 背景色 = 自定义颜色 */
  border-radius: 50%;
  /* 圆角50%变成圆形 */
  display: inline-block;
  line-height: 44px;
  margin: 0 10px;
  flex-shrink: 0;
}
.contentlistPage > .rightcontent > ul.content_list  >a> li.item .item_right {
  font-size: 16px;
  line-height: 43px;
  color: #999999;
}
.contentPage > .rightcontent > div.content_content > h5.title {
  line-height: 60px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-bottom: #e6e6e6 1px solid;
}
.contentPage > .rightcontent > div.content_content > .content_content_text {
  padding-bottom: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.contentPage > .rightcontent > div.content_content > .content_content_text > .Info {
  font-size: 14px;
  font-weight: normal;
  line-height: 45px;
  color: #999999;
  text-align: center;
  margin-bottom: 10px;
}
.contentPage > .rightcontent > div.content_content > .content_content_text > .Info span:nth-child(1) {
  margin-right: 30px;
}
.contentPage > .rightcontent > div.content_content > .content_content_text p {
  text-align: justify;
}
.contentPage > .rightcontent > div.content_content > .content_content_text img {
  width: 576px;
  height: 325px;
  object-fit: contain;
}
.zjxzPage > .rightcontent > ul.zjxzlist {
  padding: 30px 0 10px;
}
.zjxzPage > .rightcontent > ul.zjxzlist > li.item {
  margin-bottom: 20px;
  padding: 20px 40px 20px 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.zjxzPage > .rightcontent > ul.zjxzlist > li.item > .item_left {
  width: 110px;
  height: 172px;
  flex-shrink: 0;
}
.zjxzPage > .rightcontent > ul.zjxzlist > li.item > .item_left > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zjxzPage > .rightcontent > ul.zjxzlist > li.item > .item_right > .item_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 30px;
}
.zjxzPage > .rightcontent > ul.zjxzlist > li.item > .item_right > .item_content {
  width: 728px;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}
.LEFTNAVICONITEM {
  background-color: #e6e6e6!important;
  color: #333!important;
  font-weight: bold!important;
}
.LEFTNAVICON {
  border: 3px solid #f28b24 !important;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}