#detail_content{
    width: 1190px;
    background:rgba(255,255,255,1);
    margin: 0 auto;
}
.color1{
    color: #144785 !important;
}
.color2{
    color: #1890FF !important;
}
.crumbs_top{
    line-height: 40px;
    color: #555555;
}
.crumbs_top>img{
    width: 14px;
    height: 14px;
    vertical-align: -1px;
}
.content-box{
    width: 100%;
    border-radius:2px;
    border:1px solid rgba(221,221,221,1);
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}
h2{
    margin: 20px 0 10px 0;
    text-align: center;
    color: #333333;
    font-size: 21px;
}
h4{
    font-size:16px;
    color: #333333;
    font-weight: unset;
    text-align: center;
    margin: 0 0 10px 0;
}
.title_p{
    width:1150px;
    height:34px;
    background:rgba(231,236,242,0.6);
    border-radius:2px;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    color:#666666;
    margin-bottom: 20px;
}
/* 步骤条 */
.article_steps{

}
ol.steps{
    list-style: none;
    display: flex;
    /*overflow-x: auto;*/
    height: 64px;
    margin-bottom: 5px;
    width: max-content;
    margin: 0 auto;
    /* margin-left: 27%; */
}
ol.steps:after,ol.steps li:after{
    content: '';
    display: block;
    clear: both;
}
ol.steps li{
    float: left;
    position: relative;
    width: 142px;
}
ol.steps li:nth-of-type(1){
    padding-right: 20px;
}
ol.steps li .step-line{
    height: 3px;
    background:rgba(229,229,229,1);
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.2);*/
    margin-top: 11px;
    width: 163px;
    margin-left: 35px;
}
ol.steps li.step-active .step-line{
    background-color: #1890FF;
    box-shadow: inset 0 1px 1px #1890FF;
}

