
.ewb-info{
	border: 1px solid #dfebf8;
	padding: 0 0px;
	min-height:480px;
}

.ewb-info-hd{
	padding-top: 30px;
}

.ewb-info-tt{
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.ewb-info-intro{
	margin-top: 14px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	background: #f7f7f7;
	text-align: center;
}

.ewb-info-intro span{
	margin: 0 20px;
}

/* time */

.ewb-mt30{
	margin-top: 30px;
}

.ewb-time-hd {
    position: relative;
    width: 217px;
    height: 36px;
    border-radius: 14px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #62b5ed;
    z-index: 999;
}

.ewb-time-bd {
    width: 540px;
    height: 73px;
    padding-top: 37px;
    border: 3px solid #62b5ed;
    border-radius: 10px;
    margin: -19px auto 0 auto;
    text-align: center;
    background: #fff;
}

.ewb-time-bd p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.ewb-time-txt {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'led';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin: 0 10px;
    background: #7cc264;
    vertical-align: top;
}

.ewb-time.current .ewb-time-hd{
    background:#f6a013;
}

.ewb-time.current .ewb-time-bd{
    border-color:#f6a013;
}

/* bd */

.ewb-info-bd{
	padding-top: 23px;
	min-height220px;
}

.ewb-info-bd h2{
	line-height: 16px;
	font-weight: bold;
	line-height: 34px;
}

.ewb-info-bd p{
	line-height: 34px;
	font-size: 16px;
}

.ewb-tip-bod{
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 6px;
	margin-top: 50px;
}

.ewb-change{
	padding: 12px 28px 17px 28px;
	border-bottom: 1px dashed #d1d1d1;
}

.ewb-change-item{
	width: 50%;
	*width: 49%;
	float: left;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00adef;
}

.ewb-change-item a{
	color: #00adef;
}

.ewb-tip{
	padding: 8px 28px 28px 28px;
}

.ewb-tip h3,
.ewb-change h3{
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #f34347;
}

.ewb-tip p{
	line-height: 28px;
	font-size: 14px;
}

.ewb-tip p a{
	color: #00adef;
}

.ewb-tip p span{
	color: #999;
}

.ewb-tip-btn{
	margin-top: 18px;
}

.ewb-tip-btn button{
	display: block;
	width: 240px;
	height: 40px;
	border-radius: 3px;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	background: #1080cc;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	margin: 0 auto;
}

.ewb-tip-btn button:hover{
	background: #00adef;
}

.ewb-txt-link{
	margin-top: 30px;
	border-top: 1px dashed #d1d1d1;
	padding-bottom: 30px;
}

.ewb-txt-item{
	width: 50%;
	*width: 49%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	float: left;
}

.ewb-txt-item span{
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #1080cc;
	border-top: 2px solid #1080cc;
	margin-top: -1px;
	width: 80px;
	text-align: center;
}

.ewb-txt-info{
	margin-left: 90px;
	margin-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-txt-info a{
	color: #333;
}



.ewb-info-bd{
	position: relative;
	min-height: 200px;
}
.chain {
    position: absolute;
    right: 70px;
    top: -60px;
    width: 99px;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url("../images/subPage/new_jiao.png") no-repeat;
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
    background: url("../images/subPage/new_yes.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 100% !important;
	line-height: 36px !important;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}

.ewb-time{
	display:none;
}





html {
  color: #000;
  background: #FFF;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

select, input, button, textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}



@charset "UTF-8";
/**
 * 昌吉州政资局公共资源交易平台升级改造项目
 * date: 2023-4-7
 * author: xhz;
 */
.swiper-content {
  width: 1176px;
  margin: 0 auto;
  position: relative;
}

.mySwiper {
  margin: 0 auto;
  width: 1115px;
  position: relative;
  margin-top: 30px;
  /* height: 70px; */
  overflow: hidden;
}

.swiper-slide {
  background-position: center 0;
  background-size: 42px 42px;
  font-size: 16px;
  color: #9095ac;
}
.swiper-slide + .swiper-slide:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: #0f90e6;
  position: absolute;
  left: -56px;
  top: 21px;
}
.swiper-slide + .swiper-slide.unstart:before {
  background: #c8ccdb;
}
.swiper-slide p {
  display: block;
  width: 115px;
  text-align: center;
  padding-top: 50px;
  color: inherit;
  margin: 0 auto;
  z-index: 1000;
}
.swiper-slide p:hover + ul {
  display: block;
}
.swiper-slide.finish {
  color: #333;
  background-image: url(../images/finish.png);
}
.swiper-slide.doing {
  color: #0f90e6;
  font-weight: bold;
  background-image: url(../images/doing.png);
}
.swiper-slide.unstart {
  background-image: url(../images/unstart.png);
}
.swiper-slide ul {
  display: none;
  width: 100%;
}
.swiper-slide ul:hover {
  display: block;
}
.swiper-slide ul li {
  width: 160%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c0ddfc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.swiper-slide ul li:hover {
  background: #0f90e6;
  color: #fff;
}

.swiper-slide ul .current {
  background: #0f90e6;
  color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -10px;
  left: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 15px;
  height: 25px;
  top: 30%;
  background-size: 100% 100% !important;
}

