/**!
 *安徽公共资源交易集团
 * author: [chengang];
 */
.page {
    margin-top: 10px;
    background: #fff;
}

.curren-location {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background: url("../images/title-bg.png") repeat-x;
    border: 1px solid #e7e7e7;
}

.curren-location p {
    padding-left: 25px;
    color: #013b8f;
    background: url('../images/curr-location.png') 10px center no-repeat;
}

.curren-location p a {
    color: #013b8f;
}

.detail-page {
    padding: 0 55px;
}

.ewb-content {
	min-height: 300px;
    padding: 20px 40px 10px;
}

.ewb-content .ewb-title {
    font-family: SimHei;
    font-size: 25px;
    line-height: 36px;
    color: #000;
    text-align: center;
}

.ewb-content .ewb-word-info {
    line-height: 30px;
    text-align: center;
}

.ewb-content-info p {
    padding: 0 40px;
    line-height: 32px;
    text-indent: 2em;
    font-family: 仿宋_GB2312;
    font-size: 20px;
}

.ewb-detail-img {
    display: block;
    margin: 30px auto;
    vertical-align: top;
}

/*新增20221118*/

/* main */

.ewb-main {
    padding: 32px 101px;
    background-color: #fff;
}

.ewb-notice-tt {
    padding: 0 14px;
    line-height: 34px;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

.ewb-notice-flow {
    margin-top: 20px;
    height: 63px;
}

.ewb-nl-node {
    float: left;
    margin-left: -14px;
    width: 154px;
    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;
    width: 142px;
    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: 12px;
    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: #ed8a15;
}

.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: 10px;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #df2922;
}

.ewb-info-tabname {
        float: left;
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 47px;
    line-height: 47px;
    background: #EDEDED;
    border-radius: 4px 4px 0px 0px;
    padding: 0 4px;
    margin-left: 5px;
    cursor: pointer;
}

.ewb-info-tabname:first-child {
    margin-left: 0;
}

.ewb-info-tabname.current {
    color: #fff;
    background: #DF2922;
}

.ewb-info-tabname.not-use {
    color: #999;
    background: url(../images/tradeInfo/tab_ico_no.png);
        background-size: 100% 100%;
}

.ewb-info-bd {
    margin-top: 41px;
	min-height: 400px;

}
.ewb-countdown {
    margin: 0 auto;
    padding-top: 32px;
    width: 314px;
    height: 44px;
    border: 1px solid #df2922;
    border-radius: 5px;
    position: relative;
	    display: none;
}

.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: #df2922;
}

.ewb-cd-tt span {
    font-size: 16px;
    color: #fff;
}

.ewb-countdown.end {
    background-color: #beac81;
}

.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;
    color: #fff;
    background-color: #df2922;
}

.ewb-time-name {
    float: left;
    margin: 0 19px 0 3px;
}

.ewb-time-name.ewb-ie7 {
    *min-width: 30px;
}

.ewb-info-main {
    *zoom: 1;
}

.ewb-info-main {
    margin-top: 15px;
    font-size: 14pt;
}

.ewb-info-main table {
    max-width: 998px;
}


.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;
}

.jxTenderObjNav{
	padding: 0px 15px;
	height: 50px;line-height: 50px;
	background-image: linear-gradient(180deg, 
		rgba(249, 249, 249, 1) 0%, 
		rgba(243, 243, 243, 1) 100%), 
	linear-gradient(
		rgba(228, 228, 228, 1), 
		rgba(228, 228, 228, 1));
	background-blend-mode: normal, 
		normal;
	font-size: 18pt;
	color: #333;
	margin-bottom: 6px;
}
.jxTenderObjMain{
	margin-bottom: 20px;
}
.jxTenderObjMain table{
	width: 100%;
}
.jxTenderObjMain table tr td{
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border:1px solid #dddddd;
	color: #666666;
	word-wrap: break-word;  
	word-break: normal;
    max-width: 160px;
    line-height:20px;
}
.jxTenderObjMain table .jxTenderObjMainLeftName{
	background-color: #efefef;
	color: #333333;
	text-align: right;
	width: 20%;
}
.jxTenderObjMain table .jxTenderObjMainLeftName{
	background-color: #efefef;
	color: #333333;
	text-align: right;
	width: 15%;
}
.jxTenderObjMain table .jxTenderObjMainLeftName1{
	background-color: #efefef;
	color: #333333;
	text-align: right;
	/* width: 140px; */
}

