/*信息打印页面样式*/
th, td {
    word-break: break-all;
}
/*导航信息名称左边图片*/
.mainPerTextImg2 {
    width:4px;
    height:13px;
    background-color:#804000;
    margin-top: 20px;
    margin-left:15px;
}
/*导航信息名称文字*/
.mainPerText2 {
    height: 20px;
    color: #806000;
    margin-left: 32px;
    margin-top: -16px;
    margin-bottom: 10px;
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-size: 16px;
}
.printYYZZ span{
    font-family:'微软雅黑 Regular', '微软雅黑';
    font-weight:400;
    font-style:normal;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.printYYZZ td{
    padding:3px;
    border:0;
    font-family:'微软雅黑 Bold', '微软雅黑';
    font-weight:900;
    font-style:normal;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
/*background-color:#FFFFFF;*/
    height:30px;
}
.baseinfoPrint{
/*padding-top : 0px;*/
    margin-top : 35px;
    border-top : 1px solid #C9C5C6;

}
.baseinfoPrintModel{
/*background-image:url('${base}/images/shuiyin.png');*/

}
.printTab {
    border-collapse: collapse;
    width: 100%;
}
.printTab th,.printTab td{
    height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.printTab th {
    border: 1px solid #EFEFEF;
    color: #997528;
/*background-color: #D2CABC;*/
    background-color: #EAE3DB;
    font-family: "微软雅黑 Blod", "微软雅黑";
    font-weight:900 ;
}
.printTab td {
    border: 0.5px solid #EFEFEF;
    color:#000000;
/*background-color: #F5F5F5;*/
    font-family: "微软雅黑 Regular", "微软雅黑";
}
.noData{
    background-color:#F9F9F9;
    width: 100%;
    height:45px;
    text-align: center;
    font-family:"微软雅黑 Regular", "微软雅黑";
    font-size:14px;
    font-weight:400;
    line-height:40px;

}
/*清算组负责人*/
.detailsPrint {
    border-collapse: collapse;
    width: 100%;
}
.detailsPrint th, .detailsPrint td{
    font-size: 14px;
    height: 40px;
}
.detailsPrint th{
    color: #9B7D46;
    background-color:#EAE3DB;
    border: 1px solid #EFEFEF;
    text-align: center;
    font-family: "微软雅黑 Bold", "微软雅黑";
}
.detailsPrint td{
    color: #666666;
    border: 0.5px solid #EFEFEF;
    text-align: left;
    text-indent: 20px;
    font-family: "微软雅黑 Regular", "微软雅黑";
}
