.border {
    border: 1px solid #e8e8e8;
}

.center {
    text-align: center;
}

body {
    padding-right: 0px !important;
    /*background: #F6F6F6;*/
}

*.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

/*主体内容*/
.content-box {
    width: 914px;
    /*企业图谱*/
    /*相关企业*/
    /*项目动态*/
    /*项目公告*/
}

.content-box .top-banner {
    height: 60px;
    margin-bottom: 20px;
}

.content-box .top-banner > img {
    height: 100%;
}

.content-box .content-title {
    position: relative;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #1D1D1D;
    margin: 0;
    padding: 18px 0;
    text-align: left !important;
}

.content-box .content-title .line-span {
    border-bottom: 1px solid #3083EB;
}
.content-box .doc-detail-wrap{
    margin-top: 4px;
}
.content-box .download-collect {
    line-height: 24px;
    font-size: 14px;
    /*background-color: #f6f6f6;*/
    margin-bottom: 20px;
    /*border: 1px solid #e8e8e8;*/
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 20px;
}

.content-box .download-collect .left-box .label.curG {
    background: #55CF95;
    color: #ffffff;
}

.content-box .download-collect .left-box .label.curR {
    background: #F78F92;
    color: #ffffff;
}

.content-box .download-collect .left-box .label.curB {
    background: #79AAE8;
    color: #ffffff;
}

.content-box .download-collect .left-box .label {
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
}

.content-box .download-collect .left-box .time {
    margin-left: 16px;
    color: #666666;
    background-color: #F5F5F5;
    padding: 1px 7px;
    line-height: 1;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.content-box .download-collect .left-box .address {
    margin-left: 10px;
    color: #686868;
    background-color: #ededed;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 14px;

    display: inline-block;
}

.content-box .download-collect .left-box .address > a {
    font-size: 14px;

    color: #686868;
}

.content-box .download-collect span {
    color: #333;
}

.content-box .download-collect span strong {
    color: #3083EB;
}

.content-box .download-collect > a {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #3083EB;
    margin-left: 10px;
    position: relative;
    padding: 4px 19px 4px 17px;
    border: 1px solid #3083EB;
    border-radius: 4px;
}

.content-box .download-collect > a.collect {

    /*background: #FF7722;*/
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    color: #3083eb;
    border: 1px solid #3083eb;
}

.content-box .download-collect > a .icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px 4px 0 0;
    background: url(/front/img/document_detailt/icon_download.svg) no-repeat center;
    float: left;
}

.content-box .download-collect > a .icon.icon-tender {
    width: 19px;
    height: 19px;
    background: url("/client/revision/img/xaingqing-icon.png") no-repeat center;
}

.content-box .download-collect > a .icon.icon-download {

    background: url(/front/img/document_detailt/icon_download.svg) no-repeat center !important;
    background-size: 16px 16px;
}

.content-box .download-collect > a .icon.icon-collect {
    background: url(/front/img/document_detailt/icon_uncollect.svg) no-repeat center !important;
    background-size: 16px 15px;
    margin: 2px 4px 0 0 !important;
}
.content-box .download-collect > a.on .icon.icon-collect {
    background: url(/front/img/document_detailt/icon_collected.svg) no-repeat center !important;
}

.content-box .download-collect > a .icon.icon-reclaimed {
    background-position: 0 -42px;
    background: url(/front/img/document_detailt/icon_reclaimed.svg) no-repeat center !important;
    background-size: 16px 16px;
}

.content-box .download-collect > a .icon.icon-share {
    /*background-position: -67px -42px;*/
    background: url(/front/img/document_detailt/icon_share.svg) no-repeat center;
    background-size: 16px 16px;
}

.content-box .download-collect > a:hover .icon-download {
    background-position: -23px -21px;
}

.content-box .download-collect > a:hover .icon-reclaimed {
    background-position: -23px -42px;
}

.content-box .download-collect > a.on {
    color: #3083eb;
}

.content-box .download-collect .collect.on > a .icon-collect {
    background: url("/front/img/channelList/gglb_shoucang01.png") no-repeat center;
}

.content-box .download-collect .collect.on > a.on .icon-collect {
    background: url("/front/img/channelList/xqy_sc.png") no-repeat center !important;;
}

.content-box .download-collect > a.on .icon.icon-download {
    background-position: -23px -21px;
}

.content-box .download-collect > a.on .icon.icon-reclaimed {
    background-position: -23px -42px;
}

.content-box .download-collect > a.on .icon.icon-share {
    background-position: -67px -65px;
}

.content-box .download-collect .share:hover .share-code {
    display: block;
}

.content-box .download-collect .share-code {
    display: block;
    width: 300px;
    height: 200px;
    color: #fff;
    background: url("/client/revision/img/bg_share.png") no-repeat center;
    position: absolute;
    left: -75px;
    top: 25px;
    z-index: 99;
    display: none;
}

.content-box .download-collect .share-code .img {
    float: left;
    width: 160px;
    height: 168px;
    padding: 3px;
    margin: 26px 10px 10px 10px;
    background-color: #fff;
}

.content-box .download-collect .share-code .img > img {
    width: 160px;
    height: 160px;
}

.content-box .download-collect .share-code > p {
    width: 105px;
    font-size: 12px;
    float: left;
    text-align: left;
    padding-top: 26px;
}

.content-box .download-collect .collection-success,
.content-box .download-collect .cancel-collection {
    width: 67px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 5px 0px;
    background: rgba(0, 0, 0, 0.5);
    background: #000 \9;
    /*IE*/
    filter: alpha(opacity=50);
    /*IE*/
    transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    position: absolute;
    left: 0;
    top: -35px;
    display: none;
}

.content-box .table-info {
    width: 870px;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
}

.content-box .table-info tr {
    width: 100%;
    font-size: 12px;
    border: 0;
    /*border-bottom: 1px solid #e8e8e8;*/
    border-collapse: collapse;
}

.paddingLeft20 {
    padding-left: 20px;
}

.content-box .table-info tr > th {
    line-height: 30px;
    font-weight: normal;
    color: #666666;
    border: 0;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    width: 85px;
}

.content-box .table-info tr > th.bl {
    /*border-left: 1px solid #e8e8e8;*/
}