ol.steps .step-content{
    width: 150px;
    position: absolute;
    top: 0px;
    left: -30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
ol.steps li .step-content .step-num{
    display: inline-block;
    height: 25px;
    width: 25px;
    color: #999999;
    background-color: rgba(229,229,229,1);
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: -25px;
}
ol.steps li.step-active .step-content .step-num{
    background-color: #1890FF;
    color: white;
}
ol.steps li.step-end{
    width: 120px!important;
    flex: inherit;
}
ol.steps li.step-end .step-line{
    display: none;
}
.step-text{
    color: #999999;
    margin-top: 35px;
    text-align: center;
}
/* .step-active:nth-of-type(2) .step-line{
    background:rgba(229,229,229,1) !important;
    box-shadow: inset 0 1px 1px rgba(229,229,229,1) !important;
} */
/* 节点圆圈hover */
.step-num:hover{
    cursor: pointer;
    width: 35px !important;
    height: 35px !important;
    text-align: center !important;
    line-height: 35px !important;
    /* box-shadow:0px 6px 12px 0px rgba(48,116,235,0.3) !important; */
    position: absolute;
    top: -6px;
    font-size: 16px;
}
/* 节点圆圈选中 */
.activeSpan{
    width: 35px !important;
    height: 35px !important;
    text-align: center !important;
    line-height: 35px !important;
    /* box-shadow:0px 6px 12px 0px rgba(48,116,235,0.3) !important; */
    position: absolute;
    top: -6px;
    font-size: 16px;
}
.table{
    width: 1150px;
    margin: 5px auto;

}
.table_1,.table_2{
    width: 100%;
    border-radius:4px;
    border:1px solid rgba(231,236,242,1);
}
.table>p>span{
    display: block;
}
.table>p>span:nth-of-type(1){
    width:3px;
    height:18px;
    background:rgba(15,68,131,1);
    border-radius:2px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}
.table>p>span:nth-of-type(2){
    color: #333333;
    font-size: 16px;
}
.table_1_ul{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: start;
    align-items: center;
}

.table_chain_ul{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: start;
    align-items: center;
}
.table_1_ul>li {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    word-wrap: break-word;
    word-break: break-all;
    height: auto;
    padding-left: 22px;
    padding-right: 20px;
    align-items: center;
    min-height: 47px;
    /* max-height: 100vh; */
    color: #333333;
    box-sizing: border-box;
    border-bottom: 1px solid #E7ECF2;
}

.content {
    min-height: calc(100vh - 280px);
    height: auto;
}
.table_chain_ul>li{
    display: flex;
    flex-wrap: wrap;
    padding-left: 22px;
    padding-right: 20px;
    align-items: center;
    min-height: 47px;
    max-height:100vh;
    color: #333333;
    box-sizing: border-box;
    border-bottom: 1px solid #E7ECF2;
}
.table_1_ul>li>p{
    width: 100%;
    margin: 0;
}
.table_chain_ul>li>p{
    width: 100%;
    margin: 0;
}
.table_1_ul>li:nth-of-type(1),.table_1_ul>li:nth-of-type(3){
    background: #E7ECF2;
    color: #333333;
    font-weight: bold;
    min-width: 180px;
    border-bottom: 1px solid white !important;
}
.table_chain_ul>li:nth-of-type(1),.table_chain_ul>li:nth-of-type(3){
    /*background: #E7ECF2;*/
    justify-content: end;
    color: #333333;
    font-weight: 500;
    width: 180px;
    border-bottom: 1px solid white !important;
}
.table_1_ul>li:nth-of-type(2),.table_1_ul>li:nth-of-type(4){
    width: 1000px;
    color: #333333;
}
.table_chain_ul>li:nth-of-type(2),.table_chain_ul>li:nth-of-type(4){
    width: 1000px;
    color: #333333;
}
.table_1_ulContent{
    width: 100%;
    display: flex;
    justify-content: start;
    /*align-items: center;*/
    height: auto;
}
.table_1_ulContent>li{
    justify-content: start;
    padding-left: 22px;
    padding-right: 20px;
    align-items: center;
    min-height: 47px;
    color: #333333;
    box-sizing: border-box;
    border-bottom: 1px solid #E7ECF2;
}
.table_1_ulContent>li:nth-of-type(1),.table_1_ul>li:nth-of-type(3){
    background: #E7ECF2;
    color: #333333;
    font-weight: bold;
    width: 180px;
    border-bottom: 1px solid white !important;
    height: auto;
    display: flex;
}
.table_1_ulContent>li:nth-of-type(2),.table_1_ul>li:nth-of-type(4){
    width : 85%;
    color: #333333;
    height: auto;
}

.table_2{
    margin-bottom: 20px;
}
.table_2_top{
    width: 1150px;
    line-height: 34px;
    background:rgba(231,236,242,0.6);
    border-radius:2px;
    margin: 0 auto;
    padding-left: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* 招标公告详情信息文本 */
.content{
    width: 1150px;
    margin: 0 auto;
}
.content p{
    color: #333333;
    margin: 5px 0;
}
.cs-detailTxtP{
    height: 25px;
}
.cs-detailTxtP span{
    float:left;
    font-size: 17px;
    font-weight: bold;
}
.content>div{
    width: 100%;
}
.content >div>p{
    /*  text-align: right; */
}
.content >div>p:nth-of-type(1){
    margin-bottom: 40px;
}
.cs-leftSpan{
    display:block;
    width:3px;
    height:18px;
    background:rgba(15,68,131,1);
    margin: 3px 10px 0 0;
}

/* 处罚通知 */
.div_ul{
    width: 1150px;
    margin: 0 auto;
    border: 1px solid rgba(231,236,242,1);
    margin-bottom: 20px;
}
.div_ul>ul{
    width: 100%;
    display: flex;
}
.div_ul>ul>li{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
}
.div_ul>ul>li:nth-of-type(1){
    width: 220px;
    background:rgba(231,236,242,1);
    font-weight: bold;
    border-bottom: 1px solid white;
    text-align: center;
}
.div_ul>ul>li:nth-of-type(2){
    width: 930px;
    display: flex !important;
    justify-content: start !important;
    padding: 14px 22px;
    border-bottom: 1px solid #E7ECF2;
}

/**yanch*/
.div-title2{
    margin: 0 auto;
}
.div-article2 {
    line-height: 35px;
    font-size: 16px;
    margin-top: 10px;
    /* text-indent: 2em; */
    margin-bottom: 30px;
    text-align: justify;
    position: relative;
}
.gycq-table {
    border-collapse: collapse;
    width: 100%;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.gycq-table th {
    width: 190px;
    background-color: #dbefff;
    border: 1px solid #ccc;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

.gycq-table td {
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 5px;
}

.gycq-table2 {
    border-collapse: collapse;
    width: 100%;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin: 30px 0;
}

.gycq-table2 th {
    width: 33%;
    background-color: #dbefff;
    border: 1px solid #ccc;
    text-align: center;
}

.gycq-table2 td {
    border: 1px solid #ccc;
    text-align: center;
}

.content-box td,.content-box th {
    border: 1px solid rgba(221,221,221,1);
    padding: 10px;
}

.content-box table {
    border-collapse: collapse;
    width: 100%;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin: 30px 0;
}

.step-table {
    border-collapse: collapse;
    width: 100%;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin: 30px 0;
}

.crumbs_top a{
    text-decoration:none;
    color: #144785 !important;
}
.step-table a {
    text-decoration:none;
    color: #333333;
}
.step-table a:HOVER {
    color: rgba(15, 68, 131, 1) !important;
    font-weight: 600;
}

.newTable_ul{
    margin-bottom:10px;
}
.newTable_ul>li{
    max-height: unset;
    line-height: 21px;
}
.newTable_ul>li:nth-of-type(2),.table_1_ul>li:nth-of-type(4){
    text-indent: 27px;
}
.table-box{
    border-top: 1px solid #E7ECF2;
    border-left: 1px solid #E7ECF2;
}
.table-box, .table-box *{
    box-sizing: border-box;
}
.table-box li{
    overflow: hidden;
    height: max-content;
}
.table-box .table-th, .table-box .table-td{
    display: flex;
    align-items: center;
    border-right: 1px solid #E7ECF2;
    border-bottom: 1px solid #E7ECF2;
    line-height: 24px;
    padding-left: 22px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin: 0;
    height: 48px;
    color: #333333;
    float: left;
    width: 25%;
    text-align: center;
}
.table-box .table-th:nth-child(1), .table-box .table-td:nth-child(1){
    width: 50%;
}
.table-box .table-th{
    font-weight: 700;
}
.stamp{
    background-image: url("../images/icon/stamp.png");
}