﻿/**!
公示详情
 */

.dodetail-wrap {
	padding-bottom: 45px;
	min-height: auto;
}

.dodetail {
    width: 100%;
    table-layout: fixed;
}

.dodetail th,
.dodetail td {
    height: 48px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
}

.dodetail th {
	width: 168px;
	text-align: center;
	background-color: #f7f7f7;
}

.dodetail td {
	text-indent: 40px;
}