body {
  margin: 0;
  margin-top: -1px;
}
.scrollBagScreen {
  width: 1920px;
  height: 1080px;
  background: url(../img/main-bj.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.scrollBagScreen .headerImg img {
  width: 100%;
}
.scrollBagScreen .redHintImg {
  text-align: center;
}
.scrollBagScreen .redHintImg img {
  width: 100%;
  height: 220px;
}
.scrollBagScreen .scrollTable {
  width: 95%;
  margin: 20px auto 0;
}
.scrollBagScreen .scrollTable::after {
  content: '';
  display: block;
  clear: both;
}
.scrollBagScreen .scrollTable dd {
  color: #00C6FF;
  text-align: center;
  font-size: 30px;
  background-color: #0E3575;
  line-height: 60px;
}
.scrollBagScreen .scrollTable dd .itemNums {
  border: 1px solid #00C6FF;
  border-right: none;
  border-bottom: none;
}
.scrollBagScreen .scrollTable dd .itemNames {
  border: 1px solid #00C6FF;
  border-right: none;
  border-bottom: none;
}
.scrollBagScreen .scrollTable dd .itemUnits {
  border: 1px solid #00C6FF;
  border-right: none;
  border-bottom: none;
}
.scrollBagScreen .scrollTable dd .openBidTime {
  border: 1px solid #00C6FF;
  border-right: none;
  border-bottom: none;
}
.scrollBagScreen .scrollTable dd .opBidSits {
  border: 1px solid #00C6FF;
  border-bottom: none;
}
.scrollBagScreen .scrollTable dd::after,
.scrollBagScreen .scrollTable li::after {
  content: '';
  display: block;
  clear: both;
}
.scrollBagScreen .scrollTable .tableList {
  max-height: 630px;
  overflow: hidden;
}
.scrollBagScreen .scrollTable li {
  height: 70px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  list-style: none;
}
.scrollBagScreen .scrollTable li:nth-child(odd) {
  background-color: #0E3B87;
}
.scrollBagScreen .scrollTable li:nth-child(even) {
  background-color: #0D367A;
}
.scrollBagScreen .scrollTable .itemNums {
  float: left;
  width: 13%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.scrollBagScreen .scrollTable .itemNames {
  float: left;
  width: 40%;
  /*只显示两行*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scrollBagScreen .scrollTable .itemUnits {
  float: left;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollBagScreen .scrollTable .openBidTime {
  float: left;
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollBagScreen .scrollTable .opBidSits {
  float: left;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollBagScreen .no_information {
  text-align: center;
}
.scrollBagScreen .no_information img {
  margin-top: 100px;
}
/* 1366*100%的分辨率---(1366*768)---*/
/* 1920*125%的分辨率---(1536*864)---*/
/* 1920*150%的分辨率---(1280*720)---*/
/* 适配1366*100%的分辨率与1920*150%的分辨率---(1366*768)---*/
/* 适配1920*125%的分辨率---(1536*864)---*/
/*
*服务网页面
 */
.publicServiceOptionMain {
  width: 1200px;
  margin: 40px auto;
  border: 1.5px solid #DDDDDD;
  border-radius: 3px;
  padding: 55px 40px 90px;
  background-color: #FFFFFF;
}
.publicServiceOptionMain .header_Title {
  margin-bottom: 60px;
}
.publicServiceOptionMain .header_Title img {
  width: 100%;
  height: 30px;
}
.publicServiceOptionMain .tabControlMain .optionItem ul {
  font-size: 0;
}
.publicServiceOptionMain .tabControlMain .optionItem li {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  color: #303851;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
  cursor: pointer;
}
.publicServiceOptionMain .tabControlMain .optionItem li.active {
  color: #007BBB;
  border-color: #007BBB;
  border-bottom-color: #FFFFFF;
}
.publicServiceOptionMain .tabControlMain .optionItem li.active::after {
  content: '';
  display: block;
  width: 90px;
  height: 3px;
  background-color: #FFFFFF;
  position: absolute;
  left: 1px;
  bottom: -2px;
}
.publicServiceOptionMain .parentTogglePage {
  border: 1px solid #007BBB;
  padding: 40px;
}
.publicServiceOptionMain .parentTogglePage .childrenPages {
  display: none;
}
.publicServiceOptionMain .parentTogglePage .childrenPages.show {
  display: block;
}
.publicServiceOptionMain .parentTogglePage .childrenPages ul {
  font-size: 0;
}
.publicServiceOptionMain .parentTogglePage .childrenPages li {
  display: inline-block;
  width: 100px;
  margin-right: 74px;
  font-size: 14px;
  text-align: center;
}
.publicServiceOptionMain .parentTogglePage .childrenPages li p {
  margin-top: 20px;
  color: #666;
}

.creditInformation_Main {
  background-color: #F6F7F9;
  padding: 30px 0;
}
.creditInformation_Main .typeArea {
  width: 1200px;
  margin: 0 auto;
}
.creditInformation_Main .craditLinkArr ul li {
  width: 221px;
  height: 150px;
  float: left;
  margin-right: 23px;
  margin-bottom: 15px;
  transition: 0.5s;
}
.creditInformation_Main .craditLinkArr ul li:nth-child(5n) {
  margin-right: 0;
}
.creditInformation_Main .craditLinkArr ul li a {
  display: block;
}
.creditInformation_Main .craditLinkArr ul li a img {
 height: 146px;
 width: 240px;
}
.creditInformation_Main .craditLinkArr ul li:hover {
  transform: translateY(-5px);
}
.qy_moduleTitles {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 25px;
  text-shadow: 0 0 0 #333333;
}
.qy_moduleTitles::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #007BBB;
  position: absolute;
  top: 100%;
  left: 0;
}
. {
  width: 1200px;
  height: 470px;
  margin: 0 auto;
}
.misconductTabControl .tabOptionItem {
  width: 245px;
  float: left;
}
.misconductTabControl .tabOptionItem li {
  position: relative;
  width: 200px;
  height: 50px;
  line-height: 48px;
  border: 1px dashed #0095D9;
  background-color: #DFEFFF;
  margin-bottom: 12px;
  padding-left: 6px;
  font-size: 14px;
  color: #007BBB;
  cursor: pointer;
}
.misconductTabControl .tabOptionItem li::after {
  content: '';
  display: inline-block;
  width: 0;
  border: 6px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.misconductTabControl .tabOptionItem li.active,
.misconductTabControl .tabOptionItem li:hover {
  background-color: #007BBB;
  color: #ffffff;
}
.misconductTabControl .tabOptionItem li.active::after,
.misconductTabControl .tabOptionItem li:hover::after {
  border-left-color: #007BBB;
}
.misconductTabControl .tabTogglePageMain {
  width: 100%;
  float: left;
}
.misconductTabControl .tabTogglePageMain .pageItme {
  display: none;
}
.misconductTabControl .tabTogglePageMain .pageItme.show {
  display: block;
}
.misconductTabControl .tabTogglePageMain .pageItme li {
  position: relative;
  padding: 0 10px;
}
.misconductTabControl .tabTogglePageMain .pageItme li a:after {
  content: '';
  display: block;
  clear: both;
}
.misconductTabControl .tabTogglePageMain .pageItme li:nth-child(even),
.misconductTabControl .tabTogglePageMain .pageItme li:hover {
  background-color: #F9F9F9;
}
.misconductTabControl .tabTogglePageMain .pageItme .itemsTitles {
  float: left;
  width: 85%;
  height: 40px;
  line-height: 50px;
}
.misconductTabControl .tabTogglePageMain .pageItme .itemsTitles span {
  display: inline-block;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.misconductTabControl .tabTogglePageMain .pageItme .itemsTitles img {
  /*display: none;*/
  /*width: 32px;*/
  height: 14px;
  /*vertical-align: 18px;*/
}
.misconductTabControl .tabTogglePageMain .pageItme .dateTime {
  float: right;
  height: 40px;
  line-height: 50px;
}
.misconductTabControl .tabTogglePageMain .pageItme .newState img {
  display: inline-block;
}
.misconductTabControl .tabTogglePageMain .pageItme .moreLinks {
  text-align: center;
  margin-top: 12px;
}
.misconductTabControl .tabTogglePageMain .pageItme .moreLinks a {
  font-size: 12px;
  color: #666666;
}
.employerUnitTableDiv {
  width: 1200px;
  margin: 0 auto;
}
.employerUnitTableDiv .listTables table {
  table-layout: fixed;
  border-collapse: collapse;
}
.employerUnitTableDiv .listTables table th,
.employerUnitTableDiv .listTables table td {
  height: 50px;
  text-align: left;
  padding-left: 10px;
}
.employerUnitTableDiv .listTables table tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.employerUnitTableDiv .listTables table th {
  background-color: #F5F6FB;
  color: #303851;
  font-weight: bold;
  font-size: 16px;
}
.employerUnitTableDiv .listTables table td {
  color: #666666;
  font-size: 14px;
}
.employerUnitTableDiv .listTables table td span {
  display: inline-block;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.employerUnitTableDiv .listTables table td img {
  width: 32px;
  height: 14px;
  display: none;
}
.employerUnitTableDiv .listTables table td .newState img {
  display: inline-block;
}
.employerUnitTableDiv .listTables table td button {
  color: #F29423;
  background-color: transparent;
  padding-left: 25px;
  background: url(../img/eye.png) no-repeat;
  background-size: 20px 13px;
  background-position: 0 center;
}
.misconductTabMain {
  height: 400px;
  width: 1200px;
  margin: 0 auto;
}