.content-box .table-info tr > td {
    width: 310px;
    line-height: 30px;
    color: #333333;
    border: 0;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

.content-box .table-info tr > td.h20 {
    line-height: 20px;
    text-align: left;
    padding: 7px 10px;
}

.content-box .table-info tr > td .monitor-btn {
    display: inline-block;
    position: relative;
}

.content-box .table-info tr > td .monitor-btn a {
    display: inline-block;
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #3083EB;
}

.content-box .table-info tr > td .tel-img {
    position: relative;
    display: inline-block;
    line-height: 22px;
}

.content-box .table-info tr > td .tel-img > img {
    margin-left: 8px;
    cursor: pointer;
}

.content-box .table-info tr > td .tel {
    width: 280px;
    text-align: left;
    color: #333;
    background: #ffd7c5;
    border: 1px solid #ff6420;
    padding: 4px 8px;
    position: absolute;
    top: 30px;
    left: -24px;
    z-index: 99;
    display: none;
}

.content-box .table-info tr > td .tel a {
    color: #f60000;
    background: none;
}

.content-box .table-info tr > td .tel > .icon {
    width: 11px;
    height: 7px;
    position: absolute;
    left: 42px;
    top: -7px;
    background: url(/client/revision/img/icon-up.png) no-repeat center;
}

.content-box .table-info tr > td .tel > p {
    line-height: 20px;
}

.content-box .table-info tr > td .tel > p .title {
    display: inline-block;
    float: left;
}

.content-box .table-info tr > td .tel > p .add {
    width: 76%;
    float: left;
}

.content-box .table-info tr.last {
    width: 100%;
}

.content-box .table-info tr.last > th {
    width: 130px;
}

.content-box .table-info tr.last > td {
    width: 767px;
    line-height: 25px;
    text-align: left;
    padding: 5px 0px;
}

.content-box .content-pic {
    display: block;
    /*margin: 10px 0px;*/
}

.content-box .left-content {
    border-top: 0;
    position: relative;
    /*margin-top: 20px;*/
}

.content-box .authority-prompt {
    font-size: 14px;
    color: #333;
    padding: 11px 14px 12px;
    background-color: #FFF0EA;
    margin-bottom: 10px;
}

.content-box .authority-prompt .icon {
    display: block;
    width: 15px;
    height: 15px;
    background: url("/client/revision/img/xqy_tishi.png") no-repeat center;
    background-size: 15px 15px;

    float: left;
    margin: 2px 10px 0 0;
}

.content-box .authority-prompt .authority {
    color: #FF7722;
    font-size: 14px;
    font-weight: bold;
}

.content-box .authority-prompt strong {
    color: #ff6420;
    font-weight: bold;
}

.content-box .authority-prompt .blue {
    color: #3083EB;
}

.content-box .authority-prompt .member {
    font-size: 12px;
    color: #ff6420;
    float: right;
}

/*公告内容区域*/
.contentNav {
    margin-top: 8px;
    width: 100%;
    background: #FFFFFF;
    /*overflow: hidden;*/
}

.contentNav:after, .contentNav:before {
    content: '';
    clear: both;
    display: block;
}

.contentNav li {
    float: left;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    padding: 0 30px;

}
.main-detail .contentNav li{
    padding: 0!important;
    line-height: 55px;
}
.main-detail .contentNav li.active span:after{
    width: 66px;
    height: 2px;
    bottom: -22px;
}
.main-detail .contentNav li .li-a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
.contentNav li:hover span {
    color: #3083EB;
}

.contentNav li span {
    position: relative;
    font-size: 16px;
    display: inline-block;
    line-height: 15px;

}

@keyframes ttAnimas3 {
    0% {
        top: -20px;
    }
    50% {
        top: -18px;
    }
    100% {
        top: -20px;
    }
}

.contentNav {
    border: 1px solid #eeeeee;
    border-bottom: none;
}

.contentNav li span img {
    position: absolute;
    right: -15px;
    top: -20px;
    /*width: 30px;*/
    height: 18px;
    animation: ttAnimas3 1s infinite;
}

.contentNav li.active span{
    color: #3083EB !important;
    font-weight: bolder;
    position: relative;
}

/*.contentNav li:hover span:after{*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: -7px;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 20px;*/
/*  height: 3px;*/
/*  border-radius: 1.5px;*/
/*  background: #3083EB;*/
/*}*/
.contentNav li.active span:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background: #3083EB;
}

.content-box .content {
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    text-align: left;
    overflow: hidden;
    border: 1px solid #eeeeee;
    clear: both;

}

.content-box .content.detail {
    padding-bottom: 20px;
}

/*项目进度需要最小高度*/
.content-box .content.projectProgress {
    /*min-height: 1257px;*/
    background: #FFFFFF;
}

.content-box .content h1 {
    font-size: 16px;
}

.content-box .content h2 {
    font-size: 12px;
}

.content-box .content h3 {
    font-size: 12px;
}

.content-box .content > .title {
    font-size: 16px;
    /*color: #333;*/
    color: #3083EB;
    font-weight: bold;
}

.content-box .content p {
    margin-bottom: 5px;
    text-align: left;
}
.content-box .content span {
    text-wrap: auto;
    white-space: normal;
}

.content-box #pcontent {
    min-height: 100px;
    padding: 0 18px;
    line-height: 25px;
}

.content-box #pcontent table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.content-box #pcontent table td,
.content-box #pcontent table th {
    border: 1px solid #e5e5e5;
    padding: 5px 8px;
}

