﻿/*子页面 banner logo去掉  导航加logo*/
.pageheadbox .bannerText{
    background: none;
    padding: 0;
}
.logo{
    width: 36px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    float: left;
}
.logo img{
    vertical-align: middle;
}
.nav_box .nav ul li{
    margin: 0 1px;
}

/*子页面主要内容*/
.content{
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin: 20px auto;
}
.border{
    border: 1px solid #ebeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagecontainer{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    min-height: 200px;
}
.pagecontainer>.title{
    width: 100%;
    height: 80px;
    overflow: hidden;

}
.pagecontainer>.title p{
    line-height: 80px;
    font-size: 36px;
    color: #b11016;
    font-weight: bold;
}

/*agencylist 代理机构列表*/

.agencysearch{
    width: 100%;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}
.agencysearch .form_group{
    width: 547px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.agencysearch .form_group label{
    width: 80px;
    float: left;
    color: #666666;
}
.agencysearch .form_group .inputbox{
    width: 460px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.agencysearch .form_group .inputbox input{
    width: 440px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.agencysearch .form_group .search_btn{
    width: 86px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #b11016;
    color: #ffffff;
    text-align: center;
}

.agencylist{
    width: 100%;
    overflow: hidden;
}
.agencylist li{
    width: 100%;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}
.agencylist li span{
    margin: 0 20px;
}
.agencylist li span.name{
    width: 650px;
    display: inline-block;
}
.agencylist li img{
    vertical-align: middle;
}
.agencylist li:nth-child(2n){
    background: #fafbfd;
}

/*代理机构详情*/
.agencytable{
    width: 100%;
    border: 1px solid #bbe4ff;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.agencytable td,.agencytable th{
    line-height: 46px;
    border: 1px solid #bbe4ff;
    padding: 0 20px;
}
.agencytable th img{
    vertical-align: middle;
}
.agencytable th  span{
    margin: 0 10px;
}
.agencytable td.tit{
    background:#f7fcff ;
}

/** 信用信息 */
.credit_search{
    width: 100%;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}
.credit_search .form_group{
    width: 530px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.credit_search .form_group label{
    width: 80px;
    float: left;
    color: #666666;
}
.credit_search .form_group .inputbox{
    width: 460px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.credit_search .form_group .inputbox input{
    width: 440px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.credit_search .form_group .search_btn{
    width: 86px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #b11016;
    color: #ffffff;
    text-align: center;
}

.credit_list{
    width: 100%;
    overflow: hidden;
}
.credit_list li{
    width: 100%;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}
.credit_list li span{
    margin: 0 20px;
}
.credit_list li span.name{
    width: 450px;
    display: inline-block;
}
.credit_list li span.code{
}
.credit_list li span.date{
}
.credit_list li:nth-child(2n){
    background: #fafbfd;
}


/*搜索*/
.plansearch{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.form_group{
    overflow: hidden;
    margin-right: 10px;
    width: 500px;
    float: left;
    margin-bottom: 10px;
}
.form_group label{
    width: 80px;
    float: left;
}
.form_group input{
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: 412px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_group select{
    width: 190px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_group input.laydate-icon{
    width: 184px;
    margin-right: 0;
}
.search_form_group{
    width: 80px;
}
.search_form_group .search_btn{
    width: 86px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #b11016;
    color: #ffffff;
    text-align: center;
}

/*交易安排*/
.fouritemsearch label{
    text-align: right;
}
.fouritemsearch select{
    width: 412px;
}
.form_group input.laydate-icon{
    width: 412px;
    margin-right: 0;
}
.plansearch{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.planlist{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 2px;
    padding-bottom: 120px;
}
.planlist li{
    width: 380px;
    overflow: hidden;
    margin: 10px 9px;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.planlist li p.title{
    width: 90%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #eeeeee;
    margin: 0 auto;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.planlist li .con{
    width: 90%;
    overflow: hidden;
    line-height: 28px;
    margin: 10px auto;
}
.planlist li .con p{
    margin: 5px auto;
    font-size: 12px;
}
.planlist li .con p span{
    font-weight: bold;
}
.planlist li .bottom{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #eeeeee;
}
.planlist li .bottom span{
    margin: 0 30px 0 20px;
}
.planlist li .bottom i{
    color:#999999;
    font-size: 12px;
}

/*交易信息数据库*/
.datasearch{
    overflow: hidden;
}
.datasearch .form_group{
    width: 360px;
    margin-bottom: 10px;
}
.datasearch .form_group label{
    float: left;
}
.datasearch .form_group input{
    width: 270px;
    float: left;
}
.datasearch .search_form_group{
    width: 80px;
}

/*datatable*/
.datatable{
    width: 100%;
    border: 0;
}
.datatable td,.datatable th{
    line-height: 26px;
    padding:10px;
    text-align: left;
}
.datatable tr:nth-child(2n){
    background: #fafbfd;
}

/*政采机构列表*/
.short_form_group{
    width: 290px;
}
.short_form_group input{
    width: 200px;
}
.noticetable .num{
    width: 50px;
    text-align: center;
}
.noticetable .name a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 570px;
}

 /*政采机构详情*/
.zc_detail{
    padding :20px
}
.zc_detail p.title{
    font-weight: bold;
    line-height: 48px;
}
.zc_detail >ul{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.zc_detail >ul li{
    float: left;
    width: 30%;
    line-height: 28px;
}
.zc_detail >ul li label {
    color: #666666;
    font-weight: bold;
}

.zc_detail table{
    width: 100%;
    border: 1px solid #eeeeee;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zc_detail table td,.zc_detail table th{
    line-height: 26px;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
}
.zc_detail table th{
    background: #f6f8fc;
    text-align: left;
}
.zc_detail table td.name{
    max-width: 500px;
}
.zc_detail div label {
    color: #666666;
    font-weight: bold;
    line-height: 28px;
}

/* 新闻详情*/
.newtitle{
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.newtitle p{
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    margin: 6px 0;
}
.newtitle span{
    color: #666666;
}
.details{
    padding: 20px;
    line-height: 28px;
    /*text-indent: 2em;*/
}
.details img{
    margin: 20px;
}

/*有左侧菜单的列表*/
.leftnav{
    width:256px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.leftnav ul li{
    width: 100%;
    line-height: 38px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.leftnav ul li a{
    display: block;
    padding: 0 17px;
}
.leftnav ul li i{
    position: absolute;
    right: 20px;
    top: 0px;
    width: 7px;
    height: 9px;
}
.leftnav>ul>li:hover>a,.leftnav>ul>li.active>a{
    background: #b11016;
    color: #ffffff;
}
.leftnav ul li:hover>i,.leftnav>ul>li.active i{
    color: #ffffff;
}
.leftnav ul li ul{
    display: none;
}
.leftnav ul li ul li{
    padding-left: 20px;
}
.leftnav ul li ul li a:hover{
    color: #b11016;
}
.rightcon{
    width: 935px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}
.rightcon .search_form_group{
    width: 100px;
}

.rightcon .content>.title{
    line-height: 80px;
    font-size: 36px;
    color: #b11016;
    font-weight: bold;
    padding: 0 20px;
}
ul.newlist{
    width: 100%;
    overflow: hidden;
}
ul.newlist li{
    width: 96%;
    height: 55px;
    line-height: 55px;
    padding: 0 2%;
}
ul.newlist li a{
    width: 88%;
    float: left;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.newlist li span{
    width: 12%;
    float: right;
    display: inline-block;
    text-align: right;
}
ul.newlist li:nth-child(2n){
    background: #fafbfd;
}
ul.newlist.guapai li span.m-type {
    float: left;
    text-align: left;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: normal;
    margin-right: 10px;
}
ul.newlist.guapai li span.m-business-type {
    float: left;
    text-align: left;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: normal;
    margin-right: 10px;
}
ul.newlist.guapai li span.m-code {
    float: left;
    text-align: left;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: normal;
    margin-right: 10px;
}
ul.newlist.guapai li .m-title {
    width: 445px;
    margin-right: 10px;
}

/*信息公开右侧tab切换*/
.rightsubnav{
    width: 100%;
    height: 36px;
}
.rightsubnav ul{
    padding-left: 10px;
}
.rightsubnav ul li{
    line-height: 36px;
    float: left;
    padding: 0 20px;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.rightsubnav ul li i{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height:4px;
    background: #ffffff;
    display: none;
}
.rightsubnav ul li.active{
    border: 1px solid #b11016;
    border-bottom: 1px solid #ffffff;
}
.rightsubnav ul li.active i{
    display: block;
}
.margintop0{
    margin-top: 0;
}

/*文件下载*/
.filebox{
    padding:30px;
    line-height: 28px;
}

/* 挂牌公告详情 */
.m-listing-detail table {
    table-layout: auto;
    max-width: 1158px;
}

.m-listing-detail table th, .m-listing-detail table td {
    border: 1px solid #333333;
    padding: 10px;
}

.m-listing-detail table th {
    background-color: #d9d9d9;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}