﻿.dispModule
{
	width: 100%;
	height: auto;
	border-style: solid;
	border-color: #D2D2D2;
	border-width: 0px 0px 1px 0px;
}
.dispModule .title
{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.dispModule .content
{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 5px;
}
.dispModule .content p
{
	line-height: 26px;
	text-indent: 26px;
	text-align: justify;
}
.dispModule .content p a
{
    text-decoration: underline;
}
.dispModule .content .sjhj
{
	margin-right: 12px;
}
.dispModule .content .item
{
	width: 100%;
	height: 26px;
	text-indent: 26px;
	cursor: pointer;
}
.dispModule .content .item:hover .i
{
    border-bottom-width: 1px;
}
.dispModule .content .item .i
{
	width: 100%;
	height: 18px;
	line-height: 24px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
}
.dispModule .content .item .i .left
{
	width: auto;
	height: 100%;
	float: left;
	text-align: left;
}
.dispModule .content .item .i .right
{
	width: 80px;
	height: 100%;
	float: left;
}