.content-box .not-loginPrompt {
    height: 24px;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

.content-box .not-loginPrompt a {
    color: #fff;
    background: #FF6420;
    padding: 3px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 12px;
}

.content-box .not-loginPrompt strong {
    font-weight: bold;
    margin-left: 25px;
}

.content-box .item-box {
    /*overflow: hidden;*/
    margin-top: 16px;
}
.more_relative .content-box .item-box{
    position: relative;
}
.content-box .item-box .item-title {
    display: inline-block;
    min-width: 90px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0;
    background: #3083EB;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.content-box .relation-chart {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.content-box .relation-chart .min-title {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 39px;
    text-align: left;
}

.content-box .relation-chart .tp-btn {
    width: 160px;
    height: 32px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ccc;
    margin-top: 20px;
}

.content-box .relation-chart .tp-btn.active {
    background: #3083EB;
}

.content-box .relation-chart .tp-btn.last-btn {
    margin-left: 50px;
}

.content-box .relation-chart .chart-content {
    height: 700px;
}

.content-box .relation-chart .more {
    display: block;
    width: 160px;
    line-height: 30px;
    text-align: center;
    border-bottom: 2px solid #3083EB;
    margin: 720px auto 20px;
}

.content-box .related-business {
    /*border: 1px solid #e8e8e8;*/
}

.content-box .related-business .mt10 {
    margin-top: 10px;
}

.content-box .related-business .list-box {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 20px 17px;
}

.content-box .related-business .list-box:last-of-type {
    border-bottom: 0;
}

.content-box .related-business .list-box .company-info {
    overflow: hidden;
    margin-top: 19px;
}

.content-box .related-business .list-box .company-info .logo {
    margin-right: 18px;
}

.content-box .related-business .list-box .company-info .info-r {
    width: 800px;
    float: left;
    position: relative;
}

.content-box .related-business .list-box .company-info .info-r .title {
    overflow: hidden;
}

.content-box .related-business .list-box .company-info .info-r .name {
    display: inline-block;
    max-width: 560px;
    font-size: 16px;
    float: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-box .related-business .list-box .company-info .info-r .name:hover {
    color: #3083EB;
}

.content-box .related-business .list-box .company-info .info-r .status {
    line-height: 17px;
    padding: 0 12px;
    color: #3083EB;
    border: 1px solid #3083EB;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: none;
    margin-left: 8px;
    float: left;
}

.content-box .related-business .list-box .company-info .info-r .span-item {
    color: #999;
    margin-right: 49px;
}

.content-box .related-business .list-box .company-info .info-r .span-item strong {
    color: #666;
}

.content-box .related-business .list-box .company-info .info-r .qty {
    line-height: 30px;
    color: #666;
    position: absolute;
    right: 0;
    top: 8px;
}

.content-box .related-business .list-box .company-info .info-r .qty strong {
    font-size: 16px;
    font-weight: bold;
    color: #F96D30;
}

.content-box .related-business .list-box .company-info .info-r .qty .unit {
    font-weight: normal;
    color: #999;
    border: none;
}

.content-box .project-dynamics {
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-top: 0;
}

.content-box .project-dynamics ul {
    border-left: 1px solid #E8E8E8;
    padding-bottom: 8px;
}

.content-box .project-dynamics .item {
    font-size: 14px;
    padding: 13px 0 8px 20px;
    position: relative;
}

.content-box .project-dynamics .item .date,
.content-box .project-dynamics .item .type {
    color: #3083EB;
}

.content-box .project-dynamics .item p {
    color: #333;
    padding-top: 10px;
}

.content-box .project-dynamics .item.itme2:before {
    background: #3083EB;
}

.content-box .project-dynamics .item:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #F96D30;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -5px;
}

.content-box .related-list {
    border: 1px solid #e8e8e8;
    padding: 5px 20px;
}

.content-box .related-list > li {
    line-height: 38px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}

.content-box .related-list > li:hover {
    color: #3083EB;
}

.content-box .related-list > li > a {
    display: block;
    width: 560px;
    line-height: 38px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    text-decoration: none;
}

.content-box .related-list > li > a:link {
    color: #333;
}

.content-box .related-list > li > a:hover {
    color: #3083EB;
}

.content-box .related-list > li > a:active {
    color: #b10606;
}

.content-box .related-list > li > span {
    display: block;
    color: #666;
    text-overflow: ellipsis;
    text-align: center;
}

.content-box .related-list > li > span.type {
    width: 58px;
    line-height: 18px;
    color: #fff;
    background: #83c8ec;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 30px;
    margin-top: 10px;
}

.content-box .related-list > li > span.city {
    width: 58px;
    line-height: 18px;
    color: #fff;
    background: #7ab8d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 24px;
    margin-top: 10px;
}

.content-box .related-list > li > span.date {
    width: 75px;
    text-align: right;
}

.content-box .back-index {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #539ff3;
    text-align: center;
    background-color: #F3F8FF;
    margin: 20px auto 0;
    cursor: pointer;
    font-size: 14px;
}

.content-box .back-index .point {
    padding-right: 50px;
    margin-left: 10px;
    background: url(../img/xqy_fanhui.png) no-repeat left center !important;
    background-size: 12px 10px;
}

.content-box .back-index a {
    color: #3083EB;
}

.content-box .back-index:hover {
    background: #e8f2fe;
}

/*主体内容--结束*/
/*弹窗地区样式 */
.area-content {
    font-size: 13px;
    width: 600px !important;
}

.area-content .tit-select-more {
    margin-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 100% !important;
}

.area-content .no-select {
    color: #f00;
}

.area-content .tsdptxet {
    width: 630px !important;
    margin-bottom: 0 !important;
}

.area-content .province-item .display-btn {
    margin-top: 6px !important;
}


.hide {
    display: none;
}
/*发布时间模块*/
.content-modular {
    width: 870px;
    margin: 0 auto;

}

.conmod-title, .conmod-text {
    font-size: 14px;

    line-height: 40px;
    display: inline-block;
    padding-left: 16px;
    border-top: 1px solid #E3EDFB;
    border-right: 1px solid #E3EDFB;


}

.conmod-title {
    color: #666666;
    width: 150px;
    height: 41px;
    background-color: #F6FAFF;
    float: left;
}

.conmod-text {
    color: #333333;
    width: 284px;
    line-height: 40px;
    position: relative;
    display: inline-block;

    display: inline-block;
    word-wrap: break-word;
    white-space: normal;

}

.conmod-text .zblxr_hasMsg {
    display: inline-block;
    width: 98%;
    word-wrap: break-word;
    white-space: normal;
}

.item-left {
    width: 434px;
    display: inline-block;
    font-size: 0;
    float: left;
}

.item-right {
    display: inline-block;
    font-size: 0;
    width: 434px;
}

.marginLeft10 {
    margin-left: 10px;
}

.price-yellow {
    color: #333333;
}

.dwnload {
    color: #3083EB;
}

.tel-img > img {
    margin-left: 8px;
    cursor: pointer;
}

.tel-img {
    position: relative;
    display: inline-block;
    line-height: 22px;
}

div.tel {
    width: 280px;
    text-align: left;
    color: #333;
    background: #ffd7c5;
    border: 1px solid #ff6420;
    padding: 4px 8px;
    position: absolute;
    top: 30px;
    left: -24px;
    z-index: 99;
    display: none;
}

.tel a {
    color: #f60000;
    background: none;
}

.tel > .icon {
    width: 11px;
    height: 7px;
    position: absolute;
    left: 42px;
    top: -7px;
    background: url(/client/revision/img/icon-up.png) no-repeat center;
}

.tel > p {
    line-height: 20px;
}

.tel > p .title {
    display: inline-block;
    float: left;
}

.tel > p .add {
    float: left;
}

.login-tip {
    color: #f60000;
}

.click-see {
    color: #F60000;
    font-size: 14px;
}

.qianzai_hot {
    background: url(/client/revision/img/xq_remen.png) no-repeat center;
    width: 17px;
    height: 16px;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    margin-right: 7px;
}

.monitor-btn {
    display: inline-block;
    position: relative;
}

.monitor-btn a {
    display: inline-block;
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.jiance {
    background-color: #3083EB;
}

.jiance:hover {
    color: #ffffff;
}

.login-register {
    display: inline-block;
    background-color: #3083EB;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 0 6px;
    text-align: center;
    border-radius: 2px;
}

.login-register > a {
    color: #ffffff !important;
}

.phone-hot {
    color: #FF7722;
    font-weight: bold;
    font-size: 14px;
}

.notice-img {
    width: 4px;
    height: 16px;
    margin-right: 10px;
}

.authority-prompt-oth {
    font-size: 14px;
    color: #333;
    padding: 14px 0 14px 0;
    white-space: nowrap;
}

.authority-prompt-oth .authority {
    color: #FF7722;
    font-size: 14px;
    font-weight: bold;
}

.tips-img {
    width: 15px;
    height: 15px;
    margin-right: 9px;
    margin-top: 4px;
}

.item-title-new {
    display: block;
    color: #3083EB;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
    line-height: 16px;
    padding-bottom: 10px;
}

.item-self {
    border: 1px solid #eeeeee;
}

.marginleft20 {
    margin-left: 20px;
}

.project-notice {
    margin-top: 0 !important;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 20px 0 10px 20px;
}

.authority-new {
    display: inline-block;
    background-color: #3083EB;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 22px;
    padding: 0 6px;
    text-align: center;
    border-radius: 2px;
}

.member-new {
    font-size: 13px;
    color: #3083EB;
    float: right;
    line-height: 22px;
}

.member-new:hover {
    color: #3083EB !important;
}

.member-new:visited {
    color: #3083EB !important;
}

.authority-new:hover, .authority-new:active {
    color: #ffffff;
}

.vip-quanxian1 {
    color: #333333;
    font-size: 16px;
}

.font-yellow {
    color: #FF6420;
    font-weight: bold;
    display: inline !important;
    vertical-align: unset !important;
}

.orther-tips {
    color: #666666;
    font-size: 14px;
    width: 280px;
    margin: 13px auto;
    line-height: 30px;
}

.visits .modal-body {
    /*height: unset !important;*/
}

.marginTop30 {
    margin-top: 30px;
}

/* 覆盖样式202011121505START */
.marginBottom21 {
    margin-bottom: 21px;
}

.mgt_btn20 {
    margin: 20px 0;
}

.common-modal .category-list > li {
    height: 32px;
    line-height: 33px;
}

.common-modal .frequency {
    height: 32px;
    line-height: 32px;
}

.common-modal .push-mode > li {
    height: 32px;
    line-height: 33px;
}

/* 覆盖样式202011121505END */
.cancel-btns {
    width: 100px;
    background-color: #CCCCCC;
    line-height: 30px;
    border-radius: 3px;
}

.mmarginLeft60 {
    margin-left: 60px !important;
}

.title-oneline {
    width: 745px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: text-bottom;
}

.tenderee-value {
    display: inline-block;
    /*max-width: 144px;*/
    overflow: hidden;
    line-height: 18px;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    text-decoration: underline;
    display: inline-block;
    /*width: 100%;*/
    word-wrap: break-word;

}
.tenderee-value a{
    color: #333333;
}
.tenderee-value:hover,
.tenderee-value a:hover{
    color: #3083eb;
}
.jiance-btn {
    display: inline-block;
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
}

.phone-btn {
    position: relative;
    display: inline-block;
    line-height: 22px;
}

.phone-btn > img {
    margin-left: 8px;
    cursor: pointer;
}

.margintop20 {
    margin-top: 20px;
}

.margintop20 {
    margin-top: 20px;
}

.freePublic {
    display: none;
}

.nofreePublic {
    display: none;
}

.nofreePublicTitle {
    display: none;
}

.publicShow {
    display: inline-block !important;
}

.content-box .freePublic {
    font-size: 13px;
    width: 100%;
}

.nofreePublic {
    width: 100%;
}

/**------------------------------- 标题弹窗 star 2020.12.02  ----------------------------------**/
.title-handel {
    position: relative;
}

.tender-timeline {
    position: absolute;
    z-index: 100;
    width: 680px;
    max-height: 380px;
    background: #FFFFFF;
    border: 1px solid #ECEFF4;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*display: none;*/
}

.tender-timeline:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 25px;
    height: 0px;
    width: 0px;
    line-height: 0;
    border-width: 10px;
    border-color: transparent transparent #ECEFF4 transparent;
    border-style: dashed dashed solid dashed;
    top: -20px;
    left: 15%;
    transform: translateX(-50%);
}

.tender-timeline:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 25px;
    height: 0px;
    width: 0px;
    line-height: 0;
    border-width: 10px;
    border-color: transparent transparent #FFFFFF transparent;
    border-style: dashed dashed solid dashed;
    top: -18px;
    left: 15%;
    transform: translateX(-50%);
}

