@charset "UTF-8";
/**
 * 陇南市公共资源交易中心二期运营项目
 * date: 2023-10-23
 * author: gaojing;
 */
.mt20 {
  margin-top: 20px;
}

.ewb-main {
  padding-bottom: 10px;
  background: #f8f8f8;
}
.ewb-plat {
  padding: 0 15px;
  background: #fff;
  box-sizing: border-box;
}
.ewb-plat-hd {
  padding-top: 12px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: 1px solid #cfcfcf;
}
.ewb-plat-tt {
  display: block;
  height: 29px;
  padding-left: 46px;
  float: left;
  color: #1087d2;
  font-size: 16px;
  font-weight: bold;
  background: url("../images/plat_bg.jpg") left bottom no-repeat;
}
.ewb-more {
  margin-top: 6px;
  width: 10px;
  height: 14px;
  background: url("../images/more_ico.png") center no-repeat;
}

.news-swiper {
  width: 675px;
  height: 390px;
}
.news-swiper .swiper-pagination {
  left: auto;
  right: 17px;
  bottom: 14px;
  width: auto;
}
.news-swiper .swiper-pagination-bullet {
  margin: 0 2px !important;
  border-radius: 0;
  background: #fff;
  opacity: 0.36;
}
.news-swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.news-item {
  position: relative;
  display: block;
}
.news-item .title {
  padding: 0 140px 0 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
}

.center-intro {
  padding: 20px 18px 0;
  width: 591px;
  height: 390px;
  background: #fff url("../images/intro_bg.png") right bottom no-repeat;
}
.center-intro-p {
  line-height: 32px;
  font-size: 15px;
  text-indent: 30px;
}
.center-title {
  margin-bottom: 16px;
  line-height: 28px;
  text-align: center;
}
.center-title h3 {
  position: relative;
  display: inline-block;
}
.center-title h3:before, .center-title h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 227px;
  border-top: 1px solid rgba(93, 116, 152, 0.15);
  transform: translateY(-50%);
}
.center-title h3:before {
  left: -237px;
}
.center-title h3:after {
  right: -237px;
}
.center-title h3 span {
  position: relative;
  color: #1087d2;
  font-size: 20px;
  font-weight: bold;
}
.center-title h3 span:before, .center-title h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #1087d2;
  transform: translateY(-50%);
}
.center-title h3 span:before {
  left: -20px;
}
.center-title h3 span:after {
  right: -20px;
}

.leader {
  width: 853px;
  height: 380px;
  /* 滚动条样式 */
  /* IE */
}
.leader .ewb-plat-bd {
  height: calc(100% - 41px);
}
.leader ::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
.leader ::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.leader ::-webkit-scrollbar-button:end:increment,
.leader ::-webkit-scrollbar-button:start:decrement {
  display: block;
}
.leader ::-webkit-scrollbar-button:vertical:end:decrement,
.leader ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.leader ::-webkit-scrollbar-thumb:horizontal,
.leader ::-webkit-scrollbar-thumb:vertical,
.leader ::-webkit-scrollbar-track:horizontal,
.leader ::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}
.leader ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.leader ::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: #d9d9d9;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: none;
}
.leader ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
}
.leader ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
}
.leader ::-webkit-scrollbar-thumb:horizontal,
.leader ::-webkit-scrollbar-thumb:vertical,
.leader ::-webkit-scrollbar-track:horizontal,
.leader ::-webkit-scrollbar-track:vertical {
  border-width: 0;
}
.leader ::-webkit-scrollbar-track:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
}
.leader ::-webkit-scrollbar-track:active {
  background-color: transparent;
  -webkit-box-shadow: none;
}
.leader .scrollbar-hover::-webkit-scrollbar,
.leader .scrollbar-hover::-webkit-scrollbar-button,
.leader .scrollbar-hover::-webkit-scrollbar-thumb,
.leader .scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}
.leader .scrollbar-hover:hover::-webkit-scrollbar,
.leader .scrollbar-hover:hover::-webkit-scrollbar-button,
.leader .scrollbar-hover:hover::-webkit-scrollbar-thumb,
.leader .scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}
.leader body,
.leader div,
.leader html,
.leader li,
.leader ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
}
.leader-list {
  margin-right: -13px;
  padding-right: 7px;
  height: 100%;
  overflow: auto;
}
.leader-list li {
  padding: 7px 0;
  border-top: 1px dashed #cfcfcf;
}
.leader-list li:first-child {
  border-top: 0;
}
.leader-row {
  display: flex;
  line-height: 21px;
}
.leader-row .label {
  color: #666;
  flex-shrink: 0;
}
.leader-row .txt {
  color: #333;
}

.department {
  width: 413px;
  height: 207px;
}
.department-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.department-list li {
  margin-bottom: 12px;
}
.department-item {
  padding: 0 39px 0 30px;
  display: flex;
  align-items: center;
  width: 181px;
  height: 38px;
  color: #333;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background: url("../images/enter_ico.png") right 11px center no-repeat, url("../images/dot.png") left 16px center no-repeat, #fff;
  box-sizing: border-box;
}
.department-item:hover {
  color: #1087d2;
  font-weight: bold;
  border-color: #1087d2;
  background: url("../images/enter_ico_h.png") right 11px center no-repeat, url("../images/dot_h.png") left 16px center no-repeat, #f9fdff;
}

.contact {
  width: 413px;
  height: 153px;
}
.contact-list {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
}
.contact-item {
  display: flex;
  width: 50%;
  line-height: 32px;
}
.contact-item .label {
  color: #666;
  flex-shrink: 0;
}
.contact-item .txt {
  color: #333;
}
.ewb-location {
    padding-left: 24px;
    height: 42px;
    line-height: 42px;
    background: url('../images/location.png') left center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #cc0909;
}

.wza-old .news-item .title{
  height: 50px;
  line-height: 50px;
  font-size: 28px;
}

.wza-old .department-item{
  width:100%;
  height: 50px;
  font-size: 28px;
}

.wza-old .department-list li{
  width:20%;
  padding:0 10px;
  box-sizing:border-box;
}

.wza-old .leader-row{
  line-height:45px;
  font-size:28px;
}

.wza-old .contact-item{
  line-height:45px;
  font-size:28px;
}

.center-intro-p{
  line-height:45px;
  font-size:32px;
}

.ParagraphIndent{
  font-size: 28px !important;
  line-height: 45px !important;
  height: calc(100% - 46px);
overflow: auto;
}
.wza-old .swiper-slide{
  width: 1000px !important;
}

.wza-old .news-swiper{
  width: 1000px !important;
  height: 578px;
}

.wza-old .news-item img{
  width:1000px;
}