@charset "UTF-8";
/**
 * 20230911安徽省马鞍山市公共资源交易平台评价第三方咨询服务采购
 * date: 2023-9-15
 * author: zhaodq;
 */
.main {
  padding-bottom: 30px;
  background: #F3F5F8;
}

.content {
  position: relative;
  width: 100%;
  padding: 40px 20px 53px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 71, 140, 0.08);
  box-shadow: 0px 0px 8px 0px rgba(34, 71, 140, 0.08);
  min-height: 600px;
}
.content .title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.content .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  margin-top: 28px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  background: #EEF3F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .toolbar .col {
  margin-right: 30px;
}
.content .toolbar .font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .toolbar .font span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.content .toolbar .current {
  border-radius: 1px;
  background: #B01127;
  color: #fff;
}
.content-main {
  text-align: center;
  font-size: 16px;
  padding: 0 28px;
  min-height: 280px;
}
.content-main p {
  text-indent: 32px;
  color: #333;
  text-align: justify;
  line-height: 32px;
}
.content-main img {
  margin: 30px 0;
  max-width: 100%;
}
.content .file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 28px;
  margin-top: 30px;
  font-size: 16px;
}
.content .file-wrap .label {
  color: #000;
  font-weight: 400;
  line-height: 32px;
}
.content .file-wrap a {
  padding-left: 26px;
  color: #B01127;
  font-weight: 400;
  line-height: 32px;
  background: url("../images/file_ico.png") left center no-repeat;
  background-size: 16px 15px;
}
.content .file-wrap a:hover {
  text-decoration-line: underline;
}


/* 20231130 */
.ewb-link{
	/* margin-top: 122px; */
	position: absolute;
	left: -159px;
	width: 145px;
	top: 100px;
}

.ewb-link-item{
	margin-top: 7px;
}

.ewb-link-item:first-child{
	margin-top: 0;
}

.ewb-link-item a{
	display: block;
	padding-left: 12px;
	border-radius: 8px;
	line-height: 32px;
	font-size: 14px;
	background-color: #D96D20;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-link-item.no-link a{
	background: #ddd;
	cursor: default;
}

.ewb-link-item.current a{
	background-color: red;
}

iframe {
    display: block;
    scrolling: inherit;
    overflow: hidden;
    width: 1200px;
    height: 1200px;
}