.tender-timeline .timeline-title {
    font-size: 16px;
    font-weight: bold;
    color: #1D1D1D;
    margin-bottom: 20px;
}

.title-tip {
    vertical-align: middle;
}

.timeline-body {
    position: relative;
    max-height: 316px;
    overflow-y: auto;
    padding: 0px 24px 20px 27px;
}
.timeline {
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background: #f5f5f6;
    top: 43px;
    bottom: 10px;
    margin-left: 5px;
    border: 1px solid #E8E8E8;
}

.timeline:after {
    content: " ";
    display: table;
    clear: both;
}

.timeline-entry {
    position: relative;
    margin-bottom: 10px;
    margin-left: 5px;
    clear: both;
}

.timeline-entry:before {
    content: " ";
    display: table;
}

.timeline-inner {
    position: relative;
}

.timeline-inner:before {
    content: " ";
    display: table;
}

.timeline-success {
    position: relative;
    width: 13px;
    height: 13px;
    background: #ECECEC;
    border-radius: 50%;
    margin-left: -6px;
    margin-top: 33px;
    float: left;
}

.timeline-inner .timeline-success.now-look {
    background: #DAEAFF !important;
}

.timeline-inner .timeline-success.now-look span {
    background: #3083EB !important;
}

.timeline-inner .timeline-content-success.now-look .tender-time {
    color: #3083EB !important;
}

.timeline-inner .timeline-content-success.now-look .tender-title a {
    color: #3083EB !important;
}

.timeline-success span {
    position: absolute;
    display: inline;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #C0C0C0;
    border-radius: 50%;
}

.timeline-content {
    position: relative;
    margin-left: 20px;
    padding: 27px 10px 24px 10px;
    border-bottom: 1px dashed #E5E5E5;
}

/*.timeline-content:hover .tender-time,.timeline-content:hover .tender-title a{*/
/*  color: #3083EB !important;*/
/*}*/
.timeline-inner:last-child .timeline-content {
    border-bottom: none;
}

.timeline-content .tender-result {
    margin-bottom: 22px;
}

.timeline-content .tender-result .tender-time {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.timeline-content .tender-result .tender-channel {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px 5px;
    background: #F88D90;
    border-radius: 2px;
    margin-left: 10px;

}

.timeline-content .tender-result .tender-channel2 {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px 5px;
    background: #55CF95;
    border-radius: 2px;
    margin-left: 10px;
}

.timeline-content .tender-title {
    overflow: hidden;
    position: relative;
}

.timeline-content .tender-title a {
    float: left;
    display: inline-block;
    width: 593px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.timeline-content .tender-title span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 13px;
}

.timeline-content .tender-title span.now-look {
    color: #FF3B30;
}

.timeline-content .tender-title span .arrow-icon {
    width: 6px;
    /*height: 30px;*/
}

.timeline-content .tender-title a:hover {
    color: #3083EB;
}

/**------------------------------- 标题弹窗 end  ----------------------------------**/

/**------------------------------- 单位信息弹窗 star 2020.11.03  ----------------------------------**/
.companyInfo-vipPop:after{
    position: absolute;
    top: -20px;
    left: 50px;
    z-index: 999;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #FFFFFF;
}

.companyInfo-vipPop:before{
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 999;
    content: "";
    width: 100%;
    height: 20px;
    background: transparent;
}
.companyInfo-vipPop {
    position: absolute;
    z-index: 1000;
    padding: 20px 30px;
    /*background: url(/front/img/document_detailt/xqy_qybg.png) no-repeat center;*/
    /*background-size: 550px 400px;*/
    left: -20px;
    display: none;
    top: 150%;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15 );
    border-radius: 4px;
}

.companyInfo-vipPop .handle-groud {
    margin-top: 16px;
}

.companyInfo-vipPop .handle-groud a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
}

.companyInfo-vipPop .handle-groud a.defaultBtn {
    padding-right: 10px;
    margin-top: 3px;
    box-sizing: border-box;
    width: auto;
    color: #333333;
    background: #ffffff;
}
.companyInfo-vipPop .handle-groud a.defaultBtn:not(:first-child){
    margin-left: 20px;
}
.companyInfo-vipPop .handle-groud a i {
    display: inline-block;
    margin-right: 6px;
}

