.evaluation-methods .tableList {
  padding-left: 30px;
}
.evaluation-methods .tableList .list-item {
  margin-top: 28px;
}
.evaluation-methods .tableList .itemTitle {
  float: left;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 16px;
  color: #0D0D2E;
  text-shadow: 0 0 0 #0D0D2E;
}
.evaluation-methods .tableList .itemTitle.one {
  background-image: url(../img/eva-item1.png);
  background-size: 19px 20px;
}
.evaluation-methods .tableList .itemTitle.two {
  background-image: url(../img/eva-item2.png);
  background-size: 20px 20px;
}
.evaluation-methods .tableList .itemTitle.three {
  background-image: url(../img/eva-item4.png);
  background-size: 20px 19px;
}
.evaluation-methods .tableList .itemTitle.four {
  background-image: url(../img/eva-item3.png);
  background-size: 18px 20px;
}
.evaluation-methods .tableList .itemScore {
  float: left;
  margin-top: 2px;
  color: #D88A38;
  font-size: 15px;
  margin-left: 40px;
}
.evaluation-methods .tableList .itemHead {
  margin-bottom: 10px;
}
.evaluation-methods .tableList .itemHead button {
  float: right;
  padding-left: 20px;
  background: url(../img/addBtn.png) no-repeat;
  background-size: 10px 10px;
  background-position: 5px center;
  border: none;
  color: #2F7AFF;
  font-size: 15px;
}
.evaluation-methods .tableList table {
  border-collapse: collapse;
}
.evaluation-methods .tableList table th,
.evaluation-methods .tableList table td {
  border: 1px solid #E0E0E0;
  height: 36px;
}
.evaluation-methods .tableList table tr td {
  position: relative;
}
.evaluation-methods .tableList table tr td input {
  width: 85%;
  padding: 0 10px 0 20px;
  border: none;
}
.evaluation-methods .tableList table tr td:first-child {
  width: 50px;
  text-align: center;
}
.evaluation-methods .tableList table tr td:last-child button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  background: url(../img/shanchu.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  vertical-align: middle;
}
.evaluation-methods .tableList table th {
  background-color: #FAFAFC;
}
.evaluation-methods .redHint {
  padding-left: 30px;
  margin-top: 15px;
  color: #E95D56;
}
.new_ListMain {
  background-color: #FFFFFF;
  padding: 15px 18px 15px 15px;
}
.new_ListMain .input_select {
  float: left;
  margin-right: 17px;
  margin-bottom: 15px;
}
.new_ListMain .input_select input {
  width: 160px;
  height: 36px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 0 10px;
  color: #555555;
}
.new_ListMain .input_select select {
  width: 160px;
  height: 36px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 0 10px;
  color: #555555;
  /*隐藏默认小箭头*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*用图片替换*/
  background: url(../img/xiala.png) no-repeat;
  background-position: 96% center;
  background-size: 12px 5px;
}
.new_ListMain .input_select select::-ms-expand {
  display: none;
}
.new_ListMain .btnsArr {
  float: left;
  margin-bottom: 15px;
}
.new_ListMain .btnsArr button {
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 30px;
  border-radius: 5px;
  border: 1px solid #2F7AFF;
  color: #FFFFFF;
  background-color: #2F7AFF;
  background-position: 10px center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.new_ListMain .btnsArr button:first-child {
  margin-left: 0;
}
.new_ListMain .btnsArr .addScheme {
  background-image: url(../img/add.png);
  background-size: 13px 13px;
}
.new_ListMain .btnsArr .searchBtn {
  background-image: url(../img/search.png);
  background-size: 18px 18px;
}
.new_ListMain .btnsArr .resetBtn {
  background-image: url(../img/chongzhi.png);
  background-size: 16px 14px;
  color: #2F7AFF;
  background-color: #FFFFFF;
}
.new_ListMain .apply-table table {
  border-collapse: collapse;
}
.new_ListMain .apply-table table th,
.new_ListMain .apply-table table td {
  height: 50px;
  border: 1px solid #E0E0E0;
  padding: 12px 8px;
}
.new_ListMain .apply-table table th {
  background-color: #FAFAFC;
  text-shadow: 0 0 0 #000;
  color: #0D0D2E;
}
.new_ListMain .apply-table table td {
  text-align: center;
}
.new_ListMain .apply-table table td .sendBack {
  color: #E95D56;
}
.new_ListMain .apply-table table td.itemNums {
  width: 130px;
  text-align: left;
}
.new_ListMain .apply-table table td.itemNums span {
  width: 130px;
  /*只显示两行*/
  word-break: break-all;
  /*兼容英文换行*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_ListMain .apply-table table td.itemNames {
  width: 136px;
  text-align: left;
  color: #2F7AFF;
}
.new_ListMain .apply-table table td.itemNames span {
  /*只显示三行*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new_ListMain .apply-table table td.itenText {
  width: 102px;
  text-align: left;
}
.new_ListMain .apply-table table td.itenText span {
  /*只显示三行*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new_ListMain .apply-table table .opreationBtn {
  width: 140px;
}
.new_ListMain .apply-table table .opreationBtn button {
  width: 55px;
  height: 22px;
  line-height: 20px;
  background-color: #E2ECFF;
  border: none;
  border-radius: 3px;
  color: #2F7AFF;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 6px center;
  margin: 0 2px 4px;
  padding-left: 17px;
}
.new_ListMain .apply-table table .opreationBtn .detailsBtn {
  background-image: url(../img/xiangqing.png);
}
.new_ListMain .apply-table table .opreationBtn .amendBtn {
  background-image: url(../img/xiugai.png);
}
.new_ListMain .apply-table table .opreationBtn .checkBtn {
  background-image: url(../img/shenhe.png);
}
.new_ListMain .apply-table table .opreationBtn .allocationBtn {
  background-image: url(../img/fenpei.png);
}
.new_ListMain .apply-table table .opreationBtn .auditBtn {
  width: 120px;
  background-position: 24px center;
  background-image: url(../img/tijiao.png);
}
.new_ListMain .apply-table .tablePaging {
  margin-top: 30px;
  text-align: center;
}
.new_index_Main {
  padding: 15px;
  height: 100%;
}
.new_index_Main .item_titles {
  font-size: 25px;
  color: #0D0D2E;
  text-align: center;
  text-shadow: 0 0 0.5px #0D0D2E;
  margin-bottom: 3%;
}
.new_index_Main .flow_main {
  margin-bottom: 3%;
}
.new_index_Main .flow_main ul {
  font-size: 0;
  background: url(../img/line.png) no-repeat;
  background-position: 0 center;
  background-size: 100% 5px;
  text-align: center;
}
.new_index_Main .flow_main ul li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background-color: #FFFFFF;
  margin-right: 100px;
}
.new_index_Main .flow_main ul li::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 10px;
  background: url(../img/buzhou.png) no-repeat;
  background-size: 100% 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.new_index_Main .flow_main ul li:last-child {
  margin-right: 0;
}
.new_index_Main .flow_main ul li:last-child::after {
  display: none;
}
.new_index_Main .flow_main ul li .flow_item {
  width: 125px;
  height: 40px;
  border-radius: 20px;
  background-color: #EEEEEE;
  color: #9E9E9F;
  font-size: 0;
  border: 1px solid #EEEEEE;
}
.new_index_Main .flow_main ul li .flow_item::after {
  content: '';
  display: block;
  clear: both;
}
.new_index_Main .flow_main ul li .flow_item i {
  float: left;
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #9E9E9F;
  background-color: #EEEEEE;
  color: #9E9E9F;
  font-size: 22px;
  margin-left: -1px;
}
.new_index_Main .flow_main ul li .flow_item span {
  float: left;
  display: inline-block;
  width: calc(100% - 40px);
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 17px;
  margin-left: -5px;
}
.new_index_Main .flow_main ul li.accomplishState .flow_item {
  background-color: #E2ECFF;
  color: #2F7AFF;
  border: 1px solid #2D74F4;
}
.new_index_Main .flow_main ul li.accomplishState .flow_item i {
  border: 1px solid #2F7AFF;
  background-color: #2F7AFF;
  color: #FFFFFF;
}
.new_index_Main .flow_main ul li.accomplishState::after {
  background: url(../img/buzhou-active.png) no-repeat;
  background-size: 100% 100%;
  background-color: #FFFFFF;
}
.new_index_Main .flow_main ul li.active .flow_item {
  background-color: #2D74F4;
  color: #FFFFFF;
  border: 1px solid #2D74F4;
}
.new_index_Main .flow_main ul li.active .flow_item i {
  border: 1px solid #2F7AFF;
  background-color: #FFFFFF;
  color: #2F7AFF;
}
.new_index_Main .bottom_buttonArr {
  margin-top: 30px;
  text-align: center;
}
.new_index_Main .bottom_buttonArr button {
  width: 100px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #2F7AFF;
  background-color: #FFFFFF;
  color: #2F7AFF;
  border-radius: 5px;
  margin: 0 15px;
}
.new_index_Main .bottom_buttonArr button:last-child {
  background-color: #2F7AFF;
  color: #FFFFFF;
}
.enterprise_table {
  max-height: 58%;
  overflow: hidden;
  overflow-y: auto;
}
.enterprise_table table {
  border-collapse: collapse;
}
.enterprise_table table th,
.enterprise_table table td {
  height: 50px;
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.enterprise_table table tr td:first-child {
  text-align: center;
  color: #0D0D2E;
}
.enterprise_table table th {
  background-color: #FAFAFC;
}
.enterprise_table table th em {
  color: #FF4040;
  margin-right: 2px;
  font-size: 16px;
}
.enterprise_table table td i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/radio.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 2px;
}
.enterprise_table table td i.active {
  background: url(../img/radio-checked.png) no-repeat;
  background-size: 100% 100%;
}
.enterprise_table table td i input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.enterprise_table table td .company-Names {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  text-align: center;
}
.enterprise_table table td .offer-PirceNums {
  display: block;
  color: #2F7AFF;
  text-shadow: 0 0 0 #2F7AFF;
}
.enterprise_table table td .offer-PirceNums b {
  font-weight: normal;
}
.enterprise_table table td button {
  width: 20px;
  height: 30px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: center;
  background-color: #FFFFFF;
  border: none;
}
.enterprise_table table td button.topBtns {
  background-image: url(../img/topBtn.png);
}
.enterprise_table table td button.bottomBtns {
  background-image: url(../img/bottomBtn.png);
}
.enterprise_table table td button.v-topBtns {
  background-image: url(../img/v-topBtn.png);
}
.enterprise_table table td button.v-bottomBtns {
  background-image: url(../img/v-bottomBtn.png);
}
.enterprise_table table td button.look-moreBtn {
  width: 90px;
  padding-left: 25px;
  background-image: url(../img/look-more.png);
  background-size: 11px 10px;
  background-position: 10px center;
  background-color: #E2ECFF;
  color: #2F7AFF;
  border-radius: 5px;
  margin: 0 0 2px;
}
.enterprise_table table td button.Adjust-rankingBtn {
  width: 90px;
  padding-left: 25px;
  background-image: url(../img/paiming-bj.png);
  background-size: 11px 10px;
  background-position: 10px center;
  background-color: #E2ECFF;
  color: #2F7AFF;
  border-radius: 5px;
  margin: 0;
}
.enterprise_table table textarea {
  width: 100%;
  min-height: 50px;
  border: none;
  resize: none;
}
.red_hintText {
  color: #E95D56;
  margin-top: 20px;
}
.reasons-ranking-adjustment {
  margin-top: 20px;
}
.reasons-ranking-adjustment p {
  color: #444;
  margin-bottom: 5px;
}
.reasons-ranking-adjustment textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  min-height: 76px;
  padding: 10px;
  resize: none;
}
.evaluate_mainBox .option-list {
  float: left;
  width: 160px;
  height: 440px;
  margin-right: 15px;
  border: 1px solid #E2ECFF;
  border-radius: 10px;
  padding: 10px 3px 10px 0;
  background-color: #FAFAFC;
}
.evaluate_mainBox .option-list ul {
  max-height: 100%;
  overflow-y: auto;
}
.evaluate_mainBox .option-list ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.evaluate_mainBox .option-list ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #2F7AFF;
}
.evaluate_mainBox .option-list ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #EEEEEE;
}
.evaluate_mainBox .option-list li {
  height: 40px;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  color: #0D0D2E;
  font-size: 12px;
}
.evaluate_mainBox .option-list li.active,
.evaluate_mainBox .option-list li:hover {
  background-color: #E2ECFF;
  color: #2F7AFF;
}
.evaluate_mainBox .option-list li.active i,
.evaluate_mainBox .option-list li:hover i {
  height: 40px;
  background: url(../img/radio-active.png) no-repeat;
  background-size: 15px 15px;
  background-position: 5px center;
}
.evaluate_mainBox .option-list li.bc_active {
  color: #14CEA3;
}
.evaluate_mainBox .option-list li.bc_active i {
  background: url(../img/radio-green.png) no-repeat;
  background-size: 15px 15px;
  background-position: 5px center;
}
.evaluate_mainBox .option-list li::after {
  content: '';
  display: block;
  clear: both;
}
.evaluate_mainBox .option-list li:last-child {
  border-bottom: none;
}
.evaluate_mainBox .option-list li i {
  float: left;
  display: inline-block;
  width: 25px;
  height: 40px;
  background: url(../img/radio2.png) no-repeat;
  background-size: 15px 15px;
  background-position: 5px center;
}
.evaluate_mainBox .option-list li span {
  float: left;
  display: inline-block;
  width: calc(100% - 25px);
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.evaluate_mainBox .scoreTableMain {
  float: left;
  width: calc(100% - 175px);
}
.evaluate_mainBox .scoreModule {
  margin-bottom: 15px;
}
.evaluate_mainBox .scoreModule .tableHead {
  margin-bottom: 10px;
  text-shadow: 0 0 0 #0D0D2E;
}
.evaluate_mainBox .scoreModule .tableHead::after {
  content: '';
  display: block;
  clear: both;
}
.evaluate_mainBox .scoreModule .tableHead.business .m-title {
  background-image: url(../img/eva-item2.png);
  background-size: 20px 19px;
}
.evaluate_mainBox .scoreModule .tableHead.technology .m-title {
  background-image: url(../img/eva-item4.png);
  background-size: 20px 18px;
}
.evaluate_mainBox .scoreModule .tableHead.price .m-title {
  background-image: url(../img/eva-item3.png);
  background-size: 17px 20px;
}
.evaluate_mainBox .scoreModule .tableHead.unitNames .m-title {
  background-image: url(../img/unitName.png);
  background-size: 17px 20px;
}
.evaluate_mainBox .scoreModule .m-title {
  float: left;
  color: #0D0D2E;
  font-size: 16px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.evaluate_mainBox .scoreModule .moduleScore {
  float: left;
  color: #D88A38;
  font-size: 15px;
  margin-left: 40px;
}
.evaluate_mainBox .scoreModule table {
  border-collapse: collapse;
}
.evaluate_mainBox .scoreModule table th,
.evaluate_mainBox .scoreModule table td {
  height: 40px;
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.evaluate_mainBox .scoreModule table tr td:first-child {
  text-align: center;
}
.evaluate_mainBox .scoreModule table th {
  background-color: #FAFAFC;
}
.evaluate_mainBox .scoreModule table th em {
  color: #FF4040;
  margin-right: 2px;
  font-size: 16px;
}
.evaluate_mainBox .scoreModule table td input {
  width: 100%;
  border: none;
}
.evaluate_mainBox .scoreModule table td label {
  display: block;
}
.evaluate_mainBox .scoreModule table td label i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/radio.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: -2px;
  margin-right: 2px;
}
.evaluate_mainBox .scoreModule table td label i.active {
  background: url(../img/radio-checked.png) no-repeat;
  background-size: 100% 100%;
}
.evaluate_mainBox .scoreModule table td label i input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.evaluate_mainBox .total-pointsNum {
  color: #D88A38;
  font-size: 18px;
}
.evaluation-reports {
  padding: 35px 20px 0;
}
.evaluation-reports .item-name {
  text-align: center;
  font-size: 24px;
  color: #0D0D2E;
  text-shadow: 0 0 0 #0D0D2E;
  margin-bottom: 30px;
}
.evaluation-reports .page-Head {
  margin-bottom: 20px;
}
.evaluation-reports .page-Head .m-titles {
  float: left;
  font-size: 20px;
  color: #0D0D2E;
  text-shadow: 0 0 0 #0D0D2E;
  border-left: 6px solid #2F7AFF;
  padding-left: 10px;
}
.evaluation-reports .page-Head .btnArr {
  float: right;
}
.evaluation-reports .page-Head .btnArr button {
  padding: 0 25px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #2F7AFF;
  background-color: #FFFFFF;
  color: #2F7AFF;
  border-radius: 5px;
  margin-left: 10px;
}
.evaluation-reports .page-Head .btnArr button.downloadBtn {
  padding-left: 35px;
  background-image: url(../img/xiazai.png);
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: 25px center;
  background-color: #E2ECFF;
}
.evaluation-reports .module-Box {
  padding: 30px 0 30px 20px;
  border-bottom: 2px solid #E2ECFF;
}
.evaluation-reports .module-Box .m-titleName {
  background: url(../img/title-img.png) no-repeat;
  background-size: 17px 19px;
  background-position: 0 center;
  padding-left: 25px;
  color: #0D0D2E;
  font-size: 18px;
  text-shadow: 0 0 0 #0D0D2E;
  margin-bottom: 10px;
}
.evaluation-reports .module-Box table {
  border-collapse: collapse;
}
.evaluation-reports .module-Box table th,
.evaluation-reports .module-Box table td {
  border: 1px solid #E0E0E0;
  height: 36px;
  padding: 10px 15px;
}
.evaluation-reports .module-Box table th {
  background-color: #FAFAFC;
}
.evaluation-reports .result-List li {
  margin-bottom: 25px;
}
.evaluation-reports .result-List .res-info {
  height: 45px;
  line-height: 45px;
  background-color: #FAFAFC;
  padding: 0 10px;
}
.evaluation-reports .result-List .unitName {
  float: left;
  color: #2F7AFF;
  font-size: 16px;
}
.evaluation-reports .result-List .res-pirce {
  float: left;
  margin-left: 60px;
  color: #D88A38;
  font-size: 16px;
}
.evaluation-reports .result-List .res-socre {
  float: left;
  margin-left: 60px;
  color: #D88A38;
  font-size: 16px;
}
.evaluation-reports .result-List .toggleShow {
  float: right;
  padding-right: 15px;
  background: url(../img/zhankai.png) no-repeat;
  background-size: 12px 7px;
  background-position: right center;
  cursor: pointer;
}
.evaluation-reports .result-List .toggleShow.toggleStaet {
  background: url(../img/shouqi.png) no-repeat;
  background-size: 12px 7px;
  background-position: right center;
}
.evaluation-reports .result-List .res-tableMain {
  display: none;
}
.evaluation-reports .causeBox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.evaluation-reports .causeBox .cause-title {
  color: #444444;
  margin-bottom: 20px;
}
.evaluation-reports .causeBox .cause-title i {
  color: #FF4040;
}
.evaluation-reports .causeBox textarea {
  width: 100%;
  min-height: 100px;
  resize: none;
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.lookMoreAlertBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.lookMoreAlertBox .contentMain {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.lookMoreAlertBox .contentMain .head {
  height: 50px;
  line-height: 50px;
  background-color: #FAFAFC;
}
.lookMoreAlertBox .contentMain .head span {
  float: left;
  font-size: 18px;
  color: #0D0D2E;
  text-shadow: 0 0 0 #0D0D2E;
  padding-left: 20px;
}
.lookMoreAlertBox .contentMain .head img {
  float: right;
  width: 21px;
  height: 21px;
  margin-top: 15px;
  margin-right: 20px;
  cursor: pointer;
}
.lookMoreAlertBox .contentMain .itemTitleText {
  font-size: 18px;
  color: #0D0D2E;
  text-shadow: 0 0 0 #0D0D2E;
  text-align: center;
  margin: 15px 0;
}
.lookMoreAlertBox .contentMain .rankingTableBox {
  padding: 0 50px;
}
.lookMoreAlertBox .contentMain .rankingTableBox table {
  border-collapse: collapse;
  table-layout: fixed;
}
.lookMoreAlertBox .contentMain .rankingTableBox table th,
.lookMoreAlertBox .contentMain .rankingTableBox table td {
  text-align: center;
  border: 1px solid #E0E0E0;
  height: 40px;
  padding: 0 15px;
}
.lookMoreAlertBox .contentMain .rankingTableBox table th {
  background-color: #FAFAFC;
}
.lookMoreAlertBox .contentMain .rankingTableBox table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lookMoreAlertBox .contentMain .rankingTableBox .tableBoxs {
  max-height: 241px;
  overflow-y: auto;
  margin-bottom: 25px;
}
.lookMoreAlertBox .contentMain .opeartionBtnArr {
  text-align: center;
  padding-bottom: 30px;
}
.lookMoreAlertBox .contentMain .opeartionBtnArr button {
  width: 88px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #2F7AFF;
  margin: 0 10px;
}
.lookMoreAlertBox .contentMain .opeartionBtnArr button:first-child {
  background-color: #fff;
  color: #2F7AFF;
}
.lookMoreAlertBox .contentMain .opeartionBtnArr button:last-child {
  background-color: #2F7AFF;
  color: #fff;
}
.bidding-Announcement {
  width: 100%;
  background-color: #f2f8fd;
  padding: 60px 0;
}
.bidding-Announcement .contentMain {
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 110px 60px;
  font-family: "宋体";
  color: #0D0D2E;
}
.bidding-Announcement .page-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.bidding-Announcement .notice-title {
  font-size: 25px;
  text-shadow: 0 0 0 #0D0D2E;
  margin-bottom: 10px;
}
.bidding-Announcement .notice-infoMain {
  margin-bottom: 10px;
}
.bidding-Announcement .notice-infoMain p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 36px;
}
.bidding-Announcement .notice-infoMain span {
  border-bottom: 1px solid #333;
  padding: 0 10px;
}
.bidding-Announcement .module-title {
  font-size: 25px;
  text-shadow: 0 0 0 #0D0D2E;
  margin-bottom: 15px;
}
.bidding-Announcement .module-infoMain p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 36px;
}
.bidding-Announcement .module-infoMain li {
  text-indent: 3em;
  margin-bottom: 15px;
  font-size: 18px;
}
.bidding-Announcement .module-infoMain span {
  border-bottom: 1px solid #333;
  padding: 0 10px;
}
.bidding-Announcement .module-infoMain dd {
  text-indent: 3em;
  margin-bottom: 15px;
  font-size: 18px;
}
.bidding-Announcement .module-infoMain dd span {
  border-bottom: none;
}
.bidding-Announcement .buttonArr {
  margin-top: 80px;
  text-align: center;
}
.bidding-Announcement .buttonArr button {
  width: 100px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #2F7AFF;
  border-radius: 5px;
  margin: 0 10px;
}
.bidding-Announcement .buttonArr button:first-child {
  background-color: #fff;
  color: #2F7AFF;
}
.bidding-Announcement .buttonArr button:last-child {
  background-color: #2F7AFF;
  color: #fff;
}
.access-num{
  float: right;
  font-family: "微软雅黑";
  color: #666666;
  margin-right: 60px;
}
