﻿@charset 'utf-8';
/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****边距调整****/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

.yj-h {
  width: 100%;
  min-width: 1200px;
}
.yj-h .yj-ht {
  height: 35px;
  background-color: #efefef;
}
.yj-h .yj-ht .yj-htc {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.yj-h .yj-ht .yj-htc .htl {
  height: 100%;
  line-height: 100%;
}
.yj-h .yj-ht .yj-htc .htl a {
  display: inline-block;
  max-width: 200px;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.yj-h .yj-ht .yj-htc .htl a:hover {
  color: #4684d0;
}
.yj-h .yj-ht .yj-htc .htr {
  height: 100%;
  line-height: 100%;
}
.yj-h .yj-ht .yj-htc .htr a {
  display: inline-block;
  max-width: 70px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  color: #333333;
}
.yj-h .yj-ht .yj-htc .htr a:hover {
  color: #4684d0;
}
.yj-h .yj-ht .yj-htc .htr span {
  margin: 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 35px;
}
.yj-h .yj-ban {
  height: 175px;
  background: url(../images/nx-fbg.png) no-repeat center;
}
.yj-h .yj-ban .yj-bc {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.yj-h .yj-ban .yj-bc .logo {
  margin-top: 37px;
  margin-left: 23px;
}
.yj-h .yj-ban .yj-bc .logo a {
  display: inline-block;
}
.yj-h .yj-ban .yj-bc .logo .gh {
  width: 90px;
  height: 90px;
  background: url(../images/nx-logo.png) no-repeat center;
}
.yj-h .yj-ban .yj-bc .logo .mz {
  height: 90px;
  width: 461px;
  margin-left: 10px;
  background: url(../images/nx-mzwft.png) no-repeat center;
}
.yj-h .yj-ban .yj-bc .sousuo {
  margin-top: 58px;
  border: solid 1px #c8d7e5;
}
.yj-h .yj-ban .yj-bc .sousuo input {
  width: 275px;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.yj-h .yj-ban .yj-bc .sousuo .button {
  width: 76px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
  background-color: #6ea2e2;
  color: #fff;
  cursor: pointer;
}
.yj-h .tjh_nav {
  width: 100%;
  height: 60px;
  background: #4684d0;
}
.yj-h .tjh_nav .tjh_nav_lists {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.yj-h .tjh_nav .tjh_nav_lists li {
  width: 130px;
  height: 57px;
  float: left;
  margin-right: 80px;
  margin-top: 3px;
}
.yj-h .tjh_nav .tjh_nav_lists li a {
  max-width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 57px;
}
.yj-h .tjh_nav .tjh_nav_lists li:hover {
  background: #ffffff;
}
.yj-h .tjh_nav .tjh_nav_lists li:hover a {
  color: #4684d0;
}
.yj-h .tjh_nav .tjh_nav_lists li.cur {
  background: #ffffff;
}
.yj-h .tjh_nav .tjh_nav_lists li.cur a {
  color: #4684d0;
}
.yj-h .tjh_nav .tjh_nav_lists li.mr60 {
  margin-right: 60px;
}
.yj-h .tjh_nav .tjh_nav_lists li.mr0 {
  margin-right: 0px;
}
.f-con {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.f-con .f-link {
  width: 1160px;
  height: 70px;
  margin: 0 auto;
  background-color: #f3f3f3;
}
.f-con .f-link .yqlj {
  display: inline-block;
  width: 90px;
  height: 20px;
  background: url(../images/nx-yqlj.png) no-repeat left center;
  margin-top: 26px;
  margin-left: 32px;
  font-size: 16px;
  padding-left: 23px;
  color: #333;
}
.f-con .f-link .yqlj:hover {
  color: #4684d0;
}
.f-con .f-link .drop-groups {
  margin-right: 20px;
  height: 42px;
  margin-top: 14px;
}
.f-con .f-link .drop-groups .drop-down {
  float: left;
  position: relative;
  width: 220px;
  height: 42px;
  margin-left: 10px;
  background-color: #fff;
}
.f-con .f-link .drop-groups .drop-down .tag {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 60px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  line-height: 42px;
}
.f-con .f-link .drop-groups .drop-down .drop-lists {
  display: none;
  position: absolute;
  bottom: 42px;
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  background: #ffffff;
}
.f-con .f-link .drop-groups .drop-down .drop-lists li {
  height: 42px;
  line-height: 42px;
}
.f-con .f-link .drop-groups .drop-down .drop-lists li a {
  margin-left: 19px;
  font-size: 12px;
  color: #333;
}
.f-con .f-link .drop-groups .drop-down .drop-lists li:hover {
  background-color: #efefef;
}
.f-con .f-link .drop-groups .dp0 {
  width: 260px;
  background: url(../images/nx-dpbg.png) no-repeat 27px center #fff;
}
.f-con .f-link .drop-groups .dp0 .tag {
  width: 200px;
}
.f-con .f-link .drop-groups .dp1 {
  width: 240px;
  background: url(../images/nx-dpbg.png) no-repeat 31px center #fff;
}
.f-con .f-link .drop-groups .dp1 .tag {
  width: 180px;
}
.f-con .f-link .drop-groups .dp2 {
  width: 260px;
  background: url(../images/nx-dpbg2.png) no-repeat 23px center #fff;
}
.f-con .f-link .drop-groups .dp2 .tag {
  width: 200px;
}
.f-con .f-link .drop-groups .dp3 {
  width: 190px;
  background: url(../images/nx-dpbg.png) no-repeat 31px center #fff;
}
.f-con .f-link .drop-groups .dp3 .tag {
  width: 130px;
}
.f-con .f-con {
  width: 1160px;
  margin-top: 22px;
  margin-left: 24px;
  position: relative;
  padding-bottom: 32px;
}
.f-con .f-con p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 700px;
}
.f-con .f-con a {
  display: inline-block;
}
.f-con .f-con .dzjg {
  position: absolute;
  right: 340px;
  bottom: 35px;
  width: 56px;
  height: 68px;
  background: url(../images/nx-dzjg.png) no-repeat center;
}
.f-con .f-con .jc {
  position: absolute;
  width: 130px;
  height: 60px;
  background: url(../images/nx-jiucuo.png) no-repeat center;
  right: 154px;
  bottom: 39px;
}
.f-con .f-con .ewm {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../images/f-ewm.png) no-repeat center;
  right: 51px;
  bottom: 29px;
}

.overflows {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hovers:hover,
.hovers:hover a {
  text-decoration: underline;
}
body {
  min-width: 1200px;
}
.tjh_content {
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  padding-bottom: 30px;
}
.tjh_content .tjh_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #406ca3;
  margin: 15px auto;
}
.tjh_content .tjh_det {
  width: 100%;
  text-align: center;
}
.tjh_content .tjh_det a {
  display: inline-block;
  max-width: 33%;
  font-size: 15px;
  line-height: 16px;
  color: #666666;
}
.tjh_content .tjh_det i {
  display: inline-block;
  margin: 2px 10px 0 10px;
  width: 1px;
  height: 14px;
  background: #666666;
}
.tjh_content .tjh_con_top {
  width: 100%;
  margin-top: 20px;
}
.tjh_content .tjh_con_top .tjh_lunbo {
  position: relative;
  width: 670px;
  height: 436px;
  overflow: hidden;
  float: left;
  background: #e5e5e5;
}
.tjh_content .tjh_con_top .tjh_lunbo_imgs li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.tjh_content .tjh_con_top .tjh_lunbo_imgs li a img {
  width: 100%;
  height: 100%;
}
.tjh_content .tjh_con_top .tjh_lunbo_text {
  position: absolute;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}
.tjh_content .tjh_con_top .tjh_lunbo_text li a {
  width: 365px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  max-width: 780px;
  margin-left: 20px;
}
.tjh_content .tjh_con_top .tjh_lunbo_text li a:hover {
  text-decoration: underline;
}
.tjh_content .tjh_con_top .tjh_lunbo_dot {
  position: absolute;
  bottom: 16px;
  right: 8px;
}
.tjh_content .tjh_con_top .tjh_lunbo_dot li {
  float: left;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
  margin-left: 8px;
}
.tjh_content .tjh_con_top .tjh_lunbo_dot li.tjh_lunbo_cur {
  background-color: #f70e0b;
}
.tjh_content .tjh_con_top .tjh_top_r {
  width: 470px;
  float: right;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rtitle {
  width: 100%;
  height: 55px;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rtitle li {
  float: left;
  height: 100%;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rtitle li a {
  display: inline-block;
  width: 235px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #666666;
  background: #f7f7f7;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rtitle .tjh_title_cur {
  background: url(../images/tjh_nx_icon2.png) no-repeat center;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rtitle .tjh_title_cur a {
  color: #ffffff;
  font-weight: bold;
  background: #4684d0;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rcon {
  width: 100%;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rcon .tjh_top_lists {
  width: 100%;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rcon .tjh_top_lists li {
  width: 100%;
  background: url(../images/tjh_icon1.png) no-repeat 5px center;
}
.tjh_content .tjh_con_top .tjh_top_r .tjh_top_rcon .tjh_top_lists li a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 46px;
}
.tjh_content .tjh_m_banner {
  position: relative;
  width: 1160px;
  height: 100px;
  margin-top: 20px;
}
.tjh_content .tjh_m_banner .tjh_m_imgs {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.tjh_content .tjh_m_banner .tjh_m_imgs a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.tjh_content .tjh_m_banner .tjh_m_imgs a img {
  width: 100%;
  height: 100%;
}
.tjh_content .tjh_m_banner .tjh_m_num {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 11px;
  height: 50px;
}
.tjh_content .tjh_m_banner .tjh_m_num span {
  display: block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background: #c8c3ba;
  margin-bottom: 8px;
}
.tjh_content .tjh_m_banner .tjh_m_num .tjh_ban_cur {
  background: #cc0000;
}
.tjh_content .tjh_con_m {
  width: 1160px;
  margin-top: 20px;
}
.tjh_content .tjh_con_m .tjh_con_ml {
  width: 670px;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 {
  width: 100%;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_title li {
  width: 50%;
  float: left;
  height: 55px;
  background: url(../images/tjh_nx_icon5.png) no-repeat center top;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_title li a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_title .tjh_mll_cur {
  background: url(../images/tjh_nx_icon4.png) no-repeat center;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_title .tjh_mll_cur a {
  color: #ffffff;
  font-weight: bold;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_con {
  width: 100%;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_con li {
  width: 100%;
  background: url(../images/tjh_icon1.png) no-repeat center left;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_con li a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  max-width: 80%;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml1 .tjh_ml1_con li span {
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 40px;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 {
  width: 100%;
  margin-top: 20px;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_title li {
  width: 50%;
  float: left;
  height: 55px;
  background: url(../images/tjh_nx_icon5.png) no-repeat center top;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_title li a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_title .tjh_ml2_cur {
  background: url(../images/tjh_nx_icon4.png) no-repeat center;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_title .tjh_ml2_cur a {
  color: #ffffff;
  font-weight: bold;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_con {
  width: 100%;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_con li {
  width: 100%;
  background: url(../images/tjh_icon1.png) no-repeat center left;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_con li a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  max-width: 80%;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
.tjh_content .tjh_con_m .tjh_con_ml .tjh_con_ml2 .tjh_ml2_con li span {
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 40px;
}
.tjh_content .tjh_con_m .tjh_con_mr {
  width: 470px;
  float: right;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_title {
  box-sizing: border-box;
  padding-left: 15px;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #4684d0;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_title a {
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-left: 4px solid #ffffff;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con {
  width: 100%;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con li {
  width: 229px;
  height: 76px;
  float: left;
  margin: 10px 0 0 12px;
  background: #efefef url(../images/tjh_zwgk_yuan_out.png) no-repeat 30px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con li a {
  display: block;
  max-width: 100%;
  height: 100%;
  line-height: 76px;
  color: #333333;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 90px;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con li:hover {
  background: #efefef url(../images/tjh_zwgk_yuan_in.png) no-repeat 30px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a1 {
  background: url(../images/tjh_zwgk_icon1_out.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a1:hover {
  color: #1661be;
  font-weight: bold;
  background: url(../images/tjh_zwgk_icon1_in.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a2 {
  background: url(../images/tjh_zwgk_icon2_out.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a2:hover {
  color: #1661be;
  font-weight: bold;
  background: url(../images/tjh_zwgk_icon2_in.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a3 {
  background: url(../images/tjh_zwgk_icon3_out.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a3:hover {
  color: #1661be;
  font-weight: bold;
  background: url(../images/tjh_zwgk_icon3_in.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a4 {
  background: url(../images/tjh_zwgk_icon4_out.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a4:hover {
  color: #1661be;
  font-weight: bold;
  background: url(../images/tjh_zwgk_icon4_in.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a5 {
  background: url(../images/tjh_zwgk_icon5_out.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a5:hover {
  color: #1661be;
  font-weight: bold;
  background: url(../images/tjh_zwgk_icon5_in.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a6 {
  background: url(../images/tjh_zwgk_icon6_out.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .tjh_a6:hover {
  color: #1661be;
  font-weight: bold;
  background: url(../images/tjh_zwgk_icon6_in.png) no-repeat 45px center;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_mr_con .delf {
  margin-left: 0;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_pic1,
.tjh_content .tjh_con_m .tjh_con_mr .tjh_pic2 {
  width: 470px;
  height: 100px;
  margin-top: 15px;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_pic1 img,
.tjh_content .tjh_con_m .tjh_con_mr .tjh_pic2 img {
  width: 100%;
  height: 100%;
}
.tjh_content .tjh_con_m .tjh_con_mr .tjh_pic1 img:hover,
.tjh_content .tjh_con_m .tjh_con_mr .tjh_pic2 img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tjh_hdjl_content {
  background: #f7f7f7;
}
.tjh_hdjl_content .tjh_hdjl_con {
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.tjh_hdjl_content .tjh_hdjl_con .gk-location {
  padding-top: 20px;
  padding-bottom: 13px;
}
.tjh_hdjl_content .tjh_hdjl_con .gk-location .position {
  font-size: 14px;
  line-height: 22px;
  background: url(../images/rdw.png) center left no-repeat;
  background-size: 11px 16px;
  padding-left: 20px;
  color: #878787;
}
.tjh_hdjl_content .tjh_hdjl_con .gk-location .position .poto {
  color: #878787;
  margin: 0 2px 0 10px;
}
.tjh_hdjl_content .tjh_hdjl_con .gk-location .position .poto:hover {
  color: #2980d1;
}
.tjh_hdjl_content .tjh_hdjl_con .gk-location .position .sp {
  color: #2980d1;
  padding-left: 5px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l {
  width: 224px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l .tjh_ctnl_title {
  box-sizing: border-box;
  padding-left: 24px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #4684d0;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l .tjh_ctnl_title a {
  padding-left: 12px;
  max-width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #ffffff;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l .tjh_ctnl_lists {
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #ffffff;
  padding-bottom: 10px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l .tjh_ctnl_lists li {
  width: 206px;
  height: 43px;
  margin: 10px 9px 0 9px;
  background: #e7eff8 url(../images/tjh_hdjl_arrow.png) no-repeat 183px center;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l .tjh_ctnl_lists li a {
  display: block;
  box-sizing: border-box;
  line-height: 43px;
  padding-right: 25px;
  padding-left: 20px;
  max-width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_l .tjh_ctnl_lists li a:hover {
  font-weight: bold;
  color: #4684d0;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r {
  float: right;
  width: 896px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_title {
  width: 100%;
  height: 52px;
  background: #4684d0;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_title a {
  font-size: 18px;
  color: #ffffff;
  line-height: 52px;
  padding-left: 20px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con {
  width: 100%;
  border: solid 1px #eaeaea;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 20px 12px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_line {
  display: block;
  width: 859px;
  height: 1px;
  background: #e5e5e5;
  margin: 40px 0;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists {
  width: 859px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists li {
  width: 100%;
  background: url(../images/tjh_icon1.png) no-repeat center left;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists li a {
  display: inline-block;
  max-width: 700px;
  line-height: 42px;
  float: left;
  padding-left: 15px;
  font-size: 16px;
  color: #333333;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists li span {
  font-size: 14px;
  color: #666666;
  float: right;
  line-height: 42px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search {
  width: 873px;
  height: 76px;
  line-height: 76px;
  background: #f1f1f1;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_xx {
  margin-left: 21px;
  font-size: 16px;
  color: #333333;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search input {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 21px;
  width: 186px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: solid 1px #cfcfcf;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn1 {
  display: inline-block;
  width: 68px;
  height: 35px;
  background: #4684d0;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 21px;
  margin-left: 10px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn1:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn2 {
  box-sizing: border-box;
  margin-top: 21px;
  margin-left: 10px;
  padding-left: 25px;
  width: 117px;
  height: 35px;
  line-height: 35px;
  background: #f1b763 url(../images/tjh_btn2_icon.png) no-repeat 10px center;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn2 span {
  font-size: 16px;
  color: #ffffff;
  border-left: 1px solid #f4c582;
  padding-left: 7px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table {
  width: 873px;
  margin-top: 15px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con td {
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 51px;
  padding: 0 15px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_type {
  width: 64px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_title a {
  display: block;
  max-width: 305px;
  font-size: 14px;
  color: #999999;
  text-align: left;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_bm {
  width: 140px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_zt {
  width: 64px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_time {
  width: 80px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head {
  width: 100%;
  height: 40px;
  background: #f1f1f1;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  padding: 0 15px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_type {
  width: 64px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_title {
  width: 305px;
  text-align: left;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_bm {
  width: 140px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_zt {
  width: 64px;
}
.tjh_hdjl_content .tjh_hdjl_con .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_time {
  width: 80px;
}
.lym-content .lym-zwgk .tjh_ctn_r {
  float: right;
  width: 896px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_title {
  width: 100%;
  height: 52px;
  background: #4684d0;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_title a {
  font-size: 18px;
  color: #ffffff;
  line-height: 52px;
  padding-left: 20px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con {
  width: 100%;
  border: solid 1px #eaeaea;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 20px 12px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_line {
  display: block;
  width: 859px;
  height: 1px;
  background: #e5e5e5;
  margin: 40px 0;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists {
  width: 859px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists li {
  width: 100%;
  background: url(../images/tjh_icon1.png) no-repeat center left;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists li a {
  display: inline-block;
  max-width: 700px;
  line-height: 42px;
  float: left;
  padding-left: 15px;
  font-size: 16px;
  color: #333333;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_lists li span {
  font-size: 14px;
  color: #666666;
  float: right;
  line-height: 42px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search {
  width: 873px;
  height: 76px;
  line-height: 76px;
  background: #f1f1f1;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_xx {
  margin-left: 21px;
  font-size: 16px;
  color: #333333;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search input {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 21px;
  width: 186px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: solid 1px #cfcfcf;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn1 {
  display: inline-block;
  width: 68px;
  height: 35px;
  background: #4684d0;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 21px;
  margin-left: 10px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn1:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn2 {
  box-sizing: border-box;
  margin-top: 21px;
  margin-left: 10px;
  padding-left: 25px;
  width: 117px;
  height: 35px;
  line-height: 35px;
  background: #f1b763 url(../images/tjh_btn2_icon.png) no-repeat 10px center;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_search .tjh_btn2 span {
  font-size: 16px;
  color: #ffffff;
  border-left: 1px solid #f4c582;
  padding-left: 7px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table {
  width: 873px;
  margin-top: 15px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con td {
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 51px;
  padding: 0 15px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_type {
  width: 64px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_title a {
  display: block;
  max-width: 305px;
  font-size: 14px;
  color: #999999;
  text-align: left;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_bm {
  width: 140px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_zt {
  width: 64px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_con .tjh_time {
  width: 80px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head {
  width: 100%;
  height: 40px;
  background: #f1f1f1;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  padding: 0 15px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_type {
  width: 64px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_title {
  width: 305px;
  text-align: left;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_bm {
  width: 140px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_zt {
  width: 64px;
}
.lym-content .lym-zwgk .tjh_ctn_r .tjh_ctnr_con .tjh_ctnr_table .tjh_table_head .tjh_time {
  width: 80px;
}

.overflows2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body {
  background-color: #f7f7f7;
}
.xx-con .yj-xx {
  background-color: #ffffff;
}
.xx-con .yj-xx .gk-location {
  padding-top: 20px;
  padding-bottom: 13px;
}
.xx-con .yj-xx .gk-location .position {
  margin: 0px 0 0 30px;
  font-size: 14px;
  line-height: 22px;
  background: url(../images/rdw.png) center left no-repeat;
  background-size: 11px 16px;
  padding-left: 20px;
  color: #878787;
}
.xx-con .yj-xx .gk-location .position .poto {
  color: #878787;
  margin: 0 2px 0 10px;
}
.xx-con .yj-xx .gk-location .position .poto:hover {
  color: #2980d1;
}
.xx-con .yj-xx .gk-location .position .sp {
  color: #2980d1;
  padding-left: 5px;
}
.xx-con .yj-xx .gc {
  width: 1137px;
  margin: 0 auto;
  height: 107px;
  background-color: #f6f6f6;
  border: solid 1px #e3ebf3;
}
.xx-con .yj-xx .gc .det {
  margin-top: 27px;
}
.xx-con .yj-xx .gc .det span {
  display: inline-block;
  width: 240px;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-left: 155px;
}
.xx-con .yj-xx .gc .det .ml71 {
  margin-left: 71px;
}
.xx-con .yj-xx .tjh_gkml_r {
  width: 1137px;
  margin: 0 auto;
  margin-top: 38px;
}
.xx-con .yj-xx .tjh_gkzn_title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #edf5fb;
}
.xx-con .yj-xx .tjh_gkzn_title a {
  font-size: 20px;
  color: #1e84cb;
  font-weight: bold;
  padding: 0 25px;
  border-left: 4px solid #1e84cb;
}
.xx-con .yj-xx .tjh_gkzn_con {
  width: 100%;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit {
  width: 1137px;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit p {
  width: 100%;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit .tjh_gkzn_dis {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #fafafa;
  text-align: center;
  margin-top: 23px;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit .tjh_gkzn_dis span {
  font-size: 14px;
  color: #666666;
  margin-right: 50px;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit .tjh_gkzn_dis .tjh_gkzn_font {
  display: inline-block;
  width: 116px;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  background: url(../images/gkzn-pic1.png) no-repeat 5px center;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit .tjh_gkzn_dis .tjh_gkzn_font a {
  color: #6a6a6a;
  padding: 0 5px;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit .tjh_gkzn_dis .tjh_gkzn_font .cur {
  font-weight: bold;
  color: #3354a2;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_contit .tjh_gkzn_dis .tjh_gkzn_font a:hover {
  font-weight: bold;
  color: #3354a2;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_content {
  width: 1072px;
  margin: 40px 0 0 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  margin-top: 40px;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_content .pic {
  width: 642px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 35px;
  text-align: center;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_content .pic img {
  width: 600px;
  height: 420px;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_content .tjh_t {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin: 40px 0;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_content .tjh_t p {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.xx-con .yj-xx .tjh_gkzn_con .tjh_gkzn_content .tjh_s {
  margin-top: 20px;
}
.xx-con .yj-xx .xlewm {
  text-align: center;
  margin-top: 25px;
}
.xx-con .yj-xx .xlewm .ew {
  display: inline-block;
  width: 206px;
  height: 206px;
}
.xx-con .yj-xx .xlewm .share {
  width: 280px;
  height: 30px;
  margin-top: 30px;
  margin-left: 855px;
  margin-bottom: 35px;
  line-height: 30px;
}
.xx-con .yj-xx .xlewm .share span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.xx-con .yj-xx .xlewm .share a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 7px;
}
.xx-con .yj-xx .xlewm .share a:hover {
  opacity: 0.75;
}

.zw_public {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 31px 0px 39px;
}
.zw_public a:hover {
  text-decoration: underline;
}
.zw_pubLf {
  width: 224px;
  margin-right: 20px;
  margin-left: 30px;
}
.zw_pubLf a:hover span {
  text-decoration: underline;
}
.zw_publt a {
  display: inline-block;
}
.zw_publt a:hover {
  text-decoration: underline;
}
.zw_publt li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #4684d0;
  margin-bottom: 5px;
}
.zw_publt li a {
  margin-left: 28px;
  color: #fff;
}
.zw_publt li a span {
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
  max-width: 155px;
}
.zw_tit {
  margin-top: 20px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #4684d0;
}
.zw_tit a {
  font-size: 20px;
  color: #fff;
  max-width: 165px;
  padding-left: 40px;
  background: url(../images/line.png) no-repeat 24px center;
}
.zw-cont {
  padding-left: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #fafafa;
}
.zw-cont li {
  width: 206px;
  height: 43px;
  line-height: 43px;
  background: #e7eff8 url(../images/right.png) no-repeat 184px center;
  margin-top: 9px;
}
.zw-cont li a {
  font-size: 16px;
  color: #333333;
  padding-left: 25px;
  max-width: 165px;
}
.zw-cont .mt0 {
  margin-top: 0;
}
.zw_pubRt {
  width: 918px;
}
.zw_block {
  width: 437px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: top;
}
.zw_block .zw_tit1 {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #f2f2f2;
}
.zw_block .zw_tit1 a {
  display: inline-block;
  width: 166px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #4684d0;
}
.zw_block .zw_tit1 a:hover {
  text-decoration: underline;
}
.zw_block .zw_cont {
  border: 1px solid #eaeaea;
  border-top: none;
  width: 435px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.zw_block .zw_cont li {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.zw_block .zw_cont li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  padding-left: 12px;
  background: url(../images/liBg.png) no-repeat left center;
  max-width: 300px;
}
.zw_block .zw_cont li a:hover {
  text-decoration: underline;
}
.zw_block .zw_cont li span {
  color: #666666;
  font-size: 14px;
  margin-right: 13px;
}
.zw-search {
  width: 896px;
  height: 58px;
  line-height: 58px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  margin-top: 21px;
}
.zw-search span {
  display: inline-block;
  width: 70px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-left: 18px;
}
.zw-search input {
  width: 172px;
  height: 58px;
  line-height: 58px;
  margin-left: 368px;
  padding-left: 30px;
  padding-right: 10px;
  background: url(../images/nx-inbg.png) no-repeat right center;
}
.zw-search button {
  width: 135px;
  height: 58px;
  background-color: #4684d0;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.zw-search button:hover {
  font-weight: bold;
}
.zw-search .drop-down {
  width: 92px;
  height: 58px;
  position: relative;
  background: url(../images/nx-qbbg.png) no-repeat 70px center;
}
.zw-search .drop-down .tag {
  width: 80px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.zw-search .drop-down .drop-lists {
  display: none;
  position: absolute;
  top: 42px;
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  background: #ffffff;
  z-index: 3;
}
.zw-search .drop-down .drop-lists li {
  height: 42px;
  line-height: 42px;
}
.zw-search .drop-down .drop-lists li a {
  font-size: 14px;
  color: #333;
  padding-left: 18px;
}
.zw-search .drop-down .drop-lists li:hover {
  background-color: #efefef;
}

/*
 * @Description: Do not edit
 * @Company: TRs
 * @Date: 2019-12-05 11:16:43
 * @LastEditors: taojunhao
 */
.lym-content {
  background: #fff;
  font-size: 14px;
}
.lym-zwgk {
  width: 1140px;
  margin: 0 auto;
}
.lym-zwgk .lym-con-lf {
  width: 224px;
  float: left;
  background: #fafafa;
}
.lym-zwgk .lym-con-lf .lym-con-lf-title .lym-con-lf-title-top {
  display: block;
  height: 52px;
  width: 184px;
  line-height: 52px;
  background: #4684d0 url(../images/lym-zwgk-icon2.png) no-repeat 24px center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list .lym-con-lf-list1 li a {
  display: block;
  height: 42px;
  width: 166px;
  line-height: 42px;
  color: #666666;
  margin: 0 auto;
  margin-top: 12px;
  background: #e7eff8 url(../images/lym-zwgk_icon1.png) no-repeat 182px center;
  font-size: 16px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list .lym-con-lf-list1 li .lym-zwgk-hover:hover {
  text-decoration: none;
  color: #4684d0;
  font-weight: bold;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list ul li .lym-zwgk-defaul1 {
  background: #4684d0;
  color: #fff;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list2 {
  height: 340px;
  width: 206px;
  margin: 0 auto;
  background: #e7eff8;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list2 ul {
  padding-top: 8px;
  background: url(../images/lym-zwgk-rt-bg.png) no-repeat 20px 8px;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list2 ul li a {
  display: block;
  height: 36px;
  padding-left: 45px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list2 ul li a:hover {
  color: #4684d0;
  text-decoration: none;
}
.lym-zwgk .lym-con-lf .lym-con-lf-list2 ul li .lym-zwgk-defaul2 {
  color: #4684d0;
}
.lym-zwgk .lym-con-rt {
  width: 896px;
  float: right;
}
.lym-zwgk .lym-con-rt .lym-con-rt-title a {
  display: block;
  height: 53px;
  background: #4684d0;
  line-height: 52px;
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list {
  width: 894px;
  height: 850px;
  margin-bottom: 18px;
  border: 1px solid #eaeaea;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table {
  width: 872px;
  margin: 0 auto;
  margin-top: 20px;
  border-spacing: 0px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr th {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  height: 40px;
  background: #f1f1f1;
  margin-bottom: 12px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-th1 {
  width: 174px;
  padding-right: 28px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-th2 {
  width: 362px;
  text-align: left;
  padding-right: 38px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-th3 {
  width: 140px;
  padding-right: 36px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-th4 {
  width: 78px;
  padding-right: 16px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr td {
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: #999999;
  font-size: 14px;
  height: 50px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr td a {
  color: #999;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr td a:hover {
  text-decoration: underline;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-td1 {
  width: 174px;
  padding-right: 28px;
  text-align: center;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-td2 {
  width: 362px;
  text-align: left;
  padding-right: 38px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-td2 a {
  display: inline-block;
  max-width: 362px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-td3 {
  width: 140px;
  padding-right: 36px;
}
.lym-zwgk .lym-con-rt .lym-con-rt-list table tr .lym-zwgk-td4 {
  width: 78px;
  padding-right: 16px;
}

/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2019-12-04 17:38:21 
  * @LastEditors: yj 
 */
.yj-page {
  text-align: center;
  padding: 23px 0 13px;
  margin-left: 30px;
  margin-top: 21px;
  margin-right: 30px;
}
.yj-page span {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 28px;
  text-align: center;
}
.yj-page .sl {
  display: inline-block;
  padding-top: 2px;
  width: 15px;
  height: 30px;
  border: none;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
}
.yj-page input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.yj-page a {
  display: inline-block;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
}
.yj-page a:hover {
  color: #fff;
  background-color: #276ecf;
}
.yj-page .sye {
  width: 38px;
  background-color: #f7f9f9;
  color: #b9bfc5;
}
.yj-page .wye {
  width: 38px;
  background-color: #f7f9f9;
  color: #b9bfc5;
}
.yj-page .pl {
  background: url(../images/yj-larrow.png) no-repeat center center;
}
.yj-page .pl:hover {
  background: url(../images/yj-larrow2.png) no-repeat center center #2980d1;
}
.yj-page .pr {
  background: url(../images/yj-rarrow.png) no-repeat center center;
}
.yj-page .pr:hover {
  background: url(../images/yj-rarrow2.png) no-repeat center center #2980d1;
}
.yj-page .act {
  color: #fff;
  background-color: #2980d1;
}
.yj-page .sy {
  width: 80px;
}
.yj-page .xy {
  width: 80px;
}