.companyInfo-vipPop .handle-groud a i.icon_jiance {
    width: 14px;
    height: 17px;
    /*已监控*/
    background: url(/front/img/document_detailt/monitoring.svg) no-repeat center center;
    background-size: 16px 16px;
}
.companyInfo-vipPop .handle-groud a i.icon_jiance.unmonitoring {
    /*未监控*/
    background: url(/front/img/document_detailt/unmonitoringgray.svg) no-repeat center center;
    background-size: 16px 16px;
}
.companyInfo-vipPop .handle-groud a:hover i.icon_jiance.unmonitoring {
    background: url(/front/img/document_detailt/unmonitoring.svg) no-repeat center center;
    background-size: 16px 16px;
}
.companyInfo-vipPop .handle-groud a i.icon_collect {
    width: 16px;
    height: 17px;
    background: url(/client/img/search_version_tow/gglb_shoucang02.svg) no-repeat center center;
    background-size: 16px 16px;
}
.companyInfo-vipPop .handle-groud a i.icon_collect.uncollect{
    background: url(/client/img/search_version_tow/gglb_shoucang01.svg) no-repeat center center;
    background-size: 16px 16px;
}
.companyInfo-vipPop .handle-groud a:hover i.icon_collect.uncollect{
    background: url(/client/img/search_version_tow/gglb_shoucang01_hover.svg) no-repeat center center;
    background-size: 16px 16px;
}
.companyInfo-vipPop > p {
    line-height: 21px;
}

.companyInfo-vipPop > p .title {
    font-size: 16px;

    font-weight: bold;
    color: #333333;
    line-height: 25px;
    white-space: normal !important;
}

.companyInfo-vipPop > p .label {
    margin-left: 5px;
    padding: 1px 6px;
    height: 18px;
    border: 1px solid #10A050;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #10A050;
    display: inline-block;
    font-weight: normal;
}

.companyInfo-vipPop .histroy-num-box {
    margin-top: 20px;
    padding: 10px 0;
    width: 440px;
    height: 87px;
    background: #F6FAFF;
    border-radius: 4px;
}

.companyInfo-vipPop .histroy-num-box .item {
    width: 209px;
    height: 100%;
    text-align: center;
    line-height: normal;
}

.companyInfo-vipPop .histroy-num-box .item.borderR {
    border-right: 1px solid #E3EDFB;
}

.companyInfo-vipPop .histroy-num-box .item .num {
    font-size: 28px;
    color: #3083EB;
    display: inline-block;
    /*background: url(/front/img/document_detailt/tc_jiantou.png) no-repeat right center;*/
    margin: 5px auto 0;
    line-height: 1;
    height: 27px;


}

.companyInfo-vipPop .histroy-num-box .item .icon {
    background: url(/front/img/document_detailt/tc_jiantou.png) no-repeat right center;
    display: inline-block;
    width: 7px;
    height: 12px;
    padding: 0 0 21px 13px;
}

.companyInfo-vipPop .histroy-num-box .item .num-empty_zhonbiao, .companyInfo-vipPop .histroy-num-box .item .num-empty_zhaoBiao {
    font-size: 28px;
    color: #999999;
    display: block;
    padding-right: 14px;
    margin: 5px auto 0;
    width: 48px;
    line-height: 1;
    height: 27px;
    display: none;
}

.companyInfo-vipPop .histroy-num-box .item .zhaoBiaoNumber-bar {
    width: 100%;
    display: block;
    line-height: 1;
}

.companyInfo-vipPop .histroy-num-box .item p.vip_label {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.COl999 {
    color: #999999;
}

.COl666 {
    color: #666666;
}

.COl333 {
    color: #333333;
}

.COl3083EB {
    color: #3083EB;
}

.COlE50 {
    color: #E50000;
}

.fs14 {
    font-size: 14px;
}

.mgb16 {
    margin-bottom: 16px;
}

.mgl4 {
    margin-left: 4px;
}

.pointer {
    cursor: pointer;
}

.companyInfo-vipPop .detaile-box {
    padding-top: 20px;
}
.companyInfo-vipPop .detaile-box .vip_address,
.companyInfo-vipPop .detaile-box .vip_email,
.companyInfo-vipPop .detaile-box .vip_lxrPerson,
.companyInfo-vipPop .detaile-box .vip_legalPerson{
    padding-left: 5px;
}
.companyInfo-vipPop .detaile-box .vip_address {
    display: inline-block;
    width: 86%;
    word-wrap: break-word;
    white-space: normal;
    line-height: 22px;
    margin-top: -3px;
}

.companyInfo-vipPop .detaile-box > p {
    line-height: 28px;
}

.companyInfo-vipPop .qyhx-btn {
    padding: 0 !important;
    width: 250px;
    height: 36px !important;
    line-height: 36px !important;
    background: #3083EB;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
}

.companyInfo-vipPop .qyhx-btn.pull-right {
    float: right;
}

#lxr_item span {
    display: none;
}

/**------------------------------- 单位信息弹窗 end 2020.11.03  ----------------------------------**/
/**------------------------------- 监测弹窗  样式调整 2020.11.04  ----------------------------------**/
#window-monitor .modal-title {
    position: relative;
}

#window-monitor .modal-title:before {
    content: "";
    position: absolute;
    top: 31px;
    left: -30px;
    width: 140px;
    height: 2px;
    background: #D7DADE;
    z-index: 100;
}

#window-monitor .tailor-made-content {
    max-height: 500px;
    overflow-y: auto;
}

#window-monitor .modal-header > h4 {
    width: 85px;
    float: left;
}

#window-monitor .head-icon {
    width: 16px;
    height: 16px;
    background: url(/front/img/document_detailt/tc_wenhao.png) no-repeat center;
    background-size: 16px 16px;
    display: block;
    float: left;
    margin-left: 7px;
    position: relative;
}

#window-monitor .modal-header {
    background: #ffffff !important;
}

.monitor_yz_introduce_box {
    width: 340px;
    height: 110px;
    padding: 13px 14px 11px 14px;
    border-radius: 4px;
    color: #FFFFFF;
    line-height: 20px;
    z-index: 1000;
    background: url(/front/img/document_detailt/tc_jiance.png) no-repeat center;
    background-size: 340px 110px;
    position: absolute;
    top: 20px;
    left: -76px;
    display: none;
}

#window-monitor .head-icon:hover .monitor_yz_introduce_box {
    display: block;
}

.excludeword-content {
    margin-top: 8px !important;
}

#window-monitor .label-name {
    font-size: 14px;
    font-weight: bold;
    color: #3083EB;
    padding-left: 18px;
    background: url(/client/revision/img/sy_biaoti01.png) no-repeat left center;
    background-size: 4px 16px;
    margin: 30px 0 21px 0;
}

#window-monitor #monitorLable {
    margin: 10px 0 30px;
}

#window-monitor .modal-footer {
    background: #ffffff;
}

#window-monitor .modal-footer > a.confirm-btn, #window-monitor .modal-footer > a.login-btn {
    background: #3083EB;
    color: #FFFFFF;
    width: 120px;
    height: 36px;
    line-height: 36px;
}

#window-monitor .modal-footer > a.cancel-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #EDF5FF;
    color: #3083EB;
    margin-right: 80px;

}

.area-content .tsdptxet {
    overflow: hidden;
}

.area-content .tit-select-more .select-right span {
    border: 0 !important;
}

/**------------------------------- 监测弹窗  样式调整 end  ----------------------------------**/

/**------------------------------- vip 提示弹窗  start----------------------------------**/
.modal-backdrop.in {
    filter: alpha(opacity=50) !important;
    opacity: 0.65 !important;
}

.clblue {
    color: #3083EB!important;
}

.clred {
    color: #FF6420;
}

.quanxian .modal-header {
    border-bottom: none;
    background: #fff !important;
    padding: 0 !important;
}

