@CHARSET "UTF-8";

html,body {
	color: #4d4d4d;
	background: none;
}

UL {
	list-style-type: none;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}


ul {
	list-style: none;
}

table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.display {
	display: none;
}

.red {
	color: red;
}

.border {
	border: 1px solid #7F7F7F;
}

.dotline {
	background: url("/zpNew/images/regsplit.png") no-repeat scroll center
		center;
	height: 20px;
	margin: 0 auto;
	width: 630px;
	margin-bottom: 10px;
	clear: both;
}

.main {
	width: 82%;
	margin: 0 auto;
	overflow: auto;
	background: #fff;
	-moz-box-shadow: 2px 3px 11px 4px #ac9c9c;
	-webkit-box-shadow: 2px 3px 11px 4px #ac9c9c;
	box-shadow: 2px 3px 11px 4px #ac9c9c;
	min-height: 430px;
}

.main .top {
	height: 60px;
}

.main .left {
	width: 20%;
	margin-right: 10px;
}

.main .right {
	width: 100%;
}

.float {
	float: left;
}

.postType {
	margin-top: 70px;
}

.main .left .left_list .action {
	background: url(/zpNew/images/post_action.png) no-repeat center right;
}

.main .left .left_list li {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #056796;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #7F7F7F;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .left .left_list li>a {
	display: block;
	color: #056796;
}

.main .left .left_list li:last-child {
	border-bottom: none;
}

.main .left .left_list li:hover {
	cursor: pointer;
	font-size: 21px;
}

.main .right .title h2 {
	height: 60px;
	line-height: 60px;
	background-color: #7F7F7F;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
}

.main .postList {
	min-height: 380px;
}

.postList li.postList_title {
	font-size: 20px;
	font-weight: bold;
	color: #056796;
	margin-bottom: 10px;
	border-bottom: 1px solid #7F7F7F;
}

.postList_bottom {
	margin-top: 10px;
	border-top: 1px solid #7F7F7F;
	height: 50px;
}

.hidden-block {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.img-size {
	width: 100px;
	height: 100px;
}

.form-horizontal-read .form-group {
	margin-bottom: 0 !important;
}

#postTypeName {
	margin: 0;
}

.form-control-static {
	word-break: break-all;
}

.boxShadow {
	box-shadow: 2px 3px 11px 4px #ac9c9c;
	border-radius: 4px;
}