.jxTenderObjMain table tr td a{
	text-decoration: none;
	color: #3897de;
}

.dayititlt {
	font: 16pt 仿宋_GB2312, arial, helvetica, clean, sans-serif;
	font-family: 仿宋_GB2312;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.dayicontent {
	font: 16pt 仿宋_GB2312, arial, helvetica, clean, sans-serif;
	font-family: 仿宋_GB2312;
    text-indent: 2em;
    height: 30px;
    line-height: 30px;
}

div.cont_hr:first-child {
	font-size: 16pt;
    color: #df2922;
    font-family: 仿宋_GB2312;
    font-weight: bold;
    border-top: 0px solid #df2922;
    margin-top: 0;
}

div.cont_hr {
	font-size: 16pt;
    color: #df2922;
    border-top: 1px solid #df2922;
    margin-top: 30px;
    font-family: 仿宋_GB2312;
    font-weight: bold;
}

.huiyuankudayicontent {
	font-family: 仿宋_GB2312;
	font-size: 14pt;
	height: 30px;
	line-height: 30px;
	text-indent: 2em;
}

.lianxidanweiname {
	font-family: 仿宋_GB2312;
	font-size: 14pt;
	height: 30px;
	line-height: 30px;
	text-align: right;
    margin-right: 30px;
}

.dayidate {
	font-family: 仿宋_GB2312;
	font-size: 14pt;
	height: 30px;
	line-height: 30px;
	text-align: right;
    margin-right: 30px;
}

/* .ewb-info-main div span a {
	display: none
} */

.ewb-project-right {
	float: right;
	width: 242px;
	display: none;
	/* margin: 70px 20px 0 0; */
}
.ewb-process-hd{
	height: 42px;
	line-height: 42px;
	background:#df2922;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.ewb-progress-bd{
	border: 1px solid #cfdbe6;	
	border-top: 0;
	background: #fff;
}
.ewb-progress-content{
	padding: 12px 0 6px 13px;
	line-height: 24px;
	height: 67px;
	border-bottom: 1px solid #cfdbe6;
}
.ewb-progress-content label{
	color: #999;
}

.ewb-progress-box{
	padding: 8px 10px 0 21px;
}
.ewb-progress-tt{
	height: 23px;
	line-height: 23px;
	padding-left: 18px;
	color: #00ba53;
	margin-left: -7px;
	background: url("../images/progress_icon.png") left center no-repeat;
}
.ewb-progress-sub{
	border-left: 1px solid #00ba53;
	padding:12px 5px 38px 0;
	line-height: 18px;
}
.ewb-progress-node{
	margin-top: 12px;
}
.ewb-progress-node:first-child{
	margin-top: 0;
}
.ewb-progress-node label{
	float: left;
	text-align: right;
	color: #999;
	width: 90px;
}
.ewb-progress-wrap{
	margin-left: 90px;
}
.ewb-project-left{
    /* float: left;
    width: 744px */
}

.ewb-project-hd {
	margin: 30px 10px 0;
}

.ewb-project-name {
	padding-left: 7px;
	border-left: 5px solid #007bc7;
	line-height: 20px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}

/* table */
.ewb-table {
	margin: 20px 20px 0;
}

.ewb-table table {
	border: 1px solid #cfdbe6;
	table-layout: fixed;
	
}

.ewb-table td {
	height: 20px;
	border: 1px solid #cfdbe6;
	padding: 10px 10px;
	letter-spacing: -0.5px;
}

.ewb-project-tt {
	text-align: right;
	background: #edf4fb;
}

/* å¦ä¸€ç§è¡¨æ ¼ */
.ewb-tender td {
	text-align: center;
}

.ewb-tender thead td {
	background: #edf4fb;
	padding: 10px 0;
}
.ewb-tender thead td.ewb-tender-left{
	padding-left: 20px;
}  
.ewb-tender a{
	color: #333;
}
.ewb-tender td.ewb-tender-left{
	text-align: left;
}
.ewb-tender td.ewb-tender-right{
	text-align: right;
}

.ewb-step-node{
	margin-bottom: 20px;
}

.open-info {
    position: fixed;
    top: 385px;
    left: 0%;
	overflow: auto;
	outline: none;
}

.open-btn {
    /* width: 70px;
    padding: 50px 23px 22px;
    background: red; */
}

.open-process {
    display: none;
    margin-top: -430px;
    margin-left: 100px;
	    position: absolute;
    width: 210px;
    height: 437px;
    border: 1px solid #D5E6F7;
    box-shadow: 0px 2px 5px 0px rgba(223, 41, 34, 0.3);
}.ewb-project-right {
	float: right;
	width: 242px;
	display: none;
	/* margin: 70px 20px 0 0; */
}
.ewb-process-hd{
	height: 42px;
	line-height: 42px;
	background:#df2922;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.ewb-progress-bd{
	border: 1px solid #cfdbe6;	
	border-top: 0;
	background: #fff;
}
.ewb-progress-content{
	padding: 12px 0 6px 13px;
	line-height: 24px;
	height: 67px;
	border-bottom: 1px solid #cfdbe6;
}
.ewb-progress-content label{
	color: #999;
}

.ewb-progress-box{
	padding: 8px 10px 0 21px;
}
.ewb-progress-tt{
	height: 23px;
	line-height: 23px;
	padding-left: 18px;
	color: #00ba53;
	margin-left: -7px;
	background: url("../images/progress_icon.png") left center no-repeat;
}
.ewb-progress-sub{
	border-left: 1px solid #00ba53;
	padding:12px 5px 38px 0;
	line-height: 18px;
}
.ewb-progress-node{
	margin-top: 12px;
}
.ewb-progress-node:first-child{
	margin-top: 0;
}
.ewb-progress-node label{
	float: left;
	text-align: right;
	color: #999;
	width: 90px;
}
.ewb-progress-wrap{
	margin-left: 90px;
}
.ewb-project-left{
    /* float: left;
    width: 744px */
}

.ewb-project-hd {
	margin: 30px 10px 0;
}

.ewb-project-name {
	padding-left: 7px;
	border-left: 5px solid #007bc7;
	line-height: 20px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}

/* table */
.ewb-table {
	margin: 20px 20px 0;
}

.ewb-table table {
	border: 1px solid #cfdbe6;
	table-layout: fixed;
	min-width: 800px;
}

.ewb-table td {
	height: 20px;
	border: 1px solid #cfdbe6;
	padding: 10px 10px;
	letter-spacing: -0.5px;
	min-width: 140px;
}

.ewb-project-tt {
	text-align: right;
	background: #edf4fb;
}

/* å¦ä¸€ç§è¡¨æ ¼ */
.ewb-tender td {
	text-align: center;
}

.ewb-tender thead td {
	background: #edf4fb;
	padding: 10px 0;
}
.ewb-tender thead td.ewb-tender-left{
	padding-left: 20px;
}  
.ewb-tender a{
	color: #333;
}
.ewb-tender td.ewb-tender-left{
	text-align: left;
}
.ewb-tender td.ewb-tender-right{
	text-align: right;
}

.ewb-step-node{
	margin-bottom: 20px;
}

.open-info {
    position: fixed;
    top: 385px;
    left: 0%;
	overflow: auto;
	outline: none;
}

.open-btn {
    /* width: 70px;
    padding: 50px 23px 22px;
    background: red; */
}

.open-process {
    display: none;
    margin-top: -430px;
    margin-left: 100px;
	    position: absolute;
    width: 210px;
    height: 437px;
    border: 1px solid #D5E6F7;
    box-shadow: 0px 2px 5px 0px rgba(223, 41, 34, 0.3);
}

.info-page{
    line-height: 36px;
    font-size: 20px;
    color: #333;
    padding: 23px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 20px;
    position: relative;
}

.info-text span{
    color: #666;
}

.link-btn{
    position: absolute;
    width: 288px;
    height: 86px;
    background: url("../images/link_btn.png") no-repeat;
    top: 19px;
    right: -13px;
    padding: 13px 0 0 79px;
    box-sizing: border-box;
}

.link-btn .btn{
    width: 160px;
    height: 52px;
    display: block;
    line-height: 52px;
    font-size: 24px;
    color: #F24644;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
}

.info-text{
 width:700px;
}