/* .modal-body{
    height: 130px;
} */
.quanxian .modal-footer {
    border-top: none;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.quanxian .modal-footer .btn-primary {
    width: 140px;
    height: 36px;
    background: #3083EB;
    border-radius: 4px;
    border: none;
    outline: none;
    line-height: 36px;
    font-size: 16px;

}

.quanxian .modal-footer .btn-warning {
    width: 140px;
    height: 36px;
    background: #FF7722;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
}

.quanxian .modal-title {
    font-size: 16px !important;
    font-weight: bold;
}

.modal-content {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.quanxian .modal-content {
    padding: 30px;
}

.quanxian .modal-body h5 {
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    color: #333;
    font-weight: normal;
}

.quanxian .modal-body > p {
    height: 24px;
    text-indent: 60px;
    font-size: 14px !important;
    color: #666;
}

.quanxian .modal-content {
    width: 480px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.know {
    height: 130px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* 列表样式 */
.liebiao {
    /*width: 480px;*/
    position: relative;
}

.liebiao .body-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#myModaltakeCharge{
    z-index: 2001;
}
#myModaltakeCharge .modal-content,
#myModalFour .modal-content{
    border: none ;
}
.myModaltakeChargeBackdrop{
    z-index: 2000;
}
#myModaltakeCharge .modal-header {
    padding: 0;
    background: #fff;
}
#myModaltakeCharge .modal-dialog,
#myModalFour .modal-dialog{
    width: 900px;
}
#moreProduct .modal-header,
#myModalFour .modal-header {
    position: relative;
    padding: 30px 23px 30px 0 !important;
    text-align: center;
    border-bottom: none !important;
}

#moreProduct .modal-header .close,
#myModalFour .modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 27px !important;
}

#myModalFour .modal-header p {
    display: inline-block;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
#myModalFour .project_contacts{
    margin-bottom: 20px;
}
#myModalFour .project_contacts .no-project-contact{
    font-size: 14px;
    color: #666666;
}
#myModalFour .project_contacts .contacts_title,
#myModalFour .corporate_contacts .contacts_title
{
    margin-bottom: 14px;
    font-weight: bolder;
    font-size: 14px;
    color: #333333;
}

#myModalFour .corporate_contacts .find_contacts_wrap {
    position: relative;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;


}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap{
    position: relative;
    margin-right: 10px;
    width: 140px;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .tel-sel{
    padding-left: 12px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .tel-sel.active,
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .tel-sel.hover{
    border-color: #3083eb;
    color: #333333;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .tel-sel img{
    margin: 0;
    position: absolute;
    width: 14px;
    right: 12px;
    top: 10px;
    transition: all 0.1s;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .tel-sel.active img{
    transform: rotate(-180deg);
}
#myModalFour .corporate_contacts .find_contacts_wrap  .input-wrap{
    width: 408px;
    border: 1px solid #3083EB;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .pull-sel{
    position: absolute;
    top: 44px;
    padding: 12px 0;
    width: 100%;
    line-height: 30px;
    background: #ffffff;
    z-index: 299;
    box-sizing: border-box;
    border-radius: 2px;
    display: none;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .pull-sel li{
    box-sizing: border-box;
    padding-left: 19px;
    cursor: pointer;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .pull-sel li.active{
    color: #3083eb;
}
#myModalFour .corporate_contacts .find_contacts_wrap .tel-wrap .pull-sel li:hover{
   background:#f5f7fa;
}
.wrap-disabled{
    position: relative;
    pointer-events: none;
}
.wrap-disabled:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto!important;
    cursor: not-allowed !important;
    z-index: 9;
    background: transparent;
    content: "";
    user-select: none;
}
#myModalFour .corporate_contacts  ul.search-associational{
    position: absolute;
    top: 40px;
    z-index: 400;
    width: 340px;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-top: 0;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#myModalFour .corporate_contacts  ul.search-associational>li{
    padding:10px 10px 10px 0;
    height: 36px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 1;
    text-align: left;
}
#myModalFour .corporate_contacts  ul.search-associational>li>img {
    margin-right: 10px;
    width: 14px;

}
#myModalFour .corporate_contacts  ul.search-associational>li:hover{
    background: #f3f8fe;
}
#myModalFour .corporate_contacts .find_contacts_wrap img:not(.del_search_keyword) {
    margin: 0 11px;
    width: 14px;
    height: 14px;
}
#myModalFour .corporate_contacts .find_contacts_wrap img.del_search_keyword {
    position: absolute;
    right: 80px;
    width: 17px;
    cursor: pointer;
    display: none;
}

#myModalFour .corporate_contacts .find_contacts_wrap input {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 30px;
    flex: 1;
    color: #333333;
}

#myModalFour .corporate_contacts .find_contacts_wrap input::placeholder {
    color: #999999;
    font-size: 14px;
}

#myModalFour .corporate_contacts .find_contacts_wrap .input-wrap span {
    width: 68px;
    text-align: center;
    background: #3083EB;
    color: #FFFFFF;
    cursor: pointer;
}
#myModalFour .corporate_contacts #msgTips{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    z-index: 999;
}
#myModalFour .table-bordere, #myModaltakeCharge .table-bordered {
    width: 100%;
}

.liebiao > .modal-footer {
    position: absolute;
    bottom: -10px;
    right: 7px;
    background: #fff;
}

.liebiao thead {
    background: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
}

.liebiao .table > thead > tr > th {
    font-weight: 400;
    color: #666666;
    border-bottom-width: 1px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    border-bottom: 0;
}

.liebiao .table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    color: #333333;
    font-size: 14px;
}

.liebiao .pagination li > a {
    width: 28px;
    height: 28px;
    color: #3083EB;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin-right: 5px;
    padding: 4px 9px;
}

.active {
    color: #FFFFFF;
}

#myModalFour .modal-header .close {
    font-size: 27px;
}

#myModalFour .modal-body, #myModaltakeCharge .modal-body {
    padding: 0 30px 30px 30px;

}

#myModalFour .modal-body .body-head {
    padding: 0 0px 13px;
    font-size: 14px;
    /*font-weight: bold;*/
}

#myModalFour .modal-body .body-head #compangName {
    font-size: 16px;
}

#myModalFour .modal-body .table {
    margin: 0 auto;

}
#myModalFour .modal-body .table-box.loading, #myModaltakeCharge .modal-body .table-box.loading {
    min-height: 230px;
}
#myModalFour .modal-body .table-box.no-data{
    min-height: 283px !important;
}
#myModalFour .modal-body .table-box, #myModaltakeCharge .modal-body .table-box {
    position: relative;
}
#myModalFour .modal-body .table-box #myModalFour_tbody tr td div.contactPerson{
    display: flex;
    justify-content: left;
    align-items: center;
}
#myModalFour .modal-body .table-box #myModalFour_tbody tr td span.position{
    margin-left: 4px;
    display: inline-block;
    padding:3px 5px;
    background: rgba(48, 131, 235, 0.09);
    border-radius: 2px;
    font-size: 13px;
    color:  rgb(48, 131, 235);
}
#myModalFour .modal-body .table-box #myModalFour_tbody tr td span.positionF{
    color: #14AA4C;
    background: #EEF8F2;
}
#myModalFour .modal-body .table-box #myModalFour_tbody tr td span.positionD{
    color: #FF6420;
    background: #FFF3EE;
}
#myModalFour .modal-body .table-box #myModalFour_tbody tr td span.positionG{
    color: #606BEB;
    background: #EDEEFA;
}

