@charset "UTF-8";
/**!
 * 下载中心
 * date: 2022-06-24
 * author: lyaohui;
 */
.main-top {
  background-image: url("../images/download.png");
}

.notice-content {
  padding: 5px 20px 30px;
}

.notice-li {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 15px;
  height: 59px;
}

.notice-txt {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}

.notice-txt:hover {
  color: #f98f22;
}

.notice-txt a {
  color: #333;
}

.notice-txt a:hover {
  color: #f98f22;
}

.notice-date {
  margin-top: 12px;
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 15px;
  color: #999;
  background: url("../images/date.png") left no-repeat;
}
.main-left{
	min-height: 89px;
}
.notice-content{
	min-height: 284px;
}



.info-tb {
  width: 100%;
  table-layout: fixed;
}

.info-tb th {
  padding: 0 12px;
  height: 46px;
  font-size: 16px;
  text-align: center;
  background: #EEF5FF;
}

.info-tb tbody tr {
  border-bottom: 1px dashed #E1E1E1;
}

.info-tb tbody tr td {
  padding: 0 12px;
  height: 47px;
  color: #666;
  text-align: center;
}

.info-tb .align-left {
  text-align: left;
}

.advanced-search .title {
  padding-left: 22px;
  display: inline-block;
  color: #438CEB;
  font-size: 20px;
  font-weight: 600;
  background: url(../images/mod_title.png) 0 center no-repeat;
}







.purchase-hd {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #32c3d9;
}
.purchase-hd .purchase-item {
  position: relative;
}
.purchase-hd .purchase-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.502);
}
.purchase-hd .purchase-item:last-child:after {
  display: none;
}

.purchase-item {
  height: 41px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing:border-box;
}

.purchase-state {
  width: 120px;
}

.purchase-title {
  width: 640px;
}

.purchase-mode {
  width: 143px;
}

.purchase-time {
  width: 145px;
}

.purchase-list {
  height: 336px;
  background: #fff;
  overflow: auto;
}

.purchase-li {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.purchase-li .purchase-state {
  position: relative;
  padding-left: 13px;
  box-sizing: border-box;
  color: #999;
}
.purchase-li .purchase-state.being {
  color: #50b550;
}
.purchase-li .purchase-state.being::before {
  background-color: #50b550;
}
.purchase-li .purchase-state::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bababa;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.purchase-li .purchase-title {
  padding: 0 18px 0 16px;
  /* width: calc(65.36% - 115px); */
  text-align: left;
}
.purchase-li .purchase-time {
  color: #999;
}
.purchase-li:hover {
  background: rgba(234, 239, 246, 0.302);
}
.purchase-li:hover .purchase-title,
.purchase-li:hover .purchase-mode,
.purchase-li:hover .purchase-time {
  color: #f98f22;
}

/* 供应商黑名单 */
.gystitle1{
	width: 25% !important;
}
.gystitle2{
	width: 23% !important;
}
.gystitle3{
	width: 32% !important;
}

.gystitle4{
	width: 20% !important;
}


.gyslititle1{
	width: 25%  !important;
}
.gyslititle2{
	width: 23% !important;
}
.gyslititle3{
	width: 32% !important;
}

.gyslititle4{
	width: 19% !important;
text-align: center !important;
}