/*common css start*/
#header {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  z-index: 10;
  position: fixed;
  top: 0;
  height: 90px;
}
#header .header-content {
  width: 1197px;
  margin: 0 auto;
  height: 65px;
  margin-top: 10px;
  position: relative;
}
#header .header-content .logo {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 92px;
  height: 35px;
  display: inline-block;
}
#header .header-content .tableList {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 121px;
}
#header .header-content .tableList ul li {
  font-size: 14px;
  float: left;
  margin-right: 30px;
}
#header .header-content .tableList ul li a {
  color: #191919;
}
#header .header-content .tableList ul li a.active {
  color: #2192e2;
}
#header .header-content .otherTop {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#header .header-content .otherTop > a {
  font-size: 14px;
  color: #191919;
}
#header .header-content .otherTop > a:hover {
  color: #1b93e3;
}
#header .header-content .otherTop .station {
  font-size: 0;
  z-index: 99;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background: #2192e2;
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 27px;
}
#header .header-content .otherTop .station ul {
  display: none;
  width: 100px;
  border: 1px solid grey;
}
#header .header-content .otherTop .station ul li {
  font-size: 12px;
  vertical-align: center;
  text-align: center;
  line-height: 28px;
  width: 98px;
  height: 28px;
  background: #fff;
}
#header .header-content .search {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 90;
  margin-top: 11px;
  width: 156px;
  height: 25px;
  border-radius: 12px;
  border: 1px #ececec solid;
  line-height: 22px;
  color: #ececec;
}
#header .header-content .search input {
  border: 0;
  outline: none;
  margin-left: 12px;
  font-size: 12px;
  width: 131px;
  height: 22px;
}
#header .header-content .search img {
  position: absolute;
  top: 6px;
  right: 2px;
  cursor: pointer;
}
#footer {
  height: 200px;
  width: 100%;
  background: #1a1a1a;
}
#footer .footer-center {
  width: 1179px;
  margin: 0 auto;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#footer .footer-center .footer-left {
  padding-top: 22px;
  left: 0;
  display: inline-block;
}
#footer .footer-center .footer-left span {
  color: #fff;
}
#footer .footer-center .footer-left ul li {
  margin-right: 12px;
  float: left;
}
#footer .footer-center .footer-left ul li a {
  font-size: 12px;
  color: #fff;
}
#footer .footer-center .footer-right {
  right: 0;
  position: relative;
  padding-top: 22px;
  display: inline-block;
  float: right;
}
#footer .footer-center .footer-right span {
  margin-left: 40px;
  color: #fff;
  font-size: 12px;
}
#footer .footer-center .footer-right .QRcode {
  width: 140%;
  font-size: 0;
}
#footer .footer-center .footer-right .QRcode .img {
  display: inline-block;
}
#footer .footer-center .footer-right .QRcode .img span {
  line-height: 25px;
}
#footer .footer-center .footer-right .QRcode .img img {
  width: 70%;
  margin-top: -9.5%;
  display: inline-block;
  margin-left: 40px;
}
#footer .footer-center .footer-right .QRcode .img span {
  line-height: 25px;
}
/*部分页面公共样式*/
.content {
  width: 1179px;
  margin: 22px auto 40px auto;
  /*目录*/
  /*导航栏*/
}
.content .bottom {
  display: block;
  font-size: 12px;
  margin-bottom: 41px;
}
.content .bottom .bottom-right {
  font-size: 12px;
  color: #2192E2;
}
.content .content-table {
  margin-bottom: 72px;
}
.content .content-table > ul {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.content .content-table > ul li {
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  color: #000;
  background: #e6e6e6;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 60px;
}
.content .content-table > ul li:last-of-type {
  margin-right: 0;
}
.content .content-table > ul .content-table-active {
  color: #fff;
  background: #2192e2;
}
.content .content-table > ul .content-table-active a {
  color: #fff;
}
#employment .content-table {
  margin-bottom: 72px;
}
#employment .content-table > ul {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
#employment .content-table > ul li {
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  color: #000;
  background: #e6e6e6;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 60px;
}
#employment .content-table > ul li:last-of-type {
  margin-right: 0;
}
#employment .content-table > ul .content-table-active {
  color: #fff;
  background: #2192e2;
}
#employment .content-table > ul .content-table-active a {
  color: #fff;
}