#myModaltakeCharge .takeCharge_loading_mask,
#myModalFour .corporate_no_data_mask,
#myModalFour .corporate_loading_mask{
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 99;
    width: 100%;
    min-height: 190px;
    background: #ffffff;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
#myModalFour .corporate_no_data_mask{
    min-height: 245px !important;
}
#myModaltakeCharge .takeCharge_loading_mask .takeCharge_loading-tips,
#myModalFour .corporate_no_data_mask .corporate_no_data-tips,
#myModalFour .corporate_loading_mask .corporate_loading-tips {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
}


#myModalFour .corporate_no_data_mask .corporate_no_data-tips p{
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}
#myModalFour .corporate_no_data_mask .corporate_no_data-tips p span{
    color: #F00000;
}
.hover-box-positon {
    left: 42px !important;
}

.excludeword-hover-box {
    right: 44px !important;
}

.window-monitor .info-category {
    margin-top: 10px;
}

.xmbh {
    /* display: flex;
     align-items: center;
     line-height: 15px;*/
    /*word-wrap:break-word;*/
    /*word-break:break-all;*/
}

.area-content .tsdptxet .wraparea {
    width: 100% !important;
    clear: both;
}

.label {
    font-weight: normal !important;
}

.modal .modal-header .close {
    margin-right: -6px !important;
}

.dllxr_noMsg, .zblxr_noMsg, zhongbiaolxr_noMsg {
    width: 13px;
    float: left;
}


.liebiaoModal .modal-header {
    background: #FFFFFF !important;
    height: 0 !important;
    border: 0;
    box-sizing: border-box;
    padding: 11px 23px 15px 0 !important;
}

.liebiaoModal .modal-header .close {
    font-size: 30px !important;
    color: #999999;
    opacity: 1 !important;
}

.liebiaoModal .modal-body {
    padding-left: 29.5px !important;
    padding-right: 29.5px !important;
    padding-top: 17px !important;
}

.liebiaoModal .liebiao .body-head {
    align-items: unset !important;
}

.liebiaoModal .projectCount {
    color: #FF6420;
    font-weight: bold;
    font-size: 16px;
}

.liebiaoModal #compangName1 {
    font-size: 16px;

    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}

.liebiaoModal .relation {
    font-size: 14px;

    font-weight: 400;
    color: #333333;
}

#myModalFour_tbody1 tr th {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    padding: 12px 10px;
}

#myModalFour_tbody1 tr td a {
    color: #3083EB !important;
}

#myModalFour_tbody1 tr td a:active {
    color: #3083EB !important;
}

#myModalFour_tbody1 tr th:nth-child(2) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-weight: 400;
    color: #3083EB;
    max-height: 52px;
    border: none;
    text-align: left;
}


/*分页*/
.paging {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*分页*/
.paging ul {
    display: flex;
}

.paging .totalTips {
    color: #666666;
    font-size: 14px;
    margin-right: 14px;
}

.paging .totalTips span:last-child {
    color: #F00000;
}

.paging ul li {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    cursor: pointer;
    color: #3083EB;
}

.paging ul li.active {
    background: #3083EB;
    color: #fff;
    border-color: #3083EB;
}

.paging ul li img {
    width: 10px;
    height: 10px;
}

.paging ul li:not(:last-child) {
    margin-right: 10px;
}
.paging .quick_fase{
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.paging .quickBtn{
    margin-left: 5px;
    width: 40px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    background: #3083EB;
    color: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    outline: none;
    border:none;
}

.addTel {
    position: relative;
}

.qcR {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 50%;
    transform: translate(-50%);
    width: 130px;
    height: 150px;
    border-radius: 4px;
    /*margin-top: 5px;*/
    background: url("/client/img/xxk_tjtxl.png");
    z-index: 2012;
}

.qcR .qcRContent {
    width: 102px;
    height: 102px;
    background: #FFFFFF;
    padding: 7px;
    margin: 18px auto 4px;
    position: relative;
}

.qcR .qcRContent div {
    width: 100%;
    height: 100%;
}

.qcR span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;

    font-weight: 400;
    color: #fff;
}


.liebiaoModal tr {
    min-height: 40px;
}

.liebiaoModal td, th {
    border-color: #E5E5E5 !important;
}

.liebiaoModal .table-bordered {
    border-color: #E5E5E5 !important;
}

.liebiaoModal #myModalFour_tbody tr:first-child td, #myModalFour_tbody1 tr:first-child td {
    border-top: 0 !important;
}

.liebiaoModal #myModalFour_tbody tr td, #myModalFour_tbody1 tr td {
    padding: 10px;
}

/**------------------------------- vip 提示弹窗  end  ----------------------------------**/
/**------------------------------- 导出按钮  start  ----------------------------------**/
.has-export {
    display: flex;
    /*padding: 5px 5px 5px 16px;*/
    align-items: center;
    height: 41px;
}

.has-export .left {
    width: 100%;
}

.has-export .tenderee-value {
   flex: 1;
}

.has-export .export-btn {
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}

.has-export .export-btn a {
    border: 1px solid #3083eb;
    border-radius: 2px;
    padding: 2px 3px;
    color: #3083eb;
    background: #F2F8FF;
}

.has-export .export-btn a:hover {
    background: #F2F8FF;
    color: #3083eb !important;
}

/*.agency-value {*/
/*  line-height: 40px;*/
/*}*/
/**------------------------------- 导出按钮  end  ----------------------------------**/


.detail-table {
    width: 100%;
    border: 0;
}

.detail-table tr {
    color: #333;
}

.detail-table td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 12px 0 10px 12px;
}

.detail-table .td-name {
    width: 150px;
    background: #f6f6f6;
    color: #666;
}

.detail-table .td-content {
    width: 284px;
}

.td-content .tenderee-hover {
    color: #333333;
    width: 100%;
    position: relative;
    display: flex;
    word-wrap: break-word;
    white-space: normal;
    font-size: 14px;

}

.tenderee-hover.has-export {
    height: auto;
}



.isHidden {
    display: none !important;
}

.ellipsisMultiline {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.detail-table .more-product{
    display: inline-block;
    word-break: break-all;
    line-height: 22px;
}
.more-product .open-more {
    display: inline-flex;
    align-items: center;
    color: #3083EB;
    margin-left: 5px;
    cursor: pointer;
}
#moreProduct .productModal,
#moreProduct .modal-content{
    width: 480px;
    height: 300px;
}
#moreProduct .modal-content .modal-header{
    background: #FFFFFF;
    text-align: left;
    font-weight: bold;
    color: #333333;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    padding: 28px 30px 0!important;
}
#moreProduct .modal-content .modal-body{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 28px;
    padding: 20px 30px 30px;
}
.pop_loading_mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}
.pop_loading_mark.hide{
    display: none;
}
.pop_loading_mark p{
    margin-top: 10px;
    font-size: 13px;
    color: #666666;
}
.detail-table .fire-icon{
    margin-right: 5px;
}
.detail-table .time-tip{
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background: #FF6420;
    border-radius: 9px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 6px;
}
.modal-register-loading .register-btn.loading-btn{
    background-color: #66b1ff;
}
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.modal-register-loading .spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}
.modal-register-loading .spinner-border-sm {
    width: 20px;
    height: 20px;
    border-width: 2px;
}
.modal-register-loading{
    position: relative;
}
.modal-register-loading .register-loading-tip{
    position: absolute;
    top: 90px;
    right: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background-color: #333;
    opacity: 0.85;
}
.modal-register-loading .register-loading-tip span{
    color: #fff;
}
.modal-register-loading .register-loading-tip .spinner-border-text{
    font-size: 14px;
    padding-top: 10px;
}
.modal-register-loading.events-none{
    pointer-events: none;
}
#moreProduct .modal-header .close{
    top: 28px;
}

