.wrapper{
    display: flex;
}
.article-r{
    padding: 0 20px 20px 0;
    margin: 0;
}
.con_right{
    padding-left: 20px;
}
.title_header{
    width: 100%;
    height: 40px;
    background-color: #FEBB08;
    text-align: center;
    line-height: 40px!important;
    font-size: 20px!important;
    color: #333!important;
}
.title_h{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #FFB700;
    /*margin-left: 20px;*/
}
.form_box ul{
    width: 100%;
    border: none;
}
.sinoPart{
    margin: 20px 0 0 20px;
    border: none;
}
.ul_form li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ul_form li label{
    display: inline-block;
    font-size: 14px;
    width: 200px;
    text-align: right;
}
.ul_form li input[type='text'] {
    width: 300px;
    height: 40px;
    background: #fff;
    padding: 0 0 0 5px;
}
.required{
    color: #f80000;
    font-size: 20px;
    margin-left: 20px;
}
.sele_ul{
    display: flex;
}
.sele_ul li{
    display: flex;
    margin-left: 50px;
}
.sele_ul li label{
    font-size: 16px;
    float: left;
}
.sele_ul .selectlist{
    width: 200px;
    height: 30px;
    margin-left: 10px;
    font-size: 14px;
}
.popup .popf input[type='button']{
    background: #FEBB08;
}
.sinpBtn input[type="button"]{
    background: #FEBB08;
    width: 130px!important;
    height: 35px !important;
    display: inline-block;
    font-size: 16px;
    margin: 0 15px;
}
.sinpBtn{
    margin-top: 40px;
}
.submitMarke{
    margin-left: 30px;
}
.seach_input{
    width: 100%;
    display: inline-block;
}
/*.pop_box{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,0.5);*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.form_box{
    margin-top: 20px;
}
.form_con{
    display: flex;
    display: inline-block;
}
.seach_box{
    width: 80%;
    float: left;
    border-right: 1px solid #FEBB08;
}

.seach_box ul{
    display: block;
}
.seach_box ul li{
    display: flex;
    align-items: center;
}
.seach_box ul li label{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.seach_box ul li input{
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.inp{
    width: 57px;
    background: #FEBB08!important;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #FEBB08;
    font-size: 14px;
}
.searchMBox{
    width: 180px;
    vertical-align: middle;
    margin-top: 21px;
    float: right;
}
.educe{
    display: inline-block;
    width: 120px;
    text-align: center;
    color: #000;
}
.btn_box{
    /*height: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}
.hr{
    border-right: 1px solid #FEBB08;
}
.searchMBox a:hover{
    color: #333;
    text-decoration: none;
}
.bidRequestForm{
    border-bottom: 1px solid #FEBB08;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/*表格*/
.tables{
    margin-left: 20px;
}
.tabtit{
    margin: 20px 0 0 0;
}
.tableL{
    margin: 0;
    border: none!important;
}
.tableL tr td{
    border: 1px solid #e9e9e9;
    font-size: 12px;
}
.tabtit span{
    border: 1px solid #e9e9e9;
}
.tableZ tr td{
    border: 1px solid #e9e9e9;
    font-size: 12px;
}
.tableL tr td:nth-child(2),.tableL tr td:nth-child(3){
    text-align: left;
}
.tdNameA{
    text-align: left;
    color: #0000FF;
}
.tdNameA:hover{
    color: #0000FF;
    text-decoration: none;
}
.tableL tr td:nth-last-child(1){
    color: #0000FF;
    cursor: pointer;
}
/*分页*/
.prev,.next {
    width: 50px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}
.pagination a.next, .pagination a.prev {
    display: inline-block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #444;
    background: #febb08;
    border: 1px solid #dadada;
}
.pagination a.pageBtn{
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #444;
    background: #febb08;
    border: 1px solid #dadada;
}
.pageVal{
    width: 50px;
    height: 22px;
    line-height: 22px;
    padding: 0;
}
/*状态弹出框*/
.pop_big_box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 997;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.pop_box{
    width: 780px;
    height: 444px;
    max-height: 444px;
    z-index: 999;
    display: block;
    left: 50%;
    margin-left: -390px;
    position: fixed;
    background: #fff;
    top: 50%;
    margin-top: -210px;
}
.pop_title{
    display: flex;
    line-height: 41px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    position: relative;
    cursor: move;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-left: 13px;
    color: #5c4d30;
    background: #FEBB08;
}
.pop_content{
    padding: 20px;
    height: 345px;
    overflow-y: scroll;
}
.pop_close {
    width: 33px;
    height: 33px;
    display: inline-block;agency
text-align: center;
    line-height: 33px;
    font-size: 33px;
    color: #fff;
    cursor: pointer;
}
.pop_table {
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    table-layout: fixed;
    width: 100%;
}
.pop_table tr th {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}
.pop_tbody tr td{
    text-align: center;
    padding: 7px 5px;
    line-height: 16px;
    font-size: 14px;
    border: 1px solid #DCDCDC;
}

.content_main{
    margin-left: 20px;
}
.article-r-wrap{
    width: 100%;
}
.article_rm{
    width: 1000px;
    min-height: 946px;
    background-color: #fff;
    float: left;
}
.box_title{
    width: 100%;
    box-sizing: border-box;
}
.box_title p{
    margin: 10px 20px;
    color: #FEBB08;
    font-size: 16px;
    border-bottom: 1px solid #FEBB08;
}
.tableAlign tr td.odd{
    font-size: 14px;
    width: 21%;
}
.tableAlign tr td.even{
    font-size: 14px;
    width: 29%;
}
.left_nav{
    display: block;
    float: left;
}
.select_list{
    width: 196px;
    height: 30px;
    margin-left: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
}
/*暂无数据*/
.nodata{
    height: 40px;
    line-height: 40px;
}
.selectedBox{
    width: 33%;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color:#333;
}
.selectedBox span{
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #333;
    font-size: 18px;
}
.selectedBox p{
    display: inline-block;
    float: left;
    width: 200px;
    margin-left: 5px;
    color:#333;
    font-size: 16px;
}
.cause{
    width:100%;
    margin: 20px 0 0 20px;
    color:#3C3C3C;
    box-sizing: border-box;
    display: -ms-flex; /* 兼容IE */
    display: flex;
    align-items: center;
}
.clear{
    clear:both;
}
.cause label{
    width: 21%;
    min-height: 32px;
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 18px;
}
.cause p{
    width: 72%;
    float: left;
    line-height: 20px;
}
.agency {
    margin-left: 30px;
}
.topicEvalu{
    padding: 0!important;
    overflow: initial!important;
    line-height: 32px!important;
}