/**!
 * 咨询建议详情
 * author: wangkai;
 */


/* main */

.ewb-mt26 {
    margin-top: 26px;
}

.ewb-mt30 {
    margin-top: 30px;
}

.ewb-ca-detail {
    padding: 45px 74px 24px 74px;
    border: 1px solid #e8e8e8;
}

.ewb-info-tt {
    padding: 0 0;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}

.ewb-info-remind {
    padding: 26px 0 39px 0;
    min-height: 82px;
    border-bottom: 1px dashed #d3d3d3;
    position: relative;
}

.ewb-ir-content {
    line-height: 28px;
    font-size: 16px;
}

.ewb-ir-content label {
    display: inline-block;
    vertical-align: top;
}

.ewb-enclosure {
    display: inline-block;
    width: 600px;
    color: #096dba;
}

.ewb-ir-end {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.ewb-info-content {
    padding: 10px 0 12px 0;
	position:relative;
}

.ewb-info-content p {
    line-height: 32px;
    font-size: 16px;
}

.ewb-info-content p.ewb-indent {
    text-indent: 2em;
}

.ewb-info-end {
    line-height: 28px;
    font-size: 16px;
}

.xiangxidate {
    margin: 10px 0 20px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: #a19d9d;
    background-color: #e3e3e3;
}

.ewb-m-po {
	cursor: pointer;
	height: 52px;
	width: 213px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(../images/tb.png) no-repeat center;
}

.ewb-m-po:hover {
	background: url(../images/tbhover.png) no-repeat center;
}

table {
    table-layout: fixed;
    width: 100%;
	-ms-overflow-x: visible !important;
}

td{
	word-wrap: break-word;
	word-break: break-all;
}

.ewb-ca-detail img{
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
}