/*多标段*/
#MultipleSections
{
    z-index: 1041;
}
#WinTendererJointModal {
    z-index: 1042;
}
#MultipleSections .modal-dialog{
    width: 1000px;
}
#WinTendererJointModal .modal-dialog{
    width: 900px;
}
#MultipleSections .table-bordered ,
#WinTendererJointModal .table-bordered {
    width: 100%;
}
#MultipleSections .corporate_loading_mask,
#WinTendererJointModal .corporate_loading_mask{
    position: absolute;
    top: 52px;
    z-index: 99;
    width: calc(100% - 59px);
    min-height: 190px;
    background: #ffffff;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#WinTendererJointModal .corporate_loading_mask{
    top: 50px;
}
#MultipleSections .corporate_no_data_mask .corporate_no_data-tips p,
#MultipleSections .corporate_loading_mask .corporate_loading-tips p,
#WinTendererJointModal .corporate_no_data_mask .corporate_no_data-tips p,
#WinTendererJointModal .corporate_loading_mask .corporate_loading-tips p{
    margin-top: 5px;
}
#MultipleSections .corporate_no_data_mask .corporate_no_data-tips img,
#WinTendererJointModal .corporate_no_data_mask .corporate_no_data-tips img{
    margin-bottom: 20px;
    width: 66px;
    height: 80px;
}
#MultipleSections  .company_title,
#WinTendererJointModal  .company_title{
    color:#3083EB;
    text-decoration: underline;
}
#MultipleSections  .company_title.red,
#WinTendererJointModal  .company_title.red{
    color:#FF3B30;
}
#MultipleSections .look-tel,
#WinTendererJointModal .look-tel{
    color:#3083EB;
    cursor: pointer;
}
#MultipleSections .modal-header,
#WinTendererJointModal .modal-header{
    padding: 0 !important;
    height: auto !important;
    display: flex;
}
#MultipleSections .modal-header p,
#WinTendererJointModal .modal-header p{
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    padding-left: 30px;
    padding-top: 42px;
    font-weight: bold;
    flex: 1;
}
#MultipleSections .modal-header .close,
#WinTendererJointModal .modal-header .close {
    margin-right: 30px !important;
    margin-top: 30px;
    float: none;
    font-size: 24px;
    height: 14px;
}
#MultipleSections .liebiaoModal .modal-body ,
#WinTendererJointModal .liebiaoModal .modal-body {
    padding-top: 14px !important;
}
.table.loading tbody{
    display: block;
    min-height: 190px;
}
#MultipleSections .liebiao,
#WinTendererJointModal .liebiao {
    min-height: 300px;
}
#MultipleSections table tr:hover,
#myModalFour table tr:hover,
#WinTendererJointModal  table tr:hover {
    background: #f5f7fa;
}

/**------------------------------- 公告详情-投标服务 ----------------------------------**/
.content-box .content.projectAnalysis h2.title,
.content-box .content.bidService h2.title,
.content-box .content.projectProgress h2.title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #E5E5E5;
    padding: 17px 20px;
    margin: 0;
}
.content-box .content:not(:first-child) {
    margin-top: 16px;
}
.content-box .content.projectProgress,
.content-box .content.projectAnalysis,
.content-box .content.bidService{
    padding: 0!important;
    background: #ffffff;
}
.content-box .bidService .service-content{
    padding: 0 20px;
}
.bidService .service-ul{
    display: flex;
    margin: 18px 0 24px 0;
}
.bidService .service-ul .service-li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 278px;
    height: 220px;
    padding: 0 24px;
}
.bidService .service-ul .service-li:first-of-type {
    background:  url('/client/details/mainspiltcode/img/service_01.png') no-repeat center center;
    background-size: 100% 100%;
}
.bidService .service-ul .service-li:nth-of-type(2) {
    background:  url('/client/details/mainspiltcode/img/service_02.png') no-repeat center center;
    background-size: 100% 100%;
}
.bidService .service-ul .service-li:last-of-type {
    background:  url('/client/details/mainspiltcode/img/service_03.png') no-repeat center center;
    background-size: 100% 100%;
}
.bidService .service-ul .service-li:not(:first-child) {
    margin-left: 15px;
}
.bidService .service-ul .service-li:not(:first-child) .li-text{
    margin-top: 16px;
}
.bidService .service-ul .service-li:first-of-type .li-text span{
    margin: 30px 0;
    line-height: 24px;
}
.bidService .service-ul .service-li h5{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}
.bidService .service-ul .service-li .li-text span{
    display: block;
    text-align: center;
    line-height: 22px;
}
.bidService .service-ul .service-li .li-text .orange{
   color: #3083EB;
    line-height: 16px;
    margin: 10px 0 22px 0;
}
.bidService .service-ul .service-li .li-btn{
    height: 34px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    background: #3083EB;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
}
.table>tbody>tr>td.operate-btns{
    padding: 8px 0;
}
.operate-btns span{
    position: relative;
}
.operate-btns span a{
    display: inline-block;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    padding: 0 6px 0 8px;
    color: #3083EB;
}
.operate-btns span:not(:first-child){
    border-left: 1px solid #E5E5E5;
}
.operate-btns .monitored a{
    color: #666666;
}
.more_relative .list-box-new .detail-list .ul .li{
    padding-right: 20px;
    padding-left: 20px;
}

.operate-btns>span .tips{
    display: none;
    width: 300px;
    padding: 8px 10px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: rgba(0,0,0,.65);
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 222;
    cursor: default;
    white-space: normal;
    text-align: initial;
}
.operate-btns>span .tips .tip-content span{
    color: #fff;
}
.operate-btns>span.monitor:hover .tips,
.operate-btns>span.export-btn:hover .tips{
    display: inline-block;
}

.operate-btns > span .tips .after-up{
    position: absolute;
    top: -12px;
    right: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.65);
}
.content-box .info-detail #detail .title,
.content-box .info-detail #docDigest .title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}
.content-box .info-detail #detail #pcontent{
    padding: 0!important;

}
.content-box .info-detail #docDigest{
    width: 100%;
    padding: 0 20px 1px;
    overflow: unset!important;
    border-bottom: none;
    background-color: #ffffff;
}
.content-box .info-detail #detail{
    margin-top: 0;
    border-top: none!important;
    padding-top: 16px;
}
.content-box .info-detail .content > .title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.content-box .download-collect.info-head-btns{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.border-blue{
    display: inline-block;
    border: 1px solid #3083eb;
    background: #F2F8FF;
    line-height: 20px;
    text-align: center;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 2px;
}
.content-box .info-detail .border-blue:hover{
    background: #F2F8FF;
}
.detail-table .td-content.has-monitor .border-blue{
    margin-top: 4px;
}
.detail-table .td-content .block-box{
    display: block;
    margin-top: 5px;
}