/**!
 * 安徽合肥公共资源交易中心-公告详情
 *  author: wangkai;
 */


/* 当前位置 */

.ewb-home {
    height: 49px;
    line-height: 49px;
    padding-left: 23px;
    color: #666;
    background: url(../images/home.png) 0 center no-repeat;
}

.ewb-footer {
    position: static;
    margin-top: 15px;
}

.ewb-home a {
    color: #666;
    margin: 0 5px;
}

.ewb-home .cur {
    color: #1492ff;
}


/* 侧边按钮 */

.ewb-side-link {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -79px;
    margin-left: -600px;
    height: 158px;
}

.ewb-sl-node {
    margin-top: 10px;
    width: 57px;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
    background: url(../images/tradeInfo/sl_node.png);
}

.ewb-sl-node:first-child {
    margin-top: 0;
}

.ewb-sl-node a {
    display: block;
    height: 46px;
    padding-right: 5px;
    text-align: center;
}

.ewb-sl-node a span {
    display: none;
    color: #fff;
    cursor: pointer;
}

.ewb-sl-ico1 {
    background: url(../images/tradeInfo/sl_ico1.png) 13px center no-repeat;
}

.ewb-sl-ico2 {
    background: url(../images/tradeInfo/sl_ico2.png) 14px center no-repeat;
}

.ewb-sl-ico3 {
    background: url(../images/tradeInfo/sl_ico3.png) 12px center no-repeat;
}

.ewb-sl-node:hover {
    width: 81px;
    background: url(../images/tradeInfo/sl_node_cur.png) right no-repeat;
}

.ewb-sl-node:hover a {
    background: none;
}

.ewb-sl-node:hover a span {
    display: block;
}



/* main */

.ewb-main {
    padding: 32px 101px;
    background-color: #fff;
	min-height: 422px;
}

.ewb-notice-tt {
    padding: 0 14px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ewb-notice-flow {
    margin-top: 20px;
    height: 63px;
}

.ewb-nl-node {
    float: left;
    margin-left: -6px;
    width: 204px;
    height: 63px;
    vertical-align: top;
    background: url(../images/tradeInfo/nl_ico2.png);
    position: relative;
}

.ewb-nl-node:first-child {
    margin-left: 0;
    background: url(../images/tradeInfo/nl_ico1.png);
}

.ewb-nl-node.last {
    background: url(../images/tradeInfo/nl_ico3.png);
}

.ewb-nl-info {
    padding-top: 20px;
    padding-left: 25px;
    width: 105px;
    text-align: center;
}

.ewb-nl-node:first-child .ewb-nl-info {
    width: 130px;
}

.ewb-nl-name {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #666;
}

.ewb-nl-date {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

.ewb-nl-number {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-family: "Arial";
    color: #999;
    background: url(../images/tradeInfo/nl_yuan.png);
}

.ewb-nl-node.current {
    background: url(../images/tradeInfo/nl_ico2_cur.png);
}

.ewb-nl-node:first-child.current {
    background: url(../images/tradeInfo/nl_ico1_cur.png);
}

.ewb-nl-node.last.current {
    background: url(../images/tradeInfo/nl_ico3_cur.png);
}

.ewb-nl-node.current .ewb-nl-name,
.ewb-nl-node.current .ewb-nl-date {
    color: #fff;
}

.ewb-nl-node.current .ewb-nl-number {
    color: #1492ff;
}

.ewb-info-source {
    padding: 32px 0 19px 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 24px;
    text-align: center;
}

.ewb-info-source span {
    display: inline-block;
    margin: 0 18px;
    color: #999;
}

.ewb-info-box {
    margin-top: 25px;
}

.ewb-info-tab {
    padding-left: 9px;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #1492ff;
}

.ewb-info-tabname {
    float: left;
    margin-left: 20px;
    width: 180px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: url(../images/tradeInfo/tab_ico.png);
}

.ewb-info-tabname:first-child {
    margin-left: 0;
}

.ewb-info-tabname.current {
    color: #fff;
    background: url(../images/tradeInfo/tab_ico_cur.png);
}

.ewb-info-tabname.not-use {
    color: #999;
    background: url(../images/tradeInfo/tab_ico_no.png);
}

.ewb-info-bd {
    margin-top: 41px;
}

.ewb-countdown {
    margin: 0 auto;
    padding-top: 32px;
    width: 314px;
    height: 44px;
    border: 1px solid #1492ff;
    border-radius: 5px;
    position: relative;
}

.ewb-cd-tt {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -68px;
    width: 137px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    background-color: #1492ff;
}

.ewb-cd-tt span {
    font-size: 16px;
    color: #fff;
}

.ewb-countdown.end {
    background-color: #1492ff;
}

.ewb-countdown.end .ewb-cd-tt {
    height: 90px;
    line-height: 90px;
}

.ewb-countdown.end .ewb-time {
    display: none;
}

.ewb-time {
    padding-left: 60px;
    height: 28px;
    line-height: 28px;
}

.ewb-time-number {
    float: left;
    width: 29px;
    height: 28px;
    text-align: center;
    border-radius: 6px;
    background-color: #e5f3ff;
}

.ewb-time-name {
    float: left;
    margin: 0 19px 0 3px;
}

.ewb-time-name.ewb-ie7 {
    *min-width: 30px;
}

.ewb-info-main {
    margin-top: 15px;
}

.ewb-info-content {
    line-height: 32px;
}

.ewb-info-tt {
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
}

.ewb-has-underline {
    font-weight: bold;
    text-decoration: underline;
}

.ewb-info-content.keep-right {
    text-align: right;
}

.ewb-info-footer {
    margin-top: 20px;
    padding: 10px 14px 22px 14px;
    border: 1px solid #dedede;
}

.ewb-enclosure {
    display: block;
    text-indent: 2em;
    line-height: 32px;
    color: #de3c0a;
}

.ewb-info-content.hasindent {
    padding-left: 2em;
}

.ewb-info-links {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #cbcbcb;
}

.ewb-il-node {
    line-height: 32px;
    vertical-align: top;
}

.ewb-il-node label {
    float: left;
    width: 60px;
    text-align: right;
}

.ewb-il-node p {
    float: left;
    width: 938px;
    padding: 4px 0;
}

.ewb-il-node p a {
    float: left;
    line-height: 24px;
    color: #333;
}
.ewb-container02{
	width:1000px;
	margin:0 auto;
}
.ewb-main02 {
    padding-bottom: 32px;
    background-color: #fff;
}
.ewb-info-source02 {
    padding-bottom:32px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 24px;
    text-align: center;
}

.ewb-info-source02 span {
    display: inline-block;
    margin: 0 18px;
    color: #999;
}
/*2018-07-25*/
/*2018-07-25*/
img {
    max-width: 998px;
}


.ewb-notice-item-new {
    margin: 20px;
}
.ewb-notice-list-new {
    line-height: 30px;
}

.ewb-notice-list-new.cur {
    color: red;
}

.ewb-info-main{
	position: relative;
	min-height: 200px;
}
.chain {
    position: absolute;
    right: 70px;
    top: -120px;
    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%;